March 2006 Entries
Today, I happen to see an conversation video about managed code framework for windows mobile device. A nice one and worth to watch it.Chris Muench, a Mobile and Embedded MVP gives speach to Channel9 about how to write a managed Direct3D application for Windows Mobile devices.There is a point he mentioned about "dark ages of gaming world" when the developers where fiddling around with assemblers to develop something. He very nicely specified about how much we changed from assemblers to C++ and now...
I came across a java script which compares two text and shows the difference and matching words in colors. This script works in amazing speed. Well, You might want to check the same kind of script (but more faster)here I am trying port the same in ASP.NET/C#, Hope time permits me to do this...
I was work around an issue. In an aspx page i am rendering an iframe content and printing the html content in the client browser (where the iframe is hidden in the same page). The reason is to control the page whether it is executed properly o(after all exception handling!!...huh!! ) or not. If the page displays any exception, i can easily check the document.body.innerHTML and avoid showing the page (I can show some error page instead).The issue was, i had to use a asp:Button control which Response.Redirect...