<?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>The Comm Pile</title>
	<atom:link href="http://www.illustrated-primer.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.illustrated-primer.com/blog</link>
	<description>Illustrated Primer&#039;s Blog on iOS Development</description>
	<lastBuildDate>Tue, 21 Jun 2011 16:17:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>iOS Background Images</title>
		<link>http://www.illustrated-primer.com/blog/2011/06/21/ios-background-images/</link>
		<comments>http://www.illustrated-primer.com/blog/2011/06/21/ios-background-images/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:12:37 +0000</pubDate>
		<dc:creator>Joseph DiPaolo</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.illustrated-primer.com/blog/?p=46</guid>
		<description><![CDATA[Many of the interface screens, and the gameplay for that matter, in Puppy Hunt involve full screen background images. I wanted a quick and easy way to create these images, and see exactly what they would look like on the &#8230; <a href="http://www.illustrated-primer.com/blog/2011/06/21/ios-background-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of the interface screens, and the gameplay for that matter, in <a href="http://www.illustrated-primer.com/games/puppy_hunt.html">Puppy Hunt</a> involve full screen background images. I wanted a quick and easy way to create these images, and see exactly what they would look like on the various screen sizes.</p>
<p>So, in Photoshop, I started with an assumed iPad Retina screen resolution. It makes sense that it would be double the current iPad&#8217;s resolution, just like Apple did with the iPhone Retina screen. So we start out at 1536 x 2048 for the iPad Retina, then scale down to 768 x 1024 for the iPad. Then we go to 640 x 960 for the iPhone Retina, and finally 320 x 480 for the original iPhone screen. For both the iPhone Retina and the iPhone screen sizes, we crop some to account for the difference in ratios to length/width.</p>
<p>Also, all of the scaled down versions are slightly oversized (and cropped) because you will sometimes get some transparency added to the edges by Photoshop&#8217;s scaling algorithms. So keep this in mind when creating your original background. Any borders around the edges that you want shouldn&#8217;t be created inside the &#8220;Original&#8221; smart object, but should instead be tailored for each resolution in the main file.</p>
<p>Here are the photoshop files in landscape, and portrait (the actual photoshop files behind the links have my own artwork removed):</p>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://c592338.r38.cf2.rackcdn.com/iOS_Backgrounds_Landscape.psd"><img title="iOS Backgrounds Landscape" src="http://c592338.r38.cf2.rackcdn.com/ios_backgrounds_landscape.png" alt="" width="600" height="869" /></a><p class="wp-caption-text">iOS Backgrounds Landscape</p></div>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://c592338.r38.cf2.rackcdn.com/iOS_Backgrounds_Portrait.psd"><img title="iOS Backgrounds Portrait" src="http://c592338.r38.cf2.rackcdn.com/ios_backgrounds_portrait.png" alt="" width="600" height="414" /></a><p class="wp-caption-text">iOS Backgrounds Portrait</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illustrated-primer.com/blog/2011/06/21/ios-background-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Like Buttons</title>
		<link>http://www.illustrated-primer.com/blog/2011/06/20/facebook-like-buttons/</link>
		<comments>http://www.illustrated-primer.com/blog/2011/06/20/facebook-like-buttons/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 13:58:56 +0000</pubDate>
		<dc:creator>Joseph DiPaolo</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.illustrated-primer.com/blog/?p=41</guid>
		<description><![CDATA[So, same story as the Twitter Follow buttons. Wanted a Facebook like button in Puppy Hunt that resembles the button everybody is used to seeing on websites. But at only 20 pixels high it would be tiny on both the &#8230; <a href="http://www.illustrated-primer.com/blog/2011/06/20/facebook-like-buttons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, same story as the Twitter Follow buttons. Wanted a Facebook like button in <a href="http://www.illustrated-primer.com/games/puppy_hunt.html">Puppy Hunt</a> that resembles the button everybody is used to seeing on websites. But at only 20 pixels high it would be tiny on both the iPad and iPhone Retina screens. I don&#8217;t even want to think about how absurdly small it would be on any possible future iPad Retina screen.</p>
<p>So I created a much higher resolution replica of the real thing. 4x higher to be exact. Then I scaled that replica back down to 3x, 2x, and 1x (to compare to the original), and here are the results:</p>
<table>
<tr>
<td>
<div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_4x.png"><img title="Facebook Like 4x" src="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_4x.png" alt="" width="188" height="78" /></a><p class="wp-caption-text">Facebook Like button at 78 x 188 pixels</p></div>
</td>
<td>
<div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_3x.png"><img title="Facebook Like 3x" src="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_3x.png" alt="" width="145" height="60" /></a><p class="wp-caption-text">Facebook Like button at 60 x 145 pixels</p></div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_2x.png"><img title="Facebook Like 2x" src="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_2x.png" alt="" width="98" height="41" /></a><p class="wp-caption-text">Facebook Like button at 41 x 98 pixels</p></div>
</td>
</tr>
<tr>
<td>
<div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_1x.png"><img title="Facebook Like 1x" src="http://c592338.r38.cf2.rackcdn.com/Facebook_Like_1x.png" alt="" width="49" height="20" /></a><p class="wp-caption-text">Facebook Like button at 20 x 49 pixels</p></div>
</td>
<td>
<div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Original.png"><img title="Facebook Original" src="http://c592338.r38.cf2.rackcdn.com/Facebook_Original.png" alt="" width="47" height="20" /></a><p class="wp-caption-text">Original Facebook Like Button</p></div>
</td>
</tr>
</table>
<p>Compare the two on the bottom. The one on the left is my button scaled down to the original size. It&#8217;s a bit fuzzy, and not exact, but I think it compares pretty well. If you want an original sized button, just use the original <img src='http://www.illustrated-primer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you think you can do better, feel free to download the source photoshop file and tweak it. Let me know how it turns out!</p>
<p><a href="http://c592338.r38.cf2.rackcdn.com/Facebook_Highres_Buttons.psd">Facebook_Highres_Buttons.psd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.illustrated-primer.com/blog/2011/06/20/facebook-like-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Follow Buttons</title>
		<link>http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/</link>
		<comments>http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 13:54:32 +0000</pubDate>
		<dc:creator>Joseph DiPaolo</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.illustrated-primer.com/blog/?p=27</guid>
		<description><![CDATA[So I wanted to add some twitter follow buttons to Puppy Hunt but ran into a dilemma. I wanted to use the official twitter follow button that everybody is used to seeing from the web, but it is only 20 &#8230; <a href="http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I wanted to add some twitter follow buttons to <a href="http://www.illustrated-primer.com/games/puppy_hunt.html">Puppy Hunt</a> but ran into a dilemma. I wanted to use the official twitter follow button that everybody is used to seeing from the web, but it is only 20 pixels high by 61 pixels wide. That would work just fine on the original iPhone screen resolution, but would be a pretty small button on the iPad. It would also be positively tiny on iPhone 4&#8242;s Retina screen.</p>
<p>So I set out to replicate the follow button as true to the original as possible, but in much higher resolution. Following are the results of my trials and tribulations.</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td>
<p><div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_4x.png"><img class="  " title="Twitter Follow 4x" src="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_4x.png" alt="" width="244" height="80" /></a><p class="wp-caption-text">Twitter Follow Button at 80 by 244 pixels</p></div></td>
<td>
<p><div class="wp-caption alignnone" style="width: 254px"><a style="width: 244px;" href="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_3x.png"><img class="   " title="Twitter Follow 3x" src="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_3x.png" alt="" width="184" height="60" /></a><p class="wp-caption-text">Twitter Follow Button at 60 by 184 pixels</p></div></td>
</tr>
<tr>
<td colspan="2">
<p><div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_2x.png"><img title="Twitter Follow Button 2x" src="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_2x.png" alt="" width="123" height="40" /></a><p class="wp-caption-text">Twitter Follow Button at 40 by 123 pixels</p></div></td>
</tr>
<tr>
<td>
<p><div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_1x.png"><img title="Twitter Follow Button 1x" src="http://c592338.r38.cf2.rackcdn.com/Twitter_Follow_1x.png" alt="" width="62" height="20" /></a><p class="wp-caption-text">Twitter Follow Button -- Original Size</p></div></td>
<td>
<p><div class="wp-caption alignnone" style="width: 254px"><a href="http://c592338.r38.cf2.rackcdn.com/Twitter_Original.png"><img title="Twitter Follow Original" src="http://c592338.r38.cf2.rackcdn.com/Twitter_Original.png" alt="" width="61" height="20" /></a><p class="wp-caption-text">Original Twitter Follow Button</p></div></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>If you compare the bottom two, the one on the left is my twitter button scaled down to the original size. The one on the right is the original twitter button. They aren&#8217;t exactly the same, but they are pretty darn close. If you think you can do better, download the source photoshop file below, tweak it, and let me know how you do.</p>
<p><a href="http://c592338.r38.cf2.rackcdn.com/Twitter_Highres_Buttons.psd">Twitter_Highres_Buttons.psd</a></p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing The Comm Pile</title>
		<link>http://www.illustrated-primer.com/blog/2011/06/19/introducing-the-comm-pile/</link>
		<comments>http://www.illustrated-primer.com/blog/2011/06/19/introducing-the-comm-pile/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 01:17:10 +0000</pubDate>
		<dc:creator>Joseph DiPaolo</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.illustrated-primer.com/blog/?p=19</guid>
		<description><![CDATA[After many hours of work, sweat, and occasional whimpering in the corner our web site redesign is finally done. That includes this nifty new wordpress blog that we snazzed up with our mad css skillz. Now it&#8217;s time to get &#8230; <a href="http://www.illustrated-primer.com/blog/2011/06/19/introducing-the-comm-pile/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After many hours of work, sweat, and occasional whimpering in the corner our web site redesign is finally done. That includes this nifty new wordpress blog that we snazzed up with our mad css skillz.</p>
<p>Now it&#8217;s time to get back to the mines and dig up a major update to our flagship product <a title="Puppy Hunt" href="http://www.illustrated-primer.com">Puppy Hunt</a>. Work had actually already begun, but in the process we came up with a few helpful photoshop files that we thought the iOS community would like. Since some of them were inspired by <a href="http://blog.cocoia.com/2010/iphone-4-icon-psd-file/">Cocoia&#8217;s iPhone 4 icon PSD</a>, we figured we would stop being jerks for once and give back by making our top sekrit files available to the internets at large.</p>
<p>So we got totaly side tracked and decided to add an official blog to our recently buffed website, cause we need a place to show off. Hence this blog, and this post.</p>
<p>&nbsp;</p>
<p><em>P.S. Some helpful PSDs coming soon!!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.illustrated-primer.com/blog/2011/06/19/introducing-the-comm-pile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
