Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for xml

OpenSearch XML

David Walsh zeigt wie man mit OpenSearch XML die Suche der eigenen Seite in Firefox integriert.

Funktioniert wunderbar.

Update:

Auf viomatrix fand ich noch ein JavaScript mit dem das Hinzufügen für den Nutzer nur noch einen Klick entfernt ist.

JavaScript


function installSearchEngine() { if (window.external && ("AddSearchProvider" in window.external)) { window.external.AddSearchProvider("http://www.meine-domain.de/meinesuchmaschine_se.xml"); } else { alert("Ihr Browser besitzt keine Unterstützung für Suchanbieter"); }}

HTML


<a href="#" onclick="javascript:installSearchEngine();">Diese Website als Suchanbieter hinzufügen</a>

XML mit jQuery verarbeiten

Jeffrey Way demonstriert wie man mit jQuery XML Daten verarbeiten kann.

In this quick tip, I’ll show you how to load data from an XML file onto a blank page. We’ll work with the $.get function and will also implement a loading gif while the information is being retrieved.

Word Dokuments in Drupal integrieren

Mit den Drupal Modulen Word2Web und XSLT_book macht die Integration von Word Dokumenten in Drupal ja richtig Spaß. Mal sehen ob ich das mal sinnvoll irgendwo einsetzen kann. Sehr, sehr cool.

via developmentseed

PHPExcel

Maarten Balliauw zeigt wie sich die DRY Philosophie mit PHPExcel realisieren lässt.

Embedding business logic in Excel and re-using it in PHP is not that hard. The PHPExcel library helps you simplify development: your application logic and business logic is separated. Business logic can be maintained by a business expert or key user in Excel. As an application developer, you can easily pass data in the sheet and make use of PHPExcel’s calculation engine.

Web services are cool

Ein netter Artikel in Zends Developer Zone: The value of Web services for PHP

Hopefully, this article puts practical Web services for applications into perspective. I know I didn’t cover all the REST, XML/RPC or SOAP bases. Lots of articles have covered those and given enough engineers standards-based nightmares to last for ages. In this article, I wanted to show how easy it is to get XML data out of an application and use it in a very pragmatic way.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.