- Gregarius For RSS

The new RSS reader that popped up on my daily radar for cool stuff was Gregarius, an RSS reader that runs on your own web server using PHP, MySQL or SQLite. These kinds of tools are especially useful in conjunction with things like XAMPP for a localized and faster experience. The essential software is based on the Magpie parser and it packs a mean lean interface that I enjoy.

The interface, much like Google Reader, utilizes the maximum of JavaScript’s capabilities without completely disorienting the user. It is also 100% GPL’d code, and free for download. If you do not own a webserver, it might just be fun to use a localhost install on your desktop computer to experiment with the PHP behind the magic.

If people start turning something like this, and open source project, into a full-fledged web service, we may see more tight integrations along with more robust feature sets in our web apps today.

I wrote a post not too long ago about Firebug, Dragonfly, and the developer tools the web development community has grown to love and appreciate. Firebug, Dragonfly, Internet Explorer Developer Toolbar, and that thing on Safari all share one thing in common: they areĀ  extension of their corresponding browsers and when testing on a different [...]

When doing any form of web development, the end goal is always a smooth interface for a user. When making both the server-side code that generates a page or the frontend interface template, problems are sure to follow. Maybe an accidental typo in the JavaScript bricked the interface, or the small snippet of CSS went [...]