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…
What is Facebook Cloning – How to prevent it
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…
Getting Bluecove to work in Linux with BlueZ – Solved
When working with Bluetooth and Java on Linux there are a couple of things to take note of: [box] Ensure that the protocol stack is installed – BlueZ is a…
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’);…
Change the "From Name" and Sender email address WordPress
Although easily done in code, there is a nice and simple plugin (freeware) which allows you to change the from name and sender email address in WordPress: [box] plugin – Check…









