Tag: web 2.0
Questions Related to web 2.0
-
Adobe
-
Yahoo
-
IBM
-
Microsoft
-
Flash Player 8
-
Flash Player 9
-
Flash Player 10
-
Flash Player 11
-
Nature of Task
-
Tasks and Workflow
-
Data Volume
-
All of the above
-
Breaks free of link and page metaphor
-
Slow page refresh
-
Progressively loading content
-
None of the Above
-
xmlhttp=new XMLHttpRequest();
-
xmlhttp=new XMLHttpRequest("Microsoft.XMLHTTP");
-
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
-
IE5 and IE6 do not support XMLHttpRequest
-
xmlhttp.get("OPEN","samplePageUrl",true);
-
xmlhttp.open("GET","samplePageUrl",true);
-
xmlhttp.post("OPEN","samplePageUrl",true);
-
xmlhttp.open("POST","samplePageUrl",true);
-
4KB
-
64KB
-
256KB
-
No size limit