2007 / July 18th/ Javascript scope and binding
Justin Palmer writes up a great article on just what scope and binding is. For the beginning Javascript coders out there, scope is everything. Learn it, re-learn it, and do it. Understanding the basics of binding is the first stepping stone towards OO event-based design.
A word from the sponsors. Advertise with Warpspire
3 Comments
Make a Comment
don’t be afraid, it’s just text
Comments are parsed with Markdown. Basic HTML is also allowed.

Warpspire is the place that web professional Kyle Neath writes about the web. 


August 2nd | #
hey Kyle on an unrelated note. I hope you don’t mind me asking, what are you using to format your Code syntax since I am looking for a solution without using and javascript.
August 2nd | #
Dan Webb’s CodeHighliter. (Oh, and it’s Javascript)
August 3rd | #
Oh ok thanks, my bad I checked using firebug I guess I saw the rendered code so I assumed it was done on server side.