ajax

TwitterFacebook
Get flash to fully experience Pearltrees
purchases

http://www.andysowards.com/blog/2008/easy-javascriptajax-exit-pop-up-script-creates-div-overlay-on-page-exit/ – Works! Fixed Chrome Image Issue – It is now working in All Browsers So the other day a client requested that when a visitor leaves any page on the site, they be greeted by an alert (such as ‘alert(‘this is your alert’);’) and if they click ‘Cancel’ they then go to an alternate ‘Exit Pop’ page that acts as a page to salvage a sale, or an opt-in, or dignity, what have you. Otherwise they just click ‘OK’ and go on their merry way in the opposite direction.

Easy Javascript/AJAX Exit Pop up script – Creates div overlay on page exit

firefox

delicious

http://ajaxpatterns.org/Suggestion

Suggestion

From Ajax Patterns Evidence: 2/3 Tags: Auto-Complete Fill Intelligent Populate Predict Suggest Wizard Predictive diagram - Google Suggest-Like - Couple of letters in text box and a dropdown Doc is typing out an electronic prescription.
http://dojotoolkit.org/reference-guide/1.8/

Hello World - Dojo for the Attention-Impaired | The Dojo Toolkit

Welcome The Dojo Toolkit Reference Guide is designed to be an in-depth resource regarding the Dojo Toolkit. The Reference Guide is a community effort and can be contributed to by anyone who has a CLA in place with the Dojo Foundation.
Some months ago, I discussed multiple values in CCK using AJAX . A few people showed interest, so here's Part 1 of how AJAX can go together with Drupal. We'll start with a common use case: checking that a username is available when a new user signs up. After you're done with this tutorial, you should be able to give the new user near-instant feedback on whether or not their username is available. I like to start at my desired result and work backwards, so that's what we'll do. http://www.workhabit.com/blog/drupal-ajax-part-1

Drupal + AJAX, Part 1 | WorkHabit

Published on ONJava.com ( http://www.onjava.com/ ) See this if you're having trouble printing code examples by Brad Neuberg 10/26/2005 This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. By the end of this tutorial, developers will have a solution to an AJAX problem that not even Google Maps or Gmail possesses: robust, usable bookmarking and back and forward behavior that works exactly like the rest of the Web. "AJAX: How to Handle Bookmarks and Back Buttons" explains the significant issues that AJAX applications currently face with bookmarks and the back button; presents the Really Simple History library, an open source framework that solves these problems; and provides several working examples. http://www.onjava.com/lpt/a/6293

AJAX: How to Handle Bookmarks and Back Buttons

Deep Linking for AJAX | Andy Li's Blog

http://blog.onthewings.net/2009/04/08/deep-linking-for-ajax/ I have just made a independent study on “deep linking for AJAX” for the course Web 2.0 technology. Seems that most of the info on the web about deep linking implementation are for Flash web site but not AJAX’s, so I release my report and presentation slide here hoping can help somebody. What is Deep Linking Deep Linking is a URL that point to a specific resource like a web page or a file. User can access the resource directly through the URL without further navigation (ie. bypassing “home” or “portal” page).

How to do HTTP Basic Auth in Ajax | Coder's Eye

http://coderseye.com/2007/how-to-do-http-basic-auth-in-ajax.html You can use HTTP Basic Authentication with Javascript/Ajax in just three steps. I’ll give you them in just a moment. The Background This morning, I was experimenting with Adobe AIR, writing a client to tell me whether I have games waiting for me to make a move on Weewar , and I needed to be able to use my username and “token” via Basic Auth to do that. It was not easy to find how to do it.
Safari 6 Learn about the new features in the world's most innovative web browser. Development Resources

Dynamic HTML and XML: The XMLHttpRequest Object

http://developer.apple.com/internet/webcontent/xmlhttpreq.html
sameergn@gmail.com wrote: Can anyone confirm is AJAX request can be sent over HTTPS if the containing page is loaded via HTTPS? or is it true that all AJAX interaction take place via HTTP?

AJAX and HTTPS - JavaScript / Ajax / DHTML answers

http://bytes.com/topic/javascript/answers/459071-ajax-https
http://www.chipmunkninja.com/Troubles-with-Asynchronous-Ajax-Requests-g@ As I sit here watching “The Muppets Take Manhattan” in Spanish in the middle of a Costa Rican thunderstorm, I find my mind drifting back to a recent project where I spent a day debugging a frustratingly annoying problem: A user would visit the web application I was working on, and after a given page was loaded, all of the session data associated with their visit would be suddenly gone. The user would no longer be logged into the site, and any changes they made (which were logged in session data) were lost. I spent tonnes of time in the debugger (while at times unreliable and frustrating on huge projects, the Zend debugger is still an invaluable aid for the PHP application developer) and kept seeing the same thing: the session data were simply being erased at some point, and the storage in the database would register ’’ as the data for the session. It was driving me crazy. I would sit there in the debugger and go through the same sequence each time:

Troubles with Asynchronous Ajax Requests and PHP Sessions

JavaScript Security (Page 1 of 9 ) Downloading and running programs written by unknown parties is a dangerous proposition. A program available on the Web could work as advertised, but then again it could also install spyware, a backdoor into your system, or a virus, or exhibit even worse behavior such as stealing or deleting your data. The decision to take the risk of running executable programs is typically explicit; you have to download the program and assert your desire to run it by confirming a dialog box or double-clicking the program’s icon.

JavaScript Security

How to Develop Web Applications with Ajax, Pt. 1 - WebReference.com -

<a href="http://o1.qnsr.com/cgi/r?WT.qs_dlk=UVjmcQrIZ2cAAECv9ZkAAAAV;;;n=203;c=657020/657013/657012/581231/581034;s=9530;x=15104;f=8217768666;u=j;z=20130331182747" target="_blank"><img border="0" width="600" height="200" src="http://o1.qnsr.com/cgi/x?;n=203;c=657020/657013/657012/581231/581034;s=9530;x=15104;f=8217768666;u=j;z=20130331182747" alt="Click here"></a> By Jonathan Fenocchi In the past, web applications were limited because a web page had to be reloaded (or another page loaded in its place) in order for new data to be obtained.