View Post

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 Reading
Written by DevelopmentNow -- July 13, 2006
View Post

Portland 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 Reading
Written by DevelopmentNow -- July 6, 2006
View Post

Google 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 Reading
Written by DevelopmentNow -- June 29, 2006
View Post

WinZip 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 Reading
Written by DevelopmentNow -- June 27, 2006
View Post

Update: 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 Reading
Written by DevelopmentNow -- June 27, 2006
View Post

log4net 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 Reading
Written by DevelopmentNow -- June 26, 2006
View Post

log4net 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
Written by DevelopmentNow -- June 26, 2006