-
Recent Posts
Tags
7 apache bash code computing drupal easy engine euler facebook free fun google grails hello Howto/Tutorial internet java javascript linux lua manager mcheck microsoft networking open opera php problem Programming project quick search server slackware social source tool tutorial upgrade window windows wordpress world xLinks
-
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 browser, facebook, js, opera, tag, tagging, update
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
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 arch, bind, debian, key, linux, shortcut, ubuntu, x, xbindkey, xorg
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 bbcode, code, grails, groovy, Howto/Tutorial, html, markup, source, tutorial
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
