PUBLIC   marks

PUBLIC MARKS with search xml(extensiblemarkuplanguage)

Sponsorised links

21 November 2009

18 November 2009

phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | features

by mozkart & 1 other
phpMyFAQ 2.5 is a multilingual, completely database-driven FAQ-system. It supports various databases to store all data, PHP 5.2 (or higher) is needed in order to access this data. phpMyFAQ also offers a multi-language Content Management-System with a WYSIWYG editor and an Image Manager, flexible multi-user support with user and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking, language modules, enhanced automatic content negotiation, templates, extensive XML-support, PDF-support, a backup-system, a dynamic sitemap, related articles, tagging, RSS feeds, built-in spam protection systems, LDAP support, and an easy to use installation script. phpMyFAQ 2.5 offers the following features:

16 November 2009

Yahoo! Mobile Developers Home. Maximum Reach. Minimum Effort.

by ycc2106
Yahoo! Blueprint is a technology for creating mobile web sites for many different types of mobile phones. Use the technology that powers our products in your own sites—all you need is a web server and some simple XML.

Sponsorised links

13 November 2009

11 November 2009

International Digital Publishing Forum

by rmaltete
(formerly Open eBook Forum) ".epub" is the file extension of an XML format for reflowable digital books and publications. ".epub" is composed of three open standards, the Open Publication Structure (OPS), Open Packaging Format (OPF) and Open Container Format (OCF), produced by the IDPF. "EPUB" allows publishers to produce and send a single digital publication file through distribution and offers consumers interoperability between software/hardware for unencrypted reflowable digital books and other publications. The Open eBook Publication Structure or "OEB", originally produced in 1999, is the precursor to OPS.

10 November 2009

07 November 2009

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.

06 November 2009

30 October 2009

Die Unicode-Datenbank: Character geordnet nach Block, Kategorie, Bidi und sonstigen Eigenschaften

by ycc2106
Characters in Html/Xml ordered by block, category, bidi-class and additional properties. The version of each codepoint is shown.

29 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.).

28 October 2009

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.

24 October 2009

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.

23 October 2009

minilink.org - short, useful links

by ycc2106
Preserves domain name and file extension. \nSimple XML interface\nBy appending

22 October 2009

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.

21 October 2009

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

by decembre
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.

18 October 2009

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).

17 October 2009

CU3ER - flash 3D image slider!

by ycc2106
CU3ER is flash 3D image slider, it's free, easy to set-up, customizable via XML, tailored to provide a unique look

15 October 2009

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.

08 October 2009

paste.lisp.org pastebin

by ycc2106 & 1 other
Lisppaste is a pastebot / pastebin / nopaste service with syntax highlighting, XML-RPC support, annotations, and more.

07 October 2009

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.

06 October 2009

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