-
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 » -
Angular.js
Unit Test AngularJS Controller With Jasmine
Last time I demonstrated how to Consume RESTful API With Angular-HAL, and now I want to show you how to…
Read More » -
Web Dev
Always in view paradigm in web
I was thinking about writing the next post in my blog and remembered one well-known paradigm I used in my…
Read More » -
WordPress
Templating a WordPress theme with Twig
Well, that wasn’t as painful as I thought it would be. Some googling and a couple of experiments went a…
Read More » -
Web Dev
Developing stateless (session-less) web apps
Almost all of the web apps we build nowadays (at least on the circles I usually move around) rely on…
Read More » -
Angular.js
First baby steps with Angular.js
This article outlines some of my notes of a webinar about Angular.js I recently participated at. These are really just…
Read More »