Bundling Javascript

Wednesday, 25 Mar 2009
Javascript is becoming increasingly popular. Frameworks like jQuery, MooTools and Prototype/Scriptaculous have opened up a wide array of possibilities to webdevelopers. As a result, many webpages depend on a series of Javascript source... » read this

Mootools Swiff

Thursday, 19 Mar 2009
Updated 19-03-2009: rewritten and extended for more clarity. I was getting the following errors today while using MooTools' Swiff object. (MooTools version 1.2.1) __flash__argumentsToXML is not defined and obj.CallFunction is... » read this

MooTools Datepicker / Calendar

Wednesday, 18 Mar 2009
MooTools Datepicker / CalendarAlthough there are many MooTools datepickers out there, none of them truly satisfies my desires. There are some that use Ajax (and as such require additional PHP scripts), there are some that are Javascript only, but are rendered in... » read this

MooTools: ghosting draggables

Sunday, 01 Mar 2009
MooTools: ghosting draggablesThe Drag.Move is an excellent MooTools-More extension, giving you easy access to drag & drop functionality. However, there is no support for ghosting, which is a useful feature. It helps overcome issues that arise when trying to... » read this

Compiling PHP Zip module for OSX

Wednesday, 10 Dec 2008
After spending way too much time figuring out how to add modules to existing PHP installations on OSX, I realized this should be worth sharing. The procedure below works on Leopard, but should work on Tiger just as well (just not tested).... » read this