Sponsorised links
21 November 2009
18 November 2009
phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | features
13 November 2009
Sponsorised links
11 November 2009
International Digital Publishing Forum
10 November 2009
07 November 2009
pyquery: a jquery-like library for python — pyquery v0.3 documentation
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.
06 November 2009
29 October 2009
ZK (Zero Kode), framework de développement web OpenSource
28 October 2009
Whatpm — Perl Modules for Web Hypertext Application Technologies (beta)
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
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.
24 October 2009
Time/Weather Desktop on Flickr - Photo Sharing!
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.
22 October 2009
Announcing Managing News: A Pluggable News Data Aggregator | Development Seed
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.
18 October 2009
lxml vs. ElementTree « michael schurter
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).
15 October 2009
Decentralizing Media Types - Stefan Tilkov's Random Stuff
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.
07 October 2009
XML Marker - Free XML Editor- Easily browse and edit XML files.
06 October 2009
02 October 2009
28 September 2009
27 September 2009
Xparameter - Faire un scan des tous vos fichiers vidéos - TUTO - Module films : Xlobby et Ant Movie Catalog (AMC)
26 September 2009
Dublin Core, le pouvoir de la simplicité | Figoblog
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.
25 September 2009
Revues.org - Portail de revues scientifiques en libre accès
23 September 2009
Build a digital book with EPUB
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.
