If you’ve ever used the windows command prompt, cls will pop up right into mind.
But in GroovyConsole, that command cls won’t work. There’s a menu and shortcut key CTRL+W for it instead

If you’ve ever used the windows command prompt, cls will pop up right into mind.
But in GroovyConsole, that command cls won’t work. There’s a menu and shortcut key CTRL+W for it instead


Use this promotion link to buy Windows 8 Pro for a discounted price of $69.99. Current retails price for Windows 8 Standard is $119.99 and $199.99 for Windows 8 Pro.
Continue reading
Notepad++ isn’t a programming IDE but you’ll be surprised how many people used it to view and edit source code.
One nice thing which does make coding a little more fun in Notepad++ is the built-in autocomplete (or intellisense as the microsoft visual studio users like to call it) feature. This feature isn’t enabled by default, but can be easily turned on through
Continue reading
I was trying to play an .arf file today. After installing the webex player, I found out that .arf files was already associated with another media player (windows media player in my case) and as a result, the webex player wasn’t used to play the .arf file.
Continue reading
This post is about setting things up and getting unit testing (PHPUnit) and functional testing (Selenium) working for doing PHP development in XAMPP and Netbeans.
I assume you are already using XAMPP. The steps to installing PHPUnit and Selenium (both client and server):
Continue reading
If you love music, you will love hot music charts. HotMusicCharts.com is a simple website made to list all chart topping songs in different countries using data from itunes, billboards, official charts, radio stations and other sources from different countries.
Continue reading
Seek.com.au is Australia’s largest job portal but it’s filled with job ads posted by recruiters/recruitment agencies. Now I’m sure the whole recruitment service industry serves its purpose and some people might find them useful. But personally I would rather view job ads advertised by the companies themselves who are offering the jobs for obvious reasons (and there are many).
Since there’s nothing that I can find online that can help me filter ads put up by recruitment agencies, I decided to do something about it and created this chrome extension called “Block Recruiters Ads”
It’s easy, just type is:unread and press search. This will search for EVERY email that is unread.
I suggest that you setup filters and manage your incoming emails categorized by labels. For example, this will allow you to search for unread email labeled Business.
label:Business is:unread
So it happened that certain embedded YouTube videos on my site were not playing in firefox while running perfectly fine in other browser such as IE, Opera, Chrome and Safari.
I was getting the following message:
This video contains content from Vevo. It is restricted from playback on certain sites. Watch yon YouTube.
Just a quick tip on how I solved this problem.
1. Login to Window using safe mode
2. Do a system restore. Go to control panel > Recovery and choose a restore point > Choose the drive to restore windows to (usually C:\) > Done
If a message pop ups saying that it can’t restore because there are issues with C:\ such as data corruption, it will tell you that it needs to do a chkdsk (short for check disk).
Continue reading