Archive for the Code category
« Previous Next »
Sunday, June 29th, 2008
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 Four: Writing JavaScript Applications
| View | Upload your own
Other Posts in this Series
JavaScript From Scratch: Parts [...]
Posted in Code, JavaScript, Talks | 2 Comments
Tuesday, June 17th, 2008
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 me most, almost a year ago, was my discovery of Douglas Crockford’s module pattern. This [...]
Posted in Code, Design Patterns, JavaScript | 3 Comments
Saturday, June 7th, 2008
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 and writing JavaScript applications. The week following that, will be an overview of the DOM [...]
Posted in Code, JavaScript, Talks | 3 Comments
Sunday, May 4th, 2008
Please excuse the break in my MVC series, I just want to announce that one of my talks has been accepted for AJAXWorld 2008 West. I will be presenting on The Beauty of JavaScript — a topic of great interest to me as of late.
If you want to see me speak, see if you can [...]
Posted in Code, JavaScript, Talks | 3 Comments
« Previous Next »