<?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>randomhours development notes, thoughts &#38; errata</title>
	<atom:link href="http://blog.randomhours.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.randomhours.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>rh dev notes: update</title>
		<link>http://blog.randomhours.com/?p=50</link>
		<comments>http://blog.randomhours.com/?p=50#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:13:53 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=50</guid>
		<description><![CDATA[All of my previous &#8220;note-to-self&#8221; Randomhours dev notes are now public.  New ones will appear &#38; be documented here.  Do what you might with that info.]]></description>
			<content:encoded><![CDATA[<p>All of my previous &#8220;note-to-self&#8221; Randomhours dev notes are now public.  New ones will appear &amp; be documented here.  Do what you might with that info.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2010.06.26</title>
		<link>http://blog.randomhours.com/?p=47</link>
		<comments>http://blog.randomhours.com/?p=47#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:00:57 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=47</guid>
		<description><![CDATA[Added (on group details page) the ability to manually map external group id to the external concert API id. (will automatically append the &#8220;Bx&#8221; (used for groups) prefix)]]></description>
			<content:encoded><![CDATA[<p>Added (on group details page) the ability to manually map external group  id to the external concert API id. (will automatically append the &#8220;Bx&#8221; (used for groups)  prefix)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.07.03</title>
		<link>http://blog.randomhours.com/?p=44</link>
		<comments>http://blog.randomhours.com/?p=44#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:00:45 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=44</guid>
		<description><![CDATA[I&#8217;ve started tackling the monumental task of adding the ability to tag &#38; rate (already set up the database tables &#38; added the links on the admin page). Going to try to implement this over the 3-day weekend, we&#8217;ll see &#8230; <a href="http://blog.randomhours.com/?p=44">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started tackling the monumental task of adding               the ability to tag &amp; rate (already set up the database tables &amp;               added the links on the admin page). Going to try to implement this               over the 3-day weekend, we&#8217;ll see how successful this goal is on               monday. (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.15</title>
		<link>http://blog.randomhours.com/?p=42</link>
		<comments>http://blog.randomhours.com/?p=42#comments</comments>
		<pubDate>Sun, 15 Feb 2009 18:00:20 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=42</guid>
		<description><![CDATA[Fixed the problem with adding cover art for releases. Haven&#8217;t tried to build a track listing for a release yet though. Also implemented album/release mangement pages. It&#8217;s funny how this update description is so short, but the work entailed was &#8230; <a href="http://blog.randomhours.com/?p=42">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;">Fixed the problem with adding cover art for releases. </span>Haven&#8217;t tried to build a track listing for a release yet though.<br />
Also implemented album/release mangement pages. It&#8217;s funny  how this update description is so short, but the work entailed was so  much more. <img src='http://blog.randomhours.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Also, seems that (up until now) when new albums were added  to the system (even though there was a &#8220;album label&#8221; field, it didn&#8217;t  store that value&#8230; so there are a LOT of albums without labels.  If you  visit an album page, it&#8217;ll tell you if its out of date.  Additionally,  there seems to be a big discrepancy between the stored # of albums  versus the stored # of releases (since I just split the two yesterday,  the difference should be much smaller)  Looking into that soon. (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.14</title>
		<link>http://blog.randomhours.com/?p=40</link>
		<comments>http://blog.randomhours.com/?p=40#comments</comments>
		<pubDate>Sat, 14 Feb 2009 18:00:42 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=40</guid>
		<description><![CDATA[DON&#8217;T ADD ANY ALBUM ART or ALBUM LISTINGS UNTIL FURTHER NOTICE!!!! Today&#8217;s db switchout has left a lot of stuff performing in a monkeyfuck manner. PHEW!!! Big day so far. Major restructuring of the database. Had an epiphany last night &#8230; <a href="http://blog.randomhours.com/?p=40">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">DON&#8217;T ADD ANY ALBUM ART or ALBUM LISTINGS UNTIL  FURTHER NOTICE!!!! Today&#8217;s db switchout has left a lot of stuff  performing in a monkeyfuck manner.</span><br />
PHEW!!! Big day so far. Major restructuring of the database.  Had an epiphany last night &amp; realized that there is a difference  between albums &amp; releases. Releases are a subset of albums. (e.g.:  Radiohead&#8217;s &#8220;Pablo Honey&#8221; is an album, however the US, UK or Japanese  versions of the album are &#8220;releases&#8221; of the album. Sometimes different  releases of the same album have different track listings (whether it be  that &#8220;Pablo Honey&#8221; in Japan contained bonus tracks, or a RE-RELEASE of  Pavement&#8217;s &#8220;Crooked Rain&#8221; did the same)<span style="color: #ff0000;"> The  album-building subroutines may still be out of sync with the new  structure, so please refrain from entering (the now-termed) &#8220;release&#8221;  tracklists for now. </span>(bk)</p>
<p>oh, and happy valentine&#8217;s day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.13</title>
		<link>http://blog.randomhours.com/?p=38</link>
		<comments>http://blog.randomhours.com/?p=38#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:00:15 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=38</guid>
		<description><![CDATA[Added the ability (via the db) to add new song versions. After added to the db, you can add special versions of songs to setlists (acoustic, full-band, special mixes, etc..) Been spending a lot of my time entering in some &#8230; <a href="http://blog.randomhours.com/?p=38">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Added the ability (via the db) to add new song versions. After added to  the db, you can add special versions of songs to setlists (acoustic,  full-band, special mixes, etc..)<br />
Been spending a lot of my time entering in some setlists  &amp; having to (consequently enter in new bands &amp; tunes&#8230; since  some of the current bands do indeed play cover tunes of others). <span style="color: #ff0000;">However  I DO need to  find a way to store a recorded tune (under one entry)  that has several parts that could (in theory) be performed in whole or  in parts in a live show (e.g.: Decemberists &#8220;The Island&#8221;, or Radiohead&#8217;s  &#8220;Polyethylene&#8221; (not urgent, but should be looking for solutions  in-advance) </span><br />
I&#8217;ve also started to question my geo organization  especially (for example) how it applies to locales within the UK &amp;  how I can&#8217;t account for boroughs within NYC (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.11</title>
		<link>http://blog.randomhours.com/?p=36</link>
		<comments>http://blog.randomhours.com/?p=36#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:00:18 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=36</guid>
		<description><![CDATA[Can now add tunes recorded by bands other than the principle band to releases. Next Rattle &#38; Hum debacle&#8230; &#8220;The Star Spangled Banner&#8221;&#8230;. how to add a traditional tune covered by someone else, the recording of which was added to &#8230; <a href="http://blog.randomhours.com/?p=36">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;">Can now add tunes recorded by                 bands other than the principle band to releases.</span> Next Rattle &amp; Hum debacle&#8230; &#8220;The Star Spangled Banner&#8221;&#8230;. <span style="color: #ff0000;">how                 to add a traditional tune covered by someone else, the recording                 of which was added to yet another different band&#8217;s recording&#8230;</span> ack (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.10</title>
		<link>http://blog.randomhours.com/?p=34</link>
		<comments>http://blog.randomhours.com/?p=34#comments</comments>
		<pubDate>Tue, 10 Feb 2009 12:00:45 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=34</guid>
		<description><![CDATA[Worked out a way to differentiate (album) cover tracks from originals. Still need to figure out how to (tweak the admin UI so that I can) add tracks to albums where it&#8217;s being performed by the original &#38; not the &#8230; <a href="http://blog.randomhours.com/?p=34">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #339966;">Worked out a way to differentiate                 (album) cover tracks from originals.</span> <span style="color: #ff0000;">Still need to figure                 out how to (tweak the admin UI so that I                 can) add tracks to albums where it&#8217;s being performed by the original &amp; not the album                 owner</span> (e.g.: &#8220;Freedom for my People&#8221; on Rattle &amp; Hum) (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rhr dev notes: 2009.02.08</title>
		<link>http://blog.randomhours.com/?p=32</link>
		<comments>http://blog.randomhours.com/?p=32#comments</comments>
		<pubDate>Sun, 08 Feb 2009 12:00:36 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=32</guid>
		<description><![CDATA[FINALLY! Enabled ability to differentiate types of live tracks when building setlists (full version versus tease versus medley). Different types of live tracks are also reflected on the &#8220;song&#8221; page. Need to create a way to account for recorded covers &#8230; <a href="http://blog.randomhours.com/?p=32">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>FINALLY! Enabled ability to differentiate types of               live tracks when building setlists (full version versus tease versus               medley). Different types of live tracks are also reflected on the               &#8220;song&#8221; page. <span style="color: #ff0000;">Need to create a way               to account for recorded covers of songs on albums (case &amp; point               &#8220;helter skelter&#8221; on Rattle &amp; Hum)</span> (bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rh dev notes: 2009.02.07</title>
		<link>http://blog.randomhours.com/?p=30</link>
		<comments>http://blog.randomhours.com/?p=30#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:00:21 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.randomhours.com/?p=30</guid>
		<description><![CDATA[Added ability to cite setlist source (most often a URL) so that sources can be properly attributed. Functionality is available on setlistBuilding page. Need to enable ability to remove artists from current group on the managebandmembers page.(bk)]]></description>
			<content:encoded><![CDATA[<p>Added ability to cite setlist source (most often a               URL) so that sources can be properly attributed. Functionality               is available on setlistBuilding page. <span style="color: #ff0000;">Need               to enable ability to remove artists from current group on the managebandmembers               page.</span>(bk)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.randomhours.com/?feed=rss2&#038;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

