This blog article tells the story and how to secure the ASP.NET in shared hosting environment or for matter those want to restricted ASP.NET for some good reason http://blogs.msdn.com/jamesche/archive/2007/09/30/running-asp-net-in-a-shared-hosting-environment.aspx Hope…
Month: September 2007
Interesting Bug in Excel 2007
Surfing around internet found a interested bug listed here http://www.physorg.com/news110200561.html It says In a blog post, Microsoft employee David Gainer said that when computer users tried to get Excel 2007…
Creating Menu at runtime using Flash 8/ActionScript 2.0
You can create menu in your flash application using the following code, however, you need to note one thing that you need to import mx.controls.*; mx.data.binding.*; (if you need to…
Creating popup Window using Flash
Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence…
Using XML File with Flash in better way
This is just a bookmark for now to following great article http://www.flash-creations.com/notes/dynamic_xml.php Will explain this some day.