<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LeLand</title>
	<atom:link href="http://phongleland.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phongleland.wordpress.com</link>
	<description>Shamelessly looking for programming work</description>
	<lastBuildDate>Mon, 30 May 2011 02:22:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phongleland.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>LeLand</title>
		<link>http://phongleland.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phongleland.wordpress.com/osd.xml" title="LeLand" />
	<atom:link rel='hub' href='http://phongleland.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Excel First word Last word Nth word</title>
		<link>http://phongleland.wordpress.com/2011/02/25/excel-first-word-last-word-nth-word/</link>
		<comments>http://phongleland.wordpress.com/2011/02/25/excel-first-word-last-word-nth-word/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:06:24 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=143</guid>
		<description><![CDATA[Here&#8217;s an easy way to get the first word of a string =LEFT(A1, SEARCH(&#8221; &#8220;, A1)-1) Here&#8217;s an easy way to get the last word of a string =TRIM(RIGHT(SUBSTITUTE(A1,&#8221; &#8220;,REPT(&#8221; &#8220;,100)),100)) And here&#8217;s an easy way to get the nth word of a string =TRIM(MID(SUBSTITUTE(A1,&#8221; &#8220;,REPT(&#8221; &#8220;,100)), (nth-1)*100+1, 100)) No more macros, yeah!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=143&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an easy way to get the first word of a string<br />
=LEFT(A1, SEARCH(&#8221; &#8220;, A1)-1)</p>
<p>Here&#8217;s an easy way to get the last word of a string<br />
=TRIM(RIGHT(SUBSTITUTE(A1,&#8221; &#8220;,REPT(&#8221; &#8220;,100)),100))</p>
<p>And here&#8217;s an easy way to get the nth word of a string<br />
=TRIM(MID(SUBSTITUTE(A1,&#8221; &#8220;,REPT(&#8221; &#8220;,100)), (nth-1)*100+1, 100))</p>
<p>No more macros, yeah!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=143&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2011/02/25/excel-first-word-last-word-nth-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Open letter to The Daily</title>
		<link>http://phongleland.wordpress.com/2011/02/09/open-letter-to-the-daily/</link>
		<comments>http://phongleland.wordpress.com/2011/02/09/open-letter-to-the-daily/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 08:10:49 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=141</guid>
		<description><![CDATA[Please don&#8217;t turn The Daily into just another news website. That is what it basically is now, except I have to pay for its content and view it on the iPad. Apple&#8217;s iTunes music store proved that you can compete with free if your product is better. The Daily has to be better than the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=141&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Please don&#8217;t turn The Daily into just another news website.  That is what it basically is now, except I have to pay for its content and view it on the iPad.  Apple&#8217;s iTunes music store proved that you can compete with free if your product is better.  The Daily has to be better than the NYTimes.com and HuffingtonPost.com.  Currently, it is not.  </p>
<p>Here are a few ideas to make it better.  Cover fewer stories.  Be very selective in what you consider the biggest stories of the moment.  Put as much human resources as you can into the stories you&#8217;ve decided to cover and present your coverage in a comprehensive format.  </p>
<p>For example, the biggest world event at the moment is the uprising in Egypt.  Not only should The Daily have up to the minute updates of what is going on, The Daily should have an archive of articles about Egypt dating back years, even decades.  These articles should be organized into an easy to navigate timeline or outline so that readers can switchback and learn the historical events that led to the current uprising.  I&#8217;m not talking about a history of Egypt from the time of the pharoahs.  I&#8217;m talking about the war with Isreal and the peace accord, the assassination of Sadat, etc.  Relevant articles from the past organized in a way to help me understand what is going on in the present.  In short, each story should be a constantly updating college term paper.  </p>
<p>The Daily is a great opportunity to move beyond the simplistic model of the hyperlinked-filled news blog.  On the internet, news is free and plentiful, but research isn&#8217;t.  The Daily should provide its readers with in depth research .  On the internet, commentary is free and plentiful, but editorial isn&#8217;t.   In the paragraph above, I wrote that each story should be a constantly updating term paper.  I am not suggesting that you present each story as an aggregation of twitter feed.  What I mean is that the shape of the outline and timeline should change with the news.  It should change in the way that will best help the reader navigate the story and understand what is going on.  You&#8217;re editing the entire &#8220;term paper&#8221;, its presentation, its navigational structure, and the written word content.  And all of this is done in the service of the reader, to help him understand, not just to entertain him.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=141&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2011/02/09/open-letter-to-the-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Coinstar Versus Netflix</title>
		<link>http://phongleland.wordpress.com/2010/09/28/coinstar-versus-netflix/</link>
		<comments>http://phongleland.wordpress.com/2010/09/28/coinstar-versus-netflix/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 21:47:28 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=139</guid>
		<description><![CDATA[Today I bought 800 shares of Coinstar @ 41.78/share. I could spend the money on Netflix @ 160/share but I think the future of DVD rental belongs to Coinstar and its Redbox vending machines. Netflix did very well for themselves when they were competing against Blockbusters. They offer consumer a straight-forward DVD rental plan. Consumers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=139&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I bought 800 shares of Coinstar @ 41.78/share.  I could spend the money on Netflix @ 160/share but I think the future of DVD rental belongs to Coinstar and its Redbox vending machines.</p>
<p>Netflix did very well for themselves when they were competing against Blockbusters.  They offer consumer a straight-forward DVD rental plan.  Consumers clearly were willing to put up with delayed gratification in exchange for never having to worry about exorbitant late fees.  In the competition between Netflix and Blockbusters, Netflix won.</p>
<p>The demise of Blockbusters and Netflix&#8217;s recent move into streaming content suggests that Netflix thinks their future competitors are Apple, Amazon, cable companies.  Like everyone else, they think physical media is dead.  The problem is that physical media is not dead.  All those DVD and Blue Ray players are not suddenly obsolete just because Blockbuster filed bankruptcy.  </p>
<p>Unlike Blockbusters, Coinstar has figured out a way to rent DVD to consumers without the cost of running costly physical stores.  Coinstar does not need to generate revenue with late fees.  They pass this saving to their customers. The Redbox vending machines we see popping up everywhere allow consumers to rent DVD and BlueRay disc at $1.00 and $1.50 per night respectively.  There are no late fees and the disc is yours if you keep it for more than 30 days.  This is a very reasonable proposition to consumers while allowing them to enjoy Hollywood movies without having to wait for it to come in the mail.</p>
<p>I have yet to meet a Redbox user who decided that Netflix is a better option.  I don&#8217;t think Netflix will be as successful wooing Redbox users as they did wooing Blockbuster&#8217;s users.  Converting a-la-carte user to a subscription user is not an easy task.  Especially, when the Redbox a-la-carte model has proven itself with high customer satisfaction.  Most people are willing pays subscriptions for things they use everyday, such as cable, phone, internet service.  I don&#8217;t think DVD rental fit this category.  </p>
<p>With the demise of Blockbusters, it seems to me like Redbox has the monopoly on the non-subscriber base.  As long as Coinstar continue to make Redbox vending machines more accessible to consumers, they will discourage people from turning to alternatives that requires a subscription.  Still, there will always be a segment of consumers who will subscribe.  I think this segment will be small for the foreseeable future.  If it does grow, Netflix will have to fight Apple, Amazon, cable companies for a piece of that pie.  That is no easy task.</p>
<p>In the post-Blockbuster era, I see Coinstar competing directly with Netflix for consumer hearts and minds, while I don&#8217;t see Netflix fighting back.  Winners never come out on top by ignoring its competition.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=139&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/09/28/coinstar-versus-netflix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>I never knew he was so prolific</title>
		<link>http://phongleland.wordpress.com/2010/09/01/i-never-knew-he-was-so-prolific/</link>
		<comments>http://phongleland.wordpress.com/2010/09/01/i-never-knew-he-was-so-prolific/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 07:29:56 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=134</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=134&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://phongleland.wordpress.com/2010/09/01/i-never-knew-he-was-so-prolific/"><img src="http://img.youtube.com/vi/dDEQPx1Lgqg/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=134&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/09/01/i-never-knew-he-was-so-prolific/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails, OS X, and IE6, oh my!</title>
		<link>http://phongleland.wordpress.com/2010/08/30/rails-os-x-and-ie6-oh-my/</link>
		<comments>http://phongleland.wordpress.com/2010/08/30/rails-os-x-and-ie6-oh-my/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 23:13:11 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=130</guid>
		<description><![CDATA[To check your rails app on IE6 during development, use Parallel desktop. Install appropriate version of Windows and IE. In your OS X system preferences, turn file sharing on. On my computer, the shared IP address is 192.168.0.110 In your rails app do ./script/server -b 192.168.0.110 Use IE in Parallel and visit http://192.168.0.110 Enjoy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=130&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To check your rails app on IE6 during development, use Parallel desktop.  Install appropriate version of Windows and IE.</p>
<p>In your OS X system preferences, turn file sharing on.  On my computer, the shared IP address is 192.168.0.110</p>
<p>In your rails app do</p>
<p>./script/server -b 192.168.0.110</p>
<p>Use IE in Parallel and visit http://192.168.0.110</p>
<p>Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=130&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/08/30/rails-os-x-and-ie6-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Birth Control Commercials</title>
		<link>http://phongleland.wordpress.com/2010/08/30/birth-control-commercials/</link>
		<comments>http://phongleland.wordpress.com/2010/08/30/birth-control-commercials/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:26:42 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=128</guid>
		<description><![CDATA[Why do all commercials for women birth control have to disclaim that the product does not prevent HIV and STD? Do most women really equate pregnancy with venereal diseases? Do they really think stopping one will stop the other? Are these commercials insulting women&#8217;s intelligence?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=128&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why do all commercials for women birth control have to disclaim that the product does not prevent HIV and STD?  Do most women really equate pregnancy with venereal diseases?  Do they really think stopping one will stop the other?  Are these commercials insulting women&#8217;s intelligence?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=128&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/08/30/birth-control-commercials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Giving into the Dark Side</title>
		<link>http://phongleland.wordpress.com/2010/08/22/giving-into-the-dark-side/</link>
		<comments>http://phongleland.wordpress.com/2010/08/22/giving-into-the-dark-side/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 03:37:18 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=124</guid>
		<description><![CDATA[Dave Winer is a smart guy. But when he writes something like this, I have to wonder if he realize what he&#8217;s saying. Karen Hughes and Howard Dean voice agreement that a mosque should not be near the site of Ground Zero. Instead of asking why two people on opposite poles of the political spectrum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=124&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dave Winer is a smart guy.  But when he writes something like <a href="http://scripting.com/stories/2010/08/21/letsDeportKarenHughes.html">this</a>, I have to wonder if he realize what he&#8217;s saying.  Karen Hughes and Howard Dean voice agreement that a mosque should not be near the site of Ground Zero.  Instead of asking why two people on opposite poles of the political spectrum thinks this way, Dave Winer writes a post calling for their deportation because he doesn&#8217;t agree with them.  Does Dave Winer not realize that Hughes and Dean have just as much right to voice their opinion about the mosque and Ground Zero as anyone else?  </p>
<p>If Dave Winer wants to defend the religious freedom to build a mosque near Ground Zero, he should write a thoughtful post about it that acknowledge that he understand the argument of the opposition.  Instead he posts pictures of strip bars he found near Ground Zero, as if that proves there is nothing symbolic or important about Ground Zero.  Dave Winer&#8217;s pictures only shows that he has given into cynicism about the whole mosque and Ground Zero discussion.  Calling Karen Hughes&#8217; op-ed &#8220;positively Nazi&#8221; without taking the time to refute Hughes arguments is mean and wrong.  Dave Winer owes Karen Hughes an apology.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=124&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/08/22/giving-into-the-dark-side/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>RoR on GoDaddy</title>
		<link>http://phongleland.wordpress.com/2010/07/22/ror-on-godaddy/</link>
		<comments>http://phongleland.wordpress.com/2010/07/22/ror-on-godaddy/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:40:38 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=120</guid>
		<description><![CDATA[UpdateI was able to get .fcgi to work and the GoDaddy hosting does serve up the pages faster. To get fcgi to work, when you get to step 11 use the following AddHandler fcgid-script .fcgi instead of AddHandler fastcgi-script .fcgi Shared hosting still means there are limited number of processes available, so if your site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=120&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>I was able to get .fcgi to work and the GoDaddy hosting does serve up the pages faster.  To get fcgi to work, when you get to step 11 use the following</p>
<p>AddHandler fcgid-script .fcgi</p>
<p>instead of </p>
<p>AddHandler fastcgi-script .fcgi</p>
<p>Shared hosting still means there are limited number of processes available, so if your site is idle for more than a few minutes, the server will kill your processes.  When someone visits your site after this happens, it will take a few second to spawn another processes.  After that, it will be fast.  Still very annoying.</p>
<p><strong>End Update</strong><br />
If you&#8217;re thinking of hosting your RoR application with GoDaddy, be warned.  You will have to jump through hoops to get it up and once you do, your site will be slow as molasses.  But if you insist on doing it, here are the steps.</p>
<p>1.  Create a rails 2.2.2 application.  GoDaddy does not support 2.3.5.<br />
2.  Once you&#8217;ve tested everything, edit the dispatch.* files in the public folder.  The first line of each file should say &#8220;#!/usr/local/bin/ruby&#8221; (without the quotes)<br />
3.  Freeze your rails environment the the following command &#8220;rake rails:freeze:edge RELEASE=2.2.2&#8243;.  This will create a rails folder in the vendors with the entire rails 2.2.2 version.<br />
4.  Get a GoDaddy deluxe hosting account for your domain.<br />
5.  Enable SSH, so you can login.  You will have to wait at least 24 hours to login.<br />
6.  Create a MySQL database for your application using GoDaddy&#8217;s control panel for your website.  You will have to wait a couple of hours for the database to be set up.  Once it is setup, manually create the tables for your application using the phpMyAdmin tool GoDaddy provides.  You will not be able to use rake db:migrate.<br />
6.  Once the online database is setup, get the hostname of the database server and edit the database.yml file of your application.  It should look like this:</p>
<p>production:<br />
  adapter: mysql<br />
  host:  xxxxx.db.xxxxxx.hostedresource.com<br />
  port: 3306<br />
  database: xxxxx<br />
  username: xxxxx<br />
  password: xxxxx<br />
7.  Edit your enviroment.rb file so that the first 3 lines look like this</p>
<p>ENV['RAILS_ENV'] ||= &#8216;production&#8217;<br />
ENV['GEM_HOME'] = &#8216;/usr/local/lib/ruby/gems-dev/1.8&#8242;<br />
RAILS_GEM_VERSION = &#8217;2.2.2&#8242; unless defined? RAILS_GEM_VERSION</p>
<p>8.  Use an FTP client and upload your web application to GoDaddy&#8217;s server.<br />
9.  Using your FTP client change the permission of the dispatch.* files to 755<br />
10.  Once you&#8217;re able to login via SSH, create an .htaccess file in in the html folder.  You should see your rails application folder there also.  The .htaccess file should look like this<br />
RewriteEngine On<br />
RewriteCond %{REQUEST_URI} !^/stats/.*<br />
RewriteRule ^(.*)$ /your_rails_app_folder/public/$1</p>
<p>This rewrite allows users to access your the rails app at the root domain (http://www.yourdomain.com) instead of a sub directory (http://www.yourdomain.com/your_rails_app_folder/)</p>
<p>11.  Finally, cd to the public folder of your rails app and add the second .htaccess file.  It should look like this</p>
<p>AddHandler fastcgi-script .fcgi<br />
AddHandler cgi-script .cgi<br />
Options +FollowSymLinks +ExecCGI</p>
<p>RewriteEngine On</p>
<p>RewriteBase /your_rails_app_folder<br />
RewriteRule ^$ index.html [QSA]<br />
RewriteRule ^([^.]+)$ $1.html [QSA]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]</p>
<p>Notice the last line.  I use cgi instead of fcgi.  fcgi is faster but I have not been able to successfully use fcgi dispatcher with GoDaddy.  You may have better luck.</p>
<p>12.  Check out your website on the browser.  If all goes well, you should see it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=120&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/07/22/ror-on-godaddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Role of the Press</title>
		<link>http://phongleland.wordpress.com/2010/06/24/role-of-the-press/</link>
		<comments>http://phongleland.wordpress.com/2010/06/24/role-of-the-press/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:33:22 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=117</guid>
		<description><![CDATA[I&#8217;m having an online discussion with Dave Winer who runs http://scripting.com and http://rebootnews.com. We are discussing the role of the press at Apple&#8217;s iPhone 4 launch. I find it surprising that Dave would say that the role of the press is simply to get the story. He seems to imply that the story exists in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=117&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having an online discussion with Dave Winer who runs http://scripting.com and http://rebootnews.com.  We are discussing the role of the press at <a href="http://scripting.com/stories/2010/06/24/appleGetsFreePublicityFrom.html">Apple&#8217;s iPhone 4 launch</a>.</p>
<p>I find it surprising that Dave would say that the role of the press is simply to get the story.  He seems to imply that the story exists in and of itself.  I don&#8217;t agree.  The press serve its readers.  A news story is the means by which the press operates.  What story the press choose to publish affects how well it serves its readers.</p>
<p>If the press publish a story about people who already bought the iPhone what they think of it, then they are covering the product.  How iPhone 4 users respond to their purchase (positively or negatively) is useful information to readers who have not purchased the iPhone 4.   I think this is where the press should focus their resources.</p>
<p>The question I pose is, &#8220;Should the press cover that launch and report why people are standing in long lines to buy the iPhone 4?&#8221;  I say no.  The reader gains no insight on the iPhone 4 other than the fact that the iPhone 4 is popular.  People do not need the press to tell them that the iPhone 4 is popular.  People do not need to read about the complaints of long lines.  Everybody hates long lines.  They do not need the press to affirm what they already know and feel.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=117&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/06/24/role-of-the-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>
	</item>
		<item>
		<title>Crawfish!!!</title>
		<link>http://phongleland.wordpress.com/2010/03/31/crawfish/</link>
		<comments>http://phongleland.wordpress.com/2010/03/31/crawfish/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 07:58:54 +0000</pubDate>
		<dc:creator>phongleland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Crawfish]]></category>

		<guid isPermaLink="false">http://phongleland.wordpress.com/?p=104</guid>
		<description><![CDATA[I love this time of year.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=104&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I love this time of year.</p>
<p><a href="http://phongleland.files.wordpress.com/2010/03/img_4236.jpg"><img src="http://phongleland.files.wordpress.com/2010/03/img_4236.jpg?w=300&#038;h=225" alt="" title="Tastes as Good as it Looks" width="300" height="225" class="alignnone size-medium wp-image-105" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phongleland.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phongleland.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phongleland.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phongleland.wordpress.com&amp;blog=11605719&amp;post=104&amp;subd=phongleland&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phongleland.wordpress.com/2010/03/31/crawfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5791d2aacb77e522729a1336a8c5f9bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phongleland</media:title>
		</media:content>

		<media:content url="http://phongleland.files.wordpress.com/2010/03/img_4236.jpg?w=300" medium="image">
			<media:title type="html">Tastes as Good as it Looks</media:title>
		</media:content>
	</item>
	</channel>
</rss>
