Minimalistic address book in web browser. No server or plugin needed.
...EXPORT FUNCTIONALITY
vCard (as file or QR code via offline generator)
HOW IT WORKS
Your address-book (XML file) is transformed in your web browser (via XSLT) to a full-featured web application (HTML).
REQUIREMENTS
Web browser for viewing adx; online hosting or local storage is possible (for local storage most modern browsers need to be configured to allow access to local files); NO server, plugin or anything else needed. Any text editor can be used for contact editing (addressbook.xml).
DOM translated Asynchronous XHTML lets you communicate with your server via AJAX, and recieve plain XHTML + scripts that are then translated to your DOM for easy insertion/substitution. What does this mean?: AJAX with no innerHTML and no cryptic XML!