<?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"
	>

<channel>
	<title>The Tag Team Take</title>
	<atom:link href="http://blog.tagteaminteractive.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tagteaminteractive.com</link>
	<description>The official Tag Team blog</description>
	<pubDate>Thu, 12 Jun 2008 00:14:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Facebook and CSS</title>
		<link>http://blog.tagteaminteractive.com/2008/03/21/facebook-and-css/</link>
		<comments>http://blog.tagteaminteractive.com/2008/03/21/facebook-and-css/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 23:07:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/03/21/facebook-and-css/</guid>
		<description><![CDATA[Facebook development is already a lot clunkier than straight web development, but one of the particularly irksome things about it is that external stylesheets are cached indefinitely, requiring a filename change to pull updated changes. While it would be great if they turned this off for apps marked as &#8220;in development&#8221;, we are instead stuck [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook development is already a lot clunkier than straight web development, but one of the particularly irksome things about it is that external stylesheets are cached indefinitely, requiring a filename change to pull updated changes. While it would be great if they turned this off for apps marked as &#8220;in development&#8221;, we are instead stuck with the problem of working around it.</p>
<p>Fortunately, Rails makes it relatively easy. By default, Rails appends a file&#8217;s last-modified timestamp to the URL as a query parameter, which lets you perform cache-busting on old CSS files. Great stuff&#8230;except it only computes that timestamp once per mongrel session. This is a good thing for performance, but it&#8217;s a bad thing for facebook development.</p>
<p>Fortunately, there&#8217;s an easy way around it! I have my Facebook template, main.fbml.html, and at the top of it, I simply add:</p>
<pre><code><% ActionView::Base.computed_public_paths.clear if RAILS_ENV == "development" %></code></pre>
<p>Tada. Your file&#8217;s timestamp will be recomputed for each page load. This slows down page creation a bit, but it should speed up your development significantly, at least while you&#8217;re CSS hacking.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/03/21/facebook-and-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Organizing Media</title>
		<link>http://blog.tagteaminteractive.com/2008/02/25/organizing-media/</link>
		<comments>http://blog.tagteaminteractive.com/2008/02/25/organizing-media/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 21:21:37 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[blippr]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/02/25/organizing-media/</guid>
		<description><![CDATA[Looks like people overseas are looking to organize the media they come across in life, too. Which is good, because blippr helps you do exactly that.
]]></description>
			<content:encoded><![CDATA[<p>Looks like people overseas are looking to <a href="http://thenextweb.org/2008/02/25/blippr-finally-a-easy-way-to-organize-your-media/">organize the media</a> they come across in life, too. Which is good, because blippr helps you do <a href="http://www.blippr.com/tour/organize">exactly that</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/02/25/organizing-media/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blippr on mashable</title>
		<link>http://blog.tagteaminteractive.com/2008/02/19/blippr-on-mashable/</link>
		<comments>http://blog.tagteaminteractive.com/2008/02/19/blippr-on-mashable/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 22:34:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[blippr]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/02/19/blippr-on-mashable/</guid>
		<description><![CDATA[Kristen Nicole over at Mashable did a write-up on blippr today; it&#8217;s good stuff. We&#8217;ve arranged to give a number of invites to them, so if you don&#8217;t have a blippr account yet, hop on over to Mashable and grab one!
Kristen seemed to like the idea, which is encouraging - we&#8217;re pretty confident that once [...]]]></description>
			<content:encoded><![CDATA[<p>Kristen Nicole over at <a href="http://mashable.com/">Mashable</a> did a <a href="http://mashable.com/2008/02/19/blippr/">write-up on blippr</a> today; it&#8217;s good stuff. We&#8217;ve arranged to give a number of invites to them, so if you don&#8217;t have a blippr account yet, hop on over to Mashable and grab one!</p>
<p>Kristen seemed to like the idea, which is encouraging - we&#8217;re pretty confident that once people start playing with it, they won&#8217;t be able to stop (you have no idea how much productivity we&#8217;ve lost because we just start blipping stuff and <em>forget to stop</em>), so it&#8217;s great to see a wider audience get their hands on it.</p>
<p>We&#8217;ve got some cool stuff around the corner, too, and can&#8217;t wait to start showing it off. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/02/19/blippr-on-mashable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby gem for Google SocialGraph released</title>
		<link>http://blog.tagteaminteractive.com/2008/02/01/ruby-gem-for-google-socialgraph-released/</link>
		<comments>http://blog.tagteaminteractive.com/2008/02/01/ruby-gem-for-google-socialgraph-released/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 22:37:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/02/01/ruby-gem-for-google-socialgraph-released/</guid>
		<description><![CDATA[Today, Google released their SocialGraph API. Since Tag Team&#8217;s core vision is to build cool stuff on the social graph, this is pretty exciting news.
We&#8217;ve cooked up a Ruby library to talk to the SocialGraph API, and get really interesting info out of it. This is the sort of thing that&#8217;s always more useful if [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Google <a href="http://www.techcrunch.com/2008/02/01/googles-gathers-social-graph-information-from-the-web-launches-api/">released</a> their <a href="http://code.google.com/apis/socialgraph/">SocialGraph API</a>. Since Tag Team&#8217;s core vision is to build cool stuff on the social graph, this is pretty exciting news.</p>
<p>We&#8217;ve cooked up a Ruby library to talk to the SocialGraph API, and get really interesting info out of it. This is the sort of thing that&#8217;s always more useful if more people have access to it, so even better, we&#8217;ve licensed it under the LGPL, so you can get all that Google goodness without having to do anything tedious to get it.</p>
<p>You can see the <a href="http://tagteaminteractive.com/code/social_graph/doc">documentation</a> if you&#8217;d like, or just enjoy the examples here:</p>
<p><code>
<pre>
require 'social_graph'
# We'll use Digg's Kevin Rose as our victim because hey, he's a pretty popular guy!

result = Google::SocialGraph.new "http://www.digg.com/users/kevinrose/"

# Get all people that Kevin refers to as a, acquaintance, contact, friend, or someone he's met
graph.refers_to_as([:acquaintance, :contact, :friend, :met]).inspect

# Now let&#8217;s get a list of all the people that say they&#8217;ve met Kevin
graph.referred_to_as(:met).inspect

# Anyone can say anything they want, but we want to know where else on the web we KNOW is Kevin.
# This looks for mutual links between sites to each other, with the given XFN identity.
graph.mutual_reference_as(:me).inspect

# We can also find people that Kevin is a friend with (and people who are friends with Kevin back!)
graph.mutual_reference_as([:friend, :met, :contact]).inspect
</pre>
<p></code></p>
<p>Get the source:<br />
<code>
<pre>http://tagteaminteractive.com/code/social_graph/lib/social_graph.rb</pre>
<p></code></p>
<p>Or, just get the gem!<br />
<code>
<pre>gem install social_graph --source http://tagteaminteractive.com/code/</pre>
<p></code></p>
<p>Hope it&#8217;s useful! If you end up using it, drop us a line and let us know how it&#8217;s being used.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/02/01/ruby-gem-for-google-socialgraph-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTunes access from Ruby made easy</title>
		<link>http://blog.tagteaminteractive.com/2008/02/01/itunes-access-from-ruby-made-easy/</link>
		<comments>http://blog.tagteaminteractive.com/2008/02/01/itunes-access-from-ruby-made-easy/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 19:25:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/02/01/itunes-access-from-ruby-made-easy/</guid>
		<description><![CDATA[I&#8217;ve just released itms-lib, a simple Ruby library for searching iTunes and finding media from it. Useful for a bunch of stuff, but the most notable is for getting direct links to songs that when clicked, will boot up iTunes and take a user directly to that song&#8217;s page.
It&#8217;s released under the LGPL.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released <a href="http://itms-lib.rubyforge.org/">itms-lib</a>, a simple Ruby library for searching iTunes and finding media from it. Useful for a bunch of stuff, but the most notable is for getting direct links to songs that when clicked, will boot up iTunes and take a user directly to that song&#8217;s page.</p>
<p>It&#8217;s released under the LGPL.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/02/01/itunes-access-from-ruby-made-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sexy REST in Rails</title>
		<link>http://blog.tagteaminteractive.com/2008/01/28/sexy-rest-in-rails/</link>
		<comments>http://blog.tagteaminteractive.com/2008/01/28/sexy-rest-in-rails/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 00:19:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

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

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2008/01/28/sexy-rest-in-rails/</guid>
		<description><![CDATA[So Rails has the ability to represent a resource in XML pretty easily via the Builder::XmlMarkup class. Rails 2.0 provides the .xml.builder extension, which allows for near-mindless construction of flexible XML views.
Ever wanted to provide the same data in YAML and JSON formats? Find yourself cringing at the thought of rewriting the same view three [...]]]></description>
			<content:encoded><![CDATA[<p>So Rails has the ability to represent a resource in XML pretty easily via the Builder::XmlMarkup class. Rails 2.0 provides the .xml.builder extension, which allows for near-mindless construction of flexible XML views.</p>
<p>Ever wanted to provide the same data in YAML and JSON formats? Find yourself cringing at the thought of rewriting the same view three times for three different formats? Never fear!</p>
<p>By overriding the render method and making use of the Hash.from_xml method, you can provide YAML and JSON equivalents to your XML views without any extra work.</p>
<p>Simply add this to application.rb:</p>
<pre>
<code>
def render(opts = {}, &#038;block)
	if opts[:to_yaml] then
		headers["Content-Type"] = &#8220;text/plain;&#8221;
		render :text => Hash.from_xml(render_to_string(:template => opts[:to_yaml], :layout => false)).to_yaml, :layout => false
	elsif opts[:to_json] then
		# headers["Content-Type"] = &#8220;text/javascript;&#8221;
		render :json => Hash.from_xml(render_to_string(:template => opts[:to_json], :layout => false)).to_json, :layout => false
	else
		super opts, &#038;block
	end
end
</code>
</pre>
<p>Now, you can call something like:</p>
<pre>
<code>
respond_to do |wants|
	wants.html
	wants.xml { render :layout => false }
	wants.yaml { render :to_yaml => "nodes/show.xml.builder" }
	wants.json { render :to_json => "nodes/show.xml.builder" }
end
</code>
</pre>
<p>And it Just Works&trade;! Very useful if you&#8217;re wanting format flexibility without sacrificing a ton of time to get it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2008/01/28/sexy-rest-in-rails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blippr is officially in closed alpha!</title>
		<link>http://blog.tagteaminteractive.com/2007/11/26/blippr-is-officially-in-closed-alpha/</link>
		<comments>http://blog.tagteaminteractive.com/2007/11/26/blippr-is-officially-in-closed-alpha/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 12:49:27 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[blippr]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2007/11/26/blippr-is-officially-in-closed-alpha/</guid>
		<description><![CDATA[That&#8217;s right, folks. We&#8217;ve toiled long and hard, and we&#8217;re at the point that we&#8217;re ready to start letting you get your grubby little hands on what we&#8217;ve had under our hats for the past month or two. Presenting blippr.com, a new kind of social media site. blippr&#8217;s goal is to get you the info [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, folks. We&#8217;ve toiled long and hard, and we&#8217;re at the point that we&#8217;re ready to start letting you get your grubby little hands on what we&#8217;ve had under our hats for the past month or two. Presenting <a href="http://blippr.com">blippr.com</a>, a new kind of social media site. blippr&#8217;s goal is to get you the info you need on the media you want, when you want it, and to help you find new stuff that you&#8217;re going to be interested in. It&#8217;s quick, it&#8217;s agile, and it&#8217;s a whole lot of fun to use. We&#8217;ve found ourselves spending way too much time just using the site as we&#8217;ve been developing it, and we&#8217;re sure that you&#8217;re going to love it too.</p>
<p>We&#8217;re not quite open to the public yet, but we are taking signups for our closed beta phase now. If you&#8217;re interested, you can drop us a line at <a href="mailto:beta@blippr.com">beta@blippr.com</a> with your contact info, or just leave a comment on this entry. We&#8217;ll throw you into the big &#8216;ol beta pool, and toss an invite your way when we have &#8216;em to give out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2007/11/26/blippr-is-officially-in-closed-alpha/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mark Zuckerberg: Everygeek&#8217;s Hero</title>
		<link>http://blog.tagteaminteractive.com/2007/10/25/mark-zuckerberg-everygeeks-hero/</link>
		<comments>http://blog.tagteaminteractive.com/2007/10/25/mark-zuckerberg-everygeeks-hero/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 18:01:33 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Perspective]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2007/10/25/mark-zuckerberg-everygeeks-hero/</guid>
		<description><![CDATA[Obviously, I don&#8217;t need to reiterate what all the other bloggers are saying, recapping the Microsoft and Facebook deal and the $15 billion valuation Facebook received. But I will point to two quick, entertaining reads on the topic.
To put Facebook&#8217;s valuation in perspective, check out TechCrunch&#8217;s article: Facebook is Now 5th Most Valuable US Internet [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously, I don&#8217;t need to reiterate what <a href="http://technorati.com/search/microsoft+facebook?authority=a7&amp;language=en">all the other bloggers</a> are saying, recapping the Microsoft and Facebook deal and the $15 billion valuation Facebook received. But I will point to two quick, entertaining reads on the topic.</p>
<p>To put Facebook&#8217;s valuation in perspective, check out TechCrunch&#8217;s article: <a href="http://www.techcrunch.com/2007/10/25/perspective-facebook-is-now-5th-most-valuable-us-internet-company/">Facebook is Now 5th Most Valuable US Internet Company</a>. Then head over to <a href="http://www.alleyinsider.com">Silicon Alley Insider</a> where you can get some perspective on why geeks everywhere are <a href="http://www.alleyinsider.com/2007/10/and-now-let-us.html">praising Facebook&#8217;s Mark Zuckerberg</a>.</p>
<p>Not bad for a 23 year old.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2007/10/25/mark-zuckerberg-everygeeks-hero/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Media Discovery Versus Search</title>
		<link>http://blog.tagteaminteractive.com/2007/10/19/media-discovery-versus-search/</link>
		<comments>http://blog.tagteaminteractive.com/2007/10/19/media-discovery-versus-search/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 22:35:41 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Perspective]]></category>

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

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2007/10/19/media-discovery-versus-search/</guid>
		<description><![CDATA[Jeremy Liew has some good thoughts (as usual) about a topic very close to our hearts: discovery versus search. Within his post, he hypothesizes that &#8220;discovery works best when the cost of being wrong is very low&#8230; but some other forms of content (e.g. music, audiobooks, novels, movies, video games) can take you a little longer [...]]]></description>
			<content:encoded><![CDATA[<p>Jeremy Liew has some good thoughts (<a href="http://blog.tagteaminteractive.com/2007/10/11/distribution-vs-reliance-upon-social-platforms/">as usual</a>) about a topic very close to our hearts: <a href="http://lsvp.wordpress.com/2007/10/17/discovery-versus-search/">discovery versus search</a>. Within his post, he hypothesizes that &#8220;discovery works best when the cost of being wrong is very low&#8230; but some other forms of content (e.g. music, audiobooks, novels, movies, video games) can take you a little longer to tell if you like them or not.&#8221;</p>
<p>I agree whole heartedly. Movie geek that I am, it&#8217;s difficult finding flicks that I haven&#8217;t heard of already and am interested in viewing. <a href="http://netflix.com">Netflix</a> does a pretty good job, but it&#8217;s not nearly what it could be. I&#8217;m sure <a href="http://amazon.com">Amazon&#8217;s</a> recommendation algorithms work well, but there&#8217;s no apparent value I would gain by partcipating, or if there is, they don&#8217;t elucidate it to their users. Or take music discovery for example. I never listen to the radio and I don&#8217;t have enough time to spend hours discovering new bands and songs that I like via <a href="http://itunes.com">iTunes</a>. If I had to choose one place for music discovery, I would probably go with <a href="http://ilike.com">iLike</a>, but even that is limited in the sense that it&#8217;s only for music, and doesn&#8217;t encompass all of my media interests. And as <a href="http://www.techcrunch.com/2007/10/18/dispatch-from-the-web-20-launch-pad/">Erick Schonfeld of TechCrunch wrote just yesterday</a>:</p>
<blockquote><p><em>I ran into Netflix CEO Reed Hastings, who is offering a $1 million prize to anyone who can improve his movie recommendations, and he expressed some skepticism about how useful any statistical approach can be. Hastings has found that even within just the category of movies, knowing what horror films someone likes tells you nothing about what dramas they might like. So making statistical correlations across products would be even more difficult.</em></p></blockquote>
<p>So what&#8217;s the solution?</p>
<p>We believe the solution relies upon human relationships&#8230; the <em>social graph</em>, as so many are calling it now following the lead of Mark Zuckerberg. As <a href="http://www.tagteaminteractive.com/perspective.php">we&#8217;ve reiterated</a>, we believe there&#8217;s an inherent trust you associate with any comment coming from another person, especially someone you know personally. So, while the fact may be that Jeremy accurately writes &#8220;the cost of being wrong is higher&#8221; with discovery, discovery is still possible and just as imperative for the individuals he calls &#8221;Time Poor&#8221; as is search. Consider this recent stat alone: according to <a href="http://doubleclick.com">DoubleClick</a> in January 2007, 92% of males and 95% of females say that a friend&#8217;s recommendation is the most influential factor when buying a product or service. Or ask yourself, even: would you rather be informed by a number-crunching computer, or by your best friend?</p>
<p>Unlike an algorithm-based discovery model, however, there&#8217;s a huge barrier to a &#8220;social discovery&#8221; model being effective: to know what your friends like and recommend to you requires their participation. And let&#8217;s be honest in that most review sites make user-participation difficult. There&#8217;s far too much friction—lengthy sign up forms, email verification, difficult navigation, unclear actions, rating systems that make you think too much, and so on.</p>
<p>We&#8217;ve been thinking a lot about this topic lately because we&#8217;re trying to overcome these typical barriers with our soon-to-beta <a href="http://blippr.com">blippr</a>. While our application will have to stand the test of time, like any other, and somewhat break the mold of how it&#8217;s been done in the past, we&#8217;re striving to remove the unnecessary difficulty involved in user participation, increase the value of partcipation, and in general, make people&#8217;s media discovery process as transparent, frictionless, valuable, and entertaining as possible. We&#8217;ll save the surprises for when we launch, but we ourselves look forward to using the service. To discovering.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2007/10/19/media-discovery-versus-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Our Secret Power</title>
		<link>http://blog.tagteaminteractive.com/2007/10/17/our-secret-power/</link>
		<comments>http://blog.tagteaminteractive.com/2007/10/17/our-secret-power/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 18:00:58 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
		<category><![CDATA[Tag Team]]></category>

		<guid isPermaLink="false">http://blog.tagteaminteractive.com/2007/10/17/our-secret-power/</guid>
		<description><![CDATA[Chris and I were working late last night on final tweaks to our Judge-O-Rama Facebook app and development of our soon-to-beta blippr. We have a couple nights a week where we work until about 3 or 4 in the morning. The truth about startup founders, though, is this:
We don&#8217;t have endless energy.
We&#8217;re not Energizer bunnies that [...]]]></description>
			<content:encoded><![CDATA[<p>Chris and I were working late last night on final tweaks to <a href="http://apps.facebook.com/judgeorama/">our Judge-O-Rama Facebook app</a> and development of <a href="http://blippr.com">our soon-to-beta blippr</a>. We have a couple nights a week where we work until about 3 or 4 in the morning. The truth about startup founders, though, is this:</p>
<p>We don&#8217;t have endless energy.</p>
<p>We&#8217;re not Energizer bunnies that just keep going (and going) no matter what. We need fuel. Sometimes that comes in the form of Mountain Dew, sometimes Red Bull, and often, coffee that&#8217;s blacker than black. But lately, the fuel has been something else - a chocolate Frosty. I set my phone&#8217;s alarm for 12:30, right before the nearest Wendy&#8217;s with a drive-thru closes. And of course, we have to get fries, too, so we can dip the salty wonders into the chocolatey goodness. Mmmmmmm&#8230;</p>
<p style="text-align: center"><img width="300" src="http://www.chicagoposse.com/LiveJournal/frostysnfries-l.jpg" /></p>
<p>So there you have it. Now you know our secret power.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tagteaminteractive.com/2007/10/17/our-secret-power/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
