Home > XML

I recently upgraded my server to PHP5. One of the reasons was to do more development using Web services, that often return data in XML format. Parsing XML with the PHP4 XML Parser Functions can be a very tedious task, especially when the structure of the XML document is complex. Usually you need to write event handler functions for starting and closing elements and for the actual data.

Google AJAX Search API

Google has released a new AJAX Search API that lets you integrate a dynamic Google Search form on your website using AJAX technology. Currently the API is an experimental beta version (V0.1) not suitable for production sites. The API can be used on commercial websites provided they are not exclusively available for paying customers or only within an enterprise or intranet application. Version 1.0 of the API will probably support advertising features.

Syndicate content