Monthly Archives: June 2008

Which JS Framework is “The Best”

After my recent tutorial was posted on NETTUTS, I found the feedback filled with comments such as: Jquery is the best and can be used to do all of this stuff plus more. and Yeah, I agree NETTUTS should only … Continue reading

Posted in Development | Tagged , , , , , , | View Comments

Accordion Tutorial on NETTUTS

Several of the websites produced by Eden have become perennial favorites in my RSS reader, including FlashDen, PSDTUTS, and most recently, NETTUTS.  Recently, I wrote a tutorial for NETTUTS that you can check out on their site, it’s titled Create a Simple, … Continue reading

Posted in Development | Tagged , , , , , | View Comments

Method & Function Binding in Prototype Javascript

Over the past few days, I’ve been asked by several colleagues about Prototype’s bind() method; what exactly it does and when it should be used. In short, method binding in prototype allows you control the object that the keyword this … Continue reading

Posted in Development | Tagged , , , | View Comments