Fairfeeds.com - Stories tagged with jQuery
1
Votes

Web 2.0 | How to improve the performance of ASP.NET MVC web application

published 182 days, 12 hours, 23 minutes ago posted by farooqkaiserfarooqkaiser 192 days, 10 hours, 14 minutes ago
Wednesday, September 09, 2009 5:17:19 PM GMT Sunday, August 30, 2009 7:26:31 PM GMT
In this article, i will examine how you can improve the performance of an ASP.NET MVC application by taking advantage of the following components.Implementing Caching Implementing HTTP Compression Implementing JQuery UI library with Google Hosted Ajax Libraries By combining scripts and other resources Deploying production code in release mode. Implementing Caching: The easiest way to implement cache on MVC view is to add an [OutputCache] attribute to either an individual controller action or an entire... (more)
Category: Technology | Clicked: 3 | Comment | | Source: www.fairnet.com
Tags: ASP .NET, ASP .NET MVC Framework, Caching, Http Handler, jQuery
1
Votes

Web 2.0 | JQuery AJAX with ASP.Net MVC

published 191 days, 18 hours, 6 minutes ago posted by farooqkaiserfarooqkaiser 196 days, 1 hour, 5 minutes ago
Monday, August 31, 2009 11:34:25 AM GMT Thursday, August 27, 2009 4:35:16 AM GMT
The JQuery has following methods that can be used to perform Ajax requests:ajax() - Load a remote page using an HTTP request. This is jQuery's low-level AJAX implementation. load() - Load HTML from a remote file and inject it into the DOM. get()  - Load a remote page using an HTTP GET request.getJSON() - Load JSON data using an HTTP GET request.getScript() - Loads, and executes, a local JavaScript file using an HTTP GET request.post() - Loads HTML by performing an HTTP post request. In this article, I w... (more)
Category: Technology | Clicked: 0 | Comment | | Source: fairnet.com
Tags: ajax, ASP.NET MVC, C#, jQuery, WebService
1
Votes

Web 2.0 | Displaying Jquery Progress using ASP.NET MVC with Ajax

published 191 days, 18 hours, 6 minutes ago posted by farooqkaiserfarooqkaiser 198 days, 27 minutes ago
Monday, August 31, 2009 11:34:25 AM GMT Tuesday, August 25, 2009 5:13:12 AM GMT
JQuery is a lightweight JavaScript library and can be downloaded from http://www.jquery.com. The jQuery library is also included in the Scripts folder of the Visual Studio ASP.NET MVC template. To reference the Jquery script library, add the following markup at the end of the head element in Site.Master: You can increase the performance by replacing above Script with google AJAX Libraries. Google AJAX Libraries can be found here http://code.google.com/apis/ajaxlibs/ Now, i will modify my pre... (more)
Category: Technology | Clicked: 0 | Comment | | Source: fairnet.com
Tags: ajax, ASP.NET MVC, C#, jQuery
13
Votes

jQuery Extension: radioClass() method « The Lanit Development Blog

posted by raazzraazz 249 days, 1 hour, 14 minutes ago
Sunday, July 05, 2009 4:25:56 AM GMT
I recently ran into a method in the Ext javascript library called radioClass. This method will add one or more CSS classes to an element and remove the class(es) from the siblings of the element.... (more)
Category: Technology | Clicked: 1 | Comment | | Source: lanitdev.wordpress.com
Tags: JavaScript, jQuery