Node.js | Develop Applications Using Node.js
JavaScript is one of the popular languages for the Web development, but it was restricted to the browser. “ “ allows you to move a step beyond and uses JavaScript…
Difference between VBScript and JavaScript | VBScript vs. JavaScript
VBScript JavaScript VBScript (Visual Basic Script) is the Active Scripting Language , lightweight & designed for fast interpreter . JavaScript is the Client side scripting language, prototype based and mostly…
Uncaught Reference Error: $ is not defined- A jQuery beginner error
After a long time i tried to get back to coding. I thought it would be good to start with jQuery. I felt that i was a beginner. It was…
Difference between Java and JavaScript | Java vs. JavaScript
Many people assumes that JavaScript is similar to Java language as it contains the name but it is not true and today we well see how Java and JavaScript differs…
CDN | Content Delivery Network
What is CDN ?? CDN stands for “Content Delivery Network” or “Content Distribution Network”. Content Delivery Network, as the name suggests, CDN is network that provides delivery of content to…
Difference between JSON and XML | JSON vs. XML
Difference between JSON and XML JSON XML Stands For JSON : "JavaScript Object Notation". XML: "Extensible Markup Language". Extended From JSON is extended from JavaScript. XML is extended from SGML…
Introduction to Jquery: A framework made in heaven ;)
There was a time when people started thinking that JavaScript was of no much use to the web community. Many said that it did not even have proper standards. Many…
CoffeeScript | Use CoffeeScript to write your JavaScript
Even though JavaScript is a powerful language, it has drawback like the structural programming style. CoffeeScript, on the other hand, is a language that compiles into JavaScript. The underlying idea…
Difference between Server side scripting and Client side scripting | Server side scripting vs. Client side scripting
We would define a script as a set of instructions. For Web pages they are instructions either to the Web server(server-side scripting) or to the Web Browser (client-side scripting). Let’s…
Difference Between Object Based Languages and Object Oriented Language | Object Based vs. Object Oriented
Difference Between Object Based and Object Oriented Languages Object Based Language Object Oriented Language Support of features Object Based Language does not support all the features of Oops Object Oriented…