Book Recommendationshttp://forums.asp.net/t/1744930.aspx/1?Book+RecommendationsWed, 11 Jan 2012 22:32:51 -050017449304708415http://forums.asp.net/p/1744930/4708415.aspx/1?Book+RecommendationsBook Recommendations <p>Hi,</p> <p>Does anyone have any good recommendations on books to read to get more in-depth in Javascript?&nbsp; I have limited knowledge but would like to increase it to an advance level.</p> <p>Thanks</p> <p>Rob</p> 2011-11-30T11:58:44-05:004708535http://forums.asp.net/p/1744930/4708535.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>Rather than In depth Javascript, Start with jQuery. jQuery in Action is good.</p> 2011-11-30T12:42:50-05:004708538http://forums.asp.net/p/1744930/4708538.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>Some people recommended me JavaScript: The Definitive Guide.</p> <p>I'm goin to read it today, but for what i've seen, they say that's a great book.</p> <p></p> <p>You could check also:</p> <p></p> <p>www.w3schools.com</p> <p></p> <p>There are tutorials about js, jquery, css, etc..</p> 2011-11-30T12:43:48-05:004708622http://forums.asp.net/p/1744930/4708622.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>Hi,</p> <p>You can check the ScriptJunkie website by Microsoft, which has got good resources and it show the best books avaialable!</p> <p><a href="http://msdn.microsoft.com/en-in/scriptjunkie/ff601773">http://msdn.microsoft.com/en-in/scriptjunkie/ff601773</a></p> <p>Hope it helps u...</p> 2011-11-30T13:37:51-05:004709220http://forums.asp.net/p/1744930/4709220.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Skeith</h4> <p></p> <p>Some people recommended me JavaScript: The Definitive Guide.</p> <p>I'm goin to read it today, but for what i've seen, they say that's a great book.</p> <p></p> <p>You could check also:</p> <p></p> <p>www.w3schools.com</p> <p></p> <p>There are tutorials about js, jquery, css, etc..</p> <p></p> </blockquote> <p></p> <p></p> <p>Do not use w3schools - read this: <a href="http://w3fools.com/">http://w3fools.com/</a></p> <p><a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742"></a></p> <p><a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742">JavaScript: The Good Parts</a></p> <p></p> <p>Eric</p> <p></p> <p></p> 2011-11-30T21:21:21-05:004709861http://forums.asp.net/p/1744930/4709861.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>I agree with fayaz</p> 2011-12-01T06:30:42-05:004713752http://forums.asp.net/p/1744930/4713752.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>@ <a title="Robbied81" href="../../../../members/Robbied81.aspx">Robbied81</a></p> <p>get your feet wet here:&nbsp; <a href="http://www.w3schools.com/js/">http://www.w3schools.com/js/</a></p> <p>N.B.:&nbsp; at the above website, they&nbsp;use an interactive technique that will help you learn JavaScript faster.&nbsp; Plus, at least for me, it's fun!</p> <p>Click on the &quot;Try it yourself&quot; buttons at <a href="http://www.w3schools.com/js/"> http://www.w3schools.com/js/</a>&nbsp;to see how&nbsp;JavaScript works.</p> <p>Also, imho, you should start with JavaScript before you move on to JQuery because <a href="http://jquery.com/">http://jquery.com/</a>&nbsp;is based on JavaScript; in fact, JQuery is a JavaScript library.</p> <p>g.</p> 2011-12-03T15:28:51-05:004713767http://forums.asp.net/p/1744930/4713767.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>@ <a title="A1ien51" href="../../members/A1ien51.aspx">A1ien51</a></p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>A1ien51</h4> <p></p> <p>Do not use w3schools - read this: <a href="http://w3fools.com/">http://w3fools.com/</a></p> <p></p> </blockquote> <p></p> <p>the article you point to is interesting&nbsp; but imho there is exceptionally good &quot;get your feet wet&quot; value in their free tutorials.</p> <p>for all intents and purposes, the tutorials are acceptable, even if some of them are a bit flawed ...</p> <p>i've never assumed that w3schools is directly associated with w3c&nbsp; ... i do agree that since w3c has asked, w3schools should put a disclaimer.</p> <p>i've never been asked to buy a certification or anything else from w3schools ... i probably would not do that but i also would likely never pay Microsoft a nickel to get certified either.</p> <p>imho, i would not throw out the baby with the bath water.</p> <p>for me, the best part of w3schools is the interactivity.</p> <p>when i really want &quot;in depth&quot;, then i go to sources like <a href="http://www.w3.org/"> http://www.w3.org/</a>.</p> <p>g.</p> <p>P.S.:&nbsp; there are interesting links at the article you mentioned; example: videos at <a href="http://code.google.com/edu/submissions/html-css-javascript/#javascript"> http://code.google.com/edu/submissions/html-css-javascript/#javascript</a>.</p> 2011-12-03T15:47:24-05:004713786http://forums.asp.net/p/1744930/4713786.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>@ <a title="Robbied81" href="../../../../members/Robbied81.aspx">Robbied81</a></p> <p>Rob, you might also want to check out &quot;Head First JavaScript&quot; ... O'Reilly makes great books generally; specifically, the style of the&nbsp;&quot;Head First ...&quot; series is very good for beginners.&nbsp; and fun, too!!!</p> <p><a href="http://www.amazon.ca/Head-First-JavaScript-Michael-Morrison/dp/0596527748">http://www.amazon.ca/Head-First-JavaScript-Michael-Morrison/dp/0596527748</a></p> <p>You can look inside &quot;Head First JavaScript&quot; to see if it works for you.</p> <p>Disclaimer:&nbsp; i've not read &quot;Head First JavaScript&quot; myself.&nbsp; OTOH, my spouse learned HTML and CSS from &quot;<span id="btAsinTitle">Head First HTML with CSS &amp; XHTML</span>&quot; <a href="http://www.amazon.ca/Head-First-HTML-CSS-XHTML/dp/059610197X">http://www.amazon.ca/Head-First-HTML-CSS-XHTML/dp/059610197X</a>&nbsp;and did a decent job at creating her own static website <a href="http://susan-lowry.com/">http://susan-lowry.com/</a>&nbsp;... to give you some perspective, Susan at one point in her life did not even realize that ALT&#43;TAB switches windows.</p> <p>g.</p> <p>P.S.:&nbsp; BTW, FWIW, <a title="A1ien51" href="../../../../members/A1ien51.aspx">A1ien51</a>&nbsp;is Eric Pascarello is a co-author of &quot;Ajax in Action&quot; <a href="http://www.amazon.ca/Ajax-Action-Dave-Crane/dp/1932394613">http://www.amazon.ca/Ajax-Action-Dave-Crane/dp/1932394613</a>.</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The <strong>'j' </strong>A<strong>j</strong>ax stands for JavaScript ... so Eric likely knows his JavaScript exceptionally well.</p> 2011-12-03T16:10:00-05:004724271http://forums.asp.net/p/1744930/4724271.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>Here are the books that Jon Galloway recommends: <a href="http://www.asp.net/mvc/books/javascript-and-jquery"> http://www.asp.net/mvc/books/javascript-and-jquery</a></p> 2011-12-09T17:42:52-05:004758489http://forums.asp.net/p/1744930/4758489.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>this is pretty nice</p> <p>http://www.learn-javascript-tutorial.com/</p> 2012-01-01T00:47:09-05:004778041http://forums.asp.net/p/1744930/4778041.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>http://www.w3schools.com is a good place to start, but not a good place to be a good professional</p> <p>could be also be used as quick refrence for correct syntax, but not to be used as the a one single resource</p> 2012-01-11T22:03:48-05:004778065http://forums.asp.net/p/1744930/4778065.aspx/1?Re+Book+RecommendationsRe: Book Recommendations <p>I learned js by buying the book, Teach Yourself Javascript in 24 Hours by SAMS Publishing.</p> 2012-01-11T22:32:51-05:00