Saturday 23 December 2006

The Venice Project

The Venice Project is The TV new generation... on the web. From a very good idea of Niklas Zennstrom and Janus Friis (Skype co-founders), The Venice project is developed by people all over the world. One of the team is a french Team based in Toulouse and this team belong to My firm (anyware-technologies) and I likely to work in this team... (I'm a lucky man)
Just to have a better idea of this awesome new software which is now only available for Windows (Mac and Linux release will come soon), let take a look at the following screen shots :

Tuesday 12 December 2006

Ajax Indicators

A very nice web site with some Ajax Loading Indicators. Pick which one you prefer to use it in your ajax application : http://www.napyfab.com/ajax-indicators/
Thanks to Benjamin to give me this url.

Sunday 10 December 2006

Comment voir les propriétés d'un objet javascript

il n'est pas toujours facile de connaitre les propriétés d'un objet javascript car il n'y a souvent aucune documentation sur les classes javascript. Voici un petit bout de code permettant de lister les propriétés d'un objet avec leurs valeurs:
function getProperties(/*Object*/ obj){
    var msg = "";
    for (prop in obj){
        msg += "property : " + prop + "\t\t value : " + obj[prop] + "\n";
    }
    alert(msg);
}

Wednesday 6 December 2006

Thunderbird, la notification de mail

Thunderbird est à mon sens le meilleur client mail que l'on puisse trouver. Seul petit problème, la notification de mail n'est pas top sous Ubuntu - juste un petit "tut".
Voici un plugin permettant à Thunderbird de notifier à travers une petite icone à coté de l'heure la reception de nouveau mail. Cela ne vaut pas une fenêtre qui s'ouvre mais c'est deja pas mal : http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.7-i486-linux-tb1.0.xpi