Browse by Tags
All Tags »
Sourcecode (
RSS)
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...
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 *...
So wouldn't it be handy if you have a HttpHandler that formats sourcecode like csharp, vb.net, xml (related) and html? So I started googling but could find one! So that left me with some work!...
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...
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...
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...
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...
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...