<?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>JerryBeers.com</title>
	<atom:link href="http://www.jerrybeers.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jerrybeers.com</link>
	<description>Custom iOS Development</description>
	<lastBuildDate>Sat, 18 Jun 2011 23:07:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Copying Xcode samples</title>
		<link>http://www.jerrybeers.com/index.php/2011/06/18/copying-xcode-samples/</link>
		<comments>http://www.jerrybeers.com/index.php/2011/06/18/copying-xcode-samples/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 23:06:51 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=218</guid>
		<description><![CDATA[Whenever a new version of the iOS SDK is released, one of the first things I do is copy all the sample code released with that version to it&#8217;s own directory. This allows me to browse the samples more easily and open them all from a common location without having to open them one-by-one. Here [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever a new version of the iOS SDK is released, one of the first things I do is copy all the sample code released with that version to it&#8217;s own directory.  This allows me to browse the samples more easily and open them all from a common location without having to open them one-by-one.  Here is how we do that:</p>
<p>1. Open Xcode preferences and choose the Documentation tab.  Pick the new library and show information on it (the arrow in the lower left corner opens the info pane).  Click the link for the Installed Location to open Finder to that location.</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2011/06/Screen-shot-2011-06-18-at-6-18-11-5.42.06-PM-300x247.png" alt="Xcode preferences" title="Screen shot 2011-06-18 at 6-18-11  5.42.06 PM" width="300" height="247" class="alignnone size-medium wp-image-219" /></p>
<p>2. The file that stores the documentation for this iOS version is a docset.  The one we want should be highlighted.  Right-click and choose &#8220;Show Package Contents&#8221;.</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2011/06/Screen-shot-2011-06-18-at-6-18-11-5.43.30-PM-300x212.png" alt="Show Package Contents" title="Screen shot 2011-06-18 at 6-18-11  5.43.30 PM" width="300" height="212" class="alignnone size-medium wp-image-220" /></p>
<p>3. Browse to Contents/Resources/Documents/samplecode inside the package.  This is where all the code and html for help is located.  Now we just need to get the code out of the folders.</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2011/06/Screen-shot-2011-06-18-at-6-18-11-5.44.54-PM-300x196.png" alt="Contents/Resources/Documents/samplecode" title="Screen shot 2011-06-18 at 6-18-11  5.44.54 PM" width="300" height="196" class="alignnone size-medium wp-image-221" /></p>
<p>4. Search at that location for filenames containing zip.  That will show you just the zip files under that directory.  Then you can select all, copy to a location you choose, I use a folder under my documents directory, and then extract the zip files (use Command-O to open them with all the files selected in the new folder).  Now you should have a folder tree with all the sample code there ready for you to browse.  Happy coding!</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2011/06/Screen-shot-2011-06-18-at-6-18-11-5.47.27-PM-300x178.png" alt="search for zip and copy" title="Screen shot 2011-06-18 at 6-18-11  5.47.27 PM" width="300" height="178" class="alignnone size-medium wp-image-222" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2011/06/18/copying-xcode-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using iAds While Maintaining Backwards Compatibility</title>
		<link>http://www.jerrybeers.com/index.php/2010/07/11/using-iads-while-maintaining-backwards-compatibility/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/07/11/using-iads-while-maintaining-backwards-compatibility/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 22:24:25 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=214</guid>
		<description><![CDATA[Great post from Greg Fiumara about using iAds and still deploying to pre-iOS4 devices.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.gregfiumara.com/?p=68" target="_blank">Great post</a> from Greg Fiumara about using iAds and still deploying to pre-iOS4 devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/07/11/using-iads-while-maintaining-backwards-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshots for the App Store</title>
		<link>http://www.jerrybeers.com/index.php/2010/06/05/screenshots-for-the-app-store/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/06/05/screenshots-for-the-app-store/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 06:00:44 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=208</guid>
		<description><![CDATA[This app is going to save me a ton of time making screenshots for HandiBible. http://www.curioustimes.de/iphonesimulatorcropper/]]></description>
			<content:encoded><![CDATA[<p>This app is going to save me a ton of time making screenshots for HandiBible. <a href="http://www.curioustimes.de/iphonesimulatorcropper/" target="_blank">http://www.curioustimes.de/iphonesimulatorcropper/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/06/05/screenshots-for-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icons in HandiBible</title>
		<link>http://www.jerrybeers.com/index.php/2010/06/04/icons-in-handibible/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/06/04/icons-in-handibible/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 02:38:48 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=204</guid>
		<description><![CDATA[Some of the icons in HandiBible 3.1 came from The Working Group. You can see the full set here: http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Some of the icons in HandiBible 3.1 came from The Working Group.  You can see the full set here: <a href=" http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/" target="_blank">http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/</a>.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/06/04/icons-in-handibible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Column selection in Xcode</title>
		<link>http://www.jerrybeers.com/index.php/2010/05/27/column-selection-in-xcode/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/05/27/column-selection-in-xcode/#comments</comments>
		<pubDate>Thu, 27 May 2010 15:25:50 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=198</guid>
		<description><![CDATA[Sometimes it really helps to be able to copy and paste in a column format instead of lines. Say you have a bunch of statements like this: [[myObj1 alloc] initWithVal:10]; [[myObj2 alloc] initWithVal:20]; [[myObj3 alloc] initWithVal:30]; Now there are a lot of reasons you might want to copy those numbers, but let&#8217;s say you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it really helps to be able to copy and paste in a column format instead of lines.  Say you have a bunch of statements like this:</p>
<p><code><br />
[[myObj1 alloc] initWithVal:10];<br />
[[myObj2 alloc] initWithVal:20];<br />
[[myObj3 alloc] initWithVal:30];<br />
</code></p>
<p>Now there are a lot of reasons you might want to copy those numbers, but let&#8217;s say you don&#8217;t like having the constants inline, so you want to pull them out into #define statements, like this:</p>
<p><code><br />
#define value1 10<br />
#define value2 20<br />
#define value3 30<br />
</code></p>
<p>You could just retype the numbers or copy/paste the line and delete the rest of the line, but this is where column selection shines.  Simply hold down the option key before starting the selection (Note: if you start dragging first, it won&#8217;t work).  The cursor changes to a plus.  Then select the column of numbers and cut.  Before you paste them to your new lines, you will need to create the blank lines.  Unlike traditional copy/paste, it will not insert the lines for you.  Now add the #define and names.  Finally, use column selection to copy the names and paste them back in the original lines.  The paste will insert the names right in place with the original code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/05/27/column-selection-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kevin Purcell reviews HandiBible for the iPad</title>
		<link>http://www.jerrybeers.com/index.php/2010/05/14/kevin-purcell-reviews-handibible-for-the-ipad/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/05/14/kevin-purcell-reviews-handibible-for-the-ipad/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:17:46 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=194</guid>
		<description><![CDATA[Kevin did a video review of the upcoming update to HandiBible. Thanks, Kevin! http://www.kevinpurcell.org/archives/804]]></description>
			<content:encoded><![CDATA[<p>Kevin did a video review of the upcoming update to HandiBible.  Thanks, Kevin!</p>
<p><a href="http://www.kevinpurcell.org/archives/804" target="_blank">http://www.kevinpurcell.org/archives/804</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/05/14/kevin-purcell-reviews-handibible-for-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FillAnyPdf</title>
		<link>http://www.jerrybeers.com/index.php/2010/05/14/fillanypdf/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/05/14/fillanypdf/#comments</comments>
		<pubDate>Fri, 14 May 2010 13:25:17 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FillAnyPdf]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=188</guid>
		<description><![CDATA[Recently, I have been working with Concepta Systems, which has developed FillAnyPdf.com. The site has had some great press, including website of the month in Popular Science magazine (read more). One of the great features of FillAnyPdf is the ability to embed a fillable pdf form on your own site. Here is an example: Click [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have been working with Concepta Systems, which has developed FillAnyPdf.com.  The site has had some great press, including website of the month in Popular Science magazine (<a href="http://blog.fillanypdf.com/index.php/2010/05/13/popular-science-selects-fillanypdf-com-as-website-of-the-month/" target="_blank">read more</a>).</p>
<p>One of the great features of FillAnyPdf is the ability to embed a fillable pdf form on your own site.  Here is an example:</p>
<p><A HREF="javascript:history.go(0)">Click to Save Data and Start New Form</A><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="900" height="1200" id="sending_signature" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="scale" value="noscale" /><param name="flashvars" value="code=BW-1498.1443&#038;URLPrefix=https%3a%2f%2fwww.fillanypdf.com%2f" /><param name="movie" value="https://www.fillanypdf.com/sending_signature.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="https://www.fillanypdf.com/sending_signature.swf" flashvars="code=BW-1498.1443&#038;URLPrefix=https%3a%2f%2fwww.fillanypdf.com%2f"  quality="high" bgcolor="#ffffff" scale="noscale" width="900" height="1200" name="sending_signature" align="middle" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
</object></p>
<p>Or you can simply link to the form, like this:</p>
<p><a href="https://www.fillanypdf.com/SignForm.aspx?type=encode&#038;id=1092.1792" target="_blank">Employment Application</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/05/14/fillanypdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding jQuery to an iPhone project in XCode</title>
		<link>http://www.jerrybeers.com/index.php/2010/04/23/adding-jquery-to-an-iphone-project-in-xcode/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/04/23/adding-jquery-to-an-iphone-project-in-xcode/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 18:47:01 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=163</guid>
		<description><![CDATA[You might think that if you add the jquery js file to your project, you can build and reference it from html you load into a UIWebView. That&#8217;s what I thought too. Here are the steps you need to take. 1. Add the jquery file to resources. Drag the file in, right-click and choose to [...]]]></description>
			<content:encoded><![CDATA[<p>You might think that if you add the jquery js file to your project, you can build and reference it from html you load into a UIWebView. That&#8217;s what I thought too. Here are the steps you need to take.</p>
<p>1. Add the jquery file to resources. Drag the file in, right-click and choose to add an existing file. Whatever you are comfortable with.</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/Screen-shot-2010-04-22-at-4-22-10-9.54.20-AM1.png" width="186" height="39" alt="Screen shot 2010-04-22 at 4-22-10 9.54.20 AM.png" /></p>
<p>2. The file will be automatically added as source code. In Xcode under Targets, expand the target you are working on and you&#8217;ll find two groups, &#8220;Copy Bundle Resources&#8221; and &#8220;Compile Resources&#8221;.</p>
<p><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/Screen-shot-2010-04-22-at-4-22-10-9.55.00-AM.png" width="236" height="72" alt="Screen shot 2010-04-22 at 4-22-10 9.55.00 AM.png" /></p>
<p>3. Drag the file from the &#8220;Compile Sources&#8221; group</p>
<p>
<img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/Screen-shot-2010-04-22-at-4-22-10-9.55.19-AM.png" width="232" height="87" alt="Screen shot 2010-04-22 at 4-22-10 9.55.19 AM.png" /></p>
<p>to the &#8220;Copy Bundle Resources&#8221; group.</p>
<p>
<img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/Screen-shot-2010-04-22-at-4-22-10-9.55.42-AM.png" width="240" height="73" alt="Screen shot 2010-04-22 at 4-22-10 9.55.42 AM.png" /></p>
<p>This tells Xcode to package the file up and include it with your app as a resource instead of compiling it.</p>
<p>4. Include the reference to jQuery in your HTML.</p>
<p style="font: 11.0px Menlo; color: #cf2a24"><span style="color: #000000">html = [</span><span style="color: #7239a6">NSString</span> <span style="color: #40187e">stringWithFormat</span><span style="color: #000000">:</span>@"&lt;html&gt;&lt;head&gt;&lt;script type='text/javascript' src='jquery-1.4.2.min.js'&gt;&lt;/script&gt;&lt;/head&gt;&lt;body&gt;%@&lt;/body&gt;&lt;/html&gt;"<span style="color: #000000">, body];</span></p>
<p>5. Set the baseURL using the path to your jQuery file.</p>
<p style="font: 11.0px Menlo; color: #40187e"><span style="color: #000000">[</span><span style="color: #518186">myWebView</span> loadHTMLString<span style="color: #000000">:html</span> baseURL<span style="color: #000000">:[</span><span style="color: #7239a6">NSURL</span> fileURLWithPath<span style="color: #000000">:[[</span><span style="color: #7239a6">NSBundle</span> mainBundle<span style="color: #000000">]</span> pathForResource<span style="color: #000000">:</span><span style="color: #cf2a24">@&#8221;jquery-1.4.2.min.js&#8221;</span> ofType<span style="color: #000000">:</span><span style="color: #ba239f">nil</span><span style="color: #000000">]]];</span></p>
<p style="font: 11.0px Menlo; color: #40187e">
<p>That&#8217;s it. You can now make jQuery calls in your code.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/04/23/adding-jquery-to-an-iphone-project-in-xcode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Poker Night for iPad</title>
		<link>http://www.jerrybeers.com/index.php/2010/04/02/poker-night-for-ipad/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/04/02/poker-night-for-ipad/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 14:16:33 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Poker Night]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/index.php/2010/04/02/poker-night-for-ipad/</guid>
		<description><![CDATA[Poker Night is an iPad app that makes poker with your buddies more fun. You don&#8217;t have to hassle with counting chips any more. Just put Poker Night on your iPad in the middle of the table and let it handle keeping track for you. Check it out in the app store. itms://itunes.apple.com/us/app/poker-night/id364895238?mt=8]]></description>
			<content:encoded><![CDATA[<p>Poker Night is an iPad app that makes poker with your buddies more fun. You don&#8217;t have to hassle with counting chips any more. Just put Poker Night on your iPad in the middle of the table and let it handle keeping track for you. Check it out in the app store. itms://itunes.apple.com/us/app/poker-night/id364895238?mt=8</p>
<p><a href="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_5475E35A-EBF9-4762-8EBB-28B880B34687.jpeg"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_5475E35A-EBF9-4762-8EBB-28B880B34687.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_7C91A2B5-5DD0-4A13-B36E-D6A3BCEF9CE4.jpeg"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_7C91A2B5-5DD0-4A13-B36E-D6A3BCEF9CE4.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_99C6062F-4DED-4837-AD92-629D8719152E.jpeg"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_99C6062F-4DED-4837-AD92-629D8719152E.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_E2B20E50-6C49-4D34-BD79-6ACC52E8FDD6.jpeg"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/04/l_1024_768_E2B20E50-6C49-4D34-BD79-6ACC52E8FDD6.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/04/02/poker-night-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JamSession Free downloads now available</title>
		<link>http://www.jerrybeers.com/index.php/2010/02/24/jamsession-free-downloads-now-available/</link>
		<comments>http://www.jerrybeers.com/index.php/2010/02/24/jamsession-free-downloads-now-available/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:00:59 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JamSession]]></category>

		<guid isPermaLink="false">http://www.jerrybeers.com/?p=135</guid>
		<description><![CDATA[Version 1.1 of JamSession has just been approved by Apple and will be live in the app store soon. This update allows you to download new songs for free. With this functionality, we plan on adding new content for you to play along with. If you like JamSession, please review it in the app store [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.1 of JamSession has just been approved by Apple and will be live in the app store soon.  This update allows you to download new songs for free.  With this functionality, we plan on adding new content for you to play along with.  If you like JamSession, please review it in the app store and tell your friends to keep the content coming.</p>
<p>Thanks for all your support!<br />
<div id="attachment_136" class="wp-caption alignnone" style="width: 490px"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/02/Screenshot1.png" alt="JamSession title screen" title="Screenshot1" width="480" height="320" class="size-full wp-image-136" /><p class="wp-caption-text">JamSession title screen</p></div><br />
<div id="attachment_137" class="wp-caption alignnone" style="width: 490px"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/02/Screenshot21.png" alt="Downloads are all free" title="Screenshot2" width="480" height="320" class="size-full wp-image-137" /><p class="wp-caption-text">Downloads are all free</p></div><br />
<div id="attachment_138" class="wp-caption alignnone" style="width: 490px"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/02/Screenshot31.png" alt="16 total songs are available for playing in JamSession (more to come soon)" title="Screenshot3" width="480" height="320" class="size-full wp-image-138" /><p class="wp-caption-text">16 total songs are available for playing in JamSession (more to come soon)</p></div><br />
<div id="attachment_139" class="wp-caption alignnone" style="width: 490px"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/02/Screenshot4.png" alt="You choose what instruments to play along with" title="Screenshot4" width="480" height="320" class="size-full wp-image-139" /><p class="wp-caption-text">You choose what instruments to play along with</p></div><br />
<div id="attachment_140" class="wp-caption alignnone" style="width: 490px"><img src="http://www.jerrybeers.com/wp-content/uploads/2010/02/Screenshot5.png" alt="We have some great contributors to this project" title="Screenshot5" width="480" height="320" class="size-full wp-image-140" /><p class="wp-caption-text">We have some great contributors to this project</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerrybeers.com/index.php/2010/02/24/jamsession-free-downloads-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

