-
Backbone.js
Communicating between views in Backbone
The backbone application that I am currently working on has a document section and a sidebar section. …
Read More » -
Angular.js
Twitter Bootstrap Navbar as AngularJS Component
You all know Twitter Bootstrap, don’t you? It’s the awesome library to make your web application looks pretty good without…
Read More » -
WordPress
How to customize WordPress mail sending method
Last week, I suddenly stopped receiving email notifications on this blog hosted on openshift. I came to know after some…
Read More » -
Web Servers
Basics of all Basics – Relocate your Apache DocRoot
Sometimes, the exciting part in configuring a virtual software server (web or application) is the activity to understand how it…
Read More » -
JavaScript
Pass JavaScript function via JSON. Pitfall and solution.
JSON is a lightweight data-interchange format. It is well readable and writable for humans and it is easy for machines…
Read More » -
HTML5
Canvas Animation using interpolation
While drawing things on the canvas and scooting around them is nice, it gets old very fast. Instantaneously, if you’re…
Read More » -
JavaScript
Horizontal reuse in JavaScript and C#
In his article Horizontal Reuse: An Alternative to Inheritance Toby Inkster compares how to implement multiple inheritance or mixins in…
Read More »