HTML
  Home arrow HTML arrow Page 4 - Book Review HTML, XHTML and CSS, Sixth Edi...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Book Review HTML, XHTML and CSS, Sixth Edition
By: Terri Wells
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 23
    2006-11-27

    Table of Contents:
  • Book Review HTML, XHTML and CSS, Sixth Edition
  • Format Conducive to Learning
  • What it is, and What it isn't
  • Worth Highlighting

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Book Review HTML, XHTML and CSS, Sixth Edition - Worth Highlighting


    (Page 4 of 4 )

    Castro has a talent for making you reconsider your original notions when you're planning your web site. She includes a chapter on style sheets for handhelds that should get anyone with a web site (or planning to build one) thinking about whether visitors will be using a cell phone or similar device for access. Her chapter on symbols and non-English characters notes at the very beginning an estimate that "only 35% of the Web surfing public speaks English," which gives the novice web site builder another idea of the size of his audience if he chooses to limit himself to English on his web page. (It's true that translators such as Babelfish are available, but often their success at translating a page into English is limited at best; it seems unlikely that they would be any better at translating a page from English into another language).

    The chapter on debugging is short but to the point, and emphasizes the basics. Castro is nice enough to cover not only the technical points, but the psychological ones. For example, she reminds you to go over the stuff you "know" is working, and even mentions some of her own mistakes (like the fact that she has often misspelled src when telling you to check your spelling). She also mentions that sometimes the browser just doesn't support what you're trying to do, so it may not be your fault -- and sometimes all you need to do is take a break, especially if you've been beating on a problem for a while, before you can see why your page doesn't look the way you want it to. This is very helpful advice to users who may never have debugged anything before.

    Well, they say that the proof is in the pudding, so I figured I'd conclude this article by throwing together a very simple web page using a few of the things I learned in the book. I knew some of this before, but I wasn't sure how to put it all together. I was very grateful for the index; it's quite thorough, and led me quickly to every item I needed. Though it is simple, I did have to do some minor debugging (forgot to close a tag!); I also had to do some playing around before I got the page looking as I'd imagined. Here's the code, with only one alteration -- I didn't want to show where the image in the web page was coming from, but for the screen shot, I typed in a real URL:

    <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01

    Transitional//EN""http://www.w3.org/TR/html4/loose.dtd>

    <html>

    <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

    <title>Yet Another Self-Indulgent Web Page</title>

    </head>

    <body>

    <h1>Introducing Me</h1>

    <img src="THIS LOCATION DELIBERATELY LEFT BLANK" alt="This is an image of an avatar that I haven't uploaded to the server because this is only a test." align="left" hspace="5" />

    <p>If this were an actual web page, this is where I would include a

    paragraph or two about why I'm creating this web page. Since this

    is merely an example, I'll leave that out.</p>

    <br clear="left" />

    <h2>Interests</h2>

    <p>Obviously I'm a very interesting person or you wouldn't be

    looking at this. But just in case you haven't heard of me, here is

    some stuff you might want to know.</p>

    <ul>

    <li>I'm a very prolific writer. Check out my articles on

    <a href="http://www.devhardware.com/cp/bio/Terri-Wells/">Dev

    Hardware</a> and <a

    href="http://www.seochat.com/cp/bio/Terri-Wells/">SEO

    Chat</a>.</li>

    <li>I'm into crafts. If this had been an actual web page, I'd

    probably include a link to a page that lists crafts projects I've

    done (with links to directions and pictures).</li>

    <li>I'm a science fiction fan. Here is where I'd link to a Google

    Video (explained on page 306-307 of Castro's book) of a science

    fiction musical I cowrote that was performed at WorldCon if I

    wasn't so pressed for time.</li>

    </ul>

    </body>

    </html>

    And here's a screen shot, cropped and reduced to fit:   

       

    It's a little big to stuff into a Christmas stocking, but the book will fit nicely under the tree of anyone who wants to learn HTML, XHTML, and CSS.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · I hope you found this review useful. I was really impressed by this book, as you can...
     

    HTML ARTICLES

    - Comparing Browser Response to Active Client ...
    - Testing Browser Response to Active Client Pa...
    - Active Client Pages: Completing the Code for...
    - ACP and Browsers: Setting up an Example
    - How Browsers Respond to Active Client Pages
    - Completing a Tree with Active Client Pages
    - HTML Form Verification and ACP
    - Building an ACP Tree
    - Completing an ACP 3D HTML Table Image Gallery
    - Building an ACP 3D HTML Table Image Gallery
    - A Multiple Page Image Gallery with Active Cl...
    - Building an Image Gallery with Active Client...
    - Concluding a Menu for All Browsers
    - A Vertical Menu for All Browsers
    - Downloading Long HTML Pages with ACP







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek