An inherent problem with AJAX-style applications is browser navigation. AJAX pages don’t post back when performing requests tasks so they can’t remember their “previous states”. The problem comes when users click the browser's back button. What happens is browsers don’t return to a previous “state” of the page, instead, the browser unloads the page entirely and returns to the previous page. Technically speaking, this is OK because one may argue it’s just how AJAX works. However, a more user-friendly ......
The VS 2010 CTP is out!!! It's very timing - the CTP was released for public download just one day before PDC 2008. Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools. If you want to know the key innovations in this new release, please visit the official overview from Microsoft. This CTP is available only as a Virtual PC image, which can be downloaded here. Please note this VPC image requires Virtual PC 2007 SP1. If you haven't upgraded your VPC to SP1 yet, ......
Over years of my development career, I have come across IT professionals who always over estimate themselves and under estimate the work that they’re doing. Such behavior creates giant issues for companies and clients, who always end up saying “the project will never be done” after months or even years of frustrations. I picked 10 most irresponsible statements and listed them in this blog post. Don’t get me wrong. This is not against anyone of you. I made some of these statements myself years ago ......