Doing forms justice – great! (via Simon Willison)
Tag Archives: Web
The *nix Top 5 … Reasons to Keep Using the Opera Web Browser
hehe. It’s silly but I like it.
Mozilla: The Browser with Everything and the Kitchen Sink
I viewed this Kitchen Sink in Galeon, and be warned, it’ll suck up masses of CPU cycles. My machine almost became unusable when I visited the example xml page!
revjim.net: feedParser – An RS …
revjim.net: feedParser – An RSS parser in PHP.
feedParser was created due to the lack of a good, flexable, classed based RSS feed parser for PHP. It has been built as a class and currently handles RSS 0.91, RSS 0.92, RSS 0.93, RSS 1.0, and RSS 2.0 feeds. For channels it grabs the title, description, link, and creator. For items it grabs the title, description, link, and date. It also provides a form of the date converted into the local timezone to facilitate cronological sorting of items. The dates are provided in UNIX timestamp format for easy manipulation by other PHP functions.