Justin Cooney
Web Development Tips and Examples
Category: Programming
-
Today I encountered boot issues with a Samsung Galaxy S2 device. The phone has never experienced problems of this sort in the past so its refusal to start today was a surprise. Before I go into details about how I fixed things, I’ll give some background information on what happened.
-
Sometimes using the SSMS GUI table designer is a hassle when compared with directly querying the table structure using a simple SQL statement. For example if you are right in the middle of editing a stored procedure and want to know the data types and sizes of some columns for a table or two, then…
-
I was setting up a new Web Server that had been pre-installed with Windows 2003, IIS 6 and ASP.NET 2.0. The catch was that when I set up a new Web site on the server, I would get a 404 error page when the server was asked to serve up ASP.NET files (aka: files with the…