Webmaster Tips » Webmaster Books » HTML

Sort by:

HTML books

Beginning iPhone Web Apps: HTML5, CSS3, and JavaScript for WebKit

Author: Estelle Weyl
List price: $39.99
Amazon price: $26.39   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: Apress (15 September 2010)

With smartphones in nearly every pocket and the iPhone leading the pack, it is increasingly important that you have a grasp on how to build open, standards-based web apps for the small screen. iPhone native apps in Cocoa and Objective-C are fine, but you’ll need a different skill set to make sophisticated web apps. Beginning iPhone Apps for Web Developers helps you do just that, offering the skills and techniques you need to make your website look great on the iPhone and more.

  • Optimize your website for mobile devices
  • Enhance your mobile user experience
  • Learn iPhone specific event handling, javascript, CSS and animations
What you’ll learn
  • Simple steps to make your website look great in all browsers, including on the iPhone.
  • How to get a head start on CSS3 and other new web standards that will be coming to desktops soon.
  • Why mobile browsers are different from desktop browsers: learn how to handle user actions such as touch, tilt, and shake.
  • How Apple has defined the modern mobile user interface. Learn what they know.
  • How to minimize bandwidth usage, and other tricks to make your site work on mobile devices.
  • What you need to know to become an iPhone web applications developer.
  • The differences between having to support IE6 versus using cutting edge CSS3 and CSS animations.
Who this book is for

The audience for this book ranges from the web developer or programmer who has a general understanding of HTML, CSS and event handlers to senior web developers well versed in browser differences, with limited to no mobile development experience. The book will also benefit iPhone application developers who may want to port their application from the iPhone to the desktop or to the mobile browser.

Dojo: The Definitive Guide

Author: Matthew A. Russell
List price: $39.99
Amazon price: $21.99   Book details at Amazon.com
Average rating: 4.0 / 19 (19 reviews)
Publisher: O'Reilly Media (17 June 2008)

Of all the Ajax-specific frameworks that have popped up in recent years, one clearly stands out as the industrial strength solution. Dojo is not just another JavaScript toolkit -- it's the JavaScript toolkit -- and Dojo: The Definitive Guide demonstrates how to tame Dojo's extensive library of utilities so that you can build rich and responsive web applications like never before. Dojo founder Alex Russell gives a foreword that explains the "why" of Dojo and of this book.
Dojo provides an end-to-end solution for development in the browser, including everything from the core JavaScript library and turnkey widgets to build tools and a testing framework. Its vibrant open source community keeps adding to Dojo's arsenal, and this book provides an ideal companion to Dojo's official documentation.
Dojo: the Definitive Guide gives you the most thorough overview of this toolkit available, showing you everything from how to create complex layouts and form controls closely resembling those found in the most advanced desktop applications with stock widgets, to advanced JavaScript idioms to AJAX and advanced communication transports. With this definitive reference you get:

  • Get a concise introduction to Dojo that's good for all 1.x versions
  • Well-explained examples, with scores of tested code samples, that let you see Dojo in action
  • A comprehensive reference to Dojo's standard JavaScript library (including fundamental utilities in Base, Dojo's tiny but powerful kernel) that you'll wonder how you ever lived without
  • An extensive look at additional Core features, such as animations, drag-and-drop, back-button handling, animations like wipe and slide, and more
  • Exhaustive coverage of out-of-the-box Dijits (Dojo widgets) as well as definitive coverage on how to create your own, either from scratch or building on existing ones
  • An itemized inventory of DojoX subprojects, the build tools, and the DOH, Dojo's unit-testing framework that you can use with Dojo -- or anywhere else

If you're a DHTML-toting web developer, you need to read this book -- whether you're a one-person operation or part of an organization employing scores of developers. Dojo packs the standard JavaScript library you've always wanted, and Dojo: The Definitive Guide helps you transform your ideas into working applications quickly by leveraging design concepts you already know.

Dynamic Web Programming: A Beginner's Guide (Beginner's Guide (Osborne Mcgraw Hill))

