Sep 30
Easy Google Sitemap with PHP
icon1 admin | icon2 Uncategorized | icon4 09 30th, 2007| icon3No Comments »

Tonight I needed a fast php google sitemap created for my site. Here’s how I did it.

  1. Go to: http://enarion.net/google/phpsitemapng/download/
  2. Download phpSitemapNG
  3. Upload the folder to your web site
  4. Go to that folder on your web site, i.e.: http://www.mysite.com/phpSitemapNG/
  5. Click create sitemap, you now have a sitemap in your root folder ( http://www.mysite.com/sitemap.xml )
  6. Submit it to google using webmaster tools. Done.

Sitemap it up.

Sep 24
Speed Up Your CSS
icon1 admin | icon2 Uncategorized | icon4 09 24th, 2007| icon3No Comments »

Speed Up Your CSS

Elliot Swan has posted a great article on how to speed up your css development. Check it out