Re: [WSG] xHTML style guide/ coding guidelines

2005-01-23 Thread David Laakso
On Fri, 21 Jan 2005 19:18:39 -0500, Rob McCormack  
[EMAIL PROTECTED] wrote:
. Anyone know of a nice style guide (or guidelines)for
  writing xHTML/HTML
..
Rob
New York Public Library Online Style Guide
http://www.nypl.org/styleguide/
David
--
http://www.dlaakso.com/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] xHTML style guide/ coding guidelines

2005-01-21 Thread Mike Pepper
Rob,

Let's rework your example:

divpabc/p/div

You really ought forget about nesting tables, in fact you might want to read
up on using containers - divs - to create elements in the markup and CSS to
control their display.

Not what you want to hear, I know but take a long, determined look at
tableless design and you'll never look back. Trust me on this.

Cheers,

Mike Pepper
Accessible Web Developer
Internet SEO and Marketing Analyst
[EMAIL PROTECTED]
http://www.visidigm.com

Administrator
Guild of Accessible Web Designers
[EMAIL PROTECTED]
http://www.gawds.org





Rob wrote:

. Anyone know of a nice style guide (or guidelines)for
  writing xHTML/HTML.

. What I mean is, how code should be specifically formatted,
  indents, wraps, placement of comments, treatment of long lines,
  suggestion for nesting tables etc.

Example:
tabletr
tdabc/td
/tr
/table

is far LESS readable than:

!-- START main table --
table
  tr
td
  abc
/td
  /tr
/table
!-- END main table --

Thanks

PS- I sure get a lot out of this list serve


Rob

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/05

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] xHTML style guide/ coding guidelines

2005-01-21 Thread Susan R. Grossman
 . Anyone know of a nice style guide (or guidelines)for
   writing xHTML/HTML.
 

I think what you're asking about is a best practices guide, and most
development departments have them.  One example is here:

http://developer.apple.com/internet/webcontent/bestwebdev.html


-- 
Susan R. Grossman
[EMAIL PROTECTED]
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**