I will be presenting at the AZ .NET User Group on August 14th. I'm going to cover how to use Dependency Injection along with Inversion of Control to decouple your applications. I will also …
IIS 6 & PHP – Mimicking .htaccess User/Pass Functionality
If you happen to be running PHP on a Windows Server machine you'll probably have to port over some functionality. One of the key things that you'll have to port over is something that mimics the …
Continue Reading about IIS 6 & PHP – Mimicking .htaccess User/Pass Functionality →
Tip: DirectorySeparatorChar
If you look at most file access code you'll see the following somewhere: string filePath = myDirectory + "\\" + myOtherDirectory + "\\" + myfile; Developers will build their file paths with hard coded …
Ubuntu and Virtual PC 2007 Mouse Issues
I recently ran into an issue while installing Ubuntu to test Mono. Apparently when you install Ubuntu 7.04 on Virtual PC 2007 the system doesn't recognize the mouse. MAJOR SUCKAGE. Luckily I found a …
Continue Reading about Ubuntu and Virtual PC 2007 Mouse Issues →
HOW TO: Display Required Field Validators at Page Load
Sometimes when a page loads you'll want the user to be able to see the which fields are required. This is normally done by presenting an asterisk next to the fields that need to be populated/selected. …
Continue Reading about HOW TO: Display Required Field Validators at Page Load →
Windows Surface
Microsoft has released its new multi-input touch device, Surface. "Microsoft Surface represents a fundamental change in the way we interact with digital content. With Surface, we can actually …