-
JavaScript
Getting started with JSON-P
I have during my college days used XMLHttpRequest object and its equivalent in Microsoft world to make Ajax calls and…
Read More » -
JavaScript
Javascript copy to clipboard example
If you use any scripts for syntax highlighting, then you have seen that most of them have “copy to clipboard”…
Read More » -
JavaScript
7 reasons to use Yeoman’s angular-fullstack generator
For my next project and, after looking for candidates and reading some hundreds of lines of documentation, I finally choose…
Read More » -
JavaScript
Static code analysis for free
Although JavaScript might be the world’s most misunderstood language, it is now among the most popular and most used ones.…
Read More » -
Bootstrap
Twitter Bootstrap Modal Example
The Bootstrap Modal is a responsive JavaScript popup used for many purposes, such as log in/signup forms, videos, images and…
Read More » -
JavaScript
Templating in Javascript
In the last few weeks I was doing some work with client side templates. Since most of the webbies seemed…
Read More » -
Angular.js
Single Page Apps
Single Page Apps are becoming increasingly popular as the demand for highly responsive apps is increasing. We could be using…
Read More » -
HTML5
HTML5 Geolocation API with Google Maps
I have been reading Head First HTML5 and read about the Geolocation support in HTML5 and also went through the…
Read More » -
Backbone.js
Why should we use server side in Backbone.js?
One of the challenges when building nontrivial Web applications is that JavaScript’s non-directive nature can initially lead to a lack…
Read More »