|
JavaScript
& DHTML Cookbook
On numerous online forums for JavaScript and DHTML,
the majority of questions begin with "How do I…?"
This new Cookbook provides the answers. After reading
thousands of forum threads over the years, author
and scripting pioneer Danny Goodman has compiled a
list of problems that frequently vex scripters of
various experience levels. He has now applied state-of-the-art
ECMA and W3C DOM standards and used best practices
to create this extensive collection of practical recipes
that can bring your web pages to life.
more >>
|
|
JavaScript:
The Definitive Guide
JavaScript is a powerful, object-based scripting
language; JavaScript programs can be embedded directly
in HTML web pages. When combined with the Document
Object Model (DOM) defined by a web browser, JavaScript
allows you to create Dynamic HTML content and interactive
client-side web applications. JavaScript syntax is
based on the popular programming languages C, C++,
and Java, which makes it familiar and easy to learn
for experienced programmers. At the same time, JavaScript
is an interpreted scripting language, providing a
flexible, forgiving programming environment in which
new programmers can learn. more
>>
|
|
How
To Do Everything with JavaScript
This friendly, solutions-oriented guide is filled
with step-by-step examples that illustrate how to
write basic to advanced JavaScript applications, as
well as modify existing scripts to suit individual
needs. Each chapter begins with the specific how-to
topics that will be covered. Within the chapter, each
topic is accompanied by a solid, easy-to-follow walkthrough
of the process. more
>>
|