September 1, 2012 Fix hibernate on Thinkpad X60 with 12.04 Precise Pangolin Just for the record, I've spent like the last two hours of my life checking why Kubuntu would not hibernate properly. After checking that the conditions explained here matched, and… READ MORE
June 13, 2011 Publish to Facebook page or application’s wall with PHP Just after implementing the Twitter Oauth API to publish tweets from a PHP application, I thought that doing the same with Facebook would be a piece of cake. Well, not… READ MORE
May 28, 2011 Internet Explorer limits nested @import CSS statements I have been lately working on a collection of home-made widgets based on Dojo. This architecture has been designed to reuse elements and so there are widgets inside widgets, the… READ MORE
May 22, 2011 Engineering principles for web applications Since I work as a web developer, I have noticed that basic engineering principles are not always being consistently applied to web applications design, architecture and development. I am talking… READ MORE
May 15, 2011 Simple Java profiler This is a small collection of Java classes to provide a simple profiling functionality: include it into your application to register the time consumption of your function calls. It may… READ MORE