CHAPTER 11
image
Incorporating JavaScript
JavaScript is a powerful programming language in its own right. Most of the things you can do with other languages like Java, C, and PHP can also be done with it (although obviously you can’t create compiled programs such as device drivers and the like). Its great utility lies in the fact that it runs inside a web browser, and so if you interact with it, you can substantially increase the dynamic features of your web site by adding Web 2.0 functionality such as Ajax calls, the manipulating of elements within a web page, assisting user input, and a whole lot more.
Although Part III of this book is dedicated solely ...

Get Web Developer's Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.