Difference between revisions of "Intended Audience"

From Techotopia
Jump to: navigation, search
Line 3: Line 3:
 
<td width="20%">[[About this Book|Previous]]<td align="center">[[JavaScript Essentials|Table of Contents]]<td width="20%" align="right">[[The History of JavaScript|Next]]</td>
 
<td width="20%">[[About this Book|Previous]]<td align="center">[[JavaScript Essentials|Table of Contents]]<td width="20%" align="right">[[The History of JavaScript|Next]]</td>
 
<tr>
 
<tr>
<td width="20%">Intended Audience<td align="center"><td width="20%" align="right">A Simple JavaScript Example</td>
+
<td width="20%">Intended Audience<td align="center"><td width="20%" align="right">The History of JavaScript</td>
 
</table>
 
</table>
 
<hr>
 
<hr>

Revision as of 17:01, 12 June 2007

PreviousTable of ContentsNext
Intended AudienceThe History of JavaScript


This book assumes that the reader has some experience in designing web pages using either HTML or XHTML. Experience using other programming languages is a benefit, but not a requirement when reading this book. Every effort has been made to carefully explain the concepts of JavaScript to make this book accessible to those with little or no programming experience. The early chapters of JavaScript Essentials cover the basics of the JavaScript scripting language with plenty of examples illustrating the topics covered and providing "cut and paste" solutions to common problems. Only once the basics are covered does the book go on to cover the more advanced topics.

It is hoped that after completing this book, the typical reader will be confidently adding dynamic, JavaScript powered content to their web sites.