Monthly Archives: June 2008

JavaScript from Scratch: Parts Three and Four

I’ve uploaded two additional talks which I recently gave covering the basics of events and application development in JavaScript. This continues on with the talks I added earlier this month. Part Three: Events | View | Upload your own Part … Continue reading

Posted in Code, JavaScript, Talks | Tagged , , | 2 Comments

Improving the Module

Update: In my code example below, I make use of a self variable. This probably isn’t the best idea in hindsight since JavaScript reserves self as a secondary reference to window. I’m always fascinated by the JavaScript language. What impressed … Continue reading

Posted in Code, Design Patterns, JavaScript | Tagged , , , | 3 Comments

JavaScript from Scratch: Parts One and Two

I’ve put together a series of eight talks which covers the basics of the JavaScript language. Below are the first two which handle most of the introductory material. Next week, I will post two more which cover the event model … Continue reading

Posted in Code, JavaScript, Talks | 3 Comments