Ramon Smits

Tell me your secrets and i'll tell you mine

Recent Posts

Tags

Community

Email Notifications

Patterns & Practices / Guidelines

EntLib

Nant

Blogs that I monitor

Archives


Browse by Tags

All Tags » Sourcecode » Development (RSS)
Get the physical path of a path that uses a subst drive
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...
Subversion troubles "PROPFIND request failed on '***' '***' path not found"
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 *...
HttpHandler to format csharp, xml, vb.net, etc.
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!...
Christmass coding : RGB Plasma
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...
MSN like idle behaviour in your application
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...
StateMachine in c# and xml, v3 (updated)
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
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...