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.
Publisher:
No Starch Press
Authors:
Lazaro Issi Cohen, Joseph Issi Cohen
Release Date: 2004-09-05
ISBN/EAN: 1593270119 / 9781593270117
New Price: $12.89 /
Used Price: $2.27 /
Collectible Price: n.a. Buy
it Now!
Average Rating: 4.5
Number of
Reviews: 10
Nice resource book
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2008-04-18
Excellent Reference
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2007-10-29
Well done
Rating:
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
Total Votes: 1, Helpful Votes: 0, Date: 2007-01-27
Very Useful Desk Reference
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2006-06-30
good reference, but seems abandoned by authors
Rating:
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
Total Votes: 2, Helpful Votes: 2, Date: 2005-07-06
Nice resource book
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2008-04-18
Excellent Reference
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2007-10-29
Well done
Rating:
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
Total Votes: 1, Helpful Votes: 0, Date: 2007-01-27
Very Useful Desk Reference
Rating:
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.
Total Votes: 0, Helpful Votes: 0, Date: 2006-06-30
good reference, but seems abandoned by authors
Rating:
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
Total Votes: 2, Helpful Votes: 2, Date: 2005-07-06