<?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>Sound Alliance Developers &#187; Cool Stuff</title>
	<atom:link href="http://developer.thesoundalliance.net/category/cool-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.thesoundalliance.net</link>
	<description>New from the TSA Engine Room</description>
	<lastBuildDate>Thu, 23 Sep 2010 08:37:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>30,000 commits and rising</title>
		<link>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/</link>
		<comments>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 23:59:58 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=116</guid>
		<description><![CDATA[The Sound Alliance version control repository hit the 30,000 mark today. To celebrate, here&#8217;s a quick POSIX one liner to get the counts by user for your local repo:
SVNBASE=`svn info http://YOUR_SVN_REPO&#124;grep '^Repository Root'&#124;awk '{print $3}'`;svn log "$SVNBASE"&#124;grep '^r[0-9]'&#124;cut -d'&#124;' -f2&#124;sort&#124;uniq -c&#124;sort -nr
]]></description>
			<content:encoded><![CDATA[<p>The Sound Alliance version control repository hit the 30,000 mark today. To celebrate, here&#8217;s a quick POSIX one liner to get the counts by user for your local repo:</p>
<p><code>SVNBASE=`svn info http://YOUR_SVN_REPO|grep '^Repository Root'|awk '{print $3}'`;svn log "$SVNBASE"|grep '^r[0-9]'|cut -d'|' -f2|sort|uniq -c|sort -nr</code></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/09/25/30000-commits-and-rising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing the Repository</title>
		<link>http://developer.thesoundalliance.net/2009/09/09/visualizing-the-repository/</link>
		<comments>http://developer.thesoundalliance.net/2009/09/09/visualizing-the-repository/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 22:57:35 +0000</pubDate>
		<dc:creator>Gerald Kaszuba</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=12</guid>
		<description><![CDATA[I&#8217;m a fan of visualization. In the past I&#8217;ve released a few visualization tools such as Python Call Graph and Wireless Heatmap. One Friday afternoon I decided to run code_swarm on our Subversion repository which has all the code for inthemix, Faster Louder, and all our other websites. code_swarm visualizes a Subversion repository over time. The repository [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a fan of visualization. In the past I&#8217;ve released a few visualization tools such as <a href="http://pycallgraph.slowchop.com/">Python Call Graph</a> and <a href="http://slowchop.com/2008/08/17/wireless-heatmap/">Wireless Heatmap</a>. One Friday afternoon I decided to run <a href="http://vis.cs.ucdavis.edu/~ogawa/codeswarm/">code_swarm</a> on our Subversion repository which has all the code for <a href="http://www.inthemix.com.au/">inthemix</a>, <a href="http://www.fasterlouder.com.au/">Faster Louder</a>, and all our other websites. code_swarm visualizes a Subversion repository over time. The repository is up to about 30,000 revisions, which began on Tuesday, 27th of July 2004.</p>
<p>Below is the video showing one dot per file with the user name of the user committing the file in the middle of the swarm of dots. The blue dots are PHP files, yellow dots are HTML files and green dots being Smarty template files. Other types of files are just white dots. The large swarm of files are usually when we do branch merging.</p>
<a href="http://developer.thesoundalliance.net/2009/09/09/visualizing-the-repository/"><p><em>Click here to view the embedded video.</em></p></a>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/09/09/visualizing-the-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Great Wall of V</title>
		<link>http://developer.thesoundalliance.net/2009/08/28/the-great-wall-of-v/</link>
		<comments>http://developer.thesoundalliance.net/2009/08/28/the-great-wall-of-v/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:13:26 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[V]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=67</guid>
		<description><![CDATA[You may have guessed it already, but we&#8217;ve got a good thing going on with the energy drink &#8220;V&#8221;, they sponsor our blog and supply us with fuel to crank out the development. The by-product of this relationship is that we get to do creative (read as &#8220;silly&#8221;) things will all the empty cans.

One such [...]]]></description>
			<content:encoded><![CDATA[<p>You may have guessed it already, but we&#8217;ve got a good thing going on with the energy drink &#8220;V&#8221;, they sponsor our blog and supply us with fuel to crank out the development. The by-product of this relationship is that we get to do creative (read as &#8220;silly&#8221;) things will all the empty cans.</p>
<p><span id="more-67"></span></p>
<p>One such creative outlet is the &#8220;Great Wall of V&#8221; (GWOV) which is a free standing wall of empty V cans situated a top of the partition wall between myself and Sasha. (I&#8217;m not gonna read into the reason why Sasha wanted to built a wall between us, I shower every morning!). We&#8217;re slowing adding more cans, and ergo more height to the GWOV, and it now stands at level 5. Since we&#8217;re getting closer and closer to the day of Jericho, we&#8217;re recording each addition we pick up the video footage as Sasha is adding the second last can to level 5.<br />
<a href="http://developer.thesoundalliance.net/2009/08/28/the-great-wall-of-v/"><p><em>Click here to view the embedded video.</em></p></a></p>
<p>Next I finish level 5 in preparation for the big boss level 6.<br />
<a href="http://developer.thesoundalliance.net/2009/08/28/the-great-wall-of-v/"><p><em>Click here to view the embedded video.</em></p></a></p>
<p>- Ian</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/08/28/the-great-wall-of-v/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BI in the cloud</title>
		<link>http://developer.thesoundalliance.net/2009/08/21/bi-in-the-cloud/</link>
		<comments>http://developer.thesoundalliance.net/2009/08/21/bi-in-the-cloud/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 22:54:51 +0000</pubDate>
		<dc:creator>andre</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[business-intelligence]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=53</guid>
		<description><![CDATA[If you&#8217;re anything like us, you&#8217;ve never got enough time and resources to do everything you want to &#8211; and some projects always get left behind. This is never more true than reporting.
For each of our media properties, we keep regular tabs on important KPI&#8217;s like new members, subscribers, forum posts and the like. Each [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like us, you&#8217;ve never got enough time and resources to do everything you want to &#8211; and some projects always get left behind. This is never more true than reporting.</p>
<p>For each of our media properties, we keep regular tabs on important KPI&#8217;s like new members, subscribers, forum posts and the like. Each month, each business creates a monthly report from these KPI&#8217;s using data from the websites and some custom Excel programming that we&#8217;ve done. It&#8217;s a little cumbersome and prone to errors and mistakes.<span id="more-53"></span></p>
<p>The <strong>proper</strong> way to do it would be to use some reporting suite like <a href="http://www.jaspersoft.com">JasperReports</a> to create a reporting portal for each business &#8211; but time just has not allowed to look into this.</p>
<p>But there might be another way. With the move to SaaS providers in many areas of business, I guess it was only a matter of time for this to move into the Business Intelligence space. I&#8217;ve recently come across the <a href="http://www.gooddata.com/">GoodData</a> system, which looks quite interesting. It&#8217;s effectively a fully outsourced BI reporting platform, running on Amazon EC2. I&#8217;m yet to fully put it through it&#8217;s paces, but initially, the ability to create reports, present dashboards, control user access through privileges &amp; upload data either through a web interface or via APIs all looks very promising &#8211; especially for the current price.. Free!</p>
<p>I hope to get some time to give it a proper trial soon, but this space is definitely hotting up &#8211; as I noticed <a href="http://www.rightscale.com">Rightscale</a> have teamed with <a href="http://www.jaspersoft.com/">Jaspersoft</a> to offer <a href="http://www.rightscale.com/bi">BI inthe Cloud</a> also.</p>
<div id="_mcePaste" style="overflow: hidden;width: 1px;height: 1px">
<h1>Good Data brings easy, flexible, affordable analytics within re</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/08/21/bi-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the Sound Alliance Developers Blog</title>
		<link>http://developer.thesoundalliance.net/2009/08/14/welcome-to-the-sound-alliance-developers-blog/</link>
		<comments>http://developer.thesoundalliance.net/2009/08/14/welcome-to-the-sound-alliance-developers-blog/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:51:20 +0000</pubDate>
		<dc:creator>andre</dc:creator>
				<category><![CDATA[BackEnd]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[FrontEnd]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developer.thesoundalliance.net/?p=7</guid>
		<description><![CDATA[Hey there,
Thanks for stopping by our blog. As the development team for the Sound Alliance, we&#8217;re responsible for running the development program on our web portals inthemix.com.au, FasterLouder.com.au &#38; SameSame.com.au, as well as our ticketing business Qjump.com.au and any other work that comes our way.
Our sites are classic LAMP sites, MVC OO PHP5 with a [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there,</p>
<p>Thanks for stopping by our blog. As the development team for the Sound Alliance, we&#8217;re responsible for running the development program on our web portals <a href="http://www.inthemix.com.au">inthemix.com.au</a>, <a href="http://www.fasterlouder.com.au">FasterLouder.com.au</a> &amp; <a href="http://www.samesame.com.au">SameSame.com.au</a>, as well as our ticketing business <a href="http://www.qjump.com.au">Qjump.com.au</a> and any other work that comes our way.</p>
<p>Our sites are classic LAMP sites, MVC OO PHP5 with a smattering of legacy procedural stuff in there (we have been up &amp; running for close to 10 years).</p>
<p>We&#8217;ll be posting articles here giving an insight into how we work, solutions we&#8217;ve come up with or things that have inspired the team. You might also see some sillyness from time to time.. So, we hope you&#8217;ll come back and say hi from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.thesoundalliance.net/2009/08/14/welcome-to-the-sound-alliance-developers-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

