Archive for the ‘Code Sample’ Category:

Generating Random Session IDs

{ Posted on Sep 13 2009 by david }
For any online service you must login so you can gain access to your stuff. So that you only have to put in your password once, the website must maintain a special unique character sequence called a session key ...Read More »

How to do custom chart annotations in Flex

{ Posted on Mar 03 2009 by david }
Hunting around the ‘Net, I found a few good examples of creating chart annotations in Flex. One example app which helped me greatly was from a blog posting by Ely Greenfield. If you’re interested, you can view it on his website: ...Read More »

How to build and install the Metakit DB for Python on MacOSX

{ Posted on Feb 10 2009 by david }
Ever since I used it years ago on a geek-project for my Zaurus, the Metakit DB has always been a favorite of mine. I had the chance to use it again on another personal project and this time on MacOSX. ...Read More »