<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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>Mixed Content</title>
	<link>http://www.mixedcontent.com</link>
	<description>Assorted ramblings of Colin Brumelle</description>
	<pubDate>Thu, 10 Jun 2010 22:08:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Top CBC R3 tracks in Canada</title>
		<link>http://www.mixedcontent.com/coding/2010/03/top-cbc-tracks-in-canada/</link>
		<comments>http://www.mixedcontent.com/coding/2010/03/top-cbc-tracks-in-canada/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:27:54 +0000</pubDate>
		<dc:creator>Colin Brumelle</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

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

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

		<guid isPermaLink="false">http://www.mixedcontent.com/coding/2010/03/top-cbc-tracks-in-canada/</guid>
		<description><![CDATA[Using the CBC R3 listener data I was able to build a quick little tool to see the most popular tracks in each province, and how those top tracks change from region to region. Verdict: There are some interesting differences in taste across the country!
Click on the image below to play around with the tool.

&#160;
For [...]]]></description>
			<content:encoded><![CDATA[<p>Using the <a href="http://cbcr3.com">CBC R3 listener data</a> I was able to build a quick little tool to see the most popular tracks in each province, and how those top tracks change from region to region. Verdict: There are some interesting differences in taste across the country!</p>
<p>Click on the image below to play around with the tool.</p>
<div class="img-dec" style="float:left;"><a href="http://labs.mixedcontent.com/provinces.html" target="_blank"><img src="http://www.mixedcontent.com/wp-content/impact.jpg" border="0"/></a></div>
<div style="clear:both">&nbsp;</div>
<p>For the technically inclined, the tool was built using the JS library <a href="http://raphaeljs.com">Raphael</a> and the data was manipulated using Ruby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mixedcontent.com/coding/2010/03/top-cbc-tracks-in-canada/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing: SXSW Gig Guide</title>
		<link>http://www.mixedcontent.com/technology/2008/03/introducing-sxsw-gig-guide/</link>
		<comments>http://www.mixedcontent.com/technology/2008/03/introducing-sxsw-gig-guide/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:09:34 +0000</pubDate>
		<dc:creator>cbrumelle</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

		<guid isPermaLink="false">http://www.mixedcontent.com/technology/2008/03/introducing-sxsw-gig-guide/</guid>
		<description><![CDATA[With around 1600 bands playing at SXSW, planning your time is critical. With the inevitable slipping of gig schedules, knowing who else is playing at a given venue is really important, and so I threw together this tool to help myself plan my evenings entertainment. You might also find it helpful:
http://sxsw.mixedcontent.com/ 
I screen scraped the [...]]]></description>
			<content:encoded><![CDATA[<p>With around 1600 bands playing at SXSW, planning your time is critical. With the inevitable slipping of gig schedules, knowing who else is playing at a given venue is really important, and so I threw together this tool to help myself plan my evenings entertainment. You might also find it helpful:</p>
<p><a href="http://sxsw.mixedcontent.com/">http://sxsw.mixedcontent.com/</a> </p>
<p>I screen scraped the SXSW site, plotted the venue data on a map and then scrapped artist MP3s from the SXSW site, and hooked those into the new <a href="http://developer.yahoo.com/mediaplayer/">Yahoo Media Player</a>. The end result is you can click on a venue marker, and then listen to the bands that are playing there that evening.</p>
<p>It was also interesting in how long each part of this app took to build:</p>
<ul>
<li>Using Ruby and the totally awesome <a href="http://code.whytheluckystiff.net/hpricot/">hpricot</a> HTML parser to write the screen scraper to grab HTML from sxsw.com and convert data to JSON - 20 minutes</li>
<li>Writing the JS to show the JSON data on the map - 1 hour</li>
<li>Fussing with CSS and HTML layout (which is still broken!) - 3+ hours!</li>
</ul>
<p>Moral of the story - Either learn more CSS, or surround myself with <a href="http://2pt3.com/">talented</a> <a href="http://www.andrewsimpsondesign.com/">developers</a> and <a href="http://www.adambognar.com/">designers</a> so I don&#8217;t have to. I&#8217;m inclined to do the later&#8230;</p>
<p>Next up is to incorporate this data into <a href="http://rilli.com">Rilli</a> so it&#8217;s possible to build your own calendar and see where your friends are going. </p>
<p>Thanks to <a href="http://austin.adactio.com/">Jeremy Keith</a> for inspiration, and <a href="http://uwmike.com/">Mike Purvis</a> for some Map code.</p>
<p>UPDATE: Now working in IE7. Thanks to <a href="http://blog.gonze.com/">Lucas</a> for the bug report.</p>
<p>UPDATE 2: A few folks have asked for the data I&#8217;ve scraped from the SXSW site. The (huge) JSON file <a href="http://sxsw.mixedcontent.com/javascript/sxsw2008_gigs.js">can be found here</a>. Go nuts&#8230;</p>
<div class="ttag">tags: <a href="http://technorati.com/tag/gigguide" rel="tag">gigguide</a>, <a href="http://technorati.com/tag/googlemaps" rel="tag">googlemaps</a>, <a href="http://technorati.com/tag/hpricot" rel="tag">hpricot</a>, <a href="http://technorati.com/tag/javascript" rel="tag">javascript</a>, <a href="http://technorati.com/tag/rilli" rel="tag">rilli</a>, <a href="http://technorati.com/tag/ruby" rel="tag">ruby</a>, <a href="http://technorati.com/tag/schedules" rel="tag">schedules</a>, <a href="http://technorati.com/tag/sxsw2008" rel="tag">sxsw2008</a>, <a href="http://technorati.com/tag/sxsw" rel="tag">sxsw</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.mixedcontent.com/technology/2008/03/introducing-sxsw-gig-guide/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
