Minification and Templating for Bloggart

I’m sick home, but I can’t just sit in bed. It’s not how I work: I need to do something. So, I decided to give some love to Bloggart and put into proper code some features I already said I wanted to add. I just committed on my Bloggart fork quite a list of things: Support for JS and CSS ā€˜Minification’ (no obfuscation though) Support for JS and CSS ā€˜Templating’ (i.e. Being able to use App Engine Djiango Template grammar into JS and CSS files) Support for JS and CSS ā€˜Memcaching’ Show line numbers for ā€˜<pre>sourcecode</pre>’ areas in posts Even though this is simple stuff, two of them stand out I think: Minification and Templating. Why? Because even if those are not complex or new, they speed Bloggart up even more! Let me spend a couple of words on it, so that it can be useful for you, even if you are not planning to use Bloggart. ...

November 26, 2010 Ā· 3 min Ā· 522 words

QDetroBro: Experimenting with Qt on S60

The best way to learn a new language or a new framework is to find an idea and implement it. So I’m doing for Qt on S60. So I decided to implement a dummy browser that has some smart/attractive/peculiar/interesting/funny bits. QDetroBro Because I’m lazy to package and attach code, and because is always good the evolution of a project from the ground-up, I decided to post it on my GitHub account. You can find it at: http://github.com/detronizator/QDetroBro/tree/master. ...

August 13, 2009 Ā· 1 min Ā· 183 words