Archive for September 8th, 2005

Reading the site via RSS

We’ve been meaning to write an article about using RSS to read blogs including this one. It looks like NAR’s web wizard has beaten us to the punch. In their article on rss feeds. Its a good primer on what RSS is and what it does.

In the side bar on the main page of this blog, we’re not using the orange XML icon that was talked about in the web wizard article. Instead we have our entries and comments feeds marked by RSS icons. As you can guess by their titles, one is for the main content on the site, and the other one syndicates the comments that people leave. In my RSS reader I have both subscribed so I never miss a thing on CRT’s blog.

I’d like to mentioning a few more RSS aggregators you might want to try out.

For Windows users, there’s a .NET based one called RSS Bandit that I’ve heard great things about. Its free and licensed under an open source license. I’ve only used it briefly but it gets the job done and has a bunch of other nice features.

For Mac OS X users, I hear that NetNewsWire is the preferred choice. I haven’t used it, but its product page lists some nice features such as an embedded web browser and podcasting integration. They also have a freeware version called NetNewsWire Lite that is missing many of the advanced features, but is still usable.

On Linux, I’ve been using Liferea which fits my needs for now. Its not as advanced as the other two in many ways, but that’s okay for lean and mean loving me.

VieleRETS 0.8.5 Released

Release 0.8.5 of VieleRETS is now available on the project web site.

This version has:

- Tested against Open-Realty 2.0.8b
- Fix for ISP restrictions on image downloads

I thought that the issue of images not being able to be downloaded when
VieleRETS is run on certain ISPs warranted a release.

I want to thank Ryan Bonham from Transparent Technologies (sponsors of Open-Realty) for helping out debugging efforts against OR 2.0.8b.

ezRETS ODBC client examples

There are a couple of people trying to use ezRETS programmatically in applications they are writing. This is opposed to doing it as an end user using Excel, Access, or another ODBC aware app.

To help with that, I’ve started a wiki page with usage examples.

Right now, I’ve got two simple PHP examples and a simple C/C++ example. I’d like to show a few more languages. If anyone would care to contribute some simple sample code in other languages, just throw it on the ezRETS mailing list or e-mail me. Also, if you are doing a piece of functionality not shown in an existing language sample, we’d be interested in that as well.

That being said, in general, I think going directly against libRETS in your programs instead of ezRETS via ODBC is the better long term direction. There are, of course, always exceptions. Also, a downside to going with libRETS right now is that libRETS is currently C++ only. We’re looking into changing that.