Month: July 2012

Cross-browser solution to read a local file and return the Data URI in base64 [Javascript]

I searched for a solution to have a way to read a local file and then have the Base64 content returned into all the web browsers. The Javascript FileReader API exists for the modern browsers but not for Internet Explorer (IE). The solution is finally with Flash ! Look at the project on http://aymkdn.github.com/FileToDataURI/, and […]

Raccourcis pour SublimeText [Astuce]

Vous connaissez sûrement SublimeText : c’est un éditeur de texte très puissant, et parfait pour la programmation. J’ai décidé de lister les commandes/raccourcis qui sont bien utiles : CTRL + d : sélectionnez un mot puis faire CTRL+d pour voir les autres mots identiques être sélectionnés à leur tour à chaque nouvelle pression du raccourci, […]

Update the Toshiba Folio 100 to CyanogenMod 9 (ICS) [Tutorial]

This is for the Alpha5 of CM9 available on XDA. The ROM is available on GitHub: https://github.com/DerArtem/android_device_toshiba_betelgeuse/downloads (called “update-cm-9.0.0-RC0-2012.04.21-betelgeuse-UNOFFICIAL-signed.zip” here). Download it from the link above. I have currently the FolioMod’s Dexter and Windows 7 (64 bits) Install Android SDK Go to the Android SDK page and install the package. Make sure you install the […]

Convertir une vidéo .mov au format cinéma DCP [tutorial]

Je me suis aidé du blog Home Mad DCP pour effectuer cette tâche qui semble un peu difficile au premier abord… A noter qu’il y a aussi le blog de hd3g qui propose un petit guide pour la création d’un DCP qui devrait vous aider. Voici un autre tutoriel : http://www.projectionniste.net/docs/tutoriel-creation-dcp-open-dcp.pdf (Remarque : malgré tous […]