Web Standards Programmer's Reference 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 £4.35 Amazon.co.uk Gift Card
Web Standards Programmer's Reference: HTML, CSS, JavaScript, Perl, Python, and PHP
 
 
Start reading Web Standards Programmer's Reference on your Kindle in under a minute.

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

Web Standards Programmer's Reference: HTML, CSS, JavaScript, Perl, Python, and PHP [Paperback]

Steven M. Schafer
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £24.99
Price: £16.24 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.75 (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 Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.62  
Paperback £16.24  
Trade In this Item for up to £4.35
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Web Standards Programmer's Reference: HTML, CSS, JavaScript, Perl, Python, and PHP for an Amazon.co.uk gift card of up to £4.35, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.


Product details

  • Paperback: 812 pages
  • Publisher: John Wiley & Sons (10 Aug 2005)
  • Language English
  • ISBN-10: 0764588206
  • ISBN-13: 978-0764588204
  • Product Dimensions: 23.6 x 18.7 x 4.8 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 691,895 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Steven M. Schafer
Discover books, learn about writers, and more.

Visit Amazon's Steven M. Schafer Page

Product Description

Product Description

  • This invaluable resource offers tutorials and real–world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP)
  • Examines the role of JavaScript, CGI (with examples in Perl and Python), and PHP on the Web and shows how to best use them all
  • Includes a valuable reference section on each technology that can be used for review and consultation

From the Back Cover

Web Standards

HTML, CSS, JavaScript,® Perl, Python,® and PHP

Serving as both a "how–to" guide and a reference, this book is one–stop reading for all the essential Web standards—XHTML, CSS, JavaScript, CGI with Perl and Python, and PHP. In today′s web environment, professional web coders and serious enthusiasts need to create documents and scripts that comply with published standards so your content can be viewed on as many web–capable platforms as possible. This book teaches the standards and technologies necessary to achieve that desired result.

Packed with examples for learning each of these standard technologies and followed by detailed references to each language, this book provides a total package for moving your web publishing to current standards–based coding.

What you will learn from this book

  • A solid background and understanding of HTML and applying XHTML to format specific document elements
  • Using CSS to select and format text, margins, colors, and other elements and position them on the page
  • Applying JavaScript for client–side scripting and dynamic content delivery
  • Using server scripts and CGI with the popular Perl and Python languages
  • Publishing rich, dynamic content using the PHP scripting language
  • The importance of following web standards to ensure compatibility with as many user agents as possible, including Internet Explorer, the increasingly important and popular Firefox, and the latest crop of mobile platforms
  • How to avoid browser–specific code and deprecated tags and attributes that cause your documents to be unusable for many users

Who this book is for

The book is for programmers and web coders who want to learn web standards–compliant coding.

Wrox Programmer′s References are designed to give the experienced developer straight facts on a technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply these tools to your development projects today.


Inside This Book (Learn More)
First Sentence
Before you begin to code HTML pages for the Web, it is important to understand some of the technology, standards, and syntax behind the Web. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(1)
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
By TWW
Format:Paperback|Amazon Verified Purchase
Brilliant reference book.

I've been writing websites for thirteen odd years and this is one book that I still reference at least once a month. Very well written and easy to find the information you need quickly.

Recommended.
Comment | 
Was this review helpful to you?
Format:Paperback
After checking out many HTML books via the Library Service, finally settled on this wonderful book - and bought it!
Written in a beautifully concise style, it avoids the plonking, patronising tone that many books in this field adopt.
Recommended!
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  4 reviews
20 of 26 people found the following review helpful
replaces 6 books [one for each language] 9 Aug 2005
By W Boudville - Published on Amazon.com
Format:Paperback
How the Web has grown! In doing so, and aiding its growth, has been the use and development of several languages. Naturally, Schafer starts with the language that birthed the Web - HTML. Actually this needs its dual ("twin") on a server, http. But Schafer discusses http in a later chapter devoted to CGI.

Hopefully, you should be able to appreciate that HTML is simple. In fact, of all that the book discusses, HTML is the simplest language. Several initial chapters walk you through HTML. It must be stressed that mastery of HTML is needed to make sense of the rest of the book.

The later languages either extend the scope of an HTML file, or they generate the file, roughly speaking. Cascading Style Sheets (CSS) lets you easily factor out common definitions that are used across multiple web pages, where you can imagine that each web page corresponds to a file storing it. Schafer explains how to use CSS to simplify management of a set of HTML files. A centralised way to set common fonts and the like. More robust.

But HTML is a declarative language. Good, because laymen can more easily understand and write such languages. It's easier to say what should be done, than how to do it. But for the times when you need more expressive power on the browser, Schafer offers JavaScript. A procedural language that actually has nothing to do with Java. [The coincidence in names was a marketing ploy.]

Schafer does not ignore the server. CGI is given, as the first generation attempt at server side code. Its limitations spawned the use of Perl, PHP and Python for easier parsing of user input and generation of new dynamic pages.

Each of these languages (HTML, CSS, JavaScript, Perl, PHP and Python) is often the subject of its own book. No surprise then that Schafer explaining all 6 gave us a book of this length!
4 of 6 people found the following review helpful
Great beginners reference book for beginners!! 24 May 2007
By Manuel Lopez - Published on Amazon.com
Format:Paperback
This is a great reference book for beginners... I myself am a seasoned systems analyst and already had books that covered most of the basic topics discussed in this book. There were no real world examples and nothing about the pitfalls of using web standards before they are even supported by popular browsers. Like I said at first, it is a really great reference book; and if you need one to get started, this is it! You will still need a book dealing with the methodology variations in coding.
Lots of good information. 20 Sep 2010
By B. Jackson - Published on Amazon.com
Format:Paperback
Tons of stuff covered in this book with a handy appendix for each major topic. Easy to follow and explanations keep things simple, allowing you to speed through many topics.
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!

Create a Listmania! list

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