Archive for the 'JavaScript' Category

Douglas Crockford’s JavaScript Video Series

I was digging around the net and found this very nice series of JavaScript training materials by Douglas Crockford, Senior JavaScript Architect at Yahoo! For my own convenience and viewing pleasure (yours possibly too), I’ve organised them into different posts. Follow below and enjoy! :D

Douglas Crockford: The JavaScript Programming Language
The JavaScript Programming Language
Douglas Crockford: Theory Of The DOM
Theory of the DOM
Douglas Crockford: Advanced JavaScript
Advanced JavaScript
AddThis Social Bookmark Button

Douglas Crockford: Advanced JavaScript

Douglas Crockford teaches “Advanced JavaScript.” This course is broken into three clips. – Eric Miraglia

Douglas Crockford: The JavaScript Programming Language
The JavaScript Programming Language
Douglas Crockford: Theory Of The DOM
Theory of the DOM
AddThis Social Bookmark Button

Douglas Crockford: Theory Of The DOM

Douglas Crockford teaches “An Inconvenient API: The Theory of the Dom.” This course is broken into three clips. – Eric Miraglia

Douglas Crockford: The JavaScript Programming Language
The JavaScript Programming Language
Douglas Crockford: Advanced JavaScript
Advanced JavaScript
AddThis Social Bookmark Button

Douglas Crockford: The JavaScript Programming Language

Yahoo! JavaScript Architect Douglas Crockford provides a comprehensive introduction to the JavaScript Programming Language in this four-part video. – Eric Miraglia

Douglas Crockford: Theory Of The DOM
Theory of the DOM
Douglas Crockford: Advanced JavaScript
Advanced JavaScript
AddThis Social Bookmark Button

jQuery: A Hidden Blessing

jQuery.com

I love to evangelise about tools, frameworks or books that had aided me in my course of work. After my recent project, I feel the need to write this post about jQuery to spread the love that it had given me. :)

It was simply too impressive; jQuery opened up the world of client-side scripting for HTML for me after investing just a day to learn about the language’s selectors. What followed was just referring to the documentation, coding out the desired, and the magic happened!

May I add that it had been 5 years since the last time I touched JavaScript too, and the only ones that I used back then were downloaded from Dynamic Drive. :P

To me, jQuery is a language that made a whole lot of sense, hid away the extraneous that normal JavaScript requires, and so all that is left is a language that is very easy to code and maintain.

I am no JavaScript pro, and I know it. Yet, in a few lines I was able to create what I could only used to dream of. The ease of use and learning only quickens production time, leaving more space for exploration and fun.

The key in making jQuery such a blessing, is that it is truly browser independent. There were some situations when maneuvering around CSS browser quirks would take too much time, so I turned to jQuery’s CSS for help. With another line of code, it got the job done perfectly, and placed a grand smile on my face. :D

This was the first time I had experienced joy while writing JavaScript. Might be biased for me to say since I have yet to try other JavaScript frameworks, but jQuery, you’re the best. :)

AddThis Social Bookmark Button