5 Earth-Shattering Things You Should Know About Ajax And Probably Don't Ajax is hotter right now than Nicholas Carr's backside after coming out of Tim...
Small steps for HTML but gaint strides for AJAX http://www.protopage.com/v2 Try movin thoes windows and scrollbars http://www.ajchat.com/chat/ajaxblog ...
Best Wishes, This is regarding a requirement that we have in our organization (name withheld) on part time basis for a Subject Matter Expert (SME) in the...
Mastering AJAX http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/?ca=dgr-lnxw07AJAX-Request After U read this article U will never ever ever do...
Hi All I am currently developing an app using jsp,tomcat and mysql. I am stuck! One of the specs of the project is that four users insert into the database...
Your problem is 2 fold - 1. Manage concurrent data input 2. Refresh page when all four have completed the data input task Now problem 1. can be solved by any...
A new site offering lessons, workshops, tutorials, news about AJAX. http://www.ajaxlessons.com/ <http://www.ajaxlessons.com/contest/?ref=www.in-spiretech.com>...
Guys, I have the following *.js file. Can anyone explain to me why my readyState is always 1 in the validate(...) fxn? Shouldn't it be 2? I have a WebApp...
... Where are the function "subscriptionValidator" ? It will receive the changes in readyState -- SDM - www.Garimpar.com/noticias http://sdm.zapto.org/ -- ...
readyState should get up to 4 (meaning all data is loaded & the doc tree is parsed, I believe). I think the reason you're getting 1 only is because you're...
This is not a Jobs Group, hence from now onwards no jobs here. Please create a Ajax Jobs group if anyone has a probelm with this. - Logically Genius....
AjaxToday.com is a dedicated portal for the international ajax developers community. The site right now features articles, tutorials, forums, books, blogs and...
I have seen many HTML tutors that run off Harddisk without WebServer. So is it possible to load a file/image from harddisk if we know its path on clients...
If you're on the Windows platform, the FileSystemObject will allow this. The following is from a windows script technologies help file: var fso, f; var...
... omg, this is serious vulnerability right? This allow the programmer to get informations from any file from Windows, I hope that linux (firefox, gecko, etc)...
Hello all, What softwares do I need to run an AJAX program ? I have installed tomcat, ant and myEclipse. Can anyone explain me how to use it in order to run...
It's only a security issue if the user turns off their internet restrictions. For my users, I set the intranet zone in IE so that they're prompted to allow...
Sucheta, Here's a link to a brief explanation of AJAX: http://sanctumvoid.net/jsexamples/ajax/ajax.html Most AJAX programming is client-centric (ie,...
You need a browser on the client side - IE6 or Firefox 1.5 both work well. The client side code is JavaScript and DOM, and would have a script function that...