<?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>Big Bucket</title>
	<atom:link href="http://bigbucketsoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbucketsoftware.com</link>
	<description>Software you like to use</description>
	<lastBuildDate>Tue, 07 May 2013 02:48:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Status Board and Campaign Monitor</title>
		<link>http://bigbucketsoftware.com/2013/05/06/status-board-and-campaign-monitor/</link>
		<comments>http://bigbucketsoftware.com/2013/05/06/status-board-and-campaign-monitor/#comments</comments>
		<pubDate>Tue, 07 May 2013 02:38:37 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1438</guid>
		<description><![CDATA[If you&#8217;ve visited the promo page for Big Bucket&#8217;s upcoming game, Space Age, you&#8217;ll notice that it&#8217;s possible to add your email address to our mailing list. To manage this mailing list, I&#8217;m using Campaign Monitor. I recently purchased Panic&#8216;s Status Board app. Status Board is a bit like Dashboard, but for iPad. It comes [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve visited the promo page for Big Bucket&#8217;s upcoming game, <a href="http://spaceageapp.com">Space Age</a>, you&#8217;ll notice that it&#8217;s possible to add your email address to our mailing list. To manage this mailing list, I&#8217;m using <a href="http://campaignmonitor.com">Campaign Monitor</a>.</p>
<p>I recently purchased <a href="http://panic.com">Panic</a>&#8216;s <a href="http://panic.com/statusboard/">Status Board</a> app. Status Board is a bit like Dashboard, but for iPad. It comes with a few useful widgets (Panels) built in, and it also lets you write your own.</p>
<p>Here&#8217;s a Panel I wrote that displays the number of people who have subscribed to a Campaign Monitor list.</p>
<p><strong>What&#8217;s Involved</strong></p>
<p>The solution consists of 3 parts:</p>
<ol>
<li>A Ruby script that accesses the Campaign Monitor API.</li>
<li>A Launch Agent that periodically runs that Ruby script.</li>
<li>Some HTML/JS for presenting the output of that script in Status Board.</li>
</ol>
<p><strong>Getting Started</strong></p>
<p>Here&#8217;s a <a href="http://bigbucketsoftware.com/data/campaignmonitor.zip">download containing everything you&#8217;re going to need</a>.</p>
<p>First, install the <code>createsend</code> gem:</p>
<pre>
sudo gem install createsend
</pre>
<p>Next, move <code>campaignmonitor.rb</code> and <code>campaignmonitor.html</code> into <code>~/Dropbox/Public/statusboard</code>. And ensure that the script is executable:</p>
<pre>
chmod +x ~/Dropbox/Public/statusboard/campaignmonitor.rb
</pre>
<p><strong>The Launch Agent</strong></p>
<p>Next, move <code>com.bigbucketsoftware.campaignmonitor.plist</code> into <code>~/Library/LaunchAgents</code>.</p>
<p>You&#8217;ll need to configure the LaunchAgent/Script to point to your particular Campaign Monitor list, so open <code>com.bigbucketsoftware.campaignmonitor.plist</code> in your favorite text editor and replace <code>API KEY GOES HERE</code> with your Campaign Monitor API key and <code>LIST ID GOES HERE</code> with your ID of the list you want to track. You&#8217;ll also need to replace occurrences of <code>USERNAME</code> with your username.</p>
<p>To find your <strong>API key</strong>, log into Campaign Monitor and click <strong>Account Settings</strong>. To find a <strong>List&#8217;s ID</strong>, navigate to that list and click <strong>change name/type</strong>.</p>
<p><strong>Hooking It All Up</strong></p>
<p>Now it&#8217;s time to run the Launch Agent. From the <code>~/Library/LaunchAgents</code> folder:</p>
<pre>
launchctl load com.bigbucketsoftware.campaignmonitor.plist
launchctl start com.bigbucketsoftware.campaignmonitor
</pre>
<p>Assuming that worked, the file <code>campaignmonitor.txt</code> should have appeared in <code>~/Dropbox/Public/statusboard</code>. If it didn&#8217;t you may want to try opening <code>Console.app</code> and looking for clues.</p>
<p>Finally, you can add your new Panel to Status Board! From Finder, right-click <code>~/Dropbox/Public/statusboard/campaignmonitor.html</code> and click <code>Dropbox > Get Public Link</code>. Once you&#8217;ve got that URL on your iPad, (by emailing it, iMessaging it, or just type it out really, really carefully,) open Status Board, drag a Do-It-Yourself panel onto the board, and point it to your URL. Good luck!</p>
<p><img src="http://bigbucketsoftware.com/images/campaignmonitor.jpg" alt="Campaign Monitor Status Board Panel" width="480px" height="460px"/></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2013/05/06/status-board-and-campaign-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hit TV Show Generator</title>
		<link>http://bigbucketsoftware.com/2012/12/06/hit-tv-show-generator/</link>
		<comments>http://bigbucketsoftware.com/2012/12/06/hit-tv-show-generator/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 06:34:13 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1433</guid>
		<description><![CDATA[I put together a silly Hit TV Show Generator. Keep refreshing the page for a sneak peek at the outrageous comedies coming in 2013.]]></description>
			<content:encoded><![CDATA[<p>I put together a silly <a href="http://bigbucketsoftware.com/hittvshow">Hit TV Show Generator</a>. Keep refreshing the page for a sneak peek at the outrageous comedies coming in 2013.</p>
<p><img src="http://bigbucketsoftware.com/images/hittvshow_preview.png" width="480px" height="376px"/></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/12/06/hit-tv-show-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tea or Coffee: Out Now!</title>
		<link>http://bigbucketsoftware.com/2012/12/03/tea-or-coffee-out-now/</link>
		<comments>http://bigbucketsoftware.com/2012/12/03/tea-or-coffee-out-now/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 16:01:31 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1428</guid>
		<description><![CDATA[Tea or Coffee is a little side project of mine that I&#8217;ve been kicking around for a while now. When serving drinks to friends and family, Tea or Coffee is a neat way of tracking which guest ordered what. Tap each guest, tap each item, tap Total and you&#8217;re done! It&#8217;s one of those scratches [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://itunes.apple.com/au/app/tea-or-coffee/id581844386?mt=8">Tea or Coffee</a> is a little side project of mine that I&#8217;ve been kicking around for a while now. When serving drinks to friends and family, <a href="https://itunes.apple.com/au/app/tea-or-coffee/id581844386?mt=8">Tea or Coffee</a> is a neat way of tracking which guest ordered what. Tap each guest, tap each item, tap Total and you&#8217;re done!</p>
<p>It&#8217;s one of those scratches an itch type apps. For me, it&#8217;s indispensable and I really hope a bunch of you are going to like it too.</p>
<p><a href="https://itunes.apple.com/au/app/tea-or-coffee/id581844386?mt=8"><img src="http://bigbucketsoftware.com/images/teacoffeephones.png" alt="Tea or Coffee" width="480px" height="450px"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/12/03/tea-or-coffee-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Space Age</title>
		<link>http://bigbucketsoftware.com/2012/10/18/space-age/</link>
		<comments>http://bigbucketsoftware.com/2012/10/18/space-age/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 17:34:01 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1418</guid>
		<description><![CDATA[For a while now, Neven and I have been working on our second project together. It&#8217;s called Space Age. You can follow along here and on Neven&#8217;s blog for more details as we reveal them. We&#8217;re also @spaceageapp on Twitter. We&#8217;re a little while away yet, but if you&#8217;d like to be notified the minute [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spaceageapp.com/"><img src="http://bigbucketsoftware.com/images/spaceage_promo.png" alt="" width="480px" height="320px"/></a></p>
<p>For a while now, Neven and I have been working on our second project together. It&#8217;s called <strong><a href="http://spaceageapp.com/">Space Age</a></strong>. You can follow along here and on <a href="http://mrgan.tumblr.com">Neven&#8217;s blog</a> for more details as we reveal them. We&#8217;re also <a href="http://twitter.com/spaceageapp">@spaceageapp</a> on Twitter.</p>
<p>We&#8217;re a little while away yet, but if you&#8217;d like to be notified the minute the game hits the store, feel free to sign up for our <a href="http://spaceageapp.com">email newsletter</a>.</p>
<p>If you were at the XOXO Festival you might have already seen what we&#8217;re up to with this one, but if not, here&#8217;s a little something to whet your appetite.</p>
<p><img src="http://bigbucketsoftware.com/images/spaceage_screenshot.png" width="480px" height="480px"/></p>
<p>We&#8217;ll be in touch!</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/10/18/space-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Bucket&#8217;s Next Game</title>
		<link>http://bigbucketsoftware.com/2012/09/13/big-buckets-next-game/</link>
		<comments>http://bigbucketsoftware.com/2012/09/13/big-buckets-next-game/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 20:29:03 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1414</guid>
		<description><![CDATA[XOXO Arcade is tomorrow and would you believe it, Neven and I are almost ready to preview Big Bucket&#8217;s new game. XOXO Arcade is open to the public so come check it out if you&#8217;re in town. Friday, September 14, 7 PM Union/Pine, 525 SE Pine St, Portland, OR]]></description>
			<content:encoded><![CDATA[<p><a href="http://xoxofest.com/">XOXO</a> Arcade is tomorrow and would you believe it, Neven and I are almost ready to preview <a href="http://bigbucketsoftware.com/2012/07/31/xoxo-festival/">Big Bucket&#8217;s new game</a>. XOXO Arcade is open to the public so come check it out if you&#8217;re in town.</p>
<p>Friday, September 14, 7 PM<br />
Union/Pine, 525 SE Pine St, Portland, OR</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/09/13/big-buckets-next-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XOXO Festival</title>
		<link>http://bigbucketsoftware.com/2012/07/31/xoxo-festival/</link>
		<comments>http://bigbucketsoftware.com/2012/07/31/xoxo-festival/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 16:48:49 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1409</guid>
		<description><![CDATA[If you&#8217;re finding yourself awake at night wondering just what it is that Neven Mrgan and I have been up to for the last year, then have I got some good news for you! The XOXO Festival will be happening in Portland on September 14, 2012. Neven and I will be at XOXO Arcade previewing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bigbucketsoftware.com/images/bb2-480.png" alt="#bb2" width="480px" height="500px"/></p>
<p>If you&#8217;re finding yourself awake at night wondering just what it is that Neven Mrgan and I have been up to for the last year, then have I got some good news for you! The XOXO Festival will be happening in Portland on September 14, 2012. Neven and I will be at <a href="http://www.kickstarter.com/projects/waxpancake/xoxo-festival/posts">XOXO Arcade</a> previewing the new game we&#8217;ve been working on. So come check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/07/31/xoxo-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Confused Cop in Arcade Fire&#8217;s Sprawl I</title>
		<link>http://bigbucketsoftware.com/2012/02/23/the-confused-cop-in-arcade-fires-sprawl-i/</link>
		<comments>http://bigbucketsoftware.com/2012/02/23/the-confused-cop-in-arcade-fires-sprawl-i/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:57:08 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1402</guid>
		<description><![CDATA[In Arcade Fire&#8217;s Sprawl I (Flatland), some childhood friends ride their bikes out to the town where they grew up. They&#8217;re spotted by some cops (at 1:44). That&#8217;s when things get weird. Cop: &#8220;Do you kids know what time it is?&#8221; Kid: &#8220;Well sir, it&#8217;s the first time I&#8217;ve felt like something is mine, like [...]]]></description>
			<content:encoded><![CDATA[<p>In Arcade Fire&#8217;s <a href="http://www.youtube.com/watch?v=u86TFM4Wfq0">Sprawl I (Flatland)</a>, some childhood friends ride their bikes out to the town where they grew up. They&#8217;re spotted by some cops (at 1:44). That&#8217;s when things get weird.</p>
<p>Cop: &#8220;Do you kids know what time it is?&#8221;<br />
Kid: &#8220;Well sir, it&#8217;s the first time I&#8217;ve felt like something is mine, like I have something to give.&#8221;<br />
Cop: &#8220;Well where do you kids live?&#8221;<br />
Kid: &#8220;Well sir, if you only knew what the answer is worth, been searching every corner of the earth.&#8221;</p>
<p>I can only assume the cops got right back into their patrol car and drove away as quickly as they could.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2012/02/23/the-confused-cop-in-arcade-fires-sprawl-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Incident: Now with iCloud Sync</title>
		<link>http://bigbucketsoftware.com/2011/12/08/the-incident-now-with-icloud-sync/</link>
		<comments>http://bigbucketsoftware.com/2011/12/08/the-incident-now-with-icloud-sync/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:32:00 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1397</guid>
		<description><![CDATA[So you know iCloud? Well we&#8217;ve just gone and added it to The Incident. With The Incident 1.4, your progress is synced between your iOS devices. Unlock a level on your iPhone and it&#8217;ll be unlocked on your iPad. It&#8217;s just that simple. Oh, but if it ever causes you grief and you find yourself [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bigbucketsoftware.com/images/the_incident_1_4.png" alt="The Incident 1.4" class="wide-image" width="480px" height="500px"/></p>
<p>So you know iCloud?  Well we&#8217;ve just gone and added it to The Incident. With The Incident 1.4, your progress is synced between your iOS devices. Unlock a level on your iPhone and it&#8217;ll be unlocked on your iPad. It&#8217;s just that simple.</p>
<p>Oh, but if it ever causes you grief and you find yourself cursing at your iOS device, &#8220;Where are my missing gems!?&#8221; maybe just give it a reboot. iCloud is still super new and Apple hasn&#8217;t quite got all the kinks out yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2011/12/08/the-incident-now-with-icloud-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TV Forecast iCloud Troubleshooting</title>
		<link>http://bigbucketsoftware.com/2011/11/17/tv-forecast-icloud-troubleshooting/</link>
		<comments>http://bigbucketsoftware.com/2011/11/17/tv-forecast-icloud-troubleshooting/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:53:13 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1387</guid>
		<description><![CDATA[If you&#8217;re having trouble getting TV Forecast to sync across your iOS devices, here are some tips: Make sure you&#8217;re using iOS 5 and that your iCloud account is setup. For iCloud sync to work, your devices have to be updated to iOS 5. If you&#8217;re on iOS 5, you&#8217;ll notice an iCloud item in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bigbucketsoftware.com/images/large_cloud.png" alt="iCloud" width="480px" height="295px"/></p>
<p>If you&#8217;re having trouble getting <a href="http://tvforecastapp.com">TV Forecast</a> to sync across your iOS devices, here are some tips:</p>
<p><strong>Make sure you&#8217;re using iOS 5 and that your iCloud account is setup.</strong></p>
<p>For iCloud sync to work, your devices have to be updated to iOS 5. If you&#8217;re on iOS 5, you&#8217;ll notice an iCloud item in the Settings menu. Make sure that all of your devices are connected to the same iCloud account.</p>
<p><strong>iPhone crashing on startup?</strong></p>
<p>Some people have reported crashes or freezes on startup. If you&#8217;re getting this, try clearing the TV Forecast cloud data. You can do this from:</p>
<p>Settings > iCloud > Storage &#038; Backup > Manage Storage > TV Forecast</p>
<p>From there, tap Edit and Delete All. You shouldn&#8217;t lose any data; the next time you launch TV Forecast, your forecast will be re-uploaded to the cloud.</p>
<p><strong>iPad not syncing?</strong></p>
<p>If your iPad is refusing to sync, try restarting it. Seriously, it works.</p>
<p>If you&#8217;re still having trouble, please <a href="mailto:contact@tvforecastapp.com">send me a support email</a> or <a href="http://twitter.com/tvforecastapp">tweet me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2011/11/17/tv-forecast-icloud-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TV Forecast: Now With iCloud</title>
		<link>http://bigbucketsoftware.com/2011/11/16/tv-forecast-now-with-icloud/</link>
		<comments>http://bigbucketsoftware.com/2011/11/16/tv-forecast-now-with-icloud/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 15:47:52 +0000</pubDate>
		<dc:creator>Matt Comi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbucketsoftware.com/?p=1365</guid>
		<description><![CDATA[Good news! New versions of TV Forecast (for iPhone) and TV Forecast HD (for iPad) are now available on the App Store. The biggest new feature: iCloud support. With iCloud, your forecast is stored in the cloud and automatically pushed it to all of your devices. Like the iPad version, the iPhone version now includes [...]]]></description>
			<content:encoded><![CDATA[<p>Good news! New versions of <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?mt=8&#038;id=290859724">TV Forecast</a> (for iPhone) and <a href="http://itunes.apple.com/us/app/tv-forecast-hd/id447749590?mt=8">TV Forecast HD</a> (for iPad) are now available on the App Store. The biggest new feature: iCloud support.</p>
<p>With iCloud, your forecast is stored in the cloud and automatically pushed it to all of your devices.</p>
<p>Like the iPad version, the iPhone version now includes episode bookmarking and manual time zone adjustment. And for those of you with very large forecasts who have been having trouble with iOS 5.0, that&#8217;s fixed too.</p>
<p>So go get <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?mt=8&#038;id=290859724">TV Forecast</a> and <a href="http://itunes.apple.com/us/app/tv-forecast-hd/id447749590?mt=8">TV Forecast HD</a> and be sure to follow <a href="http://twitter.com/tvforecastapp">@tvforecastapp</a> on Twitter for news and support.</p>
<p>Enjoy!</p>
<p><img src="http://bigbucketsoftware.com/images/tvforecasts.jpg" width="480px" height="409px"/></p>
<p>Update: If you&#8217;re having trouble getting iCloud working on TV Forecast HD, try restarting your iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbucketsoftware.com/2011/11/16/tv-forecast-now-with-icloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.437 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-22 17:48:07 -->
