If you find this article useful, consider making a small donation to show your support for this web site and its content.
Free app Developer Interview available here.

Available on the iPhone App Store
Available on the Google Play
AboutMe
About me:
Hi. My name is Farooq Kaiser and I'm a software developer from Toronto, Canada.

Did you know.. How to develop Jquery Plugin?

by Farooq Kaiser 26. February 2010 06:34
jQuery is a lightweight cross-browser JavaScript library. It is very easy to build a plugin that can extend the jquery functionality and that Plugin can be reused. Here is Jquery plugin structure. 1: jQuery.fn.pluginName = function(){}; Let's put together... [More]

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Did you know

Did you know.. How to download file from web service using JavaScript or Jquery?

by Farooq Kaiser 23. February 2010 07:14
Here is our Web service in C#. 1: [WebMethod] 2: public void DownloadFile(string fileName) 3: { 4: HttpContext returnContext = HttpContext.Current; 5: string url = "http://localhost" + @"/" + fileName; 6: ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

Did you know

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

by Farooq Kaiser 30. August 2009 06:07
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 script... [More]

Currently rated 3.4 by 7 people

  • Currently 3.428571/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

.NET | asp.net | C# | Google

JQuery AJAX with ASP.Net MVC

by Farooq Kaiser 26. August 2009 15:15
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 a... [More]

Currently rated 4.7 by 3 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

.NET | asp.net | C#

AJAX using jquery and ASP.NET

by Farooq Kaiser 7. February 2009 04:14
jQuery is a lightweight JavaScript library and can be downloaded from http://www.jquery.com. I’ll show you how to use jQuery to call a page method without using the... [More]

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | asp.net | C#

Jobs Autos Real estate Videos Power by Google