2010
Text Escaping and Unescaping in JavaScript
by nhoizeyA collection of utilities for text escaping and unescaping in JavaScript.
2007
Amazon Web Services: Monster Muck Mashup - Mass Video Conversion Using AWS
by nhoizey & 1 otherL'auteur utilise Amazon S3 pour le stockage, Amazon EC2 pour convertir les vidéos, et Amazon SQS pour les échanges de messages durant le process, un must !
Sveinbjorn Thordarson's Website - Using Data URLs Effectively with Cascading Style Sheets
by nhoizeyData 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
(3 marks)