Authors: Marty Matthews, John Cronan
List price: $39.99
Amazon price: $24.71   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: McGraw-Hill Osborne Media ( 7 October 2009)

Move beyond basic Web design by learning to create dynamic Web content

To create a dynamic page on which content changes in response to events requires programming and the potential use of databases. Dynamic Web Programming: A Beginner's Guide starts by covering HTML, XHTML, and CSS. You will then learn to use JavaScript to implement elements such as rollover events, popups, and calculations. The book explains how to use PHP to create guest books, blogs, and page transitions, as well as how to implement a database-driven Web site with MySQL.

Creating a Web Page with HTML: Visual QuickProject Guide

Author: Elizabeth Castro
List price: $19.99
Amazon price: $7.39   Book details at Amazon.com
Average rating: 4.5 / 14 (14 reviews)
Publisher: Peachpit Press (13 August 2004)

Creating beautifully coded HTML Web pages that perform predictably and consistently across all browsers and platforms can be a daunting task, but best-selling author Elizabeth Castro knows that most readers don't need an encyclopedic reference, just simple instructions for creating their first Web page. This compact guide delivers! Rather than explaining every tag and option, she demonstrates the quickest, easiest, smartest route to creating that first Web page. Each short section walks readers through the construction of a single phase or component, so they learn how to plan a site, prepare Web images, insert links and graphics, and publish their finished pages to the Web. Project-based, step-by-step instructions and large, full-color screen shots make the information instantly accessible, and the author's clear, straightforward style takes the reader from a standing start to finished site quickly and easily.

HTML5 Straight to the Point: Using HTML5 with CSS3 and JavaScript

Author: Elizabeth Castro
List price: $34.99
Amazon price: $23.09   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: Peachpit Press ( 4 December 2010)

This project-based book walks the reader through the creation of a Web site, using HTML5 and CSS3. It shows how to use the new HTML5 syntax (article, section, and so on)  and also how to write JavaScript to force IE to recognize that code so that it can be used right now. It covers the newer parts of HTML5 (such as canvas and video) with a strong emphasis on what works right now, using what people are calling  "progressive enhancement" (writing web pages that can be viewed by all  but that those with superior connections/systems can see in better ways). The book uses a combination of project examples and explanation to teach HTML5 thoroughly and succinctly.

CSS Mastery: Advanced Web Standards Solutions, Second Edition

Authors: Simon Collison, Andy Budd, Cameron Moll
List price: $39.99
Amazon price: $24.72   Book details at Amazon.com
Average rating: 4.5 / 131 (131 reviews)
Publisher: friends of ED (29 October 2009)

Building on what made the first edition a bestseller, CSS Mastery: Advanced Web Standards Solutions, Second Edition unites the disparate information on CSS-based design spread throughout the internet into one definitive, modern guide. Revised to cover CSS3, the book can be read from front to back, with each chapter building on the previous one. However it can equally be used as a reference book, dipping into each chapter or technique to help solve specific problems. In short, this is the one book on CSS that you need to have.

This second edition contains:

  • New examples and updated browser support information
  • New case studies from Simon Collison and Cameron Moll
  • CSS3 examples, showing new CSS3 features, and CSS3 equivalents to tried and tested CSS2 techniques
What you’ll learn
  • The best practice concepts in CSS design.
  • The most important (and tricky) parts of CSS
  • Identify and fix the most common CSS problems
  • How to deal with the most common bugs
  • Completely up to date browser support information
  • Covers CSS3 as well as CSS2 showing you the future of CSS
Who is this book for?

This book will be aimed towards intermediate web designers/developers, although the examples should be simple enough for novice designers/developers with a basic understanding of CSS to grasp. Readers will probably have read beginner/intermediate instructional books such as Web Standards Solutions and will be looking for more practical and in-depth information. This book is likely to have a broad appeal, attracting intermediate developers wanting to improve their skills as well as advanced developers wanting a useful reference.

The CSS 2/3 content of the book is delivered in a way that allows readers to learn CSS2 techniques that they can implement now in professional work, and then gem up on CSS3 techniques if they want to start looking towards the future.

The Guru's Guide to SQL Server Stored Procedures, XML, and HTML

Author: Ken Henderson
List price: $64.99
Amazon price: $35.95   Book details at Amazon.com
Average rating: 4.5 / 83 (83 reviews)
Publisher: Addison-Wesley Professional ( 6 January 2002)

Teaches that stored procedure development does not occur in a vacuum--it involves a wide variety of skills, subjects, and technologies--and helps the reader become a better software engineer, not just a stored procedure expert. The most complete coverage of SQL Server stored procedure programming available in one source. Softcover. CD-ROM included.

XHTML for Dummies (With CD-ROM)

Authors: Ed Tittel, Chelsea Valentine, Natanya Pitts
List price: $24.99
Amazon price: $24.99   Book details at Amazon.com
Average rating: 3.0 / 9 (9 reviews)
Publisher: For Dummies (15 January 2000)

Combining the strength of HTML with the flexibility of XML, Extensible Markup Language sets you free to create the kinds of Web pages you’ve always imagined. And the best thing is, it’s really easy to get the hang of XHTML. If you can give directions to the post office, you can design and build a Web page with XHTML. But here’s the catch: While XHTML isn’t hard to learn, it does pack a welter of details that you have to wrestle into submission while you build your Web pages. Mastering that will take some practice and a little coaching from a knowledgeable friend–which is what you get with XHTML For Dummies.

XHTML For Dummies is a friendly, approachable guide to tackling the terminology and mastering the tools of XHTML. Written for absolutely anyone interested in creating readable and attractive Web pages–regardless of degree of computer savvy or markup language experience–it quickly gets you on track with the kn owledge and skills needed to:

  • Make Web pages that look exactly how you imagine them
  • Manage XHTML style and layout
  • Create cool XHTML page layouts
  • Create content readable on all Internet-ready devices
  • Quickly and easily convert HTML documents into XHTML
  • Create sheets and DTDs
  • Use tools to determine browser capability
  • Rev up e-commerce applications

From the basics of tags and elements to advanced topics, such as creating dynamic Web pages with DOM, XHTML For Dummies covers all the bases for novices and experienced Web developers alike, including:

  • Styling XHTML with CSS
  • Presentation and text controls
  • Using XHTML tables effectively
  • Java, multimedia, and scripting
  • Modularizing XHTML and creating dynamic Web pages with DOM

As an added bonus, you get a CD-ROM featuring:

  • Freeware versions of Amaya XML-aware Web browser
  • Microsoft KML Notepad v1.5
  • An evaluation version of Adept Editor LE
  • Plus HTML Tidy, expat, XT, and more

Packed with working examples, clear step-by-step explanations and hot tips on how to get the most out of XHTML this is everyone’s total guide to mastering the latest Web design language.

HTML5 Now: A Step-by-Step Video Tutorial for Getting Started Today (Voices That Matter)

Author: Tantek Çelik
List price: $44.99
Amazon price: $29.69   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: New Riders Press ( 6 August 2010)

HTML5 has captured the attention of web designers and developers worldwide. Browsers like Firefox and Safari, and numerous mobile devices (Apple iPhone, Google Android, Palm Pre) all have some support for HTML5 - but it's not obvious what you can use. That's where this video and booklet step in. It delivers a solid introduction to HTML5 and how to get started today. The video and booklet provide instruction, examples, and explanations to get started with using HTML5 immediately, both in new projects, and how to transition existing HTML and XHTML pages to HTML5. All this is explained in ways that are compatible with existing browsers and shows authors how to progressively take advantage of new support in modern browsers and devices.

The Interactive Computing Series: How to Create Web Pages using HTML - Brief

Authors: Kenneth Laudon, Kenneth Laudon
List price:
Amazon price: $23.85   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: Career Education (30 January 2002)

The Interactive Computing Series is the Visual, Interactive way to develop and apply software skills. This Skills based approach coupled with its highly illustrated, 2 page-spread design is ideal for the intro CIS course, the self-paced course or students in non-traditional education settings.