<?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; Development</title>
	<atom:link href="http://photoaperture.com/blog/category/development/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>
		<item>
		<title>Bookmarklet: Collapse all Fieldsets in Drupal Module Page</title>
		<link>http://photoaperture.com/blog/2009/06/01/bookmarklet-collapse-all-fieldsets-in-drupal-module-page/</link>
		<comments>http://photoaperture.com/blog/2009/06/01/bookmarklet-collapse-all-fieldsets-in-drupal-module-page/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:22:43 +0000</pubDate>
		<dc:creator>R.Aubin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://photoaperture.com/blog/?p=21</guid>
		<description><![CDATA[Why do I need it? This is a quick and easy way to clear the clutter on your Modules page in Drupal. One of the sites I&#8217;ve recently worked on easily had over 30 modules that were grouped in 10-12 &#8230; <a href="http://photoaperture.com/blog/2009/06/01/bookmarklet-collapse-all-fieldsets-in-drupal-module-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="font-weight: normal;">Why do I need it?</span></h2>
<p><span style="font-weight: normal;">This is a quick and easy way to clear the clutter on your Modules page in Drupal. One of the sites I&#8217;ve recently worked on easily had over 30 modules that were grouped in 10-12 fieldsets on the modules page in Drupal. When developing, sometimes you need to toggle modules and finding them in the mess can be difficult. (Of course, you can always just search the page. I&#8217;m too lazy.)</span></p>
<p>This bookmarklet lets you click one link, provided you&#8217;ve added it to your browser&#8217;s toolbar and quickly clean up the clutter the page.</p>
<h2><span style="font-weight: normal;">Give me what I came for!</span></h2>
<p>If you already know what a bookmarklet is and know how to use one, I&#8217;ll get right to it.</p>
<p><span style="font-family: -webkit-monospace;">javascript:function collapseEm(){$(&#8216;.collapsible&#8217;).addClass(&#8216;collapsed&#8217;);}collapseEm();</span></p>
<h2><span style="font-weight: normal;">How to use it</span></h2>
<p><span style="font-weight: normal;">Easy. Copy the code, create a new bookmark and paste it in. When you click your new bookmark, the fieldsets should collapse.</span></p>
<h2><span style="font-weight: normal;">It isn&#8217;t working for me</span></h2>
<p>First, it requires jQuery, which should already be installed with Drupal. If for some reason you don&#8217;t have that, it won&#8217;t work.</p>
<p>Second, I use it in Firefox on the Mac. Let me know what browser you&#8217;re using if it doesn&#8217;t work.</p>
<h2><span style="font-weight: normal;">There&#8217;s really nothing to it</span></h2>
<p><span style="font-weight: normal;">I know. It isn&#8217;t complicated and you probably could have thought of it yourself. Hopefully it saves someone some time who wouldn&#8217;t have or couldn&#8217;t have. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://photoaperture.com/blog/2009/06/01/bookmarklet-collapse-all-fieldsets-in-drupal-module-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Home Page Guy</title>
		<link>http://photoaperture.com/blog/2009/05/22/home-page-guy/</link>
		<comments>http://photoaperture.com/blog/2009/05/22/home-page-guy/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:03:43 +0000</pubDate>
		<dc:creator>R.Aubin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://photoaperture.com/blog/?p=14</guid>
		<description><![CDATA[I have to pass this one along for all of you web developers out there. I know my co-workers got a good chuckle out of it. Auto Tuning from Casey Donahue on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>I have to pass this one along for all of you web developers out there. I know my co-workers got a good chuckle out of it.</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3718294&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3718294&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/3718294">Auto Tuning</a> from <a href="http://vimeo.com/caseydonahue">Casey Donahue</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://photoaperture.com/blog/2009/05/22/home-page-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall Xcode and iPhone SDK</title>
		<link>http://photoaperture.com/blog/2009/05/20/how-to-uninstall-xcode-and-iphone-sdk/</link>
		<comments>http://photoaperture.com/blog/2009/05/20/how-to-uninstall-xcode-and-iphone-sdk/#comments</comments>
		<pubDate>Thu, 21 May 2009 03:58:50 +0000</pubDate>
		<dc:creator>R.Aubin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://photoaperture.com/blog/?p=3</guid>
		<description><![CDATA[From the command line type: sudo /Developer/Library/uninstall-devtools -mode=all You&#8217;ll need your password to use a sudo command. The process will take a bit as it analyzes packages on your machine. Be patient and it will find and remove all Xcode &#8230; <a href="http://photoaperture.com/blog/2009/05/20/how-to-uninstall-xcode-and-iphone-sdk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From the command line type:</p>
<p><code>sudo /Developer/Library/uninstall-devtools -mode=all</code></p>
<p>You&#8217;ll need your password to use a sudo command.</p>
<p>The process will take a bit as it analyzes packages on your machine. Be patient and it will find and remove all Xcode and iPhone SDK components. If you&#8217;re planning on installing another version of the SDK and Xcode, you should reboot after doing so.</p>
]]></content:encoded>
			<wfw:commentRss>http://photoaperture.com/blog/2009/05/20/how-to-uninstall-xcode-and-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
