Ah the infamous Java classpath and referencing issues! A quick a solution: [box] Go to you eclipse directory Open eclipse.ini file At the end of the file paste the following:…
Fix Error: could not find Java SE Runtime Environment – Eclipse
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”…
no value given for one or more required parameters. oledb c# – SOLVED
When you get this error, this is almost always as a result of a misspelt column name. I recently received this error with the following line of code: [box] cmdContactSync…
Opencart Price Displays as 0 when I have options – SOLVED
So when you add products with options in Opencart and you leave the base price blank, the blank base price will show on your website. Of course this is undesired…
Maximum Value of Int32
The maximum value for Int32 is 2,147,483,647 Knock yourself out ? Cheerio!
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’);…
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…
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…
