public marks

PUBLIC MARKS with tags dev & xml

2010

Solr - Le meilleur moteur de recherche libre au monde

by decembre & 2 others
Le meilleur moteur de recherche libre au monde, pour fournir à vos utilisateurs une expérience de recherche incomparable

GML – Le nouveau standard digital pour les vandales d’aujourd’hui - Permet de dématérialiser les graffitis (les tags quoi !) - Korben

by decembre
Le GML : Voici un nouveau langage XML assez génial car il permet de dématérialiser les graffitis (les tags quoi !). Le fonctionnement est assez simple. En analysant les mouvements réalisés lors du graph, on peut générer un fichier GML qui est une sorte de copie numérique de l’oeuvre d’art. Le GML ou le Graffiti Markup Language a été inventé par Jamie Wilkinson, Evan Roth, Theodore Watson et Chris Sugrue. Ils ont su rendre cette norme « ouverte » au point que des applications concrêtes commencent à voir le jour autour de ce langage. Par exemple l’analyseur de graffitis, l’appli iPhone de graff baptisée le FatTag, le EyeWriter pour dessiner des graff avec son oeil et le plus hallucinant, le Laser Tag qui permet de tagger en réalité augmentée sur un peu tout ce que vous voulez (la Tour Effeil, Tata Simone ou le chien des voisins.) Voici une petite vidéo « compil » de toutes ces inventions :

JavaScript GUI Framework - Ample SDK

by parmentierf & 1 other (via)
Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any.

2009

Advanced Greasemonkeying — Yoan Blanc’s weblog

by decembre
Jouant occasionnellement avec Greasemonkey, j’ai fait face a des problèmes récurrent liés à l’architecture de l’extention elle-même. * Comment réutiliser une bibliothèque déjà présente dans la page, * comment traiter un résultat XML * ou qu’est-ce qui fait que je n’arrive pas à mettre une Yahoo!/Google maps dynamiquement. Réutiliser une librairie(, fonction, variable) existante

molly.com » The Real “Why XHTML” Discussion

by nhoizey
"Molly Holzschlag asked me if I’d try and clearly and simply explain why XML parsing is advantageous and why XHTML still is relevant. This was my answer."

Development resources - MozillaZine Knowledge Base

by decembre
Development resources From MozillaZine Knowledge Base Websites that are useful for Mozilla development. This knowledge base also has a few articles on extension development.

Xulfr.org - Découvrez et apprenez à développer des applications XUL, des extensions pour Firefox ou tout autre logiciels basés sur Firefox !

by decembre
Ce site est consacré à toutes les technologies disponibles sur la plate-forme Mozilla®, utilisée par le navigateur Mozilla Firefox™, le client mail Mozilla Thunderbird™ et les autres produits de la fondation Mozilla®. La plate-forme Mozilla® permet de développer des applications desktop ou web, fonctionnant nativement sur la plupart des systèmes d'exploitations. C'est aussi la première plate-forme vous permettant de réaliser des clients riches ou d'utiliser Firefox en tant que client riche. En effet, de l'interface graphique utilisateur reposant sur un format XML, XUL™, aux composants XPCOM réutilisables et multi plate-forme, Mozilla offre tout un ensemble de technologies, pour la plupart standardisées et relativement aisé à mettre en oeuvre : XBL, EcmaScript (Javascript 1.8), CSS, XHTML/HTML 5, SVG, XForms, MATHML, RDF, DOM, XML-RPC ... Vous pouvez commencer par une présentation de XUL.

XUL (XML User Interface Language) - MDC

by decembre
XUL (XML User Interface Language) is Mozilla's XML-based language that lets you build feature-rich cross platform applications that can run connected or disconnected from the Internet. These applications are easily customized with alternative text, graphics and layout so they can be readily branded or localized for various markets. Web developers already familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start building applications right away. Open XUL Periodic Table in Firefox or another Gecko-based browser to see some XUL demos.

UserScript Writing 101 – Manuel of Things to learn - Userscripts.org

by decembre
The Order of Things to Learn Look to the "Resources" section for places to learn about these. 1. HTML. Hypertext Markup Language. Not the same "language" as JavaScript. This is a markup language, meaning it's a bunch of text that is meant to represent some type of structure, in this case, a web page. 2. XML. Extensible Markup Language. In case you didn't realize, HTML itself is a type of "XML". Learning XML is important because many popular websites (YouTube, Facebook, Last.fm) use XML to interact with data. Since you already know HTML by this point, understanding XML should be cake. 3. CSS. Cascading Style Sheets. This is the way HTML (should be) stylized. You'll want to learn this. 4. JavaScript. Learn all the basics: data types, functions, JavaScript's native functions like prompt, alert, etc. 5. The Greasemonkey Extras. Like I said, Greasmonkey == JavaScript, with a lot of extras. A specific page listing the API's can be found here.

Tutoriel XPath - Developpez.com - Club des décideurs et professionnels en Informatique

by decembre
XPath est décrit sur : XPath 1.0 standard . Dans ce tutoriel une sélection des caractéristiques de XPath sont démontrées dans de nombreux exemples. Vous pouvez commencer par : * Exemple 1 ou par le menu de gauche. Origine de ce document : Ce document est issu du site ZVON et est disponible à l'adresse suivante * Tutorial XPath en français

Parcours de fichiers XML avec XPath - Club des décideurs et professionnels en Informatique

by decembre
Parcours de fichiers XML avec XPath (Date de mise à jour : 29/06/2007) II-A. Qu'est ce que XPath ? II-B. Solutions Java pour XPath II-C. Environnement requis III. Principe de fonctionnement III-A. Vue d'ensemble III-B. La syntaxe XPath III-C. XPath appliqué au Java IV. Exemple de mise en oeuvre IV-A. Le fichier XML considéré IV-B. La classe principale

Curiosity is bliss: XMLHttpRequest - Security Bypass

by decembre
While trying to help Dare make his MovieFinder page run in Firefox, I ran into an issue that can make developing AJAX applications a pain: when testing your pages, you need to host them in the same domain as your services. I explain the details of the problem and how the "XMLHttpRequest - Bypass Security" Greasemonkey user script solves it. Note: this script is meant for development only, as it gives the page access to a potentially dangerous API. The default @include is "file:///*", but feel free to restrict it even further to the path for the pages you're trying to tweak. You should never have to @include an http ur

2008

oEmbed

by nhoizey & 5 others
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resourc

Something Witty Goes Here » Blog Archive » New XHTML SVG Theme

by parmentierf
had to add a little catch in my PHP content negotiation code to force application/xhtml xml when I want to. Anyway, the PHP content negotiation code looks like this:

gotAPI/JavaScript DOM

by roulian
Instant search API in HTML, XML, JavaScript DOM, CSS, Ruby, Rails, Java, C, PHP, Python, ActionScript, Flex, Ant and more!

2007

lxml

by parmentierf & 1 other
lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.

ZK - #1 Ajax project in SourceForge.net

by parmentierf & 10 others
ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with little programming. With event-driven components and a markup language, developing is as simple as programming desktops and authoring HTML.

Transformations XML avec XSLT et PHP - Tout Programmer

by parmentierf & 1 other
En peu de temps, XML est devenu le langage d'échange entre applications. Grâce à des outils comme XSLT, il est capable de se transformer en d'autres langages comme par exemple le HTML pour être compris et affiché par tout navigateur. Cet article propose différentes approches d'utilisation de XSLT avec PHP.

OpenLaszlo | the premier open-source platform for rich internet applications

by parmentierf & 32 others (via)
OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software. OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and, with OpenLaszlo 4, DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.

2006

PUBLIC TAGS related to tag dev

adobe +   Adobe:Air +   app +   application +   code +   design +   flash +   flex +   flickr +   FlickrSurf+ +   freeware +   generateur +   generator +   icon +   icone +   Korben +   online +   outil +   publication +   publier +   publish +   reference +   site +   tool +   tutorial +   tutoriel +   web2.0 +   webdesign +  

Active users

HK
last mark : 22/03/2010 15:58

decembre
last mark : 20/03/2010 02:13

parmentierf
last mark : 05/01/2010 17:36

nhoizey
last mark : 27/11/2009 18:00

roulian
last mark : 15/03/2008 22:46

hobbes
last mark : 27/09/2007 21:31

piouPiouM
last mark : 22/02/2007 07:59