Moved to Hostway server

This blog is now moved to a Hostway dedicated server!

Domain Name Keywords Script

One of the common problems that domain name industry programmers have is splitting a domain name like bluesuedeshoes.com into its keywords, blue suede shoes. It is trickier than it seems at first glance. I’ve decided to share my version just to demonstrate some recursive programming in PHP and to see if anyone else [...]

PHP PageRank query script

Google PageRank (PR) is a value from 0 to 10 representing how important your web page is according to Google’s search engine. I wanted to gather the PR for certain domains (or rather the typical home page URL of these domains, “http://www.example.com/”). Most of the PHP scripts I found are broken, so I [...]