public marks

PUBLIC MARKS from Riduidel with tags programming & ajax

April 2006

February 2006

November 2005

JS/UIX - Terminal

by 7 others
Est-ce que ça sert vraiment à quelque chose ? Peut-être bien ...

September 2005

/IE7/overview/

IE7 loads and parses all style sheets into a form that Explorer can understand. You can then use most CSS2/CSS3 selectors without having to resort to CSS hacks. The lightweight script is a single-line inclusion in your HTML/XML document. No alteratio

Patterns of Intermediation

by 2 others
This is a working document whose aim is to define and describe a number of design patterns suitable for use when writing web intermediaries: bookmarklets, Greasemonkey scripts, or dynamic web interfaces, e.g. using XMLHttpRequest.

cssQuery

by 7 others
cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors.

June 2005

Fixing the Back Button and Enabling Bookmarking for AJAX Apps

by 18 others
Everyone's favourite AJAX technology app is Google Maps. Google have done a stunning job... But when I came to try to bookmark a page and I had to hunt around for 'link to this page' over on the right hand side. Why have they broken such a basic function of the web? I use bookmarks A LOT and the extra effort bothered me. I got over it though, and life went on.

Ajax Patterns

by 3 others
We are uncovering new ways to converse with the world wide web. This is an in-progress collection of AJAX patterns being collected and discovered by Michael Mahemoff, building on an initial draft published on my blog about a month ago.