confidence in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajukotla
    New Member
    • Jan 2008
    • 12

    confidence in javascript

    Hi,

    I Don Know How Much Perfection Iam Getting In Javascript...
    Will U Plzz Suggest Me..vat Are The Topics To Learn From Javascript In Order To Develop Any Type Of Application.
  • smeltz101
    New Member
    • Jan 2008
    • 2

    #2
    Hi, I would suggest being comfortable with using arrays, loops, the setTimeout function, and knowing how to change the value of a form or images source using document.form1. response.value= "". In this example form1 is the name of the form and response is the name of the form object or box you have created. A good way to put all these skills to the test and find out if you know your stuff is to make a slide show with javaScript. Try making forward and backwards buttons and adding in a button or check box to make the pictures change automatically. If you want a good tutorial that will teach you how to do this try this site. http://www.webmonkey.com/webmonkey/0...tw=programming

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5388

      #3
      hi ...

      to develop 'any type' of application that use javascript you need more then basic knowledge of that language. besides the mentioned constructs like arrays, variable-types, setting values of a form you certainly should learn about:

      - the document object model (DOM)
      - DOM-manipulation with JavaScript
      - advanced JavaScript-Concepts (using objects, OO-JavaScript, AJAX)
      - may be you should be aware of all those tricky browser-differences and you should know how to solve that
      - probably you will learn and use a framework that will support the development of applications

      kind regards

      Comment

      Working...