Image via Wikipedia
There are many different types of programming languages. In fact, these languages are distributed into different categories. For example, there are XML languages, Server Scripting, and Browser Scripting, just to name a few. In each of these categories are multiple different languages. For example, let’s take a look at Browser Scripting languages.
JavaScript
Many people confuse Java and JavaScript. They are not the same. Javascript is a browser scripting language, and is also considered an object oriented scripting language. If you are trying to make your website look a little more enhanced, then JavaScript might be a good option for you.
VB Script
Visual Basic Script is another Browser Scripting language. This language was originally made by Microsoft, and uses Visual Basic as it’s model. VB Script is now a widely used programming language, and can be seen, most dominantly, in Microsoft products.
AJAX
When making web applications, AJAX may be the language that is used. AJAX is actually a combonation of different development methods, used in conjunction with one another. The great thing about AJAX is that you are able to get information to and from the server without messing with the way that the site looks and feels. It runs in the background without touching the look of a website.
jQuery
Though not technically a language, this JavaScript library has many uses. This library makes navigating a page easier, plug ins are much less difficult to create, and event are handled better.
With so many programming languages out there, it can be confusing to know which to use on your site. A little bit of research can go a long way.
