Sponsorised links
October 2009
August 2009
May 2009
Text to HTML
Convert plain text to HTML code with this online tool. Instantly changes text to html paragraphs.
Sponsorised links
April 2009
March 2009
January 2009
iConvert: Convert ico, icns, and png icons online for Windows, Mac OS X, and Linux
アイコンや画像などをWin/Mac/Linuxのアイコンに変換する
December 2008
Comment convertir une feuille Excel ou OpenOffice en tableau HTML | Korben
Quoi de plus frustrant lorsqu’on a un site internet que de devoir copier coller un tableau excel dans un editeur HTML. Ça se barre le plus souvent en sucette et au final, ça ne rend jamais bien. Du coup, ma technique consistait à faire carrement une capture écran du tableau excel. Radical mais efficace.
Enfin, cela c’était avant que je découvre un service en ligne appelé Tableizer qui permet de convertir votre tableau excel (ou en provenance de n’importe quel tableur comme Open Office) en tableau HTML bien clair et bien classe.
Fontifier - Your own handwriting on your computer!
Your own handwriting on your computer!
November 2008
FeedFire.com: RSS feed creation facility: End your RSS worries RIGHT NOW.
Would you like to create RSS feeds without ANY programming or technical knowledge at all?
FeedFire will take virtually any web page and convert it into a fully formed and fully coded RSS feed.
FeedFire is a sophisticated solution that is really simple to use. It is powerful, automated and customisable. You can easily turn ANY page into a RSS feed, without ANY programming.
You can also search our large database of channels, which are conveniently categorised for you.
HOWTO: Compile the latest ffmpeg and x264 from source - Ubuntu Forums
ffmpeg is a versatile video tool used to encode and convert a multitude of video and audio formats. x264 is a library used to encode H264 video and creates excellent looking video usually superior to xvid and other popular codecs. x264 is used by Avidemux, GordianKnot, VLC Player, MEncoder, and Handbrake.
Although ffmpeg and x264 are available in the Ubuntu repositories, you may need to compile from source. For example, the ffmpeg-user mailing list requires that you use the latest ffmpeg svn before asking for help. Since ffmpeg and x264 are updated frequently, you may also like to have the bleeding-edge for encoding videos. Also, ffmpeg in the Ubuntu repository may not support all of the codecs and formats that you may need
Flexigrid for jQuery : Web 2.0 Javascript Data Grid
Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.
Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration.
Features
* Resizable columns
* Resizable height and width
* Sortable column headers
* Cool theme
* Can convert an ordinary table
* Ability to connect to an ajax data source (XML and JSON[new])
* Paging
* Show/hide columns
* Toolbar (new)
* Search (new)
* Accessible API
* Many more
October 2008
Script pour optimiser les images d'un site (eZ Publish, Linux, Online Editor, Performances, shell, Web)
L'optimisation des images est une manière simple et peu coûteuse d'améliorer les performances d'affichage d'un site au premier chargement (avec le cache navigateur vide) sans trop de problèmes. Smush it! a remis ce sujet à la mode et permet de voir facilement les images à optimiser pour une page donnée. Le problème est qu'avec ce service, on peut récupérer une archive zip avec les images optimisées mais en perdant l'arborescence des images ce qui peut être un peu fastidieux, il est aussi fastidieux d'utiliser l'extension Firefox sur toutes les pages d'une application web pour passer en revue toutes les images et si en plus les images ne sont pas publiquement accessibles son utilisation ne sera tout simplement pas possible.
Pour pallier à cela, j'ai écrit le script shell suivant pour l'optimisation des fichiers GIF et PNG qui :
1. optimise tous les fichiers PNG avec pngcrush
2. identifie les PNG 24 bits avec identify (qu'il est peut être possible de transformer en PNG 8 bits mais cela nécessite une vérification visuelle)
3. convertit les fichiers GIF en PNG 8 bits avec convert si le fichier résultant est plus petit.
