Entries from December 2006

December 8, 2006

NProject site down

Has some of you might have noticed, the NProject web site is down. freewebdot.com was hosting it for free, but due to some abuse, they revoked all the free accounts… If someone knows about a free .NET web host, drop a line!

December 3, 2006

Live coding revisited

I previously bloged about a script that enabled automatic rebuild and restart of the web server on change of the source files. The script was working great, but sometimes some strange errors start poping out.
Thanks to Nick Hemsley who submited a patch that uses FileSystemWatcher, we now get much better results!
I refactored the script a [...]