Archive for the ‘Programming’ Category

Air Houston 2007

Sunday, November 4th, 2007

Air Houston 2007 is an event where companies donate their time to help a non-profit organization build a fully accessible site from the ground up. Once a group (company) is registered, they are assigned a non-profit and are required to compete in Air Houston event which is hosted by knowbility. I was the lead on Team schipul!

Team Schipul @ Air Houston 2007

We were assigned Ms. Wheelchair Texas. They were a wonderful non-profit to have and we had tons of fun building their website. Here is a sneak peak at the new Ms. Wheel Chair Texas designed by team schipul. Javier Avellan, Kim Lange, and Jason Mclweenie were my team members and they did a wonderful job. Thanks Angela Wrigglesworth for your time and gifts! ;)

Facebook Application Development – Day 1

Sunday, October 7th, 2007

I am currently in San Jose, CA at the Graphing Social Patterns conference. Today I spent the whole day in the development panels: Facebook App Dev 101 & 102.

The first panel was conducted by Tyler Balance of Slide on the basics of developing with the facebook API. He covered the pro’s and con’s developing with PHP, Python, Ruby, and .NET in conjunction with XML and JSON. Lucky for us we got to dip our hands in the source code of the “Why are you awsome?” app developed by Tyler and got a personal run through of how the application interfaces with facebook using FBML and fQL . The nice thing about FBML is that it releaves a ton of the load from your server and gently gives it to facebook for processing. FQL allows the developer to access limited information from the facebook database using nested queries. The use of joins and unions is currently unsupported.

The second panel was given by Jia Shen of RockYou with a crash course on deploying a newly developed app using facebook’s developer console. We got to create the PHP file from scratch, and follow Jia as we created our first semi-functional app! Exciting isn’t it! Here are some useful links I gathered from todays mental massage:

  1. Application Test Console – http://developers.facebook.com/tools.php
  2. BugZilla – http://bugs.developer.facebook.com
  3. Main Dev Console – http://www.facebook.com/developers/
  4. Dev Wiki – http://wiki.developers.facebook.com/

So far it looks like PHP is the language of choice for application development. I guess it is a matter of preference….or money :) Anyways, until tomorrow, Happy Programming!