November 2008
File I/O
by greut, 1 commentThis document describes an interface for an abstract File I/O interface where web applications can interact with a file system, without any prior knowledge about the underlying filesystem. This interface can be used for e.g. an image preview before submitting a form or for saving a drawing from a canvas painting web application locally.
open the web
simpleCart(js) PayPal = E-commerce in minutes | The Wojo Group
by camel & 5 others (via)obtrusivejavascriptchecker - Google Code
by greut & 1 otherGoes through all the HTML code in a web page, and outlines any HTML element with inline events with a red border.
nifty idea (via codepo8)
Recharger le cache CSS ou JS à chaque mise à jour des fichiers - Le Potlatch
by daxlebo & 1 otherOctober 2008
Éviter les événements trop fréquents — Performance web
by claire_ & 1 otherSitePen Blog » The Cross-Browser Window Focus Blues
by greutyou want it to lock the user out when the browser hasn’t had focus after 15 minutes? Well that’s easy you think, I’ll just connect to the document’s blur and focus events and be good to go.
msie6 quirkiness
Speeqe – Trac
by greut (via)Speeqe is a web based, group chat client that works with the XMPP/MUC protocol.
and open source since a couple of days.
September 2008
dW - Article Archive - Tweet from Opera’s Address Bar 2
by greutA week ago I wrote about tweeting from Opera’s address bar and presented a method for doing so without aid for external scripts or services such as a method given a couple of months ago. Since then my method has made its way across the interwebs even being posted on My Opera, but there’s a better way to do it.
nice hack.
JavaScript Events - Zürich WebTuesday 9.9.08
by greut, 3 commentsJavaScript Events: What can we learn from Desktop Applications?
presentation I gave at the 9.9.08 webtuesday, everything is in the page.
August 2008
July 2008
Yahoo UI vs JQuery : quel framework Javascript pour vos applications Web 2.0 ?
by daxleboJune 2008
Finally, the alternative fix for IE6's memory leak is available
by greut & 1 otherthe alternative fix for IE6's memory leak is available
try finally does the job for you.
Why Firefox's strict JavaScript warnings are wrong
by greutFirefox offers a strict JavaScript checking option. It can be enabled by either setting 'javascript.options.strict' to 'true' in about:config, or by enabling 'strict JavaScript warnings' in the Web developer extension.
May 2008
Request.Comet - Comet wrapper for mootools 1.2
by greut (via)Comet wrapper for the Mootools 1.2 JavaScript framework.
Pablotron: PersistJS
by greutPersistJS is a client-side JavaScript persistent storage library.
window.name or cookie are a bit old school ;-)
The Lightbox Clones Matrix
by kasi77 & 21 others (via)Performance web » Archive du blog » JSON ?
by nhoizeyJohn Resig - What's Next in jQuery and JavaScript?
by nhoizeyApril 2008
The seven rules of unobtrusive JavaScript
by nhoizey & 7 othersMarch 2008
[webkit-dev] Changes to keyboard event handling
by greutIn the latest WebKit nightlies, we have changed keyboard event handling to match Internet Explorer much more closely.
It may break your website.
mindforks: Debugging JavaScript evals
by greutNote to self... when debugging dojo in firefox... always check the script option: "Show eval() sources" in firebug.
eval is evil, but still.