Site Update: New Resume, Contact, Reviews, and Reading Lists Sections
This site now sports a Resume, Contact Me, Reviews, and Reading Lists section.
If you’re reading this from an RSS feed, then the changes looks like this:

These new sections make use of the services I created earlier - my resume content is pulled directly from LinkedIn via my Resume service, the Reading Lists and Reviews are being pulled from Amazon via my Amazon service, and I’m still working on a personalized greeting module which will make use of my Whois service.
Now, when I update my resume on LinkedIn, add a new item to my Amazon wishlist, or write a new Review on Amazon the content is updated within this site and indexed by the Google.
It took longer than expected to get these new pages up and running - mostly due to a couple false starts. You see, I’m running this site on Windows shared hosting which unfortunately doesn’t give me many options - sure, sure, I could purchase another hosting account, but developers are like freak’n MAcGyver we like working within ridiculous constraints. It’s all about the challenge! Anyways, I first tried using Ruby on Rails on shared hosting (fail), then tried using PHP on Trax (fail), and finally reverted to ASP.NET MVC. While ASP.NET MVC is heads and tails more fun than Web Forms / Classic ASP.NET, the impedance mismatch between strongly typed objects and web languages (JavaScript, CSS, XHTML) is still annoying. Thankfully the MVC Contrib project solves some of these pains, however it can’t solve them all.
My next steps with this site are to: finish the greeting module, update the layout (drop the WordPress theme), and finish a Github / Google Code repo widget (kind of like this one) for the sidebar.
Contribute, view, or download the openly available source code here.
