Mailing List

Enter your Email


Powered by FeedBlitz

RSS Feed

Entrecard

Links

Blogshares Links

Beginner's Guide to BlogShares
A guide about the BlogShares fantasy blog stock market.
Scared Bunny
BlogShares Price Tracker
This program that archives information about the BlogShares fantasy stock market. You can view graphs of any industry, and analyze your portfolio.

SproutWorks Projects

Digg Archive
A new experimental Digg page.
AJAX Pixel Editor
A Collaborative pixel editor currently in development.
Web promotion links
These tools help you get visitors on your website.
SproutPics
My photography Site
SproutZoo
My zoo photographs
Tag Cloud
A summary of tagged articles.
Found Photos
An automated page that thumbnails photos from another site.
SproutSearch
I designed this blog indexing tool, and it has accumulated over 6 million blogs so far.
Products
Some of the programs I've written.
RSS Feeds
RSS Feeds from the SproutWorks Forums
SproutTree Demo
A demo of a tree-drawing PHP script.
My Gallery

SproutWorks Chat
A chat room I programmed, most likely empty.
Link Exchange - Link Directory - Web Hosting

Sign In

Username:
Password:
Remember Me

sprout man
Forums/

sproutworks
November 15th, 2004 4:06 AM PST
I just updated the blogger aggregator. I have split it into two main scripts. One script checks blogger for updates every 10 minutes, and puts any new blogs into a database. I discovered that blogger has an XML file for their latest updates, which is easier to parse than the HTML file, and it has less overhead. My script now reads the blog names and titles from the XML file.

The second script displays the blogs in the database. You simply click on a letter and all blogs starting with that letter will be displayed.

The next thing to add is pagination. After I let the updater run for a while, there could be hundreds of thousands of blogs in the database.