Archive for June, 2005

Dilbert does Google

Posted in Web Links  

A few years back Google had Dilbert on their logo. Just in case you missed it, here it is again.

I used to believe

Posted in Random  

Talk about a good way to waste half a day. Try IUsedToBelieve.com for stories from visitors on things they believed as children. All are funny, some are familiar.

CSS Cheat Sheet

Posted in Programming  

A great cheat sheet for CSS from ilovejackdaniels.com.

Google Sitemaps builder for WordPress

Posted in Programming  

Well this took about 3 minutes for me to stick here and on my other blog. It’s a short PHP script that loops through your WordPress blog database and builds a Google Sitemap XML file.

CSS Positioning for Search Engine Placement

Posted in Programming  

No one outside of the Google, Yahoo!, MSN, and other search engine programmers know exactly how a search engine decides which page is more valid for a particular search. Reading sites like Webmaster World you can find theories and experiments, but very little hard proof. With that, please keep in mind that this is one of those theories, and may make no difference on your search engine placement. Read the rest of this entry »

.xxx top level domain to start later this year

Posted in Internet  

ICANN released Wednesday that it was approved a new top level domain specific to web sites with adult content. The new TLD is .xxx. Read the rest of this entry »

Crossbrowser XMLHTTPRequest Object

Posted in Programming  

Trying to use the XMLHttpRequest object in a non-Mozilla browser? Tired of trying to make it compatible with IE? Look here for a JavaScript object that makes it easy.