-
Book Overview & Buying
-
Table Of Contents
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained
JavaScript is the heart of AJAX. JavaScript is a programming language supported by all modern web browsers, with a similar syntax to the good old C language. JavaScript is a parsed language (not compiled), and it has some Object-Oriented Programming (OOP) capabilities. JavaScript was initially designed for writing simple scripts to implement (or complement) a web application’s client-side functionality, but powerful frameworks—such as the Microsoft AJAX Library, prototype, script. aculo.us, Dojo, and many others—have been recently developed upon the features introduced by newer versions of the language. A brief history and description of the language can be found at
http://en.wikipedia.org/wiki/JavaScript
.
Because the JavaScript programs are parsed, their code must arrive unaltered at the client for execution. This is a strength and weakness at the same time, and you need to keep it in mind when developing your JavaScript code. You can find very...
Change the font size
Change margin width
Change background colour