November 18th 2008
In order to get started, I wanted to do a small application first. Something simple, just to get the ball rolling. I decided to write an application that, given an RSS feed URL, displays the titles of the posts.
So, here it is, my first Labs application. Please note that it is quite crude. Passing a non-rss link crashes the application. Also, the list doesn’t look very pretty, but hey! It works!
The code is available at dispeed.
Tags: rss, ruby, wxruby
Posted by max | No Comments »
November 18th 2008
After months, or perhaps even years, of searching, I have finally found a decent UI “kit” to do RAD (Rapid Application Development). The language I picked was Ruby (no surprises there) and among Qt, GTK+ and WxWidgets, it was WxRuby (the Ruby bindings for WxWidgets) that caught my fancy. The other two seem a bit too complex for my taste. So, here we go! Watch this space for my experiments with WxRuby.
Tags: ruby, wxruby, wxwidgets
Posted by max | No Comments »