Archive for the ‘XML and PHP’ Category

rssClient

Tuesday, July 20, 2010 16:04 No Comments

rssClient lets you pull down an RSS feed, cache it locally, and extract the most commonly used bits of information. Cache expiration can be adjusted. Getting the RSS file via http times out quickly, so it will never stall a page (you can adjust this upwards if need be). It can get a specified [...]

This was posted under category: XML and PHP

MiniXML

Thursday, July 15, 2010 16:04 No Comments

MiniXML provides a 100% PHP API to parse and generate XML. It is comprised of a set of PHP classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. MiniXML does not require any external libraries or modules.

This was posted under category: XML and PHP

BENRUTH Instant RSS/XML Feed Reader

Tuesday, January 19, 2010 17:04 No Comments

Reads RSS/XML compliant news feeds via a client-side Javascript Script Include in your web pages! Configure the source of the news feed via a single configuration file. Simple, free and easy to use!
Features-At-A-Glance
- Use a client-side Javascript Script Include to retrieve RSS/XML News Feeds.
- Change the News Feed Source via a Configuration script.
- Allows Caching [...]

This was posted under category: XML and PHP

playRSSwriter

Friday, January 8, 2010 14:02 No Comments

playRSSwriter is an easy php script that allows you to write a rss feed on your website with support for embeding images in the feed itself, like the rss feeds from Flickr. Supports the Yahoo MediaRSS especification and RSS 2.0 with images.
Allows you to include images and html output in your RSS feed.
Easily define [...]

This was posted under category: XML and PHP