Apr 222004
 

Quite an achievement, running .NET applications that use the Windows.Forms-namespace on Linux. The instructions on how to setup Mono to do such a thing can be found on these pages.

 Posted by at 15:08
Apr 222004
 

Delphi Developers’ Singapore and Asia Fortress of Solitude has a short but simple tutorial how to implement an RSS 2.0 newsfeed (using Delphi 8 for .NET) on your corporate website. Or whatever website. Check it out here.

 Posted by at 15:05
Apr 222004
 

Nick has a nice piece about normalization of database-schemas, or in his experience: the absence of it lately. I’m an educated databasedesigner myself, and when looking at the underlying databases of some applications I’ve used, shivers run down my spine most of the time. People not knowing how to normalize is something I can live with (it means my salary is justified), but if you create a schema for your application, at least be consistent in naming your tables and columns. Don’t mix plural and singular names, don’t use a hyphen in one occasion and an underscore in the other (if both are allowed), and for crying out loud: use sensible names. We have more than 64bkyte of memory in most computer nowadays, so why abbreviate everything to 3, 4 or 6 characters? Because it’s easier to type when coding? Get a decent IDE with CodeCompletion. That’s easier than trying to remember what all these cryptic TLAs stand for.

 Posted by at 14:46
Apr 222004
 

LaCie has a new version of her Big Disk, and it’s simply called Bigger Disk. And Bigger it is: the beast sports 1TB (that is 1000,000,000,000 bytes!) of diskspace. The Bigger Disk will be available in May, and the suggested retail price is about $1200. That’s not too bad for that much space. You can hook it up to your PC or Mac via Firewire400, Firewire800 or USB 2.0. Perhaps I’ll discuss this thingie at home, since my picture collection is an ever growing disk-burdening monster. I now use DVD’s as my backup, but searching for pictures means swapping disks. Not to mention the search-speed (or lack thereof) on a DVD-R(W) compared to my 10Krpm U160-SCSI disks.

 Posted by at 14:15
Apr 222004
 

Boy, is creating a decent skin/stylesheet a difficult task. It’s not that difficult to place a navigation bar / sidebar to the left in a stylesheet, but hey, I want it on the right. The problem I’m experiencing now is that a “position: fixed” will keep it on its place, no matter what other content scrolls by. Without the “position: fixed”, the sidebar is displayed after all other content, basically becoming a footer. Perhaps there’s too much old stuff (from Planque) in there that should be removed first. I’ll give it a try tomorrow.

 Posted by at 00:34