public marks

PUBLIC MARKS from decembre with tags documentation & xml

October 2009

Modifier XPI pour Proposer à ses lecteurs une extension OpenURL Referrer préparamétrée « Encore un biblioblog…

Donc pour modifier les paramètres par défaut de l’extension, il vous faut 1. télécharger le fichier XPI au lieu de l’installer sur Firefox (donc aller sur le site d’Openly, et faire un clic gauche “Enregistrer la cible du lien sous…” 2. dézipper le fichier (changer l’extension .XPI en .ZIP si nécessaire) 3. modifier les fichiers (XML) nécessaires pour que les paramètres par défaut soient différents 4. rezipper tous les fichiers, remettre une extension .XPI au ZIP obtenu 5. charger le fichier XPI sur un serveur 6. pointer vers ce fichier depuis une page du site de la bibliothèque, vantant les mérites de cette extension Le plus difficile évidemment, c’est l’étape 3. Je vais essayer d’être le plus clair possible, car il me semble que le XML fait peur à certains.

September 2009

XUL (XML User Interface Language) - MDC

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

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.

November 2008

hcalendar-fr - Microformats

by 2 others
hCalendar est un format simple, ouvert, distribué pour le calendrier et les événements, fondé sur le standard iCalendar (RFC2445 (http://www.ietf.org/rfc/rfc2445.txt)), adaptable pour l'embarquement dans HTML ou XHTML, Atom, RSS et le XML arbitraire. hCalendar est l'un des nombreux standards ouverts microformat. Vous voulez démarrer par écrire un événement hCalendar ? Utilisez le hCalendar creator (http://microformats.org/code/hcalendar/creator) pour écrire un événement et le publier, ou suivez les trucs de publication hCalendar pour ajouter de la syntaxe hCalendar à votre page d'évènements à venir ou des événements que vous mentionnez dans vos billets de blogs, wikis, etc.

April 2008

XPath Tutorial

by 2 others
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.