<?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>Floyd's Thoughts... &#187; Uncategorized</title>
	<atom:link href="http://www.floydprice.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.floydprice.com</link>
	<description>Because Everything is Interesting!!!</description>
	<lastBuildDate>Fri, 18 Jun 2010 05:32:05 +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>New IPhone App &#8211; TweetExpress</title>
		<link>http://www.floydprice.com/2009/11/new-iphone-app-tweetexpress/</link>
		<comments>http://www.floydprice.com/2009/11/new-iphone-app-tweetexpress/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:42:44 +0000</pubDate>
		<dc:creator>Floyd Price</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.floydprice.com/?p=205</guid>
		<description><![CDATA[Today Apple approved our 4th IPHone app TweetExpress, it took them almost 3 weeks which was a bit disappointing, but its here now. TweetExpress allows you to receive Push Notifications from Twitter when a selected friend or mention appears on your Twitter timeline, It&#8217;s really great that you can select the Friends your interested in [...]]]></description>
			<content:encoded><![CDATA[<p>Today Apple approved our 4th IPHone app TweetExpress, it took them almost 3 weeks which was a bit disappointing, but its here now.</p>
<p>TweetExpress allows you to receive Push Notifications from Twitter when a selected friend or mention appears on your Twitter timeline, It&#8217;s really great that you can select the Friends your interested in rather than getting all your twitter noise pushed to you <img src='http://www.floydprice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Check it out at <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=336775839&#038;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=336775839&#038;mt=8</a> and let me know what you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.floydprice.com/2009/11/new-iphone-app-tweetexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPhone Libraries</title>
		<link>http://www.floydprice.com/2009/10/iphone-libraries/</link>
		<comments>http://www.floydprice.com/2009/10/iphone-libraries/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:07:53 +0000</pubDate>
		<dc:creator>Floyd Price</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.floydprice.com/?p=199</guid>
		<description><![CDATA[Mose developers collect a number of libraries and Open Source code samples during their career, which they use over and over again. Here is a list of the IPhone code that I use when building apps, please feel free to send me some suggestions for more? TouchJSONTouchJSON is parser and generator for JSON implemented in [...]]]></description>
			<content:encoded><![CDATA[<p>Mose developers collect a number of libraries and Open Source code samples during their career, which they use over and over again.</p>
<p>Here is a list of the IPhone code that I use when building apps, please feel free to send me some suggestions for more?</p>
<ul>
<li><a href="http://code.google.com/p/touchcode/wiki/TouchJSON">TouchJSON</a><br />TouchJSON is parser and generator for JSON implemented in Objective C.
</li>
<li><a href="http://github.com/joehewitt/three20">Three20</a> <br />	 Three20 is an Objective-C library for iPhone developers, featuring a Photo Viewer, Message Composer, Web Images View, Internet aware table view controllers, Better text fields, HTTP disk cache and URL-based navigation.
</li>
<li><a href="http://labratrevenge.com/httpriot/">HTTPRiot</a><br />HTTPRiot is a simple REST library designed to make interacting with REST services much easier. It supports GET, POST, PUSH and DELETE requests and HTTP Basic Authentication. HTTPRiot was inspired by John Nunemaker&#8217;s excellent httparty Ruby library.</li>
</ul>
<p>I also have a personal stash of UIKit extensions which i often re-us, I will put them together for a later post <img src='http://www.floydprice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.floydprice.com/2009/10/iphone-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTweet is Open Source</title>
		<link>http://www.floydprice.com/2009/10/quicktweet-is-open-source/</link>
		<comments>http://www.floydprice.com/2009/10/quicktweet-is-open-source/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:57:22 +0000</pubDate>
		<dc:creator>Floyd Price</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.floydprice.com/?p=179</guid>
		<description><![CDATA[A while ago we developed a simple Twitter Client to scratch a personal itch I had with the existing clients. The idea was to have a simple app that loaded really quick and enabled me to post a status update to twitter, using a full screen view that contained just a keyboard and a text [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago <a href="http://www.componentworkshop.com">we</a> developed a simple Twitter Client to scratch a personal itch I had with the existing clients.</p>
<p>The idea was to have a simple app that loaded really quick and enabled me to post a status update to twitter, using a full screen view that contained just a keyboard and a text box.</p>
<p>I also wanted it to rotate nicely in to landscape when I rotated the IPhone.</p>
<p>Seems simple ey? yet all the good twitter clients have really poor implementations.</p>
<p>This is what the App looks like:</p>
<p><a  href="http://www.floydprice.com/wp-content/uploads/2009/10/original.jpg"><img style="margin: 4px; border: none;" src="http://www.floydprice.com/wp-content/uploads/2009/10/original.jpg" alt="original.jpg" border="0" width="120" /></a><a href="http://www.floydprice.com/wp-content/uploads/2009/10/original2.jpg"><img style="margin: 4px; border: none;" src="http://www.floydprice.com/wp-content/uploads/2009/10/original2.jpg" alt="original2.jpg" border="0" width="120"  /></a></p>
<p>This project will show you how to do the following things:</p>
<ul>
<li>Draw a custom control (TextField)</li>
<li>Use a Fliped Transition (settings view)</li>
<li>Save and fetch user defaults</li>
<li>Custom Rotation logic to position elements manually</li>
<li>Animation, the tweet text field animates away when you click Post</li>
<li>Integrating with a 3rd party code base (MGTwitterEngine)</li>
</ul>
<p>Go get the source from <a href="http://svn.floydprice.com/OSS/QuickTweet/trunk/">http://svn.floydprice.com/OSS/QuickTweet/trunk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.floydprice.com/2009/10/quicktweet-is-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
