Loading

Daily Archives: November 15, 2007

Cygwin/X: disappering mouse pointer

Remember to start the X system using startxwin.bat not startx. With startx I lose the mouse cursor/pointer when I´m over a X window.

Bookmark It

Hide Sites

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

Facebook API

I´ve been playing a little with Facebook API and I run into problems when trying to use the facebook.feed.publishStoryToUser api call. That call always return 0 (permissions error) for me. I realized that there´s a diference between “Added applications” and “Authorized applications”. So if you just direct the user to the login page (http://www.facebook.com/login.php?api_key=YOUR_API_KEY&v=1.0 ) [...]