Latest Tweet
- Looking at AppleTV; I think Apple might have succeeded at building an experience that makes paying more convenient than piracy. #
-
Recently…
I write about…
$$ adobe air ajax apple bind books css Design Development dom element.select event bubbling event delegation event handling events firefox flash flex focus function binding gecko h264 interview iPhone iPhone SDK javascript jquery jqueryUI meta microsoft mozilla nettuts object oriented programming open screen project oreilly performance process prototype safari sproutcore theora tutorial web20expo webkit
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 framework, javascript, jquery, library, mootools, prototype, sproutcore
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 accordion, javascript, nettuts, prototype, scriptaculous, tutorial
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