Archive for 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 :

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.

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); } 

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

New Features in Wicket-dojo-contrib

For more than a week I’ve a lot of time to work on Wicket-Dojo-Contrib, so now there are a lot of cool new features such as Calendar or lot of new container. Take a look at it on my web live demo.
No distrib is avalaible for the moment because I work on trunk (future wicket 2.0) some features are backported on 1.3 branch wich will be compatible with future wicket 1.3. So be patient, I will try to make a new distribution as soon as wicket 1.3 will come out.

My Blog in English

To make my blog readable by more people, I decide to write future posts in English. French guys, don’t worry, I will also translate post in french… ;)
[UPDATE] Actually, I’ll write some post in english (about wicket or Dojo) and others in french

Trop dur la vie de chat

Il y a en qui ont de la chance et qui ne s’en font pas trop ;)

Un point sur Wicket-Dojo-Contrib

Voila près de 15 jours que j’ai mis les mains dans le code de Wicket-Dojo-Contrib et voila les fonctionnalités que j’ai ajoutées/réparées :

  • DojoAjaxUpdate – permet de rafraichir des widgets sur modification d’un widget
  • DojoAutoUpdate – Placé sur un component, il permet de l’auto rafraichir à une période donnée
  • Drag’n'Drop – Evenement coté serveur lors du deplacement d’éléments
  • Effet de fondu, explode, wipe
  • DojoDialog
  • DojoFloatingPane
  • DojoTooltip – l’exemple ne fonctionne pas encore

Tout ces widgets ne seront disponibles que pour la prochaine version 2.0 de Wicket.

Des exemples de ces widgets sont disponibles ici

je pense que les prochaines integrations seront autour des TabContainer et des Tree
D’autres idées ?..

La "javadoc" de javascript

J’en revais depuis longtemps, je l’ai trouvé : la javadoc pour javascript.
Pour les habitués de la trés fameuse javadoc, il existe la même chose pour javascript : http://krook.org/jsdom/

Dojo 0.4 est sorti

Au menu de cette nouvelle version
  • Plus de possibilité graphique avec GFX
  • Gestion de l’i18n
  • Plus de fonctions Drag’n'Drop
  • Plein de nouveau widgets dont l’horloge ;)

Plus d’info sur http://dojo.jot.com/WikiHome/Release0Point4