Meant for Web 2.0 Apps that use a lot of JavaScript, Doloto will speed up the download time of all the JavaScript by basically removing anything that isn’t initially needed and replacing it with stubs. It will then download in the background or wait until it is first called. The result, a seemingly much faster [...]
Archive for the ‘AJAX’ Category
Doloto
Posted in .NET, AJAX, Uncategorized, tagged Doloto, JavaScript, Optimization on September 10, 2009 | Leave a Comment »
Introduction to Real Time Search
Posted in .NET, AJAX, tagged .NET, AJAX, C#, Real Time Search on September 10, 2009 | Leave a Comment »
The Real Time Search this article relates to is a dll that comes included in the Web Client Software Factory one of Microsoft’s patterns and practices downloads. What it can do and what this example will demonstrate is adding the ability cause a post back that will refresh an update panel as the users types [...]
Refreshing an UpdatePanel using JavaScript
Posted in AJAX, tagged .NET, AJAX, JavaScript, UpdatePanel, _doPostBack on August 30, 2009 | Leave a Comment »
Update panels provide a really easy way to add partial page refresh’s to a web page in order to give a more user friendly experience that’s more like a common desktop App. By default a button within that update panel will cause a post back and so long as no elements outside of the update [...]