ajax

Jquery ajaxFileUpload not working in IE

Experts, I use ajaxFileUpload for my image upload. I created an API using codeigniter to do the image cropping and save the image to the server and return a xml response. I configure the ajaxFileupload to use the API and it works just fine in Firefox and other browsers but not in IE. The ajaxFileUpload always returns success but it doe...

PHP CLI + Ajax for web terminal

I'm trying to determine the best approach to providing an Ajax based terminal using PHP. I haven't made an attempt at writing it yet but having rolled the idea around, the only way I could see it possible, would be 2 scripts: Script 1; handles Ajax communication between server and client browser. when a request is made to use the termi...

ExtJS or SmartClient?

Hi, I would like your opinion about these two frameworks. I like a lot the features of ExtJS, but recently I saw SmartClient and it seems to be great too, and free (its Client side features) for commercial projects. I tried a little of SmartClient and it seems to be easier than ExtJS, and it has a better documentation tnan ExtJS. BUT.....

Return link for another (same) XMLHttpRequest

I have one link that makes an ajax request and it prints by XHR request another link same at this one before cliked so it's like a loop: starting XHR from <a href="javascript:void(0)" class="doXHR">do XHR</a> than into Ajax success function i repeat into my html this link: <a href="javascript:void(0)" class="doXHR">do XHR</a> but...

Using the RESTful interface to Google's AJAX Search API for "Did you mean"?

Is it possible to get spelling/search suggestions (i.e. "Did you mean") via the RESTful interface to Google's AJAX search API? I'm trying to access this from Python, though the URL query syntax is all I really need. Thanks! ...