Error!
Success!

By tag: ajax

showing:  of
0
kicks

Free Ebook  (Unpublished)

Just recently publish my book freely at : https://www.smashwords.com/books/view/262829 Try it for free….


Kicked By:
Drop Kicked By:
0
kicks

7 hard earned lessons from a Single Page Application  (Unpublished)

7 controversial techniques to boost performance of Single Page Applications (SPA) and achieve 3-4 second page load time. Find out when commonly used techniques like combining Javascript back fires.


Kicked By:
Drop Kicked By:
0
kicks

Using JSONP with b1t.co API to Shorten URLs using JavaScript only  (Unpublished)

This is a great article that explains how to get around the cross-domain issue for ajax calls; as well, it describes a free jsonp service that allows you to minify your urls. Something to practice on!


Kicked By:
Drop Kicked By:
0
kicks

How to hide title bar in jQuery UI modal dialog?  (Unpublished)

jQuery UI is a great open source set of user controls and it’s very easy to use. Recently one of my friend asked question that how we can hide title bar in jQuery UI Dialog? so this post is a reply to him. Let’s create a simple html and use jQuery Ui modal dialog. Following is a code for that. He...


Kicked By:
Drop Kicked By:
0
kicks

Getting started with SignalR  (Unpublished)

Recently I’ve begun testing ASP.NET.SignalR, an open source project that supports real-time web functionality in our application.SignalR logo SignalR can be added to an existing ASP.NET application and help as easily gain real-time functionality in no-time. It can run with browsers that supports...


Kicked By:
Drop Kicked By:
0
kicks

Gideon Dsouza - ajax upload files with asp.net-mvc and uploadify  (Unpublished)

implementing an Ajax upload with asp.net- mvc your backend


Kicked By:
Drop Kicked By:
0
kicks

Show More pagination with angular.js  (Unpublished)

I built my first application with angular.js over these last few weeks (not during business hours), and although I still have lots and lots to discover and learn, I think I somewhat grasp the basics. In the application I built, I had to implement paging because rendering all the items at once was...


Kicked By:
Drop Kicked By:
0
kicks

Event after every asp.net ajax request  (Unpublished)

Fire Client side event after every asp.net ajax request, do some action on java script like call java script function after every ajax request.


Kicked By:
Drop Kicked By:
0
kicks

Delicious Dot Net: jQuery UI  (Unpublished)

“jQuery UI is a widget and interaction library built on top of the jQuery and JavaScript Libraries, that we can use to build highly interactive web applications. ” Read more: http://www.deliciousdotnet.com/2012/08/jquery-ui.html#ixzz2A5tkEzgl


Kicked By:
Drop Kicked By:
0
kicks

Using custom font without slowing down page load  (Unpublished)

If you have a custom font in any CSS, anywhere on the page, most browsers (like IE) will not render anything (remain white) until the custom font is downloaded, initialized and applied. Usually custom fonts are over 300KB. As a result, they significantly slow down page load speed. Learn how to overc...


Kicked By:
Drop Kicked By:
0
kicks

Wait until all Ajax is completed !!!  (Unpublished)

Problem is I need to wait for all ajax requests to be done before i execute the next line of code. This can be handled in 2 ways 1) Make the Ajax request synchronous 2) Implement of $.when() in jQuery and handle the next lines in callbacks (success/failure)


Kicked By:
Drop Kicked By:
0
kicks

JQuery Attributes  (Unpublished)

A jQuery Attributes used to get the DOM attributes of elements and set those attribute values. Most of the common attributes are class name tag name id value title href src .......


Kicked By:
Drop Kicked By:
0
kicks

Knockoutjs grid with Asp.net  (Unpublished)

Knockoutjs implements the Model-View-ViewModel pattern for JavaScript. This article explains how to use Knockoutjs�s plug-in simpleGrid with asp.net using HTTP handler. It can be used where dynamic UI is required such as adding/removing rows to the grid.


Kicked By:
Drop Kicked By:
0
kicks

Asp.Net Ajax AutoCompleteExtender In Master Page  (Unpublished)

In this Example i'm explaining how to use Ajax AutoCompleteExtender TextBox On Master Page In Asp.Net.


Kicked By:
Drop Kicked By:
0
kicks

AjaxFileUpload In Asp.Net With Drag Drop And Progress Bar  (Unpublished)

This Example explains how to use AjaxFileUpload Control With Drag Drop And Progress Bar Functionality In Asp.Net.


Kicked By:
Drop Kicked By: