Function to convert any base to decimal
Up to base 36, anyhow. This is a port from old C. I think it works (did it on paper). // return decimal version of any number up to base […]
Continue ReadingPortland Code Camp 2.0
FYI, I’ll be speaking at Portland Code Camp 2.0 this year, talking about incorporating AJAX functionality into ASP.NET applications. July 22nd & 23rd at WSU’s Vancouver campus. It’s free for […]
Continue ReadingGoogle Calendar Monitor Released!
Overview The DevelopmentNow Google Calendar Monitor is a simple desktop application that synchronizes with your Google Calendar and pops up hard-to-miss, snoozable reminders for your events. You can also add […]
Continue ReadingWinZip can do automatic compression and backup jobs?!
Ok, so this is funny. A few days ago I blogged about trying in vain to find software that would automatically back up my important files, ignore the ones that […]
Continue ReadingUpdate: SQL Backups from the Command Line
Since I’ve started using an offsite backup service, I’ve been feeling better about my disaster recovery ability. However, I wanted to ensure that my files stayed small so that a) […]
Continue Readinglog4net Dashboard and log4net Viewer
Just ran across a tool to more easily read log4net files. There’s a free single-user version apparently. log4net Dashboard / Viewer
Continue Readinglog4net and Visual Studio 2005 — quick and easy
So you have an ASP.NET application and want to do some custom logging other than by using Response.AppendToLog(). Or maybe you have a console app that you want to log what […]
Continue Reading