During the past three months I have developed my first two websites in Python using the Django framework. Continue reading
Tag Archives: programming
Backbone.js internationalization with Polyglot.js by airbnb
In the past few weeks I have been digging deeper into Backbone.js, a really cool JavaScript library that gives structure to any web application providing models, collections and views in the client-side. If you want to know more, there are at least a couple of good links out there you should check out: one is the free book Developing Backbone.js Applications by Addy Osmani; the other is the series of posts by Christophe Coenraets in his blog, where you can see real code in action. For modularizing the app I have followed this tutorial using RequireJS. Continue reading
Centered heading overlaying a horizontal line with CSS
After the introductory post I’m going to start writing about CSS, even when it’s not my favourite language as I’m always feeling I spend way too much time for things that should be simpler. Continue reading