Javascript & JQuery
JavaScript is a programmable API that allows cross-platform scripting of events, objects, and actions.
JavaScript is Object Oriented, meaning that you create an object with a certain set of properties that does a certain thing. You then re-use it as many times as you have a need for.
This object oriented architecture is what all new and semi-new languages are migrating to - it solves many of the problems of the older "inline" languages which start processing from the top and work down the list of commands.
Still there are some shortcomings of Javascript which can be overcome with Jquery
The 3 main advantages of jQuery are:
- Its light weight when compared to other javascript frameworks
- It has a wide range of plugins available for various specific needs
- It is easier for a designer to learn javascript as it uses familiar CSS syntax. jQuery is Javascript for Designers
Softsolutions developed many applications using both these technologies.






PHP