Javascript: OR and AND
Thursday, 02 Apr 2009Javascript 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
- 2 comments
- posted in: javascript
Bundling Javascript
Wednesday, 25 Mar 2009Javascript 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
- 5 comments
- posted in: performance mootools javascript php webdesign
Mootools Swiff
Thursday, 19 Mar 2009Updated 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
- 2 comments
- posted in: mootools actionscript 3 flash
MooTools Datepicker / Calendar
Wednesday, 18 Mar 2009- 3 comments
- posted in: datepicker mootools javascript
MooTools: ghosting draggables
Sunday, 01 Mar 2009- 0 comments
- posted in: mootools javascript


