Feed on
Posts
Comments

Le coin des développeurs d’interfaces riches : trucs et astuces, tutorial, etc.

In a previous post, I talked about an Adobe AIR sample application I made, to allow user to pick file from his hard disk, and in this precise example to pick pictures.
I have made the source code available here.
It will show you especially how AIR handles file system access through the flash.filesystem.*.
Feel free to comment […]

Read Full Post »

Tout est expliqué à l’adresse : http://www.totaltraining.com/Store/online_adobe_login.aspx
“For a limited time, Total Training™, the leader in comprehensive, high-quality, interactive, software training, is offering 30 day access to over 17 hours of our Adobe Flex 2 online training titles, absolutely FREE.”

var OutbrainPermaLink=”http://www.interfaces-riches.com/index.php/2007/09/20/une-formation-flex-gratuite/”;
var OB_demoMode = false;
if ( typeof(OB_Script)!=’undefined’ )
OutbrainStart();
else
{
var […]

Read Full Post »

Hi,
You will find below an example of what can be done using the File library of the new Adobe Integrated Runtime.
This sample application allows you to browse your local filesystem and to pick some pictures. This could be use for instance for online photo printing, with an upload feature to the provider servers after pictures […]

Read Full Post »

Google Gears + ….

Quelques exemples d’interaction entre Google Gears et les technologies riches :
Openlaszlo
Dans la lignée de mon dernier billet sur Google Gears, je vous recommande cet article sur Monsieur Patate concernant l’interaction entre OpenLaszlo ( runtime Flash 8 ) et le framework de persistance offline de Google.
Flex
Dans cet article, une interface d’administration de la base Google Gears […]

Read Full Post »

Le but de cet article est de vous montrer comment créer une application basique grâce à OpenLaszlo.Pour mémoire, OpenLaszlo est un framework opensource qui permet à partir d’un code source unique (langage LZX) de compiler vers Flash, vers DHTML (pour simplifier Ajax) et dans le futur vers d’autres runtime comme Orbit (applications mobiles)
Etape 1 - […]

Read Full Post »

"Hello World" en WPF

Ce tutorial a pour objectif de vous faire rapidement prendre en main WPF en créant la toujours célèbre application “Hello World” (tout simplement une fenêtre avec du texte)
1ère étape - l’installation de l’environnement de travail
Microsoft a développé une suite logiciel spécifique au développement WPF, s’intégrant complètement dans l’environnement Visual Studio 2005.
Le premier pré-requis est […]

Read Full Post »

Several developers asked me the code for this product presentation written in Openlaszlo.
You will find it below.

var OutbrainPermaLink=”http://www.interfaces-riches.com/index.php/2007/03/13/source-code-for-zoom-maps-project-openlaszlo/”;
var OB_demoMode = false;
if ( typeof(OB_Script)!=’undefined’ )
OutbrainStart();
else
{
var OB_Script = true;
var OB_langJS =”http://widgets.outbrain.com/lang_fr.js”;
var str = “”;
document.write(str);
}

Read Full Post »

J’ai pris en charge dans mon entreprise la création d’un outil permettant, au sein d’une boutique e-commerce, de zoomer sur une photo haute-définition d’un produit, afin d’en voir les détails.
Un tel outil est aisé à faire en Flash. Seul inconvénient, le chargement qui oblige l’internaute à télécharger la photo entière (potentiellement plusieurs Mo) avant pouvoir […]

Read Full Post »