Digiwar - the Yeep-blog

July 20th, 2004

RSS feeds improving

I’ve been using RSS feeds for the past 9 months or so and I’ve seen some quite nice improvements. Not in RSS itself, but it the way sites use it.

Take for instance Slashdot. they used to have a feed that contained just an excerpt of the article. Since a few weeks now the feed contains the full article text and still no ads. I love it!!

Then there is Blabbermouth, my source of Metal news. They used to be without RSS feed and I had to lookup the site everyday to see if anything interesting was posted. I was about the mail their webmaster asking for RSS support when all of a sudden they had redone their site and had included an RSS feed! The feed does not contain the full article text, but it’s also not an automated “first paragraph only” feed. They actually use a seperate excerp that sums up the article. This is great, because it prevents items like “John done informed us of the following: …”.

On a more personal note I implemented an RSS feed as part of the logging of an automated process I wrote the scripts for. This way I can keep an eye on the process as well. I have a normal error feed and a debug feed, which gives me some debug info. It’s been useful already!

July 1st, 2004

After a free C++-compiler we get….free development tools!

As I reported in this article, Microsoft has a free C++-compiler. The only downside (if you can call it that) is that it’s just the compiler and not the full Development Enviroment (known as Visual Studio). But now, Microsoft has Visual Studio Express. The compilers of all their languages (VB.NET, VC.NET, C# and J#), Web Dev and SQL Server in a free for home-use Express version.

The versions you can download right now are just beta’s. But it’s just a matter of time before the release versions will be available.
Also note that the versions are intended for people who want to learn about Visual Studio development and not for actual commercial application development. The compiler is toned down a bit and the IDE is also a bit ’simpeler’. And both MFC and ATL are missing from the install. This, however, still doesn’t mean you can’t create full-fledged applications. So I’d suspect the EULA to say a bit about this as well :-)

If you want to give feedback, or just keep up on Visual Studio Express, you can read the VS Express Team Blog.

|