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.
Related Article: Javascript problem in Ajax
is a solved JavaScript / DHTML / AJAX discussion thread by manofspider that has 12 replies, was last updated 3 years ago and has been tagged with the keywords: ajax, javascript, problem.
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
© 2013 DaniWeb® LLC
Page rendered in 0.1032 seconds
using 2.66MB