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…
Opencart Price Displays as 0 when I have options – SOLVED
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]
Change slider speed in OpenCart
The slider / Slideshow in OpenCart is way way to fast: Open: catalog/view/theme/default/template/module/slideshow.tpl Find: [box type=”bio”] $(‘#slideshow’).nivoSlider();[/box] Change To: [box type=”bio”] $(‘#slideshow’).nivoSlider({pauseTime:8000});[/box] Courtesy of OpenCart Forums user Simon
Sign into multiple Skype accounts on the same computer
Quite a nifty code which enables you to log into multiple skype accounts on the same computer – very simple to implement: Open Notepad Paste the following code in Notepad[box…
Sign-in to multiple Twitter accounts / Use Twitter on your desktop – TweetDeck
Do you want to use Twitter from your desktop? Do you have multiple Twitter accounts and are tired of signing into each and every one of them to post those…
Get content between two delimiters in PHP – extract HTML comments using PHP
Quite a handy little function provided by BitRepository which enables you to grab the text between two delimiters in PHP. Example: [box type=”bio”] Sentence: Hello *world, thanks for having a look…
How to add a jar file to Eclipse / DiscoveryListener cannot be resolved to a type
A common problem when JAR files are not imported into Eclipse, is the error: “… cannot be resolved to a type” A quick fix is to ensure that you have…









