We recently wrote a lovely little email notifier application (TurkeyBabble) which plays a specified sound upon receiving a particular email or from a particular address. Your email client will notify…
Email Notifier (TurkeyBabble) based on subject or from address
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…
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…









