Archive for the ‘(X)HTML’ Category

The Highly Extensible CSS interface

Thursday, April 3rd, 2008

There are tutorials and there are Tutorials coming from great web authors like Cameron Moll. The Highly Extensible CSS interface is a great collection of resources divided into four distinct parts, which guide you into creating a neat and sophisticated web page. Each part provides you with a working online demo, downloadable files, and links to articles and books related to each step of the tutorial.

  • Part one builds a resolution-dependent page layout and demonstrates the use or a reset style sheet.
  • Part two demos the use of CSS selectors and dives into the realm of scripting and adds some neat effects using the jquery library.
  • Part three covers the integration of ajax technology and starts up with a shout-out on resolution dependence.
  • The fourth and last part in this series is about testing for extensibility with 8 benchmarks to thoroughly bulletproof your site.

Overall this is a carefully written Tutorial worth spending time on. Thumbs up!

A List Apart: A Preview of HTML 5

Thursday, December 6th, 2007

While far from finished, work on the next spec of HTML is rapidly progressing. The new draft brings lots of new elements to define a document’s structure, which must be currently defined with ids and/or classes. The spec also aims to simplifiy multimedia embedding, it features a direct-mode graphics canvas, server-sent events and lots of other goodies. Read the article at A List Apart.