1.
Exploring one of MS AJAX’s often overlooked features. | Encosia Note the use of Sys.UI.Key in this and the previous example. Key is an enumeration ... For a complete list of Key members, see the Sys.UI.Key documentation. ...
2.
7 of my favorite jQuery plugins for use with ASP.NET | Encosia 10:37 am - October 20, 2008. my favorite is jquery.ajaxdotnet to call any web services, or WCF. I also use nyroModal for all modal call. ...
3.
Review: The best JavaScript book I’ve read | Encosia Feb 16, 2009 ... Having used JavaScript for over a decade, I’ve read many books covering the language. Some focused primarily on syntax.
4.
Using jQuery to directly call ASP.NET AJAX page methods | Encosia An example of how to use jQuery to call an ASP.NET AJAX page method, without using a ScriptManager.
5.
Using jQuery to display a modal UpdatePanel confirmation | Encosia Kevin Finke. 4:08 pm - February 5, 2009. Great work! I’ve been reading all your articles and learning a bunch… and realizing I have a bunch to learn of some ...
6.
Robust ASP.NET control referencing in JavaScript | Encosia Easily reference your ASP.NET controls on the client side, even if their ClientIDs have been modified due to nesting: Use .
7.
The easiest way to break ASP.NET AJAX pages | Encosia Emitting JavaScript probably comprises the vast majority of Response.Write uses in ASP.NET projects today. So for our purposes, let’s say that we really ...
8.
4 ASP.NET AJAX JavaScript UI methods you should learn | Encosia A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a ...
9.
Use jQuery to catch and display ASP.NET AJAX service errors | Encosia Mar 4, 2009 ... To help you remedy this problem in your own applications, I want to show you one way that I handle AJAX service call errors with jQuery. ...
10.
Get Yahoo’s HTTP performance analysis tool | Encosia Jul 25, 2007 ... YSlow, Yahoo's previously internal-only HTTP profiling tool, has been released to the public. It extends FireBug to analyze a page and ...
|