Category Archives: Programming

.htaccess files for IIS on Windows

if you’ve ever needed to password protect a directory on a Windows IIS web server, in the same way you can on an Apache (Linux) web server you’ve probably been hunting for a better solution than what is built into Windows / IIS. that is, in Windows / IIS you have to actually create a [...]

Head Tracking with Wii Remote

not much to say, except… ‘wow this is cool’ head tracking and virtual reality games not far away >> http://youtube.com/watch?v=Jd3-eiid-Uw

Cold Fusion Request Variable Type for ASP.NET

i know i’m late to the party most times but i want to share this with any ASP.Net web developers that will find this as useful as myself… and i find it very useful. i dev’d some Cold Fusion code back in the day… it was a job what can i say… anyhow i remember [...]

ASP.NET FIX FOR “The serialized data is invalid” ERROR

asp.net developers… have you fallen victim to the dastardly error “The serialized data is invalid“? have you like me tried to reproduce the error during testing only to come up empty handed? well hopefully my latest ASP.Net discovery will help you rid yourself of this pain-in-the-neck bug. i was recieving this error on a website [...]