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…
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…
How to change the default behaviour of an anchor tag?
Tutorial on anchor tag: In this tutorial, we will learn how to change the default behavior of the anchor tag. To make it more clear, we will try to display an…
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…
Difference between MVC2, MVC3, MVC4 | MVC2 vs. MVC3 vs. MVC4
The main purpose of the MVC (Model, View and Controller) architecture is to make separation of the business layer (logic) and the application layer (data) from the presentation layer to…