<?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>photoaperture &#187; iPhone</title>
	<atom:link href="http://photoaperture.com/blog/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://photoaperture.com/blog</link>
	<description>just another guy&#039;s ramblings</description>
	<lastBuildDate>Mon, 02 Aug 2010 22:05:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Keyword Character Counter for iTunes Connect</title>
		<link>http://photoaperture.com/blog/2010/03/19/keyword-character-counter-for-itunes-connect/</link>
		<comments>http://photoaperture.com/blog/2010/03/19/keyword-character-counter-for-itunes-connect/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 00:23:36 +0000</pubDate>
		<dc:creator>R.Aubin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone Dev]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://photoaperture.com/blog/?p=55</guid>
		<description><![CDATA[The company I work for often receives a word doc containing what the client wants posted to Apple for the app description and keywords used for the iTunes store. Since Apple started asking for keywords to help correctly index apps in the &#8230; <a href="http://photoaperture.com/blog/2010/03/19/keyword-character-counter-for-itunes-connect/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The company I work for often receives a word doc containing what the client wants posted to Apple for the app description and keywords used for the iTunes store. Since Apple started asking for keywords to help correctly index apps in the store, someone had to decide what these keywords would be. If I don&#8217;t select the keywords myself, I get them in a variety of formats from clients and the folks in sales.</p>
<p><a href="http://photoaperture.com/blog/wp-content/uploads/2010/03/charCounter.jpg"><img class="aligncenter size-medium wp-image-59" title="charCounter" src="http://photoaperture.com/blog/wp-content/uploads/2010/03/charCounter-270x300.jpg" alt="" width="270" height="300" /></a></p>
<p style="text-align: center;"><a href="http://photoaperture.com/experiments/keywords.php">View the Character Counter here</a></p>
<p>Apple limits these keywords to 100 characters. Now, I don&#8217;t know about you, but I can count words up pretty quickly, but it seems no one has successfully been able to deliver me keywords that contain less than 100 characters. I usually don&#8217;t figure this out until I&#8217;m on the page in itunesconnect that asks me for them and I have to make a decision about what words to drop or adjust to get the app submitted. I created this simple utility to avoid finding out last minute.</p>
<p>This is a work in progress and as such there are no guarantees it will work for you. I don&#8217;t have a lot of free time and I whipped this up one afternoon while in between emails. It isn&#8217;t fancy and there are no bells or whistles. I find it handy in my day-to-day uploading of applications to Apple and maybe you will too. If anything is broken or you have feedback, please let me know in the comments.</p>
<h2>Known Issues</h2>
<p>- clicking in the second input box should select all text for easy copying. It doesn&#8217;t work in all browsers</p>
<p>- spaces on either side of commas are not stripped out resulting in an extra character. Just ran out of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://photoaperture.com/blog/2010/03/19/keyword-character-counter-for-itunes-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Grouped Table Background Stripes on Any UIView</title>
		<link>http://photoaperture.com/blog/2010/02/16/use-grouped-table-background-stripes-on-any-uiview/</link>
		<comments>http://photoaperture.com/blog/2010/02/16/use-grouped-table-background-stripes-on-any-uiview/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:14:22 +0000</pubDate>
		<dc:creator>R.Aubin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIView]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://photoaperture.com/blog/?p=53</guid>
		<description><![CDATA[Add this snippet to your iPhone project to give the background those familiar vertical stripes seen with grouped tables sections. self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];]]></description>
			<content:encoded><![CDATA[<p>Add this snippet to your iPhone project to give the background those familiar vertical stripes seen with grouped tables sections.</p>
<p><code>self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];</code></p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-52" title="iPhone-stripes" src="http://photoaperture.com/blog/wp-content/uploads/2010/02/iPhone-stripes.png" alt="UIView with Stripes" width="320" height="480" /><p class="wp-caption-text">UIView with Stripes</p></div>
]]></content:encoded>
			<wfw:commentRss>http://photoaperture.com/blog/2010/02/16/use-grouped-table-background-stripes-on-any-uiview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
