Archive for the ‘JavaScript’ Category

Facebook Connect: Display login button only when not connected to site

Currently i’m testing the features of Facebook Connect and i ran into troubles:

  • how to display the login button only if a user has not connected
  • how to display the image only if a user has connected

My simplest solution was to add some custom css classes:

  • fb-connecting: when the status of facebook connect is not known. e.g. display a “connecting…” message
  • fb-not-connected: when user is not connected to facebook. e.g. show connect button
  • fb-connected: when user is connected to facebook. e.g. show user picture and name

View the demo page

Read the rest of this entry »

Tags: , ,

jsSO 0.2 released

New updates to jsSO-library:
It now allows calling Server-Side functions.

Go to the jsSO page

Tags: , , ,

Auto numbering your google docs headings / headlines

Google-docs-writer is great for collaborating, but it lacks of many features.
At least i created a small bookmarklet to add numbering to all headlines in your document.
Read the rest of this entry »

Tags: ,

jsSO – Flash Shared Objects in Javascript

I just released the initial version of a javascript rtmp/sharedObject client library.

Go to the jsSO page

Tags: , , ,