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…
no value given for one or more required parameters. oledb c# – SOLVED
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!
Reset mysql root password Ubuntu 12.04 – SOLVED
After struggling for sometime, I found a very simple set of instructions which will help you reset you root password in no time at all: [box] https://help.ubuntu.com/community/MysqlPasswordReset[/box]
Jail SFTP users Ubuntu 12.04 – SOLVED
I came across this outstanding post which enables SFTP jailing – this basically prevents SFTP users from navigating your file system ? [box] http://www.ericstockwell.com/?p=54 Thanks Eric! [/box]
Convert ArrayList to string[] C#
Some quick and simple code to convert an ArrayList to a string array in C# [box] string[] stringArray = (string[])arrayList.ToArray(typeof(string));[/box]
Split data in 1 excel column into multiple columns (Split by delimiter)
Well I came across a situation the other day where a client had data in one column and wanted to extract that data and put elements of that column into…
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’);…









