2010
data: URI Generator - Convert Online Tool for Icon, image to import it in greasemonkey Script - dopiaza.org
data: URI Generator The data: URI scheme allows you to build URLs that embed small data objects. data: URIs are supported by most modern browsers except for Internet Explorer. The lack of IE support is holding back widespread adoption of data: URIs, but they are still very useful in a couple of specific areas such as embedding graphics and other data items in Greasemonkey scripts. You can read more about data: URIs and see some examples of their use, or use the generator below to create your own. data: URIs are defined in RFC 2397.
2008
Binary / Image File to Base64 Encoder / Translator
Un encodeur base 64 pour inclure des images en CSS ou HTML directement «inline»
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.
1
(4 marks)

