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…
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.
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…
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…