Browse by Tags

Get the physical path of a path that uses a subst drive
Published 5 April 7 7:21 PM | Ramon Smits
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...
HttpHandler to format csharp, xml, vb.net, etc.
Published 22 January 6 4:26 PM | Ramon Smits
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!...
Filed under: , ,
Christmass coding : RGB Plasma
Published 25 December 5 11:45 PM | Ramon Smits
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...
Filed under: , ,
MSN like idle behaviour in your application
Published 24 December 5 10:15 PM | Ramon Smits
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...
Filed under: , ,
StateMachine in c# and xml, v3 (updated)
Published 30 September 5 11:3 AM | Ramon Smits
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...
StateMachine in c# and xml
Published 28 September 5 4:16 PM | Ramon Smits
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...