Difference between revisions of "Intended Audience"

From Techotopia
Jump to: navigation, search
Line 1: Line 1:
 +
<table border="0" cellspacing="0" width="100%">
 +
<tr>
 +
<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>
 +
<td width="20%">Intended Audience<td align="center"><td width="20%" align="right">A Simple JavaScript Example</td>
 +
</table>
 +
<hr>
 +
 +
 
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.
 
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.
 
It is hoped that after completing this book, the typical reader will be confidently adding dynamic, JavaScript powered content to their web sites.

Revision as of 16:59, 12 June 2007

PreviousTable of ContentsNext
Intended AudienceA Simple JavaScript Example


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.