Beginning JavaScript von Paul Wilton | ISBN 9780764573774

Beginning JavaScript

von Paul Wilton
Dieser Titel wurde ersetzt durch:×
Buchcover Beginning JavaScript | Paul Wilton | EAN 9780764573774 | ISBN 0-7645-7377-2 | ISBN 978-0-7645-7377-4

Beginning JavaScript

von Paul Wilton
What is this book about?
JavaScript is the preferred programming language for Web pageapplications, letting you enhance your sites with interactive, dynamic, and personalized pages. This fully updated guide shows youhow to take advantage of JavaScript's client-side scriptingtechniques for the newest versions of Netscape and InternetExplorer, even if you've never programmed before.
You begin with basic syntax and learn about data types and howto structure code for decision-making. Then you learn to use dates, strings, and other basic objects of JavaScript. Next, you see howto use JavaScript to manipulate objects provided by the browser, such as forms and windows. From there, you move into advancedtopics like using cookies and dynamic HTML.
After you have a solid foundation, you explore dynamicgeneration of Web content using server-side scripting and back-enddatabases. And you practice what you learn by building a sampleapplication as you go.
What does this book cover?
Here are some of the things you'll find in this book:
* What types of data are used in JavaScript
* How to identify and correct flaws in your code
* Techniques for programming the browser
* How to use Microsoft Script Debugger and Netscape ScriptDebugger
* Ways to manage cross-browser issues
* How JavaScript interacts with XML and HTML
Who is this book for?
This book is for anyone who wants to learn JavaScriptprogramming. You should have some understanding of HTML and how tocreate static Web pages, but no prior programming experience isnecessary.