<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Science of Beautiful People. &#187; Programming</title>
	<atom:link href="http://glen.zangirolami.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://glen.zangirolami.com</link>
	<description>Manipulation of the gene structure to allow the creation of exceptionally beautiful people.</description>
	<lastBuildDate>Fri, 21 Nov 2008 17:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Air Houston 2007</title>
		<link>http://glen.zangirolami.com/2007/11/air-houston-2007/</link>
		<comments>http://glen.zangirolami.com/2007/11/air-houston-2007/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 04:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[air houston 2007]]></category>

		<guid isPermaLink="false">http://glen.zangirolami.com/2007/11/04/air-houston-2007/</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.knowbility.org/air-houston/" title="Air Houston 2007">Air Houston 2007</a> 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 <a href="http://www.knowbility.org/main/">knowbility</a>. I was the lead on Team <a href="http://www.schipul.com" title="Schipul - The Web Marketing Company">schipul</a>!</p>
<p><a href="http://glen.zangirolami.com/wp-content/uploads/2007/11/1844526524_4a9303e388.jpg" title="Team Schipul @ Air Houston 2007" border="0"><img src="http://glen.zangirolami.com/wp-content/uploads/2007/11/1844526524_4a9303e388.jpg" alt="Team Schipul @ Air Houston 2007" /></a></p>
<p>We were assigned <a href="http://www.mswheelchairtexas.org" title="Ms. Wheel Chair Texas">Ms. Wheelchair Texas</a>. They were a wonderful non-profit to have and we had tons of fun building their website. Here is a <a href="http://schipul.eloyz.com" title="Ms. Wheel Chair Texas by team schipul">sneak peak at the new Ms. Wheel Chair Texas designed by team schipul</a>. 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! <img src='http://glen.zangirolami.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://glen.zangirolami.com/2007/11/air-houston-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Application Development &#8211; Day 1</title>
		<link>http://glen.zangirolami.com/2007/10/facebook-application-development-day-1/</link>
		<comments>http://glen.zangirolami.com/2007/10/facebook-application-development-day-1/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://glen.zangirolami.com/2007/10/07/facebook-application-development-day-1/</guid>
		<description><![CDATA[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 &#38; 102.
The first panel was conducted by Tyler Balance of Slide on the basics of developing with the facebook API. He covered the pro&#8217;s and con&#8217;s developing with [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently in San Jose, CA at the <a href="http://graphingsocial.com/" title="The business and Technology of Facebook">Graphing Social Patterns</a> conference. Today I spent the whole day in the development panels: Facebook App Dev 101 &amp; 102.</p>
<p>The first panel was conducted by <a href="http://unethicalblogger.com/" title="Unethical Blogger">Tyler Balance</a> of <a href="http://www.slide.com" title="Slide">Slide</a> on the basics of developing with the facebook API. He covered the pro&#8217;s and con&#8217;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 &#8220;<a href="http://unethicalblogger.com/posts/r_tyler_ballance/why_are_you_awesome_source_code" title="Why are you so awsome source code">Why are you awsome</a>?&#8221; app developed by Tyler and got a personal run through of how the application interfaces with facebook using <a href="http://wiki.developers.facebook.com/index.php/FBML">FBML </a>and <a href="http://wiki.developers.facebook.com/index.php/FQL">fQL </a>. 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.</p>
<p>The second panel was given by Jia Shen of <a href="http://www.rockyou.com" title="Rock You">RockYou</a> with a crash course on deploying a newly developed app using facebook&#8217;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&#8217;t it! Here are some useful links I gathered from todays mental massage:</p>
<ol>
<li> Application Test Console &#8211; <a href="http://developers.facebook.com/tools.php">http://developers.facebook.com/tools.php</a></li>
<li>BugZilla &#8211; <a href="http://bugs.developer.facebook.com">http://bugs.developer.facebook.com</a></li>
<li>Main Dev Console &#8211; <a href="http://www.facebook.com/developers/">http://www.facebook.com/developers/</a></li>
<li>Dev Wiki &#8211; <a href="http://wiki.developers.facebook.com/i">http://wiki.developers.facebook.com/</a></li>
</ol>
<p>So far it looks like PHP is the language of choice for application development. I guess it is a matter of preference&#8230;.or money <img src='http://glen.zangirolami.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyways, until tomorrow,  Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://glen.zangirolami.com/2007/10/facebook-application-development-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
