Loading

Monthly Archives: November 2008

Got my new Apple Lanyard Headphones

Amazing, the swedish apple store dont sell the old Apple Lanyard Headphones, the ones that fits in both Apple 1st generation and 3rd generation.
And I cannot buy it from the US Apple store either, they just don’t let you to do so. So at the end I reverted to EBay and I found a [...]

“Reload in target plaform” is not working in Netbeans 6.1/6.5 RC2 in Mac OS X 10.5 Leopard

I filed a bug report
http://www.netbeans.org/issues/show_bug.cgi?id=153354
It seems that it cannot find the inner class ResolvableHelper inside the TopComponent. (throws a NoClassDefFoundException, see the messages.log for details ). It’s funny though, because it works perfectly in Windows XP and Vista, I thought this stuff was platform independent.

Bookmark It

Hide Sites

$$(‘div.d306′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Disable splash screen on your Netbeans Application

Just add
run.args.extra=–nosplash
to the project.properties file

Bookmark It

Hide Sites

$$(‘div.d304′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Arduino tilt sensor using MMA7260Q accelerometer

I’ve playing with the MMA7260Q accelerometer. Following the indications in

“Measuring Tilt with Low-g accelerometers“.
“Implementing Auto-zero calibration technique for accelerometers“
“AN3461 Tilt Sensing Using Linear Accelerometers”

I connected X,Y and Z of the MMA7260Q breakout to A0, A1 and A2 of the Arduino. Then, GS1 and GS2 connected to ground to set the range to [...]