For quite sometime I’d have to battle with Excel, in that I couldn’t view two Excel documents simultaneously. Here is a quick fix: [box] => Simply open a text editor…
Open multiple instances of excel
What is Facebook Cloning – How to prevent it
I’ll keep this sweet and short ? What is Facebook cloning? [box] Imagine some scoundrel on the Internet who: finds your profile copies your profile picture creates an account invites…
Compiling, packaging and running Java programs – Beginners guide
Oh yes, the infamous class path and classdef exceptions – drive me nuts! So I thought it would be nice to have a quick post on the commands you can…
Run nohup without nohup.out
This is a lovely little command which allows you to run commands in the linux terminal after you have exited. This is useful to keep services running in Linux without…
Re-order Classipress Categories
So for quite some time I’ve been wondering how to do this, and decided its now time ? The perfect plugin for changing the category/taxonomy order for Classipress / WordPress…
Using Bluecove to send data with L2CAP
There are a good number of Bluetooth JSR82 implementations out there. Some cross-platform, others just for linux. The most common one found for Windows is Bluecove. Now this works nicely,…
Lyx won't produce a pdf when Greek symbols are used – Solved
So quite an interesting little problem, is that when you insert μ from insert -> special character -> symbols in Lyx, it won’t allow you to produce a pdf – it…
Google Hangout vs Skype
I’ve been watching Google Hangout for quite sometime, and tested it quite a bit with Google+. The voice quality and video quality is absolutely brilliant, and knocks skype out the…
Remove price when 0 or empty in Classipress
Sometimes people would just like to post without selling something – e.g advertising clubs, bands, etc. In such cases there is no need for the price. To remove the price…
Only show wordpress admin bar for administrators
The title says it all, the following code does the trick: Simply add this code to the bottom of your functions.php file for your active theme [box] (!current_user_can(‘manage_options’)) { add_filter(‘show_admin_bar’,’__return_false’);…









