public marks

PUBLIC MARKS from camel with tags standard & application

April 2008

Google Email Uploader - transferez vos emails et contacts depuis Outlook et Thunderbird sur Gmail

by 1 other
Google vient de mettre en service Google Email Uploader qui permet de transférer tous ces contacts et email provenant d'Outlook ou Thunderbird vers Gmail. Cette petite application installable ne fonctionne que si vous avez un compte sur Google Apps et non un compte Gmail classique. Maintenant, sachant que Google Apps Edition Standard est totalement gratuit, ça vaut peut être le coup d'ouvrir un compte et de tout transférer. En tout cas, pour les entreprises qui hésitaient à utiliser Google Apps pour éviter de devoir tout transférer manuellement, voilà une bonne nouvelle.

August 2007

Ext FileTree Widget Example by Saki

by 2 others
FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag & drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server. Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results. All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose. Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.