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…
Remove price when 0 or empty in Classipress
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…
How to stop Eclipse java application
Eclipse is a wonderful dev environment, but sometimes tends to hide things ? To close running applications in Eclipse: [box] Click on Window Hover over “Open Perspective” Click on “Debug”…
Gmail SMTP not working Zimbra
For quite some time my gmail SMTP hasn’t been working using Zimbra – after quite a bit of Googling I never found a solution. So here it is: [box] Disable…
Freeware screenshot software – perfect for blogging (WordPress, Tumblr, Blogger)
This wonderful little piece of software enables you to take screenshots of the entire screen, a specific window, or a certain area of the screen with minimal effort. LightScreen enables…
Difference between an Argument and a Parameter
Quite a common question – a very simple answer: Argument: Something you pass to a method or function via its parameters Parameter: Accepts arguments in methods or functions [box type=”bio”]…
How to make shortcuts to websites on desktop or bookmark bar in Firefox and Chrome
So often its handy to have a shortcut to your favourite website on your desktop, and time and time again you forget the sequence of steps to creating shortcuts to…
How to sign into multiple Facebook and Google accounts on the same computer
Sometimes its quite handy to do this – you have your reasons ? In Chrome (what you should be using) press the key combination: [box type=”bio”] CTRL-SHIFT-N[/box] This will open…
Prevent C# console application from closing
Tired of trying to debug a console application and it keeps closing on you? Quite simple – just put this at the end of the console application and you’ll be…









