Thursday, June 26, 2008

GIF Loader Creater

http://www.ajaxload.info/

Best Mootools AJAX

http://efectorelativo.net/laboratory/noobSlide/

http://www.phatfusion.net/slideshow/

Wednesday, June 18, 2008

Browser detect using user agent

$browser = $_SERVER['HTTP_USER_AGENT'] . "\n\n";
$type = "Firefox";

if(stristr($browser, $type) === FALSE) {
echo "
";
echo "Please use Firefox. Other Browsers may not display content in the intended manner.
To download a free copy please visit: http://getfirefox.com/
";
}

Sunday, June 15, 2008

Fantastic Icons

These are one of the best icon sets that I have c come across:
http://min.frexy.com/article/bright_a_free_icon_set/

Monday, June 2, 2008