<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tall &#38; Stout</title>
	<atom:link href="http://tallnstout.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tallnstout.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Fri, 26 Aug 2011 02:25:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tallnstout.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tall &#38; Stout</title>
		<link>http://tallnstout.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tallnstout.com/osd.xml" title="Tall &#38; Stout" />
	<atom:link rel='hub' href='http://tallnstout.com/?pushpress=hub'/>
		<item>
		<title>Developing iPhone Applications with Google App Engine</title>
		<link>http://tallnstout.com/2010/09/09/developing-iphone-applications-with-google-app-engine/</link>
		<comments>http://tallnstout.com/2010/09/09/developing-iphone-applications-with-google-app-engine/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 23:16:53 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[iPhone Programming]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=345</guid>
		<description><![CDATA[This is the first article of what will hopefully become a series on using Google App Engine (GAE) for iPhone applications. Office Combat took two of us about a year to complete. During much of that time, I worried about how to handle the synchronization of turns across two devices. Office Combat is a two [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=345&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first article of what will hopefully become a series on using <a href="http://code.google.com/appengine/">Google App Engine</a> (GAE) for iPhone applications.  Office Combat took two of us about a year to complete.  During much of that time, I worried about how to handle the synchronization of turns across two devices.</p>
<p>Office Combat is a two player turn based strategy game with support for taking turns offline (play by mail, essentially).  I needed a way to transfer one players turn to the second players device.  I really wanted to go with an email based solution like Laser Squad Nemesis, but Apple doesn&#8217;t allow that kind of access to email attachments.  I also looked into Open Feint, Plus, and several platforms, but I couldn&#8217;t find a solution that would work.  In the end I decided to use GAE, and I&#8217;m really glad I did.</p>
<p>First of all, it&#8217;s been very interesting learning about writing scalable cloud applications.  I&#8217;ve learned a lot about memcache, text search, and efficient storage of data.  I hope to cover many of those topics in future postings.  Secondly, GAE also provided a very slick platform for determining when to send out notifications.  In particular, it&#8217;s possible to cache notifications for a bit so that the user doesn&#8217;t receive too many notifications back to back.  Finally, GAE provides a great place for tracking in app purchases, subscriptions, etc.</p>
<p>On top of all that, GAE is very cheap.  The free quotas are very generous and provide more than enough computing power for most iPhone app needs.  In addition, exceeding a quota results in an incremental charge, so going over by a little isn&#8217;t a big deal.</p>
<p>In my next posting I will provide some code snippets for getting the iPhone and GAE talking.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=345&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2010/09/09/developing-iphone-applications-with-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Office Combat Manual and Impending Update</title>
		<link>http://tallnstout.com/2010/03/17/office-combat-manual-and-impending-update/</link>
		<comments>http://tallnstout.com/2010/03/17/office-combat-manual-and-impending-update/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:34:40 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Office Combat]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=328</guid>
		<description><![CDATA[I put together a quick guide to Office Combat in pdf form. You can find it here. The manual goes over some of the basics and then delves into each of the units and what they do. Version 1.1 is almost ready for release. There are some exciting new features including match scores and a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=328&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I put together a quick guide to Office Combat in pdf form.  You can find it <a href="http://tallnstout.files.wordpress.com/2010/03/manual1.pdfOfficeCombat/Office Combat Manual.pdf">here</a>.  The manual goes over some of the basics and then delves into each of the units and what they do.</p>
<p>Version 1.1 is almost ready for release.  There are some exciting new features including match scores and a player ranking system.</p>
<p>At the end of each match your score is uploaded to the server.  Points are awarded for killing units and for a win, loss, or tie.  Your cumulative score is used for the ranking.  In addition to viewing the top 20 ranked players, you can also view the 10 players on either side of you rank.</p>
<p>If you are looking for a match, consider using the ranking interface to send out challenges!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=328&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2010/03/17/office-combat-manual-and-impending-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Office Combat Icon</title>
		<link>http://tallnstout.com/2010/03/05/office-combat-icon/</link>
		<comments>http://tallnstout.com/2010/03/05/office-combat-icon/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:51:50 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Office Combat]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=322</guid>
		<description><![CDATA[I think the Office Combat icon is pretty cool, but the version on the iPhone is sooo small! Here&#8217;s a larger version that does the art justice.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=322&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think the Office Combat icon is pretty cool, but the version on the iPhone is sooo small!  Here&#8217;s a larger version that does the art justice.</p>
<p><img src="http://tallnstout.files.wordpress.com/2010/03/officecombaticon_300x3001.png?w=450" alt="Office Combat Icon" title="Office Combat Icon"   class="aligncenter size-full wp-image-321" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=322&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2010/03/05/office-combat-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>

		<media:content url="http://tallnstout.files.wordpress.com/2010/03/officecombaticon_300x3001.png" medium="image">
			<media:title type="html">Office Combat Icon</media:title>
		</media:content>
	</item>
		<item>
		<title>Office Combat YouTube videos</title>
		<link>http://tallnstout.com/2010/03/05/office-combat-youtube-videos/</link>
		<comments>http://tallnstout.com/2010/03/05/office-combat-youtube-videos/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:14:32 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Office Combat]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=307</guid>
		<description><![CDATA[There are now two YouTube videos for Office Combat that should help with getting up to speed on the game.  The first video is a great place to start for people who don&#8217;t want to spend a lot of time watching a video.  It quickly goes through all the UI elements in the game, how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=307&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are now two YouTube videos for Office Combat that should help with getting up to speed on the game.  The first video is a great place to start for people who don&#8217;t want to spend a lot of time watching a video.  It quickly goes through all the UI elements in the game, how to deploy units, and how to switch between the offensive and defensive playfields.   It&#8217;s only 3 minutes long so give this a shot if you just want to start playing.</p>
<span style="text-align:center; display: block;"><a href="http://tallnstout.com/2010/03/05/office-combat-youtube-videos/"><img src="http://img.youtube.com/vi/I-0jlKILi0w/2.jpg" alt="" /></a></span>
<p>For those who think they might need a bit more help, check out this second video.  It covers everything in the first video but also goes into the pros/cons of each of the units, and also shows the turn play out.</p>
<span style="text-align:center; display: block;"><a href="http://tallnstout.com/2010/03/05/office-combat-youtube-videos/"><img src="http://img.youtube.com/vi/CttuRiExZSM/2.jpg" alt="" /></a></span>
<p>
Post ideas for additional videos in the comments!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=307&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2010/03/05/office-combat-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Rapid Photo Usage Guide</title>
		<link>http://tallnstout.com/2009/12/14/rapid-photo-usage-guide/</link>
		<comments>http://tallnstout.com/2009/12/14/rapid-photo-usage-guide/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 04:32:16 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Rapid Photo]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=282</guid>
		<description><![CDATA[Logging In/Out On the first launch of Rapid Photo, enter your Facebook username and password to verify your account.  Facebook will then present a dialog asking for additional permissions.  Accepting this dialog will cause uploaded photos to become immediately posted.  Declining the dialog will still allow uploading of the photos, but they will need to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=282&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Logging In/Out</strong></p>
<p>On the first launch of Rapid Photo, enter your Facebook username and password to verify your account.  Facebook will then present a dialog asking for additional permissions.  Accepting this dialog will cause uploaded photos to become immediately posted.  Declining the dialog will still allow uploading of the photos, but they will need to be approved before they can be viewed by anyone else.  These two dialogs are only shown on the first run or upon logging out of the Facebook account (the button at the bottom of the screen).</p>
<p><strong>Configuration Options</strong></p>
<p>The app can be configured by going to the iPhone OS Settings application.  Scroll down to the application settings and select Rapid Photo.  Both the delay between photos and the total number of photos to take can be configured in this interface.  For the delay, a delay of less than 3 seconds may cause the camera to drop some photos.  This happens as the hardware cannot keep up with the requests.  In testing on an iPhone 3GS, dropped photos were rare when using a delay of 2 seconds and capturing 8 photos.  Additionally, for the first photo taken the delay is always 3 seconds.</p>
<p><strong>Exiting the Application</strong></p>
<p>In order to ensure successful upload of all photos, wait until the pinwheel in the top right corner of the screen stops spinning before closing the app.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=282&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2009/12/14/rapid-photo-usage-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>How similar are Party Pal and ImaginIff?</title>
		<link>http://tallnstout.com/2009/02/02/how-similar-are-party-pal-and-imaginiff/</link>
		<comments>http://tallnstout.com/2009/02/02/how-similar-are-party-pal-and-imaginiff/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:21:32 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Party Pal - Kids]]></category>
		<category><![CDATA[Party Pal - Standard]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=218</guid>
		<description><![CDATA[I have had several friends comment that Party Pal is similar to the boardgame ImaginIff.  I&#8217;m never sure what to say as I&#8217;ve never played the game.  The basis for Party Pal is a game I used to play called the Made Up Game.   The name came from the process of making up 5-10 questions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=218&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had several friends comment that Party Pal is similar to the boardgame ImaginIff.  I&#8217;m never sure what to say as I&#8217;ve never played the game.  The basis for Party Pal is a game I used to play called the Made Up Game.   The name came from the process of making up 5-10 questions each before starting to play.   Party Pal is the same game, but with pre-canned questions.</p>
<p>In talking with friends more, it sounds like the ImaginIff questions all take the form &#8220;ImaginIff &lt;blank&gt; was a type of candy.&#8221;  While Party Pal does contain a lot of those kinds of questions, it also has many that take the form &#8220;Who would make the best car salesperson?&#8221;  This works in Party Pal because it is electronic and all the players names can be entered before playing.</p>
<p>In the end, both games are only as good as their questions, though some good funny friends can make any slightly embarassing question hilarious.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=218&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2009/02/02/how-similar-are-party-pal-and-imaginiff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Party Pal End Game?</title>
		<link>http://tallnstout.com/2009/01/12/party-pal-end-game/</link>
		<comments>http://tallnstout.com/2009/01/12/party-pal-end-game/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:45:00 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Party Pal - Kids]]></category>
		<category><![CDATA[Party Pal - Standard]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=202</guid>
		<description><![CDATA[Party Pal does not have an end game.  Questions will continue to be semi-randomly chosen until the group is done playing.  Here at Tall &#38; Stout we generally play until we get bored, and really don&#8217;t care about the score.    For us it&#8217;s all about what answers people give and telling stories to support our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=202&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Party Pal does not have an end game.  Questions will continue to be semi-randomly chosen until the group is done playing.  Here at Tall &amp; Stout we generally play until we get bored, and really don&#8217;t care about the score.    For us it&#8217;s all about what answers people give and telling stories to support our answers.  However, it would not be hard to end the game when one person gets to 20 points.  They would be declared the &#8220;winner&#8221; and the game would go back to the home screen.  This changes the game a bit as competition encourages people to choose what they think will be the winnning answer.  Maybe it would be best to include an option to select &#8220;competitive&#8221; or &#8220;friendly&#8221; game types.  What do you think?  Leave us <a href="http://www.tallnstout.com/?page_id=162">feedback</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=202&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2009/01/12/party-pal-end-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Party Pal &#8211; Standard now available!</title>
		<link>http://tallnstout.com/2008/12/15/party-pal-standard-now-available/</link>
		<comments>http://tallnstout.com/2008/12/15/party-pal-standard-now-available/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:35:33 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Party Pal - Standard]]></category>

		<guid isPermaLink="false">http://www.tallnstout.com/?p=142</guid>
		<description><![CDATA[Party Pal &#8211; Standard edition is now available for purchase on .  To find out more about the game, please click on the iTunes link.  The iTunes store has a description of the game along with some screenshots.  Party Pal is a lot of fun to play with a group of friends and family.  Give [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=142&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Party Pal &#8211; Standard edition is now available for purchase on 

<!-- TOS violation -->

.  To find out more about the game, please click on the iTunes link.  The iTunes store has a description of the game along with some screenshots.  Party Pal is a lot of fun to play with a group of friends and family.  Give it a shot when you get together for Christmas.</p>
<p>If you download the game, please leave a comment on iTunes!</p>
<p>Thanks</p>
<p>Sean</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=142&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2008/12/15/party-pal-standard-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>

		<media:content url="http://ax.itunes.apple.com/images/badgeitunes61x15dark.gif" medium="image">
			<media:title type="html">Party Pal - Standard</media:title>
		</media:content>
	</item>
		<item>
		<title>Kids Edition coming soon!</title>
		<link>http://tallnstout.com/2008/12/08/family-edition-coming-soon/</link>
		<comments>http://tallnstout.com/2008/12/08/family-edition-coming-soon/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:55:51 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Party Pal - Kids]]></category>

		<guid isPermaLink="false">http://tallnstout.com/?p=39</guid>
		<description><![CDATA[Party Pal &#8211; Kids Edition will be coming out shortly after Christmas! This edition will contain all of the kid friendly questions from the standard edition and many more questions designed exclusively for kids.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=39&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Party Pal &#8211; Kids Edition will be coming out shortly after Christmas!  This edition will contain all of the kid friendly questions from the standard edition and many more questions designed exclusively for kids.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=39&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2008/12/08/family-edition-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
		<item>
		<title>Party Pal: Standard Edition is almost ready!</title>
		<link>http://tallnstout.com/2008/12/04/party-pal-standard-edition-is-almost-ready/</link>
		<comments>http://tallnstout.com/2008/12/04/party-pal-standard-edition-is-almost-ready/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 01:00:39 +0000</pubDate>
		<dc:creator>mahr123</dc:creator>
				<category><![CDATA[Party Pal - Standard]]></category>

		<guid isPermaLink="false">http://tallnstout.com/?p=3</guid>
		<description><![CDATA[Rob and I are hard at work getting the standard edition of Party Pal ready.  We’d like to have it up on iTunes well before Christmas.  That means we need to have everything ready to go by Tuesday.  Rob will be on vacation come Thursday, and I’m going up to San Jose on the 16th.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=3&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Rob and I are hard at work getting the standard edition of Party Pal ready.  We’d like to have it up on iTunes well before Christmas.  That means we need to have everything ready to go by Tuesday.  Rob will be on vacation come Thursday, and I’m going up to San Jose on the 16th.  I’m a bit nervous as I won’t have an intel mac to develop on while I’m up there.  That means there’s no room for bugs in this first release!</p>
<p>It’ll be really nice to have a little time away from the game over Christmas.  When we get back, the plan is to get the Family and Party versions of Party Pal ready for iTunes.</p>
<p>-Sean</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tallnstout.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tallnstout.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tallnstout.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tallnstout.com&amp;blog=25676020&amp;post=3&amp;subd=tallnstout&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tallnstout.com/2008/12/04/party-pal-standard-edition-is-almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92bba9bbad882cfdcc2caec20ad2bf47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahr123</media:title>
		</media:content>
	</item>
	</channel>
</rss>
