Archive

Archive for the ‘Uncategorized’ Category

Importing existing GWT source to Eclipse

May 27th, 2010 Pan 1 comment

If the existing source is an Eclipse project, then you can import it to Eclipse as normal

But if it isn’t an eclipse project (like the GWT sample Showcase), you have to generate Eclipse project using Google’s tool: Read more…

Categories: Uncategorized Tags: ,

IOError “Access is denied” installing gem using netbeans

October 19th, 2009 Pan 1 comment

Well I got this trying to install gem using Netbeans on Windows:

"ERROR:  While executing gem … (IOError) Access is denied"

It cost me ours to figure out what was the problem.  Netbeans was trying to write to local ruby gems directory which is likely to on the system disk and is protected by Windows. The solution is simple:

Just run Netbeans “As Administrator”. I suppose you know how to do this since many program would have similar problem. In the case you are not sure, please right click you Netbeans startup icon and choose “Run as administrator” on the dialog.

Categories: Uncategorized Tags:

How to tell if Linux is 32 or 64 bit

July 22nd, 2009 Pan No comments

Sometimes you want to tell if your Linux installation is 32 bit or 64 bit.

Short story:

just type this:

getconf LONG_BIT

Read more…

Categories: Uncategorized Tags: ,

Tacking multiple domains using Google Analytics

July 8th, 2009 Pan 7 comments

If you have two or more domains / sites, it is a headache to track all of them using Google Analytics. Yes you can track 10 sites using 10 profiles, but you lost the whole picture. Here is how to track multiple domains using a single profile (so-called cross domains tracking).

Read more…

Categories: Uncategorized Tags:
Orange Cabin