<?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>A Dash Of Web and Mobile Development &#187; cbs news</title>
	<atom:link href="http://blog.iangclifton.com/tag/cbs-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iangclifton.com</link>
	<description>Discussing trends and technologies in web and mobile development</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The CBS News iPhone App</title>
		<link>http://blog.iangclifton.com/2009/10/20/the-cbs-news-iphone-app/</link>
		<comments>http://blog.iangclifton.com/2009/10/20/the-cbs-news-iphone-app/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:53:34 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[cbs news]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=54</guid>
		<description><![CDATA[
At the end of last week, the iPhone application I have been working on was released.  It&#8217;s the free CBS News application for the iPhone (iTunes link), and it&#8217;s the best type of application from a developer standpoint:  an application to be proud of.  I developed the code that processes the APIs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbsnews-us-news.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbsnews-us-news-80x150.png" alt="CBS News - U.S. News" title="CBS News - U.S. News" width="80" height="150" class="alignleft size-thumbnail wp-image-59" /></a></p>
<p>At the end of last week, the iPhone application I have been working on was released.  It&#8217;s the free CBS News application for the iPhone (<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=334256223&#038;mt=8">iTunes link</a>), and it&#8217;s the best type of application from a developer standpoint:  an application to be proud of.  I developed the code that processes the APIs we ingest, and I also created the web views that display the data.  Fortunately, that means I didn&#8217;t have to create the Objective-C that ties it all together (not that there&#8217;s anything wrong with Objective-C).<span id="more-54"></span></p>
<p><a href="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbs-evening-news.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbs-evening-news-161x300.png" alt="CBS Evening News" title="CBS Evening News" width="161" height="300" class="alignright size-medium wp-image-60" /></a></p>
<p>The great thing about this application is that it just works.  Data is cached, so you see results quickly while updated news is loaded in the background.  Tweets in the Twitter section that contain links to CBS News articles, blogs, or videos can be tapped on to directly view that content in application.  Videos from top CBS News shows such as <a href="http://www.cbsnews.com/sections/60minutes/main3415.shtml">60 Minutes</a> and <a href="http://www.cbsnews.com/sections/eveningnews/main3420.shtml">CBS Evening News with Katie Couric</a> can be played directly in the app.  Even the image galleries are searchable.</p>
<p>The reason that I say this is an application worthy of pride is because of all the &#8220;magic&#8221; that happens behind the scenes to make this application work.  Most people who aren&#8217;t developers will use the Twitter section and tap one of the CBS News tweets and then tap on a &#8220;(view)&#8221; link to read the story.  The flow is simple enough, it makes sense, and <em>why shouldn&#8217;t you be able to view that story in the application?</em>  And that&#8217;s exactly right.  There&#8217;s no point in including a Twitter section that just ends up always linking to the full CBS News site or that <em>only</em> includes CBS News tweets.  That wouldn&#8217;t be much different from an RSS feed.  Similarly, having all the in-story links open a new webview that just loads the next CBS News article from their site would be illogical and virtually unusable from the end-user perspective (and, really, that&#8217;s the perspective that matters).</p>
<p><a href="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbsnews-twitter.png"><img src="http://blog.iangclifton.com/wp-content/uploads/2009/10/cbsnews-twitter-161x300.png" alt="CBS News - Twitter" title="CBS News - Twitter" width="161" height="300" class="alignleft size-medium wp-image-61" /></a></p>
<p>Of course, the developer perspective is a lot different.  An inexperienced developer might just assume we&#8217;re using some special Twitter API that includes metadata with article IDs or something that would make this really easy.  A more experienced developer will know things are rarely that easy and will imagine the code involved with following links from <a href="http://tinyurl.com">TinyURL</a>, <a href="http://bit.ly">bit.ly</a>, and other URL shorteners, possibly to an RSS feed which then points to the real article.  And maybe that developer would even consider that links to videos point to Flash videos, which aren&#8217;t usable on the iPhone.  Anyway, there is even more involved than that, but all I&#8217;ll say is that this &#8220;magic&#8221; is complicated code that makes the end-user enjoy his/her experience and makes the developer proud.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2009/10/20/the-cbs-news-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
