Posted in Openlaszlo on May 22nd, 2007 No Comments »
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 »
Posted in Openlaszlo on Mar 13th, 2007 No Comments »
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 »
Posted in Openlaszlo on Feb 28th, 2007 5 Comments »
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 »