Featured Posts

Akismet Configuration

The general theory is if you value your visitors communication then you should not make it harder for them to communicate in an attempt to block Spam. Instead there are many other ways to prevent it behind the scenes. CAPTCHA in my opinion is a last resort, but what other options are there? How can you effectively prevent idiots from spamming your contact forms and comment boxes?

Read the full article...

{ 1 comment }

The main reason someone would consider using CAPTCHA on their blog to begin with is probably to try and prevent spammers. You open a website, and over time you’ll notice that as your site gets found online the spam starts flowing in. It’s a bitter sweet feeling. If the bots can find you, then people will start finding you, but you don’t really want the spam bots on your site.

Normally to alleviate the extra work of dealing with all the spam many will use a CAPTCHA image in their form to prevent these automated bots from posting. But if you have a website then I’m sure you’ve visited another website. Have you ever visited a site with CAPTCHA and had difficulty posting anything because you can’t read the letters?

Read the full article...

{ 2 comments }

After helping move a Wordpress Installation for someone today, we found the site not working. Specifically what appeared to be broken was the post and page links. The home page displayed just fine, but try to go any deeper than that and all you see is 404 errors. Turns out hidden files need to be moved also.

In Linux, any file that starts with a period is considered hidden. Most FTP clients have the default setting of not displaying hidden files. But you still can’t forget to move them if you are moving your website.

Read the full article...

{ 0 comments }

Thumbnail image for Fix your Wordpress 404 error page

Fix your Wordpress 404 error page

December 28, 2009

Previously I wrote a post about taking responsibility for your 404 errors. Today I want to spend a little bit of time going over what I’ve done to change my own 404 error page. Wordpress actually makes it very easy to program an improved 404 error page. Yoast.com had an interesting article on a few changes to make an attractive 404 page. I had a couple small issues with the code he shared but I still really liked the general idea. I made a few changes which seems to work better for me.

Read the full article →
Thumbnail image for Upload Permissions for Wordpress in Plesk

Upload Permissions for Wordpress in Plesk

December 10, 2009

Installing Wordpress is a pretty easy and straight forward task. Sometimes your hosting situation can throw you a few snags. Recently I came across an issue with the Media Upload folder in Plesk. Wordpress would create a portion of the path but not the entire path. The solution while elusive, wasn’t as off the wall as I thought it would be.

Read the full article →

Accessing Wordpress functions from external PHP pages

December 9, 2009

So a friend of mine shoots me an email today. She had a front end website, just set of basic pages built with PHP and one of the links on the navigation was a Wordpress blog installed on the same hosting. She wanted to display an RSS feed in the sidebar of the front end website by using a nifty little script called Simple Pie. But the RSS feed to be pulled was the feed from the Wordpress installation. I helped show her a easier method of pulling in the latest feeds. There are always 101 ways to skin a cat. With a single include you can easily gain access to all the Wordpress functions and display your information as you choose.

Read the full article →
Thumbnail image for Why should you be taking responsibility for your 404 errors?

Why should you be taking responsibility for your 404 errors?

November 18, 2009

Are you blaming your visitors for getting a 404 error? And more importantly is it really their fault? And even if it is their fault, is it better to take the blame and help them move to a page that does exist, or just go ahead and leave a default error page up and loose that visitor to the rest of the internet?

Read the full article →
Thumbnail image for Is your Blog Content an online asset, or just part of the problem?

Is your Blog Content an online asset, or just part of the problem?

November 7, 2009

You see it all over the web these days. Tons of blogs and websites are forever popping up. The problem is that a lot of them are just garbage sites trying to walk the line between valuable information and getting buyers into their affiliate junk.

Do you really think that you can make your fortune with very little work?

If you want the real rewards, it’s going to take real content, real dedication, real value. You are going to need to produce content that people want to read.

Read the full article →
Thumbnail image for Five Core Plugins every Wordpress Needs

Five Core Plugins every Wordpress Needs

November 6, 2009

I’ve been running many blogs, I have even built many websites for customers using Wordpress. This includes using Wordpress as a CMS, or as a blog system. In every case there are a few core features that each site needs, and the plugins I keep going back to deliver these features just simply work.

Read the full article →
Thumbnail image for Are you suffering from Wordpress Plugin overload?

Are you suffering from Wordpress Plugin overload?

November 4, 2009

One of the things I like best about Wordpress is how lightweight it is. It’s simple, it does it’s job, highly customizable. Plus, even though it is simple it can be made to be much more complicated through the use of plugins. You can add just the features and abilities that you need for your site.

You know a spoiler might improve the performance of a race car, but not if you attach 15 of them. Is there such a thing as to many plugins? How many is to many? How does it affect the speed of your website?

Read the full article →