locked
JavaScript Tutorials - ASP.NET Videos or Microsoft asp.net team recommended RRS feed

  • Question

  • User220959680 posted

    Hi

    Have been looking for videos or tutorials on JavaScript from asp.net team. I think JavaScript is a MUST technology with ASP.NET.

    Is there a standard book that Microsoft ASP.NET team recommends or any resources available?

    Your experienced reply would be appreciated.

    Regards,

    Tuesday, September 30, 2008 7:40 AM

All replies

  • User2130758966 posted

    You joined at kind of a bad time because its all about to change lol.

    Microsoft and jQuery announced a partnership together yesterday.

    There are some tutorials on how to get started with it straight away already kicking around the net.

    There are a bunch of posts around the web talking about this but you can start off with this one as links to the major posters on the topic:

    Tuesday, September 30, 2008 8:43 AM
  • User220959680 posted

    Thanks rtpHarry.

    Do you mean JavaScript is going to be replaced with jQuery or one of the alternative to javaScript.

    can you try to make it clear ?

    Tuesday, September 30, 2008 8:59 AM
  • User-1705717250 posted


    Jquery is a Javascript Library to make it easy to carry out common functions, So no it does no replace Javascript, more at http://jquery.com/.

    As for the videos, guess the ones about validators and ajax cover using javascript, take a look at the learn section above.

    A couple of good getting started books are

    Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional
    ISBN10: 1-59059-680-3
    http://www.apress.com/book/view/1590596803

    JavaScript: The Missing Manual
    ISBN 10: 0-596-51589-8
    http://oreilly.com/catalog/9780596515898/index.html

    And a good reference book is

    JavaScript: The Definitive Guide, Fifth Edition
    ISBN 10: 0-596-10199-6
    http://oreilly.com/catalog/9780596101992/index.html

    Hope it helps, good reading.

    Tuesday, September 30, 2008 10:32 AM
  • User2130758966 posted

     Check out www.jquery.com

    Its a library for Javascript which allows you to navigate the dom really easily.

    You can do a bunch of effects with it as well.

    This will allow you to blend together the microsoft javascript api (stuff to get to the asp.net bits through javascipt) with really easy dom traversal etc...

     

    Just means that basically if you are new to the area you want to be learning jquery, get a grounding in it, and then look into the extra bits provided by asp.net.

    Tuesday, September 30, 2008 10:56 AM
  • User220959680 posted

    Thanks Jeremy.

    Let me try to put in order

    1) JavaScript : Is a scripting Technology used for web apps Client/Server side valdiations

    2) Jquery:  is a Javascript Library to make it easy to carry out common functions

    Both do the same job. Am i right?

    Tuesday, September 30, 2008 11:13 AM
  • User-1705717250 posted

    Yes think of jquery as a set of pre written javascript functions to make it easy to complete common tasks.

    However I would still say it would be a very good idea to read up on Javascript a little to understand the language.

    Hope it helps, good luck.

    Tuesday, September 30, 2008 11:41 AM