december 2004 - Posts

26 december 2004
Receiving UDP messages using UdpClient or Socket classes
Last week I started work on a logging tool for Half-Life based games. You can read more about it on this blog . Anyway, as part of this tool I need to receive UDP datagram packets over a network connection. There is a .NET Framework class called UdpClient that does what you need. It's the getting it... Read More...
21 december 2004
Handy keyboard shortcuts (in case you don't know already)
Talking to Jeroen Mak at Van Loon IT , we exchanged (yet again) some handy keyboard shortcuts. I assume you know most of these already, but in case you don't: I thought you should hear these. I use them a LOT. ÿ + D: Show desktop and press again to restore windows (essentially the same as ÿ + M and ÿ... Read More...
14 december 2004
Enclosures in RSS feeds
It was Robert van Poelgeest who pointed me in this direction. He mentioned the feature of enclosure elements in RSS feeds. The element is a child element of in an RSS feed and is used for enclosing a related file accompanying the blog entry. An enclosure-aware aggregator is able to use this URL endpoint... Read More...
13 december 2004
Virtual marketing (in-game)
My company Killer-Apps has started to sponsor some clubs and people. One of the clubs is the local soccer club of the village Hedel I'm living in. This is partly conventional sponsoring, where I hand over some money to the club and they place billboards along the soccer fields, plus some advertising... Read More...
07 december 2004
Shamed to admit: bug fixed
You should be reading this in your aggregator again. Due to a stupid unfortunate bug, the description of postings (usually empty) took precedence over the body of the posting. Everythings fixed now (I hope). Read More...
07 december 2004
IntelliSense in Visual Studio .NET for Windows Scripting Files
Some time ago I spent some time on Windows Scripting Files (*.wsf files) and wrote an article on that. It's in Dutch, but if you are interested, you can read it here . Anyway, what I did not include as part of the article is this XML Schema that will give you IntelliSense when you create a Windows Scripting... Read More...