
Archive for December 2009
Flashden 3D Ambient XML Gallery

his is what my 3D like engine can be for a “gallery section”.
This is a 3D enabled gallery which uses Flash Player 10 3D engine. The gallery features:
- next, previous and info buttons for every image. these can be found on the right, left and top sides of the containing box;
- links available in description text for each image;
- next, previous thumb portions;
- slideshow;
- swfs for thumbnail and image. (Note: i tested this with simple shape tweened animations).
Read more
Google Auto Sitemap Generator Script for PHP and MySQL

AutoSitemap is an easy way to generate a Google Sitemap XML document for your website, forum or blog that can map unlinked or database generated pages not reachable by the crawler method. Simply install the script, add the tracking image so that it is displayed on every page of your website and then register your sitemap URL with Google. It works by capturing the HTTP referer when serving the tracking image.
Features :
XML sitemap for Google and URL list text file
output for other search engines
Map unlinked or database generated pages that crawlers miss out!
7 reasons I switched back to PHP after 2 years on Rails “by Derek Sivers in Opinion”

SUMMARY: I spent two years trying to make Rails do something it wasn’t meant to do, then realized my old abandoned language (PHP, in my case) would do just fine if approached with my new Rails-gained wisdom.
INTRO / BACKGROUND:
Back in January 2005, I announced on the O’Reilly blog that I was going to completely scrap over 100,000 lines of messy PHP code in my existing CD Baby (cdbaby.com) website, and rewrite the entire thing in Rails, from scratch.
Ten PHP Best Practices Tips that will get you a job
<?function baz($y $z) {$x = new Array();$x[sales] = 60;$x[profit] = 20:foreach($x as $key = $value) {echo $key+” “+$value+”<BR>”;}}?>



