Why I chose Python over PHP
Or: Why I chose Django over Yii
Posted in TechnologyTemplating in Django
I've been trying to make a template layout for Django that makes sense, something similar to existing PHP frameworks, where the head section is in one file, and the body is in another.
Posted in TechnologyAndroid KitKat
Google decided to the name the next release of android KitKat.
For months we've been hearing about Key Lime as the name of the next release of android: version 5.Posted in TechnologyFiltering with AngularJS
In the past couple of days, I've been trying to build custom list filters using AngularJS.
Little did I know how surprisingly difficult it is to find an example close enough to what I wanted, and how simple it is to solve the problem.Posted in TechnologyAdding Config to your AngularJS app
For the past few weeks, I've been building a Web App based on AngularJS.
I wanted it to act differently for different configurations, and I wanted to store the configuration in a simple Config file (sounds like standard procedure),
but for some odd reason, I couldn't find any example or common way to do such a thing, so I improvised.Posted in Technology