Archive for the ‘Blog’ Category

How PHP Includes Work

Posted on September 6th 2009 6:04pm Sunday, by Blaine

A PHP include allows you to append a file inside of another file. For example, if I had a file called hello-world.php I could attach goodbye-world.php to the end of hello-world.php

Firefox Website Development Tools

Posted on August 18th 2009 11:46pm Tuesday, by Blaine

I use Firefox and many extensions everyday to help speed up the development process. These extensions are tools for web developers and they help me provide my clients with high quality development that would be costly if these tools did not exist. To see the list, click read more!

cPanel is a (SEO) developers nightmare

Posted on May 28th 2009 9:55am Thursday, by Blaine

A few weeks back I ran into a problem on a clients cPanel account where there could be SEO issues. The problem is that when you are creating an add-on domain cPanel creates a sub domain of the main domain as well. There is a way to fix this through a htaccess rewrite. What were they thinking when they built it this way? Also, If you are doing a domain to domain redirect in cpanel this is where the problem is the worst.

PHP PageRank Checker * Update

Posted on January 30th 2009 12:18pm Friday, by Blaine

This PageRank checker code has everything you need for a working php page rank checker.

Embeding flash with Strict standards

Posted on December 31st 2008 1:47am Wednesday, by Blaine

I almost never use Flash, but when I do it is always invalid to embed the code. A quick way around this is to use swfobject. A JavaScript library that intends on replacing the flash detector script by adobe. It is so easy to implement, and there are no files that you have to host. [...]