Here I share my two favourite Fantasy Hidden Object Games, an alternative to horror, and where you can try them and others for Free.
I share my best form of escapism; my two favourite Adventure Mystery Hidden Object Games and where you can try them and others for Free.
Body language tips that will help you to discover when someone is lying.
A quick and easy way to build your free and personal chat room in Java.
Finally a free, useful and efficient file and network monitor for my Mac and Linux systems.
Ruby is an extremely clean and easy language to learn. Like any language it has its own way to manage strings. Strings in Ruby program are instances of the String class. There are different ways you can create a string in Ruby and processing it...
If you're anything like me, you've been looking for a list of horror movies like 'Paranormal Activity' and that search has brought you here. Well, fear not fellow horror movie enthusiasts, that search is over. Here I have selected the best in 'found...
In the first article we saw how to parse html in Java using the libraries: Jsoup HtmlCleaner Internal Swing SDK parser This time we will see other useful libraries to parse html like: TagSoup HTML Parser JTidy NekoHtml These...
There is nothing quite like these bags from 'Jump From Paper'; they look like something straight out of a cartoon! They're drawn as if they're 3D bags (with perspective) in a 2D medium (as if they're drawn on paper) and this gives them their unique...
Whether you are a beginner or an experienced Java programmer, you have probably already managed to write factories or builders to create your objects inside your applications. In this article I want to show you a smart method to build objects in...
If you want to remove or replace the message "Proudly powered by WordPress" from the bottom of a theme, for example TwentyTen, you can follow 3 procedures. I suggest you to work on a child theme created from the parent theme instead of hacking the...
A phobia is when we have an often irrational, fear of something. As such, is it possible to have an Art phobia? Well, there are masterpieces in the art world that have an intensity and evocative strength which hit my unconscious and make me feel...
To speed up uTorrent it is important to add more trackers to the torrent that you are downloading (as per Wikipedia "a tracker is a server that assists in the communication between peers using the BT protocol"). To add more trackers press the...
Examples and information about how to parse html in Java using: Jsoup, HtmlCleaner, Internal Swing SDK parser, TagSoup, HTML Parser, JTidy, NekoHtml, Cobra, HotSAX and Jerico HTML Parser.
If you have already used Maven to manage your projects, you most likely know that its most important part is the lifecycle. Following the documentation we know that Maven covers the main build phases of a project separated in 3 lifecycles: default,...
I want to show you a trick to inject mock in a class when you can't (or just hate) to add get/set methods to the code that is to be tested. If you are familiar with testing, in particular with Java/JUnit, you already know that to test a class in...