inicio mail me! sindicaci;ón

More CSS sites

Been browsing through a lot of sites that have adopted the CSS layout fad at the moment, and thought I’d share a few more with you:

  • StyleGala - another web standards site.
  • Stop Design AND another css/web standards site.
  • 31three - a nice looking CSS layout based site.

Anyone that can help me in figuring out the difference in benefits of XHTML strict and XHTML transitional doctypes would be greatly appreciated!!!

Rico said,

November 10, 2005 @ 2:28 am

Strict goes further than Transitional in terms of web standards by forbidding visual/presentation things. The attributes “border” (in ), “link” “vlink” “background” “bgcolor” (in ), et cetera, are not allowed. They should be defined in CSS. More detailed stuff on http://www.google.com/search?q=xhtml+differences+strict+transitional — check the results 3 and below. :)

Hope to see more posts in the coming days! Would love to hear more things from you!

Rico said,

November 10, 2005 @ 2:29 am

Sorry. “border” in the IMG tag, link/vlink/background/bgcolor in the BODY tag. Woopsie. (:

Jonathan said,

November 14, 2005 @ 2:19 pm

If a page is written in XHTML strict, in theory the page can be parsed and manipulated without problems by an application as long as it complies to its DTD.

The document then becomes data with semantic tags (assuming you are using semantic markup), allowing it to be manipulated however you choose using an XSLT stylesheet. Its actually wrong for me to state that the document is just ‘data’ because by using semantic markup the document has meaning and thus is information.

Currently I don’t see a problem with just using XHTML transitional, its close enough and to be honest you’ll find that most web servers serve the document mime type as ‘text/html’ rather than ‘xml/xhtml’ which it really should be. Of course if you were to serve a document as xml/xhtml you’d find some browsers would have problems rendering the document (some versions of Mozilla if I remember correctly).

RSS feed for comments on this post · TrackBack URI

Leave a Comment