Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Tuesday, January 16, 2007 - Posts

Pageflakes takeaway feature

Like I took this sudoku flake here in this blog: Choose your flake at www.pageflakes.com and go to edit and press Export button and this will give you a html similiar to this:<script type="text/javascript" src="http://www.pageflakes.com/CFFlakeManager.js"></script><iframe
posted by Shahed | 0 Comments

Testing Bandwith Speed

Its not as hard as it sounds anyone can do this by throwing some javascript. Most of the speed test sites that are available, downloads a predefined file (a jpg or something with known size) and then uses javascript to find the time elapsed and then calculate
posted by Shahed | 0 Comments

Video: Asp.Net Ajax Basics

http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/09/11/620.aspxThis is a video for the ASP.NET Podcast that shows the basics of using the Microsoft AJAX Library.Here are the Show Notes:  a.. The new names for Atlas.   
posted by Shahed | 0 Comments

Taking Asp.Net2.0 applications offline with app_offline.htm

Asp.Net 2.0 comes with this cool feature, just place a file named app_offline.htm in the root folder of your web application, this will shut-down the application and also unload the application domain from the server, not only this it will stop processing
posted by Shahed | 0 Comments