Skip to main content

Home/ Semantic/ Group items tagged netvibes

Rss Feed Group items tagged

Nicolas Punzo

Quel est le meilleur moyen de développer un widget? - 0 views

  • Aujourd’hui avec la mode des widgets, le nombre de solution pour les développer est impressionnant : UWA Netvibes Google Widgets Yahoo! Widgets Dashboard YourMinis, …
  • si le widget doit toucher un public plus large et qu’il doit être multi-plateformes, il faudra surement opter pour la solution AIR (Adobe Integrated Runtime) ou UWA de Netvibes
  • Netvibes et son UWA (Universal Widget API) Une norme lancée par Netvibes qui est déjà reconnue sur iGoogle, Vista et Apple Dashboard. Le but de cette tentative de normalisation des widgets est «write once, run everywhere» (Développer une seule fois pour le faire fonctionner partout). A mon sens, c’est aujourd’hui la meilleure façon d’avoir une certitude du fonctionnement du widget sur un maximum de plateformes différentes.
  • ...1 more annotation...
  • Yahoo et Google pratiquement au même niveau De plus les widgets de Yahoo et de Google bien que destinés à leur site respectifs ont également besoin d’un environnement pour fonctionner. Ils ne fonctionneront pas nativement et vous devrez télécharger un grosse usine pour faire tourner ces petites applications.
Nicolas Punzo

What makes a valid UWA widget? [doc] - 0 views

  • What makes a valid UWA widget? In order for your widget to work properly within the UWA environment, it has to follow the following rules. It MUST be well-formed XML It MUST be UTF-8 encoded It MUST feature the Netvibes namespace It MUST place the JavaScript and CSS code in the HEAD section of the HTML file It SHOULD use JavaScript/Ajax to send/receive data It SHOULD work within an IFRAME It SHOULD make use of a legal or personnal Web service/API It SHOULD be a static file - no server side scripting Additionnaly, if you intend to test your widget locally, it SHOULD make use of the following JavaScript and CSS emulation files: <link rel="stylesheet" type="text/css" href="http://www.netvibes.com/themes/uwa/style.css" /> <script type="text/javascript" src="http://www.netvibes.com/js/UWA/load.js.php?env=Standalone"></script>
Nicolas Punzo

Using the OpenSocial API in a UWA widget [doc] - 0 views

  • Using the OpenSocial API in a UWA widget Initially developped by Google, OpenSocial is “a common API for social applications across multiple websites. With standard JavaScript and HTML, developers can create apps that access a social network's friends and update feeds.” Netvibes UWA implements the OpenSocial API natively, so that UWA developers can make their widget social easily. This short documentation is dedicated to the specifis of making OpenSocial work within UWA. A complete guide to OpenSocial API is available from the official OpenSocial website.
sebastien grandperret

Anatomy of a UWA widget [doc] - 0 views

  •  
    Tutoriel of thé netvibes uwa
Nicolas Punzo

All widgets for Netvibes, Mac OS X, Google, Windows Vista - 0 views

  •  
    Comment partager un widget UWA
Nicolas Punzo

AJAX cross-domain et service web XML - 0 views

  • Et netVibe, bah utilise une solution à laquelle j'avais pensé mais (!!!) c'est relou quoi... Un script serveur intermédiaire qui va chercher les pages pour nous. Eux c'est sûrement en php... Moi je vais devoir faire du JAVA (SUPER ...). Bref voici l'article qui m'a renseigné sur la solution de NetVibes... http://blog.geekfg.net/2008/07/le-crossdomain-un-besoin-de-support.html Après ils savent peut être pas tout mais ça me parait la seule solution valable... Ce qui est dommage dans cette solution c'est le double chargement, 1 pour appeler le script sur son domaine, et le deuxième de son serveur vers l'autre domaine... bref.
Nicolas Punzo

Universal Widget API [doc] - 0 views

  •  
    Documentation UWA
sebastien grandperret

Slideshare Mobile - 0 views

Nicolas Punzo

UWA Widgets | drupal.org - 0 views

shared by Nicolas Punzo on 31 Jan 11 - No Cached
  • Universal Widget API (UWA) is a widget framework developed by Netvibes, mainly to integrate widgets to their platform, but compatible with other platforms such as iGoogle, Windows Vista, Mac OS X, etc. And now Drupal !
1 - 13 of 13
Showing 20 items per page