Beginning HTML, XHTML, CSS, and JavaScript and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £6.45 Amazon.co.uk Gift Card
Beginning HTML, XHTML, CSS, and JavaScript (Wrox Programmer to Programmer)
 
 
Start reading Beginning HTML, XHTML, CSS, and JavaScript on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning HTML, XHTML, CSS, and JavaScript (Wrox Programmer to Programmer) [Paperback]

Rob Larsen
1.0 out of 5 stars  See all reviews (1 customer review)
RRP: £23.99
Price: £15.66 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.33 (35%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.09  
Paperback £15.66  
Unknown Binding --  
Trade In this Item for up to £6.45
Trade in Beginning HTML, XHTML, CSS, and JavaScript (Wrox Programmer to Programmer) for an Amazon.co.uk gift card of up to £6.45, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with The Elements of User Experience: User-Centered Design for the Web and Beyond (Voices That Matter) £20.29

Beginning HTML, XHTML, CSS, and JavaScript (Wrox Programmer to Programmer) + The Elements of User Experience: User-Centered Design for the Web and Beyond (Voices That Matter)
Price For Both: £35.95

Show availability and delivery details



Product details

  • Paperback: 864 pages
  • Publisher: John Wiley & Sons (29 Dec 2009)
  • Language English
  • ISBN-10: 0470540702
  • ISBN-13: 978-0470540701
  • Product Dimensions: 23.3 x 18.7 x 4.1 cm
  • Average Customer Review: 1.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 553,372 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Jon Duckett
Discover books, learn about writers, and more.

Visit Amazon's Jon Duckett Page

Product Description

Product Description

An indispensable introductory guide to creating web pages using the most up–to–date standards

This beginner guide shows you how to use XHTML, CSS, and JavaScript to create compelling Web sites. While learning these technologies, you will discover coding practices such as writing code that works on multiple browsers including mobile devices, how to use AJAX frameworks to add interactivity to your pages, and how to ensure your pages meet accessible requirements.

Packed with real–world examples, the book not only teaches you how to write Web sites using XHTML, CSS and JavaScript, but it also teaches you design principles that help you create attractive web sites and practical advice on how to make web pages more usable. In addition, special checklists and appendices review key topics and provide helpful references that re–enforce the basics you′ve learned.

  • Serves as an ideal beginners guide to writing web pages using XHTML
  • Explains how to use CSS to make pages more appealing and add interactivity to pages using JavaScript and AJAX frameworks
  • Share advice on design principles and how to make pages more attractive and offers practical help with usability and accessibility
  • Features checklists and appendices that review key topics

This introductory guide is essential reading for getting started with using XHTML, CSS and JavaScript to create exciting and compelling Web sites.

Note: CD–ROM/DVD and other supplementary materials are not included as part of eBook file.

From the Back Cover

Learn to create attractive web sites that are easy to use

Since the web was first created, the languages used to build web sites have been constantly evolving. Now a set of best practices has emerged using HTML or XHTML to create your basic web pages, CSS to control their appearance and make them look attractive, and JavaScript to add interactivity. Without assuming any previous experience, this valuable resource makes it easy to learn how to build web sites using the most up–to–date web standards. Whether you′re a beginner eager to start writing your first web page or a more experienced programmer seeking to update your skills, you will find practical introductions to these essential languages, as well as invaluable tips and techniques used by experienced web professionals.

  • How to create HTML and XHTML pages that incorporate links, images, tables, audio, and video

  • Ways to use CSS to control text, colors, backgrounds, and page layout

  • Design principles employed by experienced designers to create attractive layouts

  • The basics of JavaScript and working with AJAX libraries

  • How to build sites that are accessible, easy to use, and will work on a variety of devices including mobile phones

  • How to test your web site and put it on the web

  • First–hand experience of coding practices commonly used in the real world

  • The elements of basic text formatting

  • Text markup and character entities for special characters

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Programmer Forums
Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads
Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More
Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.

wrox.com


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(29)
(20)
(17)
(7)
(7)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
4 star
0
3 star
0
2 star
0
Most Helpful Customer Reviews
18 of 19 people found the following review helpful
Format:Paperback
This might have been one of the best HTML guides of the late 1990s. As it is, the techniques are long out of date and certainly not to be recommended. As with far too many similar HTML books, it's a HTML 3.2 text with additions to "bring it up to date". As HTML 4 has been released for over 12 years now, that's just not good enough.

The approach here is to introduce the presentational use of HTML early on, and to think that by labeling each section and tag as "deprecated", that's an excuse - it isn't. Separation of markup and presentation needs to be explained from the outset, and when new readers are first taught presentation it should be through the use of CSS.

CSS is introduced here. It's a poor treatment, based (as usual) on explaining CSS properties one by one, rather than showing how to use the CSS tools to achieve page design tasks. In particular, the crucial technique of float is barely mentioned.

My recommendation for HTML + CSS texts is still Head First HTML with CSS & XHTML, followed up by Lie and Bos' Cascading Style Sheets. Those are two that not only teach correct descriptions of the tools, they also teach the right approaches for producing modern, best practice work.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  9 reviews
19 of 20 people found the following review helpful
Excellent and instructive 28 Nov 2010
By claude monet - Published on Amazon.com
Format:Paperback
This is one of the best written technical books that I've read lately. If you've wanted to know, "how do I make a web page from scratch?" this book will explain how, step by step. I'm already comfortable with most aspects of HTML, so I'm moving on to the more interesting areas: CSS and JavaScript. One of of my frustrations with CSS is remembering what properties to use, and this book has nice tables, examples, and exercises on this topic. This is almost like a textbook, or a self-help book. You don't need to be an absolute beginner to appreciate the organization of this book! I'm also interested in reading about the various JavaScript libraries that are popular today, including YUI and scriptaculous, which are discussed briefly. I don't really have anything that I'd like to see changed about this book. It's really up to the reader to decide what area to learn about next.
10 of 10 people found the following review helpful
Reasonably good material; frustratingly careless errors in material 23 Aug 2011
By James V. Sylvester - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
This is a reasonably good text that balances a course of instruction with reference material that might be used in implementing the information the book presents. The text is comprehensive in that it provides, as promised, a solid introduction to HTML, XHTML, CSS, and JavaScript -- all of that is quite good.

There is, however, one huge and frustrating drawback. Either in the book or in the code that can be downloaded in tandem with the text, there are just too many careless errors and discrepancies. One can almost count on any exercise or example's having at least one misleading mistake. Many errors are just obvious looking at material on the printed page (as just typical examples: Why would there be two "TO:" boxes on an e-mail form? see page 212; why isn't there a "<" to start the first line of code on page 233?).

This is a text that has been through a number of editions; in light of that legacy, to find so many errata in a text for beginners is frustrating. It does not speak well of the editing precisions one would think a publisher seemingly as authoritative as Wrox would exercise.
15 of 17 people found the following review helpful
Well written text, confusing examples 11 April 2011
By Erik Moldovan - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
Overall, I really like this book. It's very practical and shows useful applications for each new thing taught. And the lessons do build on each other and flow together well. The exercises are helpful as well.

My problem comes from the "Example Cafe" website, which is the website you build and add to throughout the book. The code examples found on the publisher's website seem like they were made out of sync with the the book itself. A lot of examples include code never explained or shown before, code that's just plain wrong as well as things implemented but never requested from the website. I don't copy and paste, so these errors aggravate me. I almost spend as much time breaking down the example code and figuring out where the editors messed up as I am actually implementing features into my practice site. It's annoying and frustrating.

As a reference, very well structured and explained. As an exercise resource, aggravating and not worth using.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges