We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,078 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

html dom vs javascript vs ajax

Hi all,
I would like to know which of the above scripting languages is better one.
It terms of the control they offer, variety of things you could do with them, easy of use and ongoing trends in the market etc from some expert in these.

Thanks for the help.

3
Contributors
2
Replies
1 Week
Discussion Span
2 Years Ago
Last Updated
3
Views
pareshverma91
Newbie Poster
7 posts since Mar 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

First let me clear one thing: Of all the above only javascript is a scripting language.
Other 2 are not even languages.

What type of control/ease/trends are you talking about.

Luckychap
Posting Pro in Training
445 posts since Aug 2006
Reputation Points: 83
Solved Threads: 61
Skill Endorsements: 0

Hi pareshverma91,
You got some things mixed up. HTML DOM is a Document Object Model which is actually a convention for interacting with HTML in an object oriented style.
Ajax is Asynchronous Javascript and XML and this is a name for a group of techniques used on the client side for retrieving data from the server without interfering with the client side web page.
The only scripting language of the above is Javascript, which is an object oriented language used to make static web pages - dynamic. Basically it allows to "respond" to events on the web page, such as clicking a button, and change an already "dead" page to expand a textbox or enlarging an image for example.
The basics of Javascript are easy and fast to learn. You can start with http://www.w3schools.com/js/default.asp to learn the basics.

Cheers

kainil
Newbie Poster
7 posts since May 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.1032 seconds using 2.66MB