Friday, February 20, 2004 - Posts

MSDE 2000 Deployment Toolkit

Yes, I was waiting for it and now it seems to be ready... I'm talking about the MSDE 2000 Deployment Toolkit (release candidate), a plug-in to Microsoft Visual Studio that automates the process of creating an integrated package with both the application and the MSDE database. Really cool for building setup packages...

Creating RSS feeds for your web site

Interesting article from DotNetBips, that shows how to write an ASP.NET Control for handling RSS Feed. Check it!

Here, an other articles on how to import a remote RSS Feed in a database.

Linux hacked more often than Windows??

Cameron Reilly points me to this new article on ZDNet: Linux hacked more often than Windows...

An analysis of hacker attacks on online servers in January by security consultancy mi2g found that Linux servers were the most frequently violated, accounting for 13,654 successful attacks, or 80 per cent of the survey total. Windows ran a distant second with 2,005 attacks.

The differences between the number of attacks is really big... will be true? Why all this differences? Maybe because Linux is open source and so the code is free to analize? Or maybe the major Servers in the world are based on Linux (or Unix) Platforms (Apache now is the most widespread web server). Linux is certainly not less secure then Windows...

Also, a study by the mi2g Intelligence Unit reveals that the world's safest and most secure online server Operating System (OS) is proving to be the Open Source family of BSD (Berkley Software Distribution) and the Mac OS X based on Darwin.

ImageList and ToolBar generator

A new interesting .NET Control just discovered on CodeProject: Super ImageList and ToolBar generator, a control that helps you to dinamically generate big ImageList with effects for Toolbar, Treeview etc. Check it!