public marks

PUBLIC MARKS from nhoizey with tags url & groupe:clever-age

March 2008

Des URL avec caractères accentués - Carnet Web de Pascal

Dans Firefox 3, on peut taper les noms de fichiers et chemins dans l'URL avec leurs accents, ou bien dans des langues utilisant un alphabet différent (l'arabe par exemple)

November 2007

WWW FAQs: What is the maximum length of a URL?

Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and server software.

October 2007

#1148 (URL propres arborescentes) - SPIP - Trac

Enfin des URL propres arborescentes génériques avec SPIP !

April 2007

Sveinbjorn Thordarson's Website - Using Data URLs Effectively with Cascading Style Sheets

Data URLs are a clever way of embedding images in HTML. Instead of linking to an image stored locally on the server, the image is provided within the URL itself as a base64-encoded string of data preceded by a mime-type. In this article I discuss how Data URLs can be effectively used to optimize website loading times and performance.