Midori

Posted on 2012/01/08 Comments

Did you know that Midori is way ahead of Chrom(e|ium) (and Firefox for that matter), and just slightly behind Opera in term of HTML5 input types support?

Customize post type archive order

Posted on 2012/01/03 Comments

By now you’re probably already familiar with one of WordPress’ most loved features, custom post type. A custom post type could be hierarchical (like page) or non-hierarchical (like post). This snippet will modify the default posts order when the post type archive is being displayed. Continue…

Reminder: Laptop Mode Tools for 3.1.x kernels

Posted on 2011/12/30 Comments

If laptop mode tools service won’t start and you’re running a 3.1.x kernel, just add the kernel version in /usr/sbin/laptop_mode line ~ 500, so it should look:

case "$KLEVEL" in
        "2.4" ) ;;
        "2.6" ) ;;
        "3.0" ) ;;
        "3.1" ) ;;

Don’t forget to check the file after every updates.

Source: Gentoo Forums