Category Archives: Programming
Windows XP 64-bit with IIS 6 and ASP.NET 2.0 Websites
I had a hard time getting IIS 6 on my newly reformatted Windows XP Professional 64-bit to serve up ASP.NET applications. IIS was not installed by default, so I installed it through the normal control panel operations. Then I ran … Continue reading
Using Linq to Ease XML Creation/Parsing
I am currently working on a Test Driven Development (TDD) Flickr API library in .NET. There already exists a FlickrNet library that is written in .NET, but it was written without using TDD and is very tightly coupled to the … Continue reading
Thoughts and Tangents on Programming Frameworks
Robert Stackhouse wrote an excellent article on his blog titled Frameworks as a Means of Creating Transferrable Expertise. I started writing a response in the comments and ended up going off on quite a tangent. Thus, I’ve reposted parts of … Continue reading
Good Top 10 Online Education Article [Lifehacker]
Everytime I think I’m going to unsubscribe from the Lifehacker feed I run across an article I really like that makes me rethink my decision. This time it is an article title Top 10 Tools for a Free Online Education. … Continue reading
Working with Joomla
I have several clients I work with in my consulting business that need a Content Management System (CMS) to help them manage their website content. I’m not in the business of shanghai’ing my clients into using me to maintain their … Continue reading