xhtml

TwitterFacebook
Get flash to fully experience Pearltrees
http://blog.dhananjaynene.com/2009/07/presentation-rest-explained

ReST explained

My presentation as a part of TechWeekend, Pune last Saturday. Note that it is a very long presentation. It was designed for a 3 hour slot and attempted to introduce ReST to users who had relatively little exposure to ReST.

CSS 2.1 Reference

http://www.w3.org/TR/CSS21/ This specification defines Cascading Style Sheets, level 2 revision 1 (CSS 2.1). CSS 2.1 is a style sheet language that allows authors and users to attach style (e.g., fonts and spacing) to structured documents (e.g., HTML documents and XML applications). By separating the presentation style of documents from the content of documents, CSS 2.1 simplifies Web authoring and site maintenance. CSS 2.1 builds on CSS2 [CSS2] which builds on CSS1 [CSS1] . It supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc.
This reference is based on the CSS 2.1 specification. To better understand how Web browsers use CSS to render markup, please refer to the Box Model article.

CSS Reference

http://xhtml.com/en/css/reference/
http://www.quirksmode.org/ QuirksMode.org is the prime source for browser compatibility information on the Internet. It is maintained by Peter-Paul Koch, mobile platform strategist in Amsterdam, the Netherlands.

QuirksMode - for all your browser quirks

S5: A Simple Standards-Based Slide Show System

If you'd like to see S5 in action, go ahead and run through the introductory slide show (also available as a 186KB ZIP archive , the size of which is due to the presence of several images in the slide show). Feel free to try any of the features. For example, you can hit the space bar to advance to the next slide. http://meyerweb.com/eric/tools/s5/
, thus allowing the same element to have different styles. For example, an author may wish to display code in a different color depending on its language: The above example has created two classes, css and html for use with HTML's CODE element. The CLASS attribute is used in HTML to indicate the class of an element, e.g http://www.htmlhelp.com/reference/css/structure.html

CSS Structure and Rules