Archive for December, 2007
List all links on a website using DOM
Have you heard of DOM before? If not it stands for Document Object Model and is a method of accessing XML or XHTML page elements (tags) and attributes, such as <book_title> in XML or <img src=”pie.jpg”> in XHTML (’src’ being the attribute).
Once you start playing with DOM you realize the massive potential it has for [...]
RSS Feed from a MySQL Database
This tutorial will teach you how to create a simple RSS 2.0 compliant feed from a MySQL (or others with a few small changes) database.
The first thing you must do in a RSS document is to define that it is indeed an RSS feed. We do this like so…
SHARETHIS.addEntry({ title: “RSS Feed from a MySQL [...]
