Introductory JavaScript programming task for an expert developer -


As an advanced introduction to language, what would be a good mini-project to get intimate with javascript ? I really want to codify an app in JS, not wanting to hook up its bit to increase the web application.

Although there is no project, watch the Douglas Crockford video in the YUI theater.

The biggest web-based JavaScript projects are going to handle domes. Make some nifty stuff with JQuery, make a table with those rows that light up your hover. When you click on them, then update them via AJAX and JSON.

If you are looking for something magical and useful, write a scroll table with the header and footer set for IE8.

> If you want to stay away from the web, then use JDK 1.6 and run the javascript code in it. You can do tons with it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -