• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Does this book apply to me?

 
Ranch Hand
Posts: 269
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you see as the largest problem in people writing bad HTML? From what I've read on your blog I'm already doing these standard and basic methods of writing well formed code. How in depth do you go? How much deeper do you go than standards compliance, well-formed code, doc types and the like? I have yet to jump onto the XML train as I've been using JSON and Serve Side SQL for my data processing since starting in web development a year ago.

For someone who already writes clean code by hand and pays attention to these details and does not really do anything in the ways of XML, is there anything in this book for me?
 
author
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely. There's a lot of benefit to moving to moving to well-formed XHTML you don't get from simply clean code, including easier maintenance, testability, consistency between browsers, increased tool support, and more. I guarantee there's a few things in the book you haven't thought of. There are certainly a few things in there I didn't know when I started writing the book. :-)
 
I will suppress my every urge. But not this shameless plug:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic