<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Henry Cipolla &#187; Articles</title>
	<link>http://www.henrycipolla.com/blog</link>
	<description>I hate blog taglines.</description>
	<pubDate>Sat, 27 Jun 2009 17:48:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Creating an Array of Hashes in Ruby</title>
		<link>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/</link>
		<comments>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 21:14:03 +0000</pubDate>
		<dc:creator>henry</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/</guid>
		<description><![CDATA[I just made a simple mistake which I figure would be good share with anybody new-ish to Ruby.  I wrote the following code to create an array of hashes and fill in some values.  Can you guess what the output is?

#!/usr/bin/env ruby
testArray = Array.new(5, Hash.new)
0.upto(4) do &#124;i&#124;
  testArray[i][:value] = i
end
0.upto(4) do &#124;i&#124;
 [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solutions to common problems encountered while configuring your PC to dual boot Vista and OSX</title>
		<link>http://www.henrycipolla.com/blog/2008/04/solutions-to-common-problems-encountered-while-configuring-your-pc-to-dual-boot-vista-and-osx/</link>
		<comments>http://www.henrycipolla.com/blog/2008/04/solutions-to-common-problems-encountered-while-configuring-your-pc-to-dual-boot-vista-and-osx/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 02:32:44 +0000</pubDate>
		<dc:creator>henry</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/04/solutions-to-common-problems-encountered-while-configuring-your-pc-to-dual-boot-vista-and-osx/</guid>
		<description><![CDATA[


There are a bunch of guides out there on how to dual boot Vista and OS X on your PC.  While I have listed the general steps that I followed below, this post is intended to be a troubleshooting guide for some of the weird problems you can run into while trying to do [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/04/solutions-to-common-problems-encountered-while-configuring-your-pc-to-dual-boot-vista-and-osx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to connect to your Mac from your Linux box</title>
		<link>http://www.henrycipolla.com/blog/2008/04/how-to-connect-to-your-mac-from-another-computer-linux-mac-or-windows/</link>
		<comments>http://www.henrycipolla.com/blog/2008/04/how-to-connect-to-your-mac-from-another-computer-linux-mac-or-windows/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 04:30:39 +0000</pubDate>
		<dc:creator>henry</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/04/how-to-connect-to-your-mac-from-another-computer-linux-mac-or-windows/</guid>
		<description><![CDATA[In a move that will surprise anybody who knows me, I&#8217;ve installed Mac OSX 10.5.2 on a Dell PC I had sitting around my office.  As a side note, I was shocked at how easy it is to achieve this.  I did not run into a single problem and the entire process took [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/04/how-to-connect-to-your-mac-from-another-computer-linux-mac-or-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create infinite sessions with the Facebook Platform API</title>
		<link>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/</link>
		<comments>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:34:44 +0000</pubDate>
		<dc:creator>henry</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/</guid>
		<description><![CDATA[Like all things with Facebook Platform API, creating infinite sessions is really easy.  However, there seems to be a lot of confusion and misinformation on the web about how this works.  Part of this could be the fault of Facebook&#8217;s documentation.  They provide a pretty good explanation of the authentication process but [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
