By tag: ajax
0
kicks
Free Ebook
Just recently publish my book freely at : https://www.smashwords.com/books/view/262829
Try it for free….
0
kicks
7 hard earned lessons from a Single Page Application
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.
0
kicks
Using JSONP with b1t.co API to Shorten URLs using JavaScript only
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!
0
kicks
How to hide title bar in jQuery UI modal dialog?
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...
0
kicks
Getting started with SignalR
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...
0
kicks
Gideon Dsouza - ajax upload files with asp.net-mvc and uploadify
implementing an Ajax upload with asp.net- mvc your backend
0
kicks
Show More pagination with angular.js
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...
0
kicks
Event after every asp.net ajax request
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.
0
kicks
Delicious Dot Net: jQuery UI
“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
0
kicks
Using custom font without slowing down page load
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...
0
kicks
Wait until all Ajax is completed !!!
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)
0
kicks
JQuery Attributes
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 .......
0
kicks
Knockoutjs grid with Asp.net
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.
0
kicks
Asp.Net Ajax AutoCompleteExtender In Master Page
In this Example i'm explaining how to use Ajax AutoCompleteExtender TextBox On Master Page In Asp.Net.
0
kicks
AjaxFileUpload In Asp.Net With Drag Drop And Progress Bar
This Example explains how to use AjaxFileUpload Control With Drag Drop And Progress Bar Functionality In Asp.Net.