Locale Page...  Global  |  Germany  |  UK  |  USA
Your privat CyberGadget - The finest Resources for Web-Designer, Web-Master and Web-Developer!
Quick Search
Advertisement
Partner & Friends
Developersdex
Tutorial Guide
Send News    Add URL / Entry    Tag it:digg it!Stumble It!YahooMyWeb!del.icio.us!Simpify!reddit!Netvouz!Ma.gnolia!FurlIt!Blogmarks!BlinkList!
Books: WebDesign

AVG Rating: 9.00
  Added 24 Jan 05   Updated Today
The Web Programmer’s Desk Reference  
43.76 $
New from 12.89 $
15 Used from 4.99 $

Author Joseph Issi Cohen
Publisher No Starch Press
Publication Date 2004-09-05
Paperback - 1128 Pages
ISBN 1593270119

Amazon Reviews
amazon.com:
The complete web programmer’s cross-reference.

HTML, CSS (Cascading Style Sheets), and JavaScript are the three basic web programming languages that web programmers use to build functional, attractive, and interactive web sites. HTML creates the text, images, and other content on a web page; CSS formats and positions those elements; and JavaScript adds interactivity to websites by responding to user choices. The Web Programmer’s Desk Reference is the only book to serve as a single point of reference to all three primary web programming languages. It begins with a web programming primer that gives beginning and intermediate programmers an understanding of the core elements of HTML, CSS, and JavaScript, then moves on to a reference section that lists every element of HTML, CSS, and JavaScript. Each listing includes the latest syntax and functionality, compatibility with other elements, and cross-browser compatibility issues. Whether you are a professional web programmer, professional web designer, or a recreational webmaster with a dynamic web site, this will be the book that you use whenever you need to know how to use a particular HTML element, JavaScript object, or CSS style.

amazon.com:
The complete web programmer’s cross-reference.

HTML, CSS (Cascading Style Sheets), and JavaScript are the three basic web programming languages that web programmers use to build functional, attractive, and interactive web sites. HTML creates the text, images, and other content on a web page; CSS formats and positions those elements; and JavaScript adds interactivity to websites by responding to user choices. The Web Programmer’s Desk Reference is the only book to serve as a single point of reference to all three primary web programming languages. It begins with a web programming primer that gives beginning and intermediate programmers an understanding of the core elements of HTML, CSS, and JavaScript, then moves on to a reference section that lists every element of HTML, CSS, and JavaScript. Each listing includes the latest syntax and functionality, compatibility with other elements, and cross-browser compatibility issues. Whether you are a professional web programmer, professional web designer, or a recreational webmaster with a dynamic web site, this will be the book that you use whenever you need to know how to use a particular HTML element, JavaScript object, or CSS style.

Similar Products
[ Add a Comment ]Amazon Customer Comments
Nice resource bookRating: 4
18 Apr 2008 @ amazon.com
Trying to create, maintain or understand how a web site works requires having knowledge of many different technologies. This book provides a good overview of the core web technologies (HTML, CSS and JavaScript) and a reference of all elements of these languages. For each element, you will find
- a description
- its syntax
- a practical example
- compatibility with different Explorer and Netscape browser

This makes more than 1100 pages that are easy to consult as a single source for web site programming.
Excellent ReferenceRating: 5
29 Oct 2007 @ amazon.com
I bought the book 3 years ago and it is the most used book in my library. Excellent reference on HTML, CSS, and JavaScript all cross-referenced, defined, and taged for browser compatibility. Anyone who gets into manual coding should find this an invaluable must-have addition to their library. I can’t even begin to think of how much on-line search time this book has saved me when trying to track down the syntax for a rarely used item.

Take the book title to heart -- this is really a reference book, not a comprehensive tutorial on web programming.

Well doneRating: 5
27 Jan 2007 @ amazon.com
The book arrived in a short amount of time and packed well and in good shape. I’m sure the contents must be good as our son-in-law seems to really use it.
Barbara
Very Useful Desk ReferenceRating: 5
30 Jun 2006 @ amazon.com
The Web Programmer’s Desk Reference is like a dictionary for a web programmer. Whenever I need to know what attributes an HTML tag has and how those attributes can be set I turn to it. Same for setting selectors in style sheets or using Javascript functions.
good reference, but seems abandoned by authorsRating: 3
06 Jul 2005 @ amazon.com
Good reference with advanced CSS and Javascript coverage. HTML coverage is good as well, but less thorough on cross platform support details. Also the HTML is HTML and not XHTML which you would probably be using with the latest and greatest CSS and Javascript.

There seems to be no maintained errata for the book which has a pretty bad error on page 7. Contextual selectors like:
h1 em ul { color: red; }

apply to an h1 tag that contains an em tag that contains a ul tag.

    text

And not what the book states which is that it is equivalent to:

h1 { color: red; }
em { color: red; }
ul { color: red; }

The code equivalent to the three separate rules is not a contextual select, but just three separate rules that can be written as:
h1, em, ul { color: red; }

Despite this error early on in the book, I find it overall a useful reference.

The author’s unmaintained website is at:
http://deskref.softsmartinc.com
Meets a real needRating: 5
08 Nov 2004 @ amazon.com
Some books present new information, others organize old information. This is an exceptional example of an organizing book.

The intended reader already uses HTML, CSS, JavaScript, and maybe some Microsoft-only technologies, and has references on them. Those references may show which HTML elements allow STYLE values, but not what values have meaning for that element. They may show what JavaScript methods and properties exist, but not which HTML elements support which ones, and so on. Details like which particular properties apply to which particular elements in which versions of Internet Explorer are critical to complex web sites, but generally hard to find - unless you look here.

This book is the missing link. The subtitle really says it best: "A complete cross-reference to HTML, CSS, and JavaScript." This supplements the references you already have, it doesn’t supplant them. You’ll still need other books for the how and why of each topic, and beginners may not even understand the problem that’s being solved here.

I have very few complaints about the content. One is that it’s not very explicit about versions of the HTML, CSS, or JavaScript standards that define each feature. Another is that it discusses Internet Explorer and Netscape, but disregards other browsers. And, as expected in a new title of this size, there are a few formatting glitches and typos. None of those problems interfere much with the book’s value. A web reference to its many brief examples would have been helpful, too, but seems to be missing.

This isn’t a tutorial. There are no "coolness" tips or slick demos. This is for people with plenty of coolness of their own, but lots of hard problems to solve in bringing it to life. Perhaps you’ve already got a stack of web development manuals, but an ongoing "The answer is in there SOMEWHERE" frustration. In that case, you probably want this book - maybe the answer won’t be here, but this book will probably tell you where it is.

//wiredweird
Not a How-To, But a Complete ReferenceRating: 5
27 Oct 2004 @ amazon.com
This book has a lot going for it. No Starch Press does some very good stuff. They have a style and a way of putting a book together that suits my reading style very well.

This book is no exception. The world of putting together a web page has changed. Not too many years ago, you learned HTML and you pretty well had a handle on doing a web page. Not true any more. The simple font statement controlled what font you used and various modifiers to the command gave additional things like color and size. This has been replaced with Cascading style sheets. Java and JavaScript have come in to provide a programming capability that didn’t exist before.

Here in one volume are the three main web programming languages. It is not, quite possibly, the best introductory text you could find. It is, as the title says, a desk reference. It doesn’t say this is HTML and if you want to do a web page start here and try this tag, then let’s use that tag. It has every HTML tag, every attribute in HTML and CSS, collections, classes, methods, etc. They are arranged alphabetically, so you can find them easily if you know what you are looking for. Finally, it’s up to date with the latest standards so it is probably more current than the individual books you bought earlier.

You don’t have to save much time to justify having this book on your desk.
Absolute reference for a specific audienceRating: 3
24 Sep 2004 @ amazon.com
The audience for this book has to be web developers who already know DHTML (HTML, CSS, DOM, etc.) and who are looking for a pure reference that provides details primarily on platform compatibility. The exposition between the reference sections is terse and dry.

For those interested in a book that covers this material that has a workable learning curve I recommend O’Reilly’s classic "Dynamic HTML". There is more exposition in that book, which means that you can actually learn HTML from it. I also think the reference section is better organized.

There is value in the content that is here, but I recommend looking at the book in person before purchasing it.
Much better single-volume reference than I expected...Rating: 4
14 Sep 2004 @ amazon.com
As a web developer, you’ll most likely own a few reference books for JavaScript, HTML, CSS, and other related technologies. Surprisingly, you can get most of what you need in a single volume - The Web Programmer’s Desk Reference by Lazaro Issi Cohen and Joseph Issi Cohen (No Starch Press).

Chapter list - Cascading Style Sheets; Object-Oriented Programming: The DOM and the Node Tree; Events and Event Handlers; JavaScript Core Language and Fundamentals; HTML Elements; HTML Attributes; Event Handlers; CSS Attributes and JavaScript Style Properties; Microsoft Internet Explorer Behaviors; Microsoft Filters and Transitions; JavaScript Properties; JavaScript Methods; JavaScript Collections; JavaScript Objects; HTML+TIME Microsoft Technologies; Index of HTML, CSS, and JavaScript Listings

I’ll admit to not being a fan of single volume reference guides to multiple technologies. In nearly all cases, the authors try to do too many things and be everything for everyone. As a result, the book ends up being useless. This one feels different, however. The first 60-some-odd pages do a quick coverage of the overall technology, like CSS, JavaScript, and the DOM model. In all likelihood, you probably won’t use this part of the book. It’s not enough for a beginner, and it’s too basic for an experienced developer. But the book shines when it comes to the reference section.

Each entry in the reference portion lists the tag or keyword, which browser versions support the option, the syntax of the option, code examples, and what other options or tags the original tag refers to. Because there is so much information included (1000+ pages), it will take you a little while to get comfortable with the page layout. But once you get that under your belt, this book could become very valuable to you.

While I’m not ready to ditch my stand-alone reference books on CSS, HTML, and JavaScript, this book might have caused me to think twice before buying them. A good job...
Add a Comment!  You must login first, to write an comment/review!
Topic / Title / Summary ...


Comment / Review


 

© 2001 - 2008 CYGAD.NET | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 0.8058
Optimized for Internet Explorer Internet Explorer 6.0+, Firefox Firefox 1.5+!