public marks

PUBLIC MARKS from fredbird with tags tech & css

August 2005

Niceforms

by 4 others (via)
Jolis formulaires

July 2005

Strategies for CSS Switching

by 3 others
we will explore different techniques for democratizing our design through the use of style sheet switching. By applying a different CSS file to a markup document, we can drastically change any or all aspects of its design—the layout, typography, or color palette. This technique may hold incredible appeal to designers because it exponentially decreases the amount of overhead required to redesign a site. But, as you’ll see, this technique can wield incredible benefits to our site’s users, allowing them fine-grained control over a page’s presentation and, in turn, better access to the content therein.

Complex Dynamic Lists: Your Order Please: A List Apart

by 5 others
In our struggle to reduce the number of steps site visitors must take to accomplish their goals, we face a number of challenges. One of them is to provide a good way for users to choose from a list of hierarchical elements. For example, a list that serves as a diner menu, offering a selection of drinks, main dishes, salads, and desserts.

Behaviour : Using CSS selectors to apply Javascript behaviours

by 27 others (via)
AJAX (asynchronous javascript and xml) has been getting a lot of press lately. It is seen as a way to add desktop-application functionality to html pages. Things like Drag and drop, Fluid animations and Dynamic page updates. It's great to see public uptake of these technologies - but it worries me to see the influx of <SCRIPT> tags and onclick attributes into webpages.

June 2005

Annotating images with CSS

by 10 others
some techniques to display annotations on images using only xhtml and css.