New Website Live

.

My new website is live!  This new site is powered by RefineryCMS.  So far I'm quite impressed with its usability and speed.  Its built on top of Rails 3, so its a platform that I am very familiar with.

I've also wrote a quick little Facebook API jQuery script which loads my facebook photo albums onto my website.  This way I don't have to manage my images in multiple places.

This script is quite neat. You can see the source code of it here.  The php files linked in the javascript source and simply there because I do not want to expose the OAuth key to the public, it would give you access to my entire Facebook account via the API :(  Instead I have wrote a quick PHP script which downloads the JSON from the Facebook Graph API, removing some data which is useless (or contains my OAuth access code), and spiting out the resulting JSON wrapped in a callback.

And bam, now you can see my photos!  I am working on videos as well, but there is a bug in the Graph API.

I will be importing some of my old blog posts when I have time, but for now, enjoy!