Twitter
RSS
Facebook
ClickBank1
ClickBank1

About Lynn

Lynn has been a member since September 15th 2009, and has created 106 posts from scratch.

Lynn's Bio

: I have been writing software all of my adult life. Believe it or not I started out writing in BASIC on an APPLE II! Things have changed alot since then. I have written the book "Intro to 3D Game Engine Design" and currently spend most of my time involved with website design and helping local businesses increase their exposure on the internet.

Lynn's Websites

This Author's Website is

Lynn's Recent Articles

Promoting Your Business or Cause

If you own your own business you need to get the word out to potential customers and clients so that they know what you have to offer.

If you have a not-for-profit organization you need to educate the public on your cause so that they will donate.

In both cases you need to advertise in the most cost effective manner possible.  Most small business owners where most of the hats in their organization including marketing but have no formal education or training in that area.  Their area of expertise is in the niche that their business serves.

You can’t take the “Field of Dreams” approach and assume that if you build it “they will come”.  You need cost effective methods that get the word out.

This one and a half hour seminars explores both the traditional advertising methods that have been used for decades as well as the newer Internet based methods that have become available in recent years.  The emphasis is on finding the combination of methods that works best for your situation in the most cost effective way possible.

 

The next seminar will be presented free of charge at the Broome County Library on December 10th 2011 at 1pm.  The seminar is a part of a seminar series that I am presenting with my wife Gerri and her business Gerri Harrison Financial Services.

share save 171 16 Promoting Your Business or Cause

What is a Ping Optimizer?

Whenever you make changes to your posts, messages (pings) are sent to any websites that are monitoring your site.  If you ping these websites too often you can be labeled a spammer.  To prevent that there is a class of plug-in called Ping Optimizers.  The one I use is cbnet Ping Optimizer. The following excerpt from the plug-in’s website explains how it works:

Do you know your WordPress blog pings unnecessarily every time you edit a post? Think how many times you click on “Save and Continue Editing” or “Save” button. Your blog will ping unnecessarily that many times you click on those buttons.

Save your blog from getting tagged as ping spammer by installing this plugin.

After you install cbnet Ping Optimizer:

  • When you create a new post, your blog will ping and notify all the ping services that it has been updated. This encourages search engines and different blog directories/services to index your updated blog properly.
  • When you edit an existing post, it won’t send any unnecessary ping to ping services and saves your blog from getting banned by such services.
  • When you post a future post by editing the time stamp, it will ping only when your post appears in future. It won’t unnecessarily ping many times when you schedule posts as WordPress does by default.

Author:  What is a Ping Optimizer? chipbennett

 What is a Ping Optimizer?
share save 171 16 What is a Ping Optimizer?

Boosting SEO Rank

I just received a great email from Andrew Hansen.  His Blog is on AndrewHansen.name.  His email had such a great SEO tip that I felt I had to pass it on.  Andrew wrote:

Blog Post Titles & URLs

(Not just for bloggers, applies to static sites too)

Normally, when I write a title for a blog post, I’ll do the typical things:

1. Make sure my keyword is the first word of the title.

2. Make sure the rest of the title is the right size for the title of a search result, and that it is something enticing and highly relevant to the searcher of that keyword.

Next is where it gets interesting…

You might know how in WordPress when you’re writing a post title, there is a field below the title where the URL of the post pops up, based on what you write in the post field.

Here’s An Example

So when you make your post title, say:

“Sit Stay Fetch: The Best Dog Training Guide?”

The URL appears as:

http://yourblog.com/sit-stay-fetch-the-best-dog-training-guide

Up until more recent versions of WordPress, if you had your permalink structure set as:

%postname%

Then that post URL was what you were stuck with by default.

But now, WP has a button next to the post URL field (this is when you’re writing your post still) called “edit” where you can actually CHANGE that URL of your post to anything you want.

Stupidly, I didn’t bother to use this function for a long time, stuck in my old ways of just letting the post URL be the post title and being content with that.

What we started testing is making what comes after the end of your domain in the post’s URL… JUST the keyword you’re targeting… nothing else.

So To Perform This:

When your post is titled:

“Sit Stay Fetch: The Best Dog Training Guide?”

You edit your post URL to make it:

http://yourblog.com/sit-stay-fetch

Where Sit Stay fetch is the keyword you’re trying to target.

Results?

So far, doing the same thing with two posts but only making the post URL different… the version with JUST the keyword is seeming to perform better… and by far!

And it makes sense:

When Google is trying to determine what your page is about, it’s easier for them when there is less keywords in your post’s URL, isn’t it?

Not only that, but I have a suspicion that we’ll find the Click Through rate from searchers of that term to be higher when they see a URL that isn’t truncated (when Google cuts off your URL because it’s too long) and ONLY contains the keyword they searched for.

So this could actually be a double whammy traffic boost if you implement it thoroughly.

Give it a shot on your blog posts (or page titles on static sites) if you don’t already and see if you notice the difference!

Hope ya found this helpful.

I suspect you will. Please share your views on this below in the comment area. My thanks to Andrew for this great idea.

 Boosting SEO Rank
share save 171 16 Boosting SEO Rank

Backing up WordPress

You will put in a lot of effort in setting up and posting to your WordPress Blog.  You want to make sure that a glitch in your hosting computer does not wipe that all away.  For this reason you should be making periodic back-ups of your Blog.

There are three ways to make a back-up of the database that holds all of your pages and posts.  The first method (that I recommend only to those of you that are highly tech savvy) is to use the phpMyAdmin utility that is found in most hosting control panels.  This utility is capable of fully manipulating the mySQL database that is working behind the scenes supplying WordPress with all of its information.  It can add, delete, and modify any table in the database in addition to performing the export operation that you would use to back-up the data.  One false operation though and you can corrupt the database and then you are in real trouble.

The second option which is far safer is the WordPress Export function that comes built-in with the WordPress installation.  The configuration as installed will export all of the information for your posts and pages.  All you have to do is go to that page from the WordPress dashboard and hit the export button at the bottom of the page.  While this is fine for backing-up most of your information, it does have a couple of drawbacks.  First, it only happens when you manually go into your WordPress dashboard and command it to export the information.  Secondly, it only backs-up the basic WordPress post/page information.  It does not save any database tables that were added for and used by your plug-ins.

My recommendation is to use the free WordPress Database Backup plug-in.  The advantages are that you can schedule it to perform a backup on a regular schedule and to email the back-up file to you.  This way you never forget to make the backup.  By default it only saves the same information that the WordPress export function saves.  You can configure it to save from every database table that is being used by your WordPress site.  If you add any plug-ins to your site, you should go back and check the settings for this plug-in.  You may need to add some new tables that the new plug-ins are using.

If you have any “war stories” or your own suggestions for backing up WordPress, please use the comment box below to share them with us.

 Backing up WordPress
share save 171 16 Backing up WordPress

WordPress “How To”

I am in the process of developing training materials on how to install, configure and use WordPress.   Read the rest of this entry »

share save 171 16 WordPress How To
s2Member®

Switch to our mobile site