For interested beginners or more seasoned programmers, there are various references which you can learn more about Javascript programming. Although simple tutorials are available all over the Internet, books are still the more solid go-to when learning all about running this software.
Professional JavaScript for Web Developers by Nicholas C. Zakas
This book is dedicated to dispelling the myth that JavaScript is a ‘baby’ language. It also demonstrates why it is the scripting language of choice used by millions of programmers for web pages and server-side applications. It quickly covers the basics and then moves on to more advanced topics such as XML, web services, and remote scripting. This book also helps address issues such as internalization, security, privacy, optimization, and intellectual property issues. Most especially, it builds on the reader’s basic understanding of HTML, CSS, and the web in general.
JavaScript, A Beginner's Guide, Third Edition by John Pollock
This book claims learning essential skills to be made easy for readers. It gives its readers a step-by-step coverage of the fundamentals, including variables, functions, operators, event handlers, objects, arrays, strings, forms, and frames. More advanced techniques can also be learned, including debugging and security. It also covers the new features available in JavaScript. It boasts fast-paced tutorials designed for easy learning. It is designed to have chapter openings of specific skills covered, Q & A sections filled with bonus information and helpful tips, hands-on exercises, notes for extra information, and self-tests for end-of-chapter reviews.
Choosing the right book includes examining one’s learning style and the level of skill one wants to learn. There are those which specifically target the beginner’s needs and those advanced references for more experienced web developers. It is therefore important to know what you want to learn and choose the right guide book for your learning needs.
Comments