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…
Prevent C# console application from closing
How to make money from Google ads and YouTube
Well today is the day where you’ll learn how to make money from Google – How to make money online through advertising. There are so many guides which are just…
Where are Zimbra Data Files Stored – SOLVED
So you’re used to backing up your Outlook .pst files ey? Now its time to move to the future – Zimbra To backup Zimbra, simply copy these files to a…
How to embed YouTube videos in WordPress
Some guides advise you to change the current post to HTML mode and then paste the video embed code which you got from YouTube – we have a simpler solution…
503 valid rcpt must precede data error – Outlook – SOLVED
A common problem, a simple solution ? [box type=”bio”] Ensure that authentication is enabled for your SMTP server in Outlook – Take the following steps: Click Tools -> Account Settings…
Email Notifier (TurkeyBabble) based on subject or from address
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…
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…









