Archive for the ‘javascript’ Category

jQuery Video

Saturday, March 21st, 2009

jQuery Internals and Cool Stuffs

Firebug Tutorial

Saturday, March 21st, 2009

I have been longing for a good firebug tutorial. Here I found some good tutorials that may help to understand basic functionality of firebug. Here is blog tutorial and video tutorial

Javascript Video

Saturday, March 21st, 2009

Here are some collections of Javascript video presented by Douglas Crockford, creator of JSLint, JSMin, JSON. I was willing to get them in sigle place. So I have just compiled them in this sigle place.

The JavaScript Programming Language: Part-1

The JavaScript Programming Language: Part-2

The JavaScript Programming Language: Part-3

The JavaScript Programming Language: Part-4

Advanced JavaScript: Part-1

Advanced JavaScript: Part-2

Advanced JavaScript: Part-3

Javascript: Good Parts

Theory of the DOM: Part-1

Theory of the DOM: Part-2

Theory of the DOM: Part-2

Code Convention

Tuesday, March 17th, 2009

I always like to follow a good coding convention. Just searching around which one seems good coding convention. Here is the list of coding convention that I found for different language.

Javascript : http://javascript.crockford.com/code.html

PHP : ?? need to find out a good one