Category Archives: Programming

Tech Ed 2007, Day 2 Wrap Up

Yesterday, I ventured into the world of Microsoft CRM 4.0 and IIS7 which were both very educational. Day two at Tech Ed was going to leave the products behind and jump into the deep end of software development. Building BackgroundMotion … Continue reading

Posted in Programming, Software | Leave a comment

Tech Ed 2007, Day 1 Wrap Up

Today was my first ever experience with Microsoft Tech Ed and it was a great one, what a fantastic conference! Across the course of the day, I attended a few different presentations: Microsoft CRM 4.0 (Codename: Titan) Across the course … Continue reading

Posted in Programming, Software | 3 Comments

Ruby .NET Runtime Released

Microsoft have recently released another dynamic language runtime built on top of the .NET Common Language Runtime, this time for Ruby. Ruby.NET is implemented using a new .NET library that Microsoft are calling the Dynamic Language Runtime. The DLR provides … Continue reading

Posted in Programming | Leave a comment

Google Gears, Shifting Into The Offline World

One of the biggest problems that have plagued a lot of new, cool web applications is that they are not available when you’re not connected to the internet. That might seem like a silly thing to say, however certain types … Continue reading

Posted in Internet, Programming | Leave a comment

Internet Explorer IMG Element & Empty Width/Height Attribute Error

Recently found an error, bug or omission within the Internet Explorer rendering engine which I haven’t personally encountered before. The error involves the familiar <img> element and the use of the width and height attributes. The following <img> element definitions … Continue reading

Posted in Programming, Software | Leave a comment