Jump to content

Javascript


Zimmer

Recommended Posts

read the w3c tutorials on javascript, create a web page with javascript functionality.

Here are some links:

http://www.hunlock.com/blogs/Essential_Jav...script_Tutorial

http://www.w3schools.com/JS/default.asp

Must watch videos:

http://video.google.com/videoplay?docid=-7...mp;q=john+resig

http://video.google.com/videosearch?q=alex...0dojo&emb=0

Once you understand the standard functionality of how to use javascript, start to learn a framework if you are most interested in web development. With so many cross-browser problems, the frameworks help simplify development exponentially. For example, creating an AJAX call is normally ~20-30 lines of code just to grab a line of text from the server. With a framework, the AJAX changes into one method call to place the data into an object.

Some of the most popular ones are:

dojo

jquery

srip.tac.u.lous

prototype

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...