Once more my prediction on future technology is going to prove itself correct. When I wrote the article ‘Event Log Monitor using C# and WebSocket(HTML 5)‘ , not many had heard about this technology. Recently, Mozilla released a massive multiplayer game called ‘BrowserQuest‘, created using WebSockets and HTML5.
Though the technology is still new, the language which introduces a framework for systematic WebSocket programing will have to gain most in days to come. They days of the ‘Socket Programer’ are to come back. If you have long forgotten about your ‘socket programing’ adventures, I think it is worthwhile to dive back into them again !
April 19th, 2012 | Tags: game, HTML5, Websocket | Category: Uncategorized | Comments Off
My ‘Simple Physics Game using Silverlight’ application was finally approved and listed on the Silverlight.net Community Sample Gallery.
Here is the link: http://www.silverlight.net/community/samples/silverlight-samples/simple-physics-game-using-silverlight-38090/
Had to wait a bit for this one. Had problems posting it to the website. Finally things worked out. Another nice achievement !
June 19th, 2011 | Tags: game, Silvrlight | Category: Uncategorized | Comments Off
In time to come, it will be interesting to see how the Silverlight platform stands against IE 9 . The reason for coming out with Silverlight was the need to create a platform which enabled creation of RIA (and also to compete with Flash). But many of the features which Silverlight currently has are slowly becoming available as part of HTML5 implementation by most common browsers.
IE9 has included many HTML5 goodies along with a very optimsed javascript engine. Things which were out of reach of ordinary javascript are possible today with HTML5 and optimised javascript. Also, there other HTML5 features like ‘WebSockets’ and ‘WebGL’ that will make it to mainstream very soon. Considering this, almost everything you can do today with Silverlight is going to be possible with HTML5 and IE9.
Another big advantage of using HTML5 is that you dont need to install a plugin. With dual core mobile phones round the corner, very soon many mobile browsers will start supporting HTML5 to a great extent. Already there are many spectacular HTML5 applications getting created.
I can foresee the dilemma which companies selling UI controls for Silverlight are going to have. They will also have to create a version controls for HTML5 as well. So you have same company selling two versions of same control, one for HTML5 and another for Silverlight !
Going ahead, I think there needs to be some change in Silverlight strategy from MS. I would like to see Silverlight platform to cover some aspects of HTML5 also, for example:
- Introduce WPF kind of binding in HTML5.
- Support WebSocket (maybe even have library to create server applications).
- Offer WPF like controls for HTML5.
- Translate C# code in some sort of optimised javascript for IE9+.
It is really going to be interesting to see what next versions of Silverlight are going to have and how Silverlight will try to retain a special identity of its own.
April 12th, 2011 | Tags: HTML5, Javascript, Silverlight | Category: Javascript | Comments Off
My ViewStatePeeker add-on for firefox recently got reviewed and is now out of Sandbox. This now means that the add-on is available for everyone to download and use
https://addons.mozilla.org/en-US/firefox/addon/viewstatepeeker/
January 25th, 2011 | Category: Uncategorized | Comments Off
Microsoft has made available the book “Programming Windows Phone 7″ as a free download. You can also download sample code in VB.NET and C#.
Link: http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx
Surely this move is going to provide a boost to those planning to start learning Windows Phone 7 Application Development.
December 18th, 2010 | Category: Uncategorized | Comments Off