Category Archives: Howto/Tutorial

Opera Fixes @Mentions For Facebook

If you use Facebook and Opera a lot, you’ll know that for some odd reason, the @Mentions tagging doesn’t work with Opera out of the box, you have to mask the browser as firefox to get it to work which … Continue reading

Posted in Howto/Tutorial, Reviews | Tagged , , , , , , | View Comments

Linux Window Manager & Java Problems: Blank Window Fix

For a while I had problems with Java and my window managers because many of them were minimal and tiling and therefore not reparenting window managers, which meant that Java AWT applications experienced problems, usually showing up as a blank … Continue reading

Posted in Howto/Tutorial, Reviews | Tagged , , , , , , , , , , , , , , , | View Comments

Bind Shortcut Keys on Linux with XBindKeys

A while ago I posted a tutorial on how to map a key with awesome to take a screenshot, well in case you don’t use Awesome (a shame if you don’t) or if you want another, possibly easier way to … Continue reading

Posted in Howto/Tutorial, Programming | Tagged , , , , , , , , , | View Comments

Groovy/Grails BBCode Markup Tutorial

I recently took it upon myself to implement a BBCode codec class for Groovy/Grails, and this is what I came up with. class BBCodeCodec {   static map = [ ‘[b](.*?)[/b]‘:’<strong>$1</strong>’, ‘[i](.*?)[/i]‘:’<em>$1</em>’, ‘[url=(.*?)](.*?)[/url]‘:’<a href="$1" target="_blank">$2</a>’, ‘[url](.*?)[/url]‘:’<a href="$1">$1</a>’ ]   static … Continue reading

Posted in Howto/Tutorial, Programming | Tagged , , , , , , , , | View Comments

Removing a Background with Gimp and the Quick Mask Tool

So gimp contains a useful tool, the quick mask too which you can use to remove backgrounds real easily, so I’m going to show you how to use it right now. Just as a note, I’m using the 2.7-dev version, … Continue reading

Posted in Howto/Tutorial | Tagged , , , , , , | View Comments