Fhi-zin is one of the best Wordpress themes for Portfolio and Photography websites on the web, and with its unique design it doesn’t even look like a Wordpress website ! On top of that, its completely driven by an AJAX engine, is Googlefriendly, SEO-optimised and capable of attaching an unlimited amount of images on each post.

The com.bydust.ajax class is simply a javascript class that automatically converts your static website into a full-blown ajaxed website. Whenever a user visits your website, the class will perform a browser-check. If your visitor’s browser is capable of running the needed javascript, it will convert the website automatically. If not, the script deactivates itself and the visitor browses through your website as it is ( without ajax request etc. ).

You can download the script and view the howto at http://www.bydust.com/examples/com.bydust.ajax/

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Firefox addon: Web developer

February 25th, 2008

Most of you developers already have the Web Developer toolbar, but for those of you who don’t: its great. You should download it.

Web Developer is a toolbar that allows you to debug CSS and Javascript, disable css or javascript, hide images, manage cookies and so on. Must-have if you develop Javascript applications or scripts, it makes life alot easier.

This small XML-based image gallery allows the user to create multiple categories, and upload an unlimited number of pictures into these categories. It was a school assignment, so there were some criteria (unfortunately). One of these was that the large picture should be shown to the user on a completely different page, which completely fucks up the design :))