September 2008 - Posts

Finally Microsoft Shipping Open Source

 

This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move

http://www.hanselman.com/blog/jQueryToShipWithASPNETMVCAndVisualStudio.aspx

http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx

Posted by Adel Khalil with 1 comment(s)

Windows Live Messenger 2009 Build 14.xx.xx.xx

WLM 2009 leaked, if you tried to install it on Windows Server 2008 it may not work and return error message saying that the service is no available, if you do so and couldn’t get rid of the new installation remove the bits manually and use Windows Installer Cleanup tool to get rid of the entry on the Windows Installer log. 

Google Mobile Platform: Android

The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use, which runs on top of a Linux kernel.

There is a SDK at Andriod Website the two features that interest me is how application is created equal so you can create your own dialer for example and replace the existing one, as well as the multitasking nature of the platform.