June 2010

  • The Truth About Microsoft

    I must admit, I haven’t been the largest fan of Microsoft products and policies. (With the exclusion of Visual Studio and the .NET and XNA platforms.. and Silverlight and Excel…) However, it’s very easy to jump on the “anti-MS bandwagon”… Continue reading

  • The “Iron man interface”

    While researching some technical and design patents, I stumbled across a very cool/interesting little patent reminiscent of something you might see in one of the recent “Iron Man” movies. Although “Tony Stark”, especially in his latest installment, is working with… Continue reading

  • Disable button on AJAX Postback

    Many different implementations exist for disabling a button on AJAX post-back. I find the following code snippet to be very simple, clear and effective. Although this example applies to ASP. NET, with small modification this would work for PHP as… Continue reading