Blog

  • 25th February 2008
  • 31st December 2007

Webhelpers and Javascript Minification

Here's a practical idea which I have in use in a project of mine. Most of you probably use some javascript library or have some javascript files that you use in your pylons application. There's also some talk going on related to javascript files compression, and more recently, minification. While I'm developing, I like to use the normal(non compressed) javascript files, because it helps on debugging. But for production, using compressed javascript files reduces page load times. Pylons Webhelpers comes with a useful function to help you include javascript files on your templates, javascript_include_tag. …

Read more →
  • 19th December 2007

Rotating Trac Logs

So, you're like me and like to have trac constantly logging to file and you hate those files getting huge? …

Read more →
  • 30th November 2007

ZTE MF622 USB Modem Under Linux

I recently bought a 3G wireless card to use with my laptop, a ZTE, model MF622. Since the first time I tried Linux, also the first time I encountered this kind of problems with my USB ADSL modem, and this being an USB modem also, I knew I was going to have troubles. …

Read more →
  • 5th November 2007