Is javascript still commonly used in web development?

web development
Test T asked:


Is javascript still useful for web development or is there a programming language that has or is slowly replacing it?

I am confused about the hierachy of web related programming languages. I would like to learn more about how to make a web page dynamic, including scripting but if javascript is outdated and being replaced I would rather spend the time learning the newer language than learn one that is dying.

Kelsey

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
This entry was posted on Saturday, January 12th, 2008 at 10:13 pm and is filed under Web Development FAQ. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “Is javascript still commonly used in web development?”

  1. Peter K Says:

    Javascript is the thing to make web pages do tricks. It is used for so many things. It is often combined with things like Ajax so it is a part of what you need to learn.

  2. ww2db Says:

    Go ahead and spend the time to learn Javascript. It is a prevailing language to use for client-side scripting today, and it won’t go anywhere for a few more years. Besides, if there will be another scripting language that will replace Javascript, by learning Javascript first you will be a better programmer when that new scripting language comes along.

  3. recycler Says:

    This is the best source where you can find the answer.

    According to it javascript is not a server side language. It runs on the local machine.

Leave a Reply