PUBLIC   marks

PUBLIC MARKS with search xml-rpc

Sponsorised links

This month

pyquery: a jquery-like library for python — pyquery v0.3 documentation

by karlcow

pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.

October 2009

ZK (Zero Kode), framework de développement web OpenSource

by eledo34
ZK (Zero Kode) est un framework de développement Web OpenSource. Il permet de réaliser des interfaces Web complexes et dynamiques en se basant sur le principe de l’AJAX. L’AJAX (Asynchronous JavaScript And XML) est une technique qui permet de réaliser des pages (X)HTML dynamique où uniquement une partie des pages sont rechargés depuis le serveur. ZK est un moteur basé sur le principe de l’Ajax et sur un système d’évènements. Il ne gère que la partie Vue du modèle MVC, on peut donc l’intégrer dans un framework (Hibernate, Struts, etc.).

Whatpm — Perl Modules for Web Hypertext Application Technologies (beta)

by karlcow

Whatpm is a work-in-progress set of Perl modules for Web hypertext application technologies. It is part of the manakai project.

Whatpm supports various Web standard technologies, including HTML, XHTML, XML, CSS, HTTP, and URL.

About the Chronicling America API - Chronicling America - The Library of Congress

by karlcow

Link using our stable URL pattern for titles, issues, editions, and pages.

Linked Data views of information about titles, batches, issues, and pages in RDF/XML.

Time/Weather Desktop on Flickr - Photo Sharing!

by karlcow

Well, most of the work is done by Earthdesk and GeekTool 3.

Earthdesk is set to Natural Color, Equirectangular projection, Natural Color, Real Moonlight, centered on Vienna, Background: Starfield. Zoom 80%, Clouds 80%, Brightness 80%.

In GeekTool, the times and the weathers are all separate Shell "geeklets".

Times are generated by running shell commands like

env TZ=Asia/Tokyo date " %l:%M %p"

every 20 seconds

The weather is the tricky part. The way I am doing it now, if I am not careful, gets me throttled for too many concurrent requests to the wunderground.com API server. It also fails badly if I am disconnected, so I will need to do it differently.

FWIW: I have a PHP script which I run as separate Shell Geeklets. I invoke it with the name of the city I want. It then hits wunderground and gets back an XML stream of the local weather, which I parse, format and echo. (the way I'd change this is run the script from cron, with a 30 second wait between requests, and cache the results locally, which I would then call from the Shell Geeklets)

From there it's just a question of setting fonts, sizes, colors and moving the little Geeklet boxes around as you want them.

Announcing Managing News: A Pluggable News Data Aggregator | Development Seed

by karlcow

Managing News is both a product and a platform. Out of the box it can help your communications team manage a brand reputation, allow geographically dispersed clusters of NGOs stay on the same page, or act as a simple thematic news planet to share feeds with the world. It can also serve as a platform to build highly custom data aggregators that suck in everything from CSV to RDF to custom XML formats and that need unique workflows and visualizations. Managing News is built on Drupal and uses Features, which makes it highly extensible.

lxml vs. ElementTree « michael schurter

by karlcow

While lxml has some excellent benchmarks about the speed of lxml.etree vs. ElementTree, I wanted to run some tests that were as close as possible to my own use case (fairly simple multi-megabyte XML files).

Decentralizing Media Types - Stefan Tilkov's Random Stuff

by karlcow

In a plain HTTP interaction, the Content-type and Accept headers carry information about the type of the data being transmitted and accepted, respectively. You’ve seen these media types in numerous examples, e.g. a typical request or response might have a Content-type header with the value application/xml.

XML Marker - Free XML Editor- Easily browse and edit XML files.

by parmentierf (via)
XML Marker is an XML Editor that uses a synchronized table-tree-and-text display to show you both the hierarchal and the tabular nature of your XML data.

Sponsorised links

September 2009

OAI 2.0 Request Results

by parmentierf
You are viewing an HTML version of the XML OAI response.

Xparameter - Faire un scan des tous vos fichiers vidéos - TUTO - Module films : Xlobby et Ant Movie Catalog (AMC)

by decembre
Utiliser Xparameter qui est un module qui permet de faire un scan des tous vos fichiers vidéos, afin de les importer correctement dans antmoviecatalog. Celà vous évitera de rentrer les noms des films un à un, ce qui serait franchement long avec une grosse collection.Ce module permet de scanner les films sur un ou plusieurs répertoires (aussi bien les réseaux) afin de créer une base de donnée (sous format Xml, codé en iso-8859-1) compatible pour AMC. de quoi ai-je besoin pour faire marcher tout çà? De rien! Vous devez juste avoir installé le dernier pack Xlobby. Pour plus de transparence, voici ce qu'il contient pour les films: -Xlobby bien entendu avec un skin FR compatible (Xmedia2+games) -Ant movie Catalog et son fichier movies.amc contenant votre base de donnée. Ce dernier se trouve dans C:\Program Files\Ant Movie Catalog\Catalogs\movies.amc -Xparameter pour l'import massif de films dans amc

Dublin Core, le pouvoir de la simplicité | Figoblog

by karlcow

Mais en RDF, contrairement à XML, chaque triplet est indépendant et signifiant indépendamment de tout contexte, ce qui signifie que je peux tout à fait utiliser pour décrire la même ressource des propriétés du Dublin Core et d'autres propriétés, venant d'autres vocabulaires ou ontologies.

Revues.org - Portail de revues scientifiques en libre accès

by decembre & 11 others
Le Cléo est une unité associant le CNRS, l’EHESS, l’Université d’Avignon et l’Université de Provence. Il fait activement partie du réseau constitué par le Très grand équipement-Adonis. Il est installé à l’Université de Provence (site Saint-Charles) et mène des missions de service public : mise à disposition d’une plateforme complète comprenant un portail (Revues.org) de revues scientifiques en libre accès, une plateforme de carnets de recherche en sciences humaines (Hypothèses), développement de fonctionnalités, mise en place d’accords d’interopérabilité. Il met en ligne plus de 35 000 documents structurés en XML, via des sites web éditorialement gérés par plus de deux cents chercheurs, enseignants, documentalistes et éditeurs en sciences humaines. Le nombre de projets éditoriaux, de visiteurs et de fonctionnalités est en forte croissance.

Build a digital book with EPUB

by karlcow

Need to distribute documentation, create an eBook, or just archive your favorite blog posts? EPUB is an open specification for digital books based on familiar technologies like XML, CSS, and XHTML, and EPUB files can be read on portable e-ink devices, mobile phones, and desktop computers. This tutorial explains the EPUB format in detail, demonstrates EPUB validation using Java technology, and moves step-by-step through automating EPUB creation using DocBook and Python.

Prefixes, not that complicated. | Garbage Collection

by karlcow

We were able to come up with rules that make using prefixes in almost any context simpler. Note, these are for the most part AUTHORING guidelines, not requirements when reading:

1. Reusing the same prefix in the same document with different meanings is horribly confusing (”If you did that, I’d break your figures.”). Possible to figure out, but not really desirable. Seems like a reasonable place for a warning.

2. Defining all the prefixes in one place makes it simpler to keep track of them. But understood when it would be simpler to define a new prefix for a section of content.

3. “Couldn’t you have a simple tool that just shows you what prefixes are defined at any point in the document?” How such a tool has failed to exist in the XML world… may write this.

Google Sitemap Generator, Editor Keyword Analyzer - XML Sitemaps Online

by julie
Sitemap generator, peut aussi permettre de vérifier les title de pages, descriptions et duplicate

Les styles de citation sous zotero | Zotero francophone

by parmentierf
Zotero n’échappe pas à la règle. Mais il a un avantage: il utilise CSL (Citation Style Language, un langage XML). Le CSL, contrairement à d’autres standards (celui d’EndNote par exemple, qui est commercial), prend en compte des évolutions récentes - c’est-à-dire l’utilisation croissante des documents électroniques pour nos recherches.

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.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links