-
My previous employer used a tool to attach databases that were located on a substituted path. I needed this conversion logic in another kind of environment and used the almighty google. So I hit an article on Avner Kashtan 's blog titled Query SUBST information . His code sample proved very usefull but...
-
I created a repository at opensvn.csie.org today for the website I created with a friend for the volleybal club. We really needed version control because we are both working on the project at the moment plus that I really don't like all those *.old *.old2 *.old3 files hanging around :-) So I committed...
-
Today isn't the best sunday in the Netherlands to enjoy the weather so that left me with the decision to do something usefull (like the household) or do some rainy sunday coding. I obviously choose the latter and that is the reason for this post. I'm currently busy refining my home buildserver. Build...
-
It seems that I wasn't the only one with some demoscene nostalgia as Frans was first today with his cheesy rotozoomer! Way to go Frans! :-) You can see his christmass coding rotozoomer here. Well I was more in the mood for a simple plasma. I started with the usual math stuff like how did that cos / sin...
-
I posted an article that includes a link to a class file I wrote today that can detect if a user is idle for a certain period and triggers an event. This is my own quoted text from the article. I've just created a little nice class that helps in building applications that need MSN like behaviour regarding...
-
Updated: - New archive to download (v3) - XML updated - Code rewrite with delegates and helper methods I added unittest for a switch in version 1 . Leslie had some troubles with building his trafficsign. I now added a trafficsign as a unittest and it outputs the following: <?xml version="1.0"...
-
Yesterday I browsed through the new articles at codeproject.com . Leslie Sanford StateMachine articles had my attention. He has designed and implemented it in c#. A job done pretty well I think. I took a look at his code that reads an xml definition to deserialize its state design. My thoughts were that...
-
Most people use the setup routines supplied with Visual Studio or something like Wise or Installshield to create their setup packages. My current project needed some setup routines and I needed this excuse for sometime to finally see that WiX is all about. Well one thing you don't get is an easy 1,2...