Facebook side sliding like box

Wednesday, 28 Dec 2011
Facebook side sliding like boxAll of us developers get this request often enough: "can you add a facebook like somewhere?". A common, ugly solution is to put a Facebook label on the side, which slides in the Facebook like-box. Usually, this satisfies... » read this

MooTools Datepicker v1.13

Thursday, 09 Jul 2009
MooTools Datepicker v1.13DatePicker v.1.13 is here! Since v1.12 some minor fixes and improvements have found their way to the DatePicker. Some through GitHub (thanks for that), and some communicated through the comments. This update includes: merge of... » read this

MooTools Datepicker - update

Wednesday, 29 Apr 2009
MooTools Datepicker - updateSince it's release about a month ago, my DatePicker has received quite some attention. It's been downloaded many times, and during this period several bugs were found and fixed by you all. Additionally, the option to allow an empty... » read this

Javascript: OR and AND

Thursday, 02 Apr 2009
Javascript has an odd and interesting way of processing the || and && operators. Contrary to what might be expected, their return value is not a boolean(!). Instead, both will always return one of the two parameters passed. OR... » read this

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 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