<?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>Raymond Gao's blog</title>
	<atom:link href="http://are4.us/raysblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://are4.us/raysblog</link>
	<description>Experience, Ideas, Project, Travel, and Concepts</description>
	<lastBuildDate>Wed, 04 Apr 2012 15:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OAuth 1 and 2 (for Google) with OmniAuth1+2 Gems</title>
		<link>http://are4.us/raysblog/?p=2932</link>
		<comments>http://are4.us/raysblog/?p=2932#comments</comments>
		<pubDate>Wed, 04 Apr 2012 15:25:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[oauth 1.0]]></category>
		<category><![CDATA[oauth 2.0]]></category>
		<category><![CDATA[omniauth]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://are4.us/raysblog/?p=2932</guid>
		<description><![CDATA[OAuth is an important standard for cross domain authentication, allowing web apps and users to share subscriptions. Per wikipedia (http://en.wikipedia.org/wiki/Oauth), sites are supporting either 1.0 or 2.0 Oauth standards. Service Provider OAuth Protocol VK 2.0 Facebook 2.0 Foursquare 2.0 github 2.0 Google 2.0 + 1.0 + AuthSub Microsoft (Hotmail, Messenger, Xbox) 2.0 LinkedIn 2.0 MySpace [...]]]></description>
		<wfw:commentRss>http://are4.us/raysblog/?feed=rss2&#038;p=2932</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding runtime (dynamically generated) components to JPanel with NetBeans</title>
		<link>http://are4.us/raysblog/?p=2924</link>
		<comments>http://are4.us/raysblog/?p=2924#comments</comments>
		<pubDate>Fri, 27 Jan 2012 20:13:25 +0000</pubDate>
		<dc:creator>Raymond Gao</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[matisse]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://are4.us/raysblog/?p=2924</guid>
		<description><![CDATA[This problem has been bugging me for the passed two days. Finally, after a lot of trial and error, I realized it was an issue concerning selecting the correct LayoutManager. By default, containers (i.e. JPanel, JScrollPanel) added with drag and drop inside the NetBeans uses the GroupLayout. Hence, if you try to add a new [...]]]></description>
		<wfw:commentRss>http://are4.us/raysblog/?feed=rss2&#038;p=2924</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anagram solver with business rules</title>
		<link>http://are4.us/raysblog/?p=2914</link>
		<comments>http://are4.us/raysblog/?p=2914#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:04:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[fast anagram solver]]></category>

		<guid isPermaLink="false">http://are4.us/raysblog/?p=2914</guid>
		<description><![CDATA[A few days ago, at a job interview, someone asked the following question. How do you find an English word’s anagrams from a file of 10,000 arbitrary words? Anagram is a random order of certain set of characters, i.e. Tea, Ate, Eat, eta are all anagrams of each other. I tried very hard explaining to [...]]]></description>
		<wfw:commentRss>http://are4.us/raysblog/?feed=rss2&#038;p=2914</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Presentation @ the University of Burgundy</title>
		<link>http://are4.us/raysblog/?p=2909</link>
		<comments>http://are4.us/raysblog/?p=2909#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:53:36 +0000</pubDate>
		<dc:creator>Raymond Gao</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[French Language]]></category>
		<category><![CDATA[L'université de Bourgogne]]></category>
		<category><![CDATA[Lean Startup]]></category>
		<category><![CDATA[University of Burgundy]]></category>

		<guid isPermaLink="false">http://are4.us/raysblog/?p=2909</guid>
		<description><![CDATA[OK, today, I gave my 2nd presentation of the year at the University of Burgundy, France, on following topics. Lean Start-up Methodology General Project Management techniques, i.e. Waterfall, Agile, Lean, SCRUM State of Cloud Computing industry, latest news, i.e. mergers and acquisitions, the evolution of cloud computing platforms, coolest technologies, i.e. NoSQL, Functional Language, &#8230; [...]]]></description>
		<wfw:commentRss>http://are4.us/raysblog/?feed=rss2&#038;p=2909</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Ruby 1.9.2 on Lion</title>
		<link>http://are4.us/raysblog/?p=2891</link>
		<comments>http://are4.us/raysblog/?p=2891#comments</comments>
		<pubDate>Tue, 04 Oct 2011 20:18:27 +0000</pubDate>
		<dc:creator>Raymond Gao</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ruby 1.9.2; rdebug; debuggin; bad code]]></category>

		<guid isPermaLink="false">http://are4.us/raysblog/?p=2891</guid>
		<description><![CDATA[The process for installing Ruby 1.9.2 on Mac Lion + IDE is as follows: The detailed instruction for fixing the gem is here. Recap as follows line 142 (optional error) /opt/local/lib/ruby1.9/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/lib/ruby-debug-ide.rb line 78 (serious error) /opt/local/lib/ruby1.9/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/bin/rdebug-ide Otherwise, you will get missing file error in Netbeans or other types of IDEs, when you try to debug. Finally, if [...]]]></description>
		<wfw:commentRss>http://are4.us/raysblog/?feed=rss2&#038;p=2891</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

