View Post

Skype and IIS Port 80

In order to work on the largest user base possible (who often are behind routers and firewalls), Skype will listen on port 80 and prevent IIS (and other services) from using […]

Continue Reading
Written by DevelopmentNow -- June 26, 2006
View Post

Google Calendar API in C#

Google recently released an API for Google Calendar. Even though the Google Calendar UI is already pretty slick, developers can now write applications to extend the functionality further. C# and […]

Continue Reading
Written by DevelopmentNow -- June 23, 2006
View Post

Killing All Users in a SQL Server Database

Saw this SQL Login Killer Script on SQL Server Central (yes I know it’s old, but it’s still good) … Handy when you need to kill everyone off in order […]

Continue Reading
Written by DevelopmentNow -- June 23, 2006
View Post

Easy Remote Backups – Myth, Legend, or Tall Tale?

So I spent several hours last week doing some research on remote backups. Even though I have a file server here for local backups, something could always happen — fire, […]

Continue Reading
Written by DevelopmentNow -- June 19, 2006
View Post

Converting a Tab-Delimited File to a DataSet

I recently needed to parse a tab-delimited file and I figured it would be easier if I could manipulate it in DataSet form. I came across Dave O’s article on […]

Continue Reading
Written by DevelopmentNow -- June 12, 2006
View Post

Screencasting for Free

Screencasting is the act of making a movie of what”s on your computer screen and making available electronically (usually via the intra- or Internet). Making screencasts can help in a […]

Continue Reading
Written by DevelopmentNow -- May 24, 2006
View Post

Using Visual Studio to Debug Javascript

I avoided debugging javascript for a long time because 1) I didn’t write a lot of it, and 2) it used to be a pain to do so with Visual […]

Continue Reading
Written by DevelopmentNow -- May 23, 2006