JavaScript
-
Things I learnt creating a jQuery Plugin (Part I)
jQuery is one of the most used JavaScript libraries, if not the most used one, which allows to make great…
Read More » -
ClojureScript Routing and Templating with Secretary and Enfocus
A good while ago I was looking for good ways to do client-side routing and templating in ClojureScript. I investigated…
Read More » -
Communicating between views in Backbone
The backbone application that I am currently working on has a document section and a sidebar section. …
Read More » -
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 » -
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 » -
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 »