8.17.2012

AJAX Difference FAQs-1

1.Difference between AJAX and jQuery
S.No
AJAX
jQuery
1
AJAX is a powerful tool which cannot use HTML since it is a simple tool and it can not reload the page after it is once loaded.
JQuery is a light weight language that focuses the interaction in the HTML elements.
2
AJAX is a combination of several technologies such as CSS, HTML, DOM and many more. In combination with these technologies, AJAX provides new functionalities.
JQuery cannot provide a new functionality by combining with other technologies.
3
AJAX should be accessed in a proper procedure to retrieve data from the server.
JQuery can be accessed through front-end therefore JQuery does not require understanding of the complete procedure to setup a page.
4
Heavy usage of AJAX often leads to the server overload due to more number of connections created.
There is no chance for overload of server while using JQuery since there is no such heavy usage in JQuery.

2.Difference between AJAX and JavaScript
S.No
AJAX
JavaScript
1
AJAX allows the coder send request data asynchronously in order load new data without changing the web page.
JavaScript is a client side scripting language that allows the creation of dynamic web pages by providing a new level of interactivity.
2
AJAX supports the server side scripting Language.
JavaScript provides support to the client side scripting language.
3
AJAX can load the web page after it is been loaded for the first time.
JavaScript cannot load the pages after it is once loaded.
4
AJAX does not install Trojan in the computer.
JavaScript can install Trojan in the computer.

3.Difference between AJAX and PHP
S.No
AJAX
PHP
1
AJAX is an Asynchronous JavaScript XML that has a group of web technologies which are interrelated.
PHP is a Hypertext processor that is a general scripting language which produces dynamic web pages.
2
AJAX is not a stand alone technology. AJAX is a group of technology.
PHP is a stand alone technology.
3
AJAX needs a specific platform and operating system to run.
PHP can run on any platform and operating system.
4
AJAX is difficult to develop on static pages.
PHP is easy to develop on static pages.
5
AJAX will only run if the browser supports JavaScript or XMLHttpRequest.
PHP is highly vulnerable and does not require much support.

4.Difference between AJAX and DHTML
S.No
AJAX
DHTML
1
AJAX does not have the feature of making the button glow when the cursor is moved over it.
DHTML makes a Button glow or pressed when the cursor is moved over it.
2
AJAX can load a single link instead of loading the whole new page.
DHTML loads a fresh new page to load a link.
3
AJAX saves the loading time.
DHTML consumes more time than AJAX takes in loading the page.
4
AJAX permits the browser to request certain elements which reduces the strain on the internet.
DHTML does change the element on the screen depending on the request from the user.

No comments:

Post a Comment