February 2009
Cufon, nouvelle alternative pour intégrer des polices TrueType et OpenType au web - Alsacréations
by nhoizey & 1 otherVoici désormais Cufón dont l'approche ressemble à celle de typeface.js. Le site se propose de générer un fichier JavaScript à inclure sur votre site, comprenant les tracés vectoriels calculés à partir du fichier de police fourni (formats TTF, OTF, PFB).
January 2009
slayeroffice | tools | Mouseover DOM Inspector v2.0 Help
by nhoizey & 9 othersThe Mouseover DOM Inspector, or MODI for short, is a favelet (also known as a bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document.
WebAIM: WCAG 2.0 Checklist
by nhoizeyThe following is NOT WCAG 2.0. It is, however, a simple checklist that presents the principles and techniques of WCAG 2.0 in a more user-friendly, understandable format.
La liposuccion de SPIP est lancée !
by nhoizeyCertaines fonctionnalités natives de SPIP commencent à être extraites sous forme de plugin afin d'alléger le « core ». Vous risquez de perdre des fonctionnalités de votre site si vous updatez directement en svn...
jQuery 1.3 est enfin là !
by nhoizeyDe nombreuses nouveautés une fois de plus, et surtout des performances encore accrues. Mais jusqu'où s'arrêteront-ils ???
Faut-il avoir peur du « clickjacking » ?
by nhoizey« les [...] iFrames peuvent être ouvertes avec de simples feuilles de style CSS » ??? Va falloir qu'on m'explique...
De plus belles images redimensionnées côté client dans IE7
by nhoizey & 1 otherSi vraiment vous n'êtes pas capable de redimensionner vos images côté serveur pour ne pas surcharger inutilement le réseau, voilà qui sauvera l'apparence dans IE7.
Introduction à WAI ARIA (traduction) | Les intégristes
by nhoizeyAprès avoir lu cet article, vous comprendrez à quoi sert ARIA, comment l’intégrer à vos sites, et comment l’utiliser dès immédiatement et même sur le plus simple des sites pour le rendre plus accessible.
December 2008
24 ways, calendrier de l'avent du dev Web
by nhoizey & 70 others, 1 commentC'est un must read chaque année, alimenté par des pointures internationales du développement Web (à base de standards évidemment)
November 2008
ecommr: a collection of e-commerce interface and design elements
by nhoizey & 4 othersecommr is a website showcasing the best (and sometimes worst) in e-commerce design, with a clear focus on the individual elements that make up online stores.
June 2008
March 2008
Google Code Blog: How we improved performance on Google Code
by nhoizeyIf you're a frequent visitor to code.google.com for product updates and reference materials for Google APIs you're working with, you might have noticed that the page loading time (or page rendering time depending on how you see it) has reduced in varying
mod_xsendfile
by mbertier (via)mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler.
If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured.
It is useful for processing script-output of e.g. php, perl or any cgi.
Software is hard | Firecookie
by mbertier & 4 others (via)Firecookie is a an extension for Firebug that makes possible to view and manage cookies in your browser.
Microsoft bets on Atom Publishing Protocol as the future direction for Web APIs
by nhoizey & 2 othersMicrosoft is making a large investment in unifying our developer platform protocols for services on the open, standards-based Atom format (RFC 4287) and the Atom Publishing Protocol (RFC 5023)
January 2008
Cross-Site XMLHttpRequest - MDC
by mbertier (via)Firefox 3 implements the W3C Access Control working draft, which gives you the ability to do XMLHttpRequests to other web sites
ie7-js - Google Code
by mbertier & 14 others (via)IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.
Jeremiah Grossman: New Flash XSS technique (thousands of websites at risk)
by mbertier (via)- Move Flash files to a secondary domain – just as is recommended with all third-party / user generated / untrusted content. This solution has promise as it sets up some domain barriers in the event a vulnerable Flash file shows up linked from your website.
December 2007
Jash: JavaScript Shell
by mbertier & 3 others (via)Jash is a DHTML-based window that gives you command-line JavaScript access to the current browser window. With this console you can quickly debug scripts, manipulate the DOM, view the current page's objects, functions, and variables, trace the execution stack, execute arbitrary Javascript, enter new CSS (in IE, Firefox, Opera, and Safari), and much more.
jQuery Form Plugin
by mbertierThe jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted. Submitting a form with AJAX doesn't get any easier than this!
Ext JS Blog - » Ext 2.0 Final Released
by mbertier (via)This new version of the Ext framework is the culmination of many long hours of work and dedication by the Ext Core team as well as our community of testers and supporters. Ext 2.0 is a dramatic step forward from all previous versions of Ext, providing increased performance, ease of configurations, flexibility and UI capabilities.
repcached - add data replication feature to memcached
by mbertier (via)"repached" is patch set which adds data replication feature to memcached 1.2.x.