Skip to main content

Home/ iQ Web Team/ Group items tagged AJAX

Rss Feed Group items tagged

Michael Yagudaev

Uploading Files with AJAX | Nettuts+ - 1 views

  •  
    Explains how to upload files using AJAX
Matt Haines

November 2011 Ajax Control Toolkit Release - 3 views

  •  
    I've read a bunch of blog posts about the various releases of the Ajax Control Toolkit - I was wondering whether the webteam uses it at all? (Or do you guys man up and make these types of controls yourselves)
Matt Haines

Ajax Control Toolkil - 1 views

  •  
    Creating a fancy text editor box using the Ajax control toolkit. I'm guessing you guys have your own favorites for this, but here's another option that's baked into VS (kind of)
Trevor Pries

Ajax Upload; A file upload script with progress-bar, drag-and-drop. - 3 views

  •  
    This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere. To upload a file, click on the button below. Drag-and-drop is supported in FF, Chrome.
Chad Kipling

ai/visibility.js · GitHub - 0 views

  •  
    Visibility.js allow you to determine whether your web page is visible to an user, is hidden in background tab or is prerendering. It allows you use the page visibility state in JavaScript logic and improve browser performance by disabling unnecessary timers and AJAX requests, or improve user interface experience (for example, by stopping video playback or slideshow when user switches to another browser tab).
Chad Kipling

Building Super Fast Web Apps with PJAX | Nathan Totten - 4 views

  •  
    The basic idea of PJAX is that you update only the parts of the page that change when the user navigates through your app. However, unlike a normal AJAX app that returns only data (JSON) from the server, a PJAX request actually contains normal HTML that has been generated on the server
Michael Yagudaev

Conditional Rendering in ASP.NET AJAX 4.0 - 1 views

  •  
    More advanced techniques in Client-side tempalting explained
Michael Yagudaev

Cutting Edge: ASP.NET AJAX and Client-side Templates. - 0 views

  •  
    Client side templating in ASP.net explained
Chad Kipling

jQuery infinite scroll plugin | onScrollBeyond and scrollExtend | lazy loading plugin f... - 1 views

  •  
    A plugin which will load additional content when the user has scrolled to the bottom of a page, similar to facebook.
  •  
    Damn that's sexy!
Trevor Pries

AjaXplorer - 0 views

  •  
    AjaXplorer is a software that can turn any web server into a powerfull file management system and an alternative to mainstream cloud storage providers.
Michael Yagudaev

Scalable JavaScript Application Architecture | Nettuts+ - 1 views

  •  
    Building a scalable javascript architecture
Michael Yagudaev

Node.js Step by Step: Introduction | Nettuts+ - 0 views

  •  
    Another introduction to Node.js video
Andrew Schonhoffer

Into the Ring with knockout.js | Nettuts+ - 2 views

  •  
    In the red corner, weighing in at just 29Kb (uncompressed), is knockout.js; a pure JavaScript library that simplifies the creation of dynamic user interfaces. Knockout is library agnostic, so it can easily be used with any of the most popular JavaScript libraries already available, but it works particularly well with jQuery, and uses jQuery.tmpl as its default templating engine.
Trevor Sweetland

Loading CSS spinners and bars generator for AJAX & JQuery - 2 views

shared by Trevor Sweetland on 30 Sep 11 - No Cached
  •  
    Customize and generate CSS loading bars and spinners
Trevor Sweetland

What you Should be Excited About in jQuery UI 1.9 - 1 views

  •  
    Some of the new widgets to look forward to in the next release of jQuery UI.
Andrew Schonhoffer

Asynchronous Programming in JavaScript with "Promises" - 2 views

  •  
    This is an easy to understand article about the Promise pattern for Javascript. It is a way to have a 'continue with this function when this previous one succeeds' that doesn't involve nesting functions. The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the Promise interface, giving them all the properties, methods, and behavior of a Promise.
1 - 20 of 22 Next ›
Showing 20 items per page