<?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>Tim Davies sans vowels</title>
	<atom:link href="http://tmdvs.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://tmdvs.me</link>
	<description>Developer, Designer, and lover of consonants</description>
	<lastBuildDate>Fri, 21 Oct 2011 21:29:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Keeping up appearances, polish your brass!</title>
		<link>http://tmdvs.me/blog/keeping-up-appearances-polish-your-brass/</link>
		<comments>http://tmdvs.me/blog/keeping-up-appearances-polish-your-brass/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 21:14:43 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334630</guid>
		<description><![CDATA[With the introduction of iOS 5 the gods that are the iOS framework engineers have given us the wonderful gift of UIAppearence. The new appearance proxies allow us developers to customise the look and feel of our applications, such as &#8230; <a href="http://tmdvs.me/blog/keeping-up-appearances-polish-your-brass/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the introduction of iOS 5 the gods that are the iOS framework engineers have given us the wonderful gift of <strong>UIAppearence</strong>. The new appearance proxies allow us developers to customise the look and feel of our applications, such as Navigation Bars, Toolbars and Tab Bars without swizzling or naughty categories.</p>
<p>The following is a REALLY brief overview of what @ctp went into in his WWDC&#8217;11 talk which you can <a href="https://developer.apple.com/videos/wwdc/2011/#customizing-the-appearance-of-uikit-controls">watch online here</a> (if you&#8217;re an apple developer and logged into developer.apple.com)</p>
<p>The new appearance proxies let us call methods such as <em><strong>setBackgroundImage: forBarMetrics: </strong></em>on our bars and bar button items so we can really give our apps a good polishing up. Normally we&#8217;d call these methods as follows:</p>
<pre>[myToolbar setBackgroundImage:myUIImage forBarMetrics:UIBarMetricsDefault];</pre>
<p>So very simple, and all these methods are now fully documented. There are very slight variations in the appearance methods per control so it it worth referring to the documentation to save a headache or two when things don&#8217;t go right.</p>
<p>Not only can you set appearance properties for instances of classes, you can set them for a class in general. Think how your categories worked. You can change the appearance of UINavigationBar across you entire app in one swoop:</p>
<pre>[[UINavigationBar apperence] setBackgroundImage:… forBarMetrics:…];</pre>
<p>Many UIKit classes now have an appearance property. This passes back the appearance proxy for that class, and once you&#8217;ve made changes any instance of that class from the point of you modified the appearance will look sexy. If you create an instance of a control before you modify the appearance proxy you must re-initialise/redraw that instance for modifications to take effect.</p>
<p>One more thing. So you know how to modify the appearance of a single instance as well as the appearance for all instances of that class. But you can also define specific appearance properties depending on what the control is contained in. For example, if I wanted to change a navigation bar&#8217;s appearance solely when it&#8217;s present in MyViewController I would do so like this:</p>
<pre>[[UINavigationBar apperenceWhenContainedIn:[MyViewController class], nil] …];</pre>
<p>Really simple eh? Instead of calling appearance you simple specify a nil terminated list of containers for which these changes should take effect in.</p>
<p>This new addition to iOS now means you shouldn&#8217;t have to write another swizzle or category for simply prettify your bars and buttons.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/keeping-up-appearances-polish-your-brass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding the native tongue, issues in miscommunication…</title>
		<link>http://tmdvs.me/blog/coding-the-native-tongue-issues-in-miscommunication%e2%80%a6/</link>
		<comments>http://tmdvs.me/blog/coding-the-native-tongue-issues-in-miscommunication%e2%80%a6/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 19:10:47 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334627</guid>
		<description><![CDATA[Recently I&#8217;ve been speaking to a handful of developer types who have started to bring their apps to iOS, but when I go all fanboy on them and try to stir up convosation about how amazing Objective-C is as a &#8230; <a href="http://tmdvs.me/blog/coding-the-native-tongue-issues-in-miscommunication%e2%80%a6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been speaking to a handful of developer types who have started to bring their apps to iOS, but when I go all fanboy on them and try to stir up convosation about how amazing Objective-C is as a langauge, and how lucky we are to have well written and documented API&#8217;s such as UIKit their eyes glaze over. &#8220;Objective what now?&#8221;, &#8220;UIKit?&#8221;.</p>
<p>Turns out many, many developers are using thrid party compilers to create iPhone apps now. Some writing in Java (wasn&#8217;t there a JS-Cocoa at one point?), others making games in flash and building them out to iOS using some bastardized Adobe tools. While I&#8217;m sure this is enabling them to build games and utilites in a language with which they are familiar, I have a strong suspicion that all it actually does is hurt the end user and the platform.</p>
<p>So you go to make your epic-new-awesome-rpg type game, but you engineer it all in flash and these choose to compile it for iPhone. This may seem very attractive to the developer. Releasing your new game in the popular AppStore. Think of the dollars. The problems come as soon as there is a bug. It was working fine as flash, but when a third party is required to bridge between the APIs you&#8217;re sure to encounter a problem at some point, and the people this will affect directly is your customers. Customers love to complain. It&#8217;s their right, they paid for your app, yet you can&#8217;t fix the issue until Adobe releases the fix in its own tools. The customer has to wait. Now you&#8217;re just making the platform look bad.</p>
<p>My advice to anyone who wants to write apps for a specific platform is learn the language. Ofcourse as with everything its going to be tricky at first, but you&#8217;ll learn how to do more than your third party crap ever let you do, and you&#8217;ll even know how to go about fixing your own bugs.</p>
<p>This isn&#8217;t a post about a lack-of-love for cross platform languages. I&#8217;m all for using them, but only where the platform directly allows for it. Andriod apps should be written in Java, its the phones first language, Obj-c for iPhone, its what is knows best.</p>
<p>I&#8217;m sure you&#8217;ve been in a situation speaking to someone in a second langauge, its just not the same is it?</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/coding-the-native-tongue-issues-in-miscommunication%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code, Build, Run, and Repeat</title>
		<link>http://tmdvs.me/blog/code-build-run-and-repeat/</link>
		<comments>http://tmdvs.me/blog/code-build-run-and-repeat/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:46:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334508</guid>
		<description><![CDATA[Development on Novus (@getnovus) is coming along nicely. Since we last spoke Google Reader has been fully implemented, however I&#8217;m debating wether or not supporting both Google Reader and Standalone functionality is viable at this point as the way Google &#8230; <a href="http://tmdvs.me/blog/code-build-run-and-repeat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Development on Novus (@getnovus) is coming along nicely. Since we last spoke Google Reader has been fully implemented, however I&#8217;m debating wether or not supporting both Google Reader and Standalone functionality is viable at this point as the way Google Reader stores feeds is very different as to how you would in a stand alone application. However I may build Google Account sign up into Novus as its proving great for cloud backup.</p>
<p><img class="alignnone size-full wp-image-1120334617" title="photo" src="http://tmdvs.me/wp-content/uploads/2011/09/photo.jpg" alt="" width="907" height="345" /></p>
<p>I have also implemented a new way in which a user scrolls through an articles content replacing the default iOS scroll bar functionality with a new paradigm I thought up whilst having a bath. This new paradigm focuses on navigating an article you&#8217;re reading showing your progress through the article and allowing you to touch a position to start reading from.</p>
<p>The user interface and all other graphic goodness for Novus is being produced by the wonderful Robbie Pearce (@heartofpixels) however the initial beta releases of Novus will be typical iOS UI as I want to nail the functionality before applying the lipstick.</p>
<p>Just before I sign off, we&#8217;re still allowing you fine ladies and gentle men to register you interest in helping us test Novus. Please only apply if you&#8217;re actually interested in reading articles from feeds. If you&#8217;re applying to simply brag about an app only you and 40 others have then you&#8217;re doing it wrong. If you want to play with my buggy pre-release software at some point in the near future then <a href="https://testflightapp.com/join/8c0ae2dd19fb6aadbb82f1f38f55bf3a-NTk3/">apply to be a beta tester</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/code-build-run-and-repeat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it possible to please the majority of users?</title>
		<link>http://tmdvs.me/blog/is-it-possible-to-please-the-majority-of-users/</link>
		<comments>http://tmdvs.me/blog/is-it-possible-to-please-the-majority-of-users/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 22:17:57 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334600</guid>
		<description><![CDATA[As anyone who has read this blog before will likely know, I&#8217;m working on a new iOS app called Novus, an feed reader application that is now fully driven by Google Reader. Rather than just being a client for Google &#8230; <a href="http://tmdvs.me/blog/is-it-possible-to-please-the-majority-of-users/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As anyone who has read this blog before will likely know, I&#8217;m working on a new iOS app called Novus, an feed reader application that is now fully driven by Google Reader. Rather than just being a client for Google Reader, Novus was engineered to use Google Reader as more of a cloud backup and really emphasise adding, removing and managing feeds within the application.</p>
<p>But how do I know this will make prospective users happy? Will this be a way in which they&#8217;d want to interact with Google Reader, or do they really just want a dumb client?</p>
<p>My idea with novus is to do as apple do. Make it powerful while keeping tasks simple to do. Hopefully this approach means the app will we both desirable to both novice and pro feed users. Building in advance sharing options that can be turned on and off by the user clearing menu space an buttons off alert sheets. Making toolbars clever. Similar to how Tapbots did this in tweetbot. </p>
<p>Hopefully with more developers adhering to this approach it will become possible to keep the majority of users content with your app. Let them use it how they see fit.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/is-it-possible-to-please-the-majority-of-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Farewell Steve</title>
		<link>http://tmdvs.me/blog/farewell-steve/</link>
		<comments>http://tmdvs.me/blog/farewell-steve/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 23:01:30 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<guid isPermaLink="false">http://tmdvs.me/?p=1120334587</guid>
		<description><![CDATA[Here’s to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They’re not fond of rules. And they have no respect for the status quo. You can &#8230; <a href="http://tmdvs.me/blog/farewell-steve/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here’s to the crazy ones. The misfits. The rebels. The troublemakers.</p>
<p>The round pegs in the square holes. The ones who see things differently.</p>
<p>They’re not fond of rules. And they have no respect for the status quo. You can quote them, disagree with them, glorify or vilify them. About the only thing you can’t do is ignore them. Because they change things.</p>
<p>They push the human race forward. And while some may see them as the crazy ones, we see genius.</p>
<p>Because the people who are crazy enough to think they can change the world, are the ones who do.</p>
<p><em>Steve Jobs Apple CEO April 1, 1976 &#8211; end of May 1985, September 1997 - August 24th, 2011</em></p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/farewell-steve/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dribbblish, a soon to be open source Dribbble API example</title>
		<link>http://tmdvs.me/blog/dribbblish/</link>
		<comments>http://tmdvs.me/blog/dribbblish/#comments</comments>
		<pubDate>Mon, 16 May 2011 11:19:38 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334567</guid>
		<description><![CDATA[I was purusing @Dribbble last month looking at all the beautiful shots being listed on peoples profiles when I thought &#8220;Why is there no slideshow/view on black mode&#8221;. Naturally I used this train of thought as an excuse to hack &#8230; <a href="http://tmdvs.me/blog/dribbblish/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was purusing @Dribbble last month looking at all the beautiful shots being listed on peoples profiles when I thought &#8220;Why is there no slideshow/view on black mode&#8221;. Naturally I used this train of thought as an excuse to hack together a quick project using @Dribbble&#8217;s (currently read-only) API.</p>
<p><a href="http://lab.tmdvs.me">Dribbblish</a> was the result. Dribbblish was to me a quick fondling of the Dribbble API but it really took off with @Dribbble users getting tens of thousands of views as people tweeted their profiles being shown in Dribbblish (to view your own profile simply add your username to then end of the URL!).</p>
<p>But what am I going to do with Dribbblish now? Well I plan to do nothing else with it myself. Many people wanted it to be turned into a more public facing application allowing people to make theme-able @Dribbble powered portfolios. This however was never going to happen as its of my opinion that @Dribbble should be used for its original purpose, feedback on your works in progress. However I do now plan to stick the Dribbblish source up on Github over the coming days so should people really want their own Dribbblish portfolio they can, but it won&#8217;t be my fault when @Dribbble becomes a showcase site.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/dribbblish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some changes in development</title>
		<link>http://tmdvs.me/blog/some-changes-in-development/</link>
		<comments>http://tmdvs.me/blog/some-changes-in-development/#comments</comments>
		<pubDate>Wed, 04 May 2011 21:06:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<guid isPermaLink="false">http://tmdvs.me/?p=1120334560</guid>
		<description><![CDATA[As many of you know I&#8217;m one of the Founders and Directors of a small software house called YummyCocoa where I was leading development on a new Twitter client called &#8220;Twiba&#8221;. Twiba development began in early 2009 however due to &#8230; <a href="http://tmdvs.me/blog/some-changes-in-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As many of you know I&#8217;m one of the Founders and Directors of a small software house called <a href="http://yummycocoa.com">YummyCocoa</a> where I was leading development on a new Twitter client called &#8220;Twiba&#8221;.</p>
<p>Twiba development began in early 2009 however due to some issues that I&#8217;ve discussed before (many, many times) development slowed. However today I&#8217;m announcing that I&#8217;ve stepped down from heading up development on Twiba due to work commitments as I just don&#8217;t have the time Twiba development demands. I still will be working on my other products it&#8217;s simply I don&#8217;t have the time Twiba deserves.</p>
<p><strong>Update: </strong>@gabriel_rinaldi is now developing @TwibaApp</p>
<p>In other news, Novus development has progressed with Google Syncing now nearing completion with adding and removing feeds. Beta testers who registered interest in testing will soon be informed if they&#8217;ll be testing Novus.</p>
<p>I hope you&#8217;re all as excited as me to see what the new developer of Twiba will bring to the table and I&#8217;ll still be there to support them and offer my help when I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/some-changes-in-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using a UIView’s layer for creating dynamic drop shadows</title>
		<link>http://tmdvs.me/blog/using-a-views-layer-for-dynamic-drop-shadows/</link>
		<comments>http://tmdvs.me/blog/using-a-views-layer-for-dynamic-drop-shadows/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 20:31:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<guid isPermaLink="false">http://tmdvs.me/?p=1120334523</guid>
		<description><![CDATA[I was recently surprised to know how few iOS developers knew that they could use a UIView&#8217;s CALayer to draw dynamic (as in if it were a UIImageView or used an image as a background the shadow would mask to &#8230; <a href="http://tmdvs.me/blog/using-a-views-layer-for-dynamic-drop-shadows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently surprised to know how few iOS developers knew that they could use a UIView&#8217;s CALayer to draw dynamic (as in if it were a UIImageView or used an image as a background the shadow would mask to it/alpha masking) drop shadows. So I&#8217;ve decided to code up a quick example for you all. First thing to do is to add the <strong><em>QuartzCore</em></strong> framework to your project and import the QuartzCore header: <em><strong>#import &lt;QuartzCore/QuartzCore.h&gt;</strong></em></p>
<p>The access a views layer using the &#8216;layer&#8217; property and commence drawing shenanigans.</p>
<pre><code><span class="class">UIView</span> *<span class="variable">myView</span> = [[<span class="class">UIView</span> alloc] initWithFrame:<span class="method">CGRectMake</span>(30, 30, 260, 260)]; 

/* It's important to remember to pass CG structs like floats and CGColors */
[[<span class="variable">myView</span> layer] setShadowOffset:CGSizeMake(0, 1)];
[[<span class="variable">myView</span> layer] setShadowColor:[[<span class="class">UIColor</span> darkGrayColor] CGColor]];
[[<span class="variable">myView</span> layer] setShadowRadius:3.0];
[[<span class="variable">myView</span> layer] setShadowOpacity:0.8];
</code></pre>
<p>This code example would give you a nice UIView with a neat little drop shadow all via the power of<strong> CoreAnimation Layers</strong>. There is much, much more you can accomplish simply and quickly by using layers such as masking to layer bounds, using a UIImage as an alpha mask, borders and so on and so forth! Oh, and of course the great ability to animate it all with <strong>CAAnimation</strong>.</p>
<p>I hope this helped somewhat.<br />
Tim<br />
<strong><em>Notice: @fluter pointed out on Twitter than these methods are only available on 3.2+ but I&#8217;m assuming we&#8217;re not working to such an old OS spec now are we?</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/using-a-views-layer-for-dynamic-drop-shadows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My thoughts on Interaction Design on iOS</title>
		<link>http://tmdvs.me/blog/my-thoughts-on-interaction-design-on-ios/</link>
		<comments>http://tmdvs.me/blog/my-thoughts-on-interaction-design-on-ios/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 23:01:21 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<guid isPermaLink="false">http://tmdvs.me/?p=1120334517</guid>
		<description><![CDATA[The more apps I download the more I notice the oversight User Experience is suffering on the iPhone. With the release of the iPad came new Human Interface Guidelines that encouraged developers to use more &#8220;Real World&#8221; user interface paradigms &#8230; <a href="http://tmdvs.me/blog/my-thoughts-on-interaction-design-on-ios/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px Helvetica; min-height: 18.0px} -->The more apps I download the more I notice the oversight User Experience is suffering on the iPhone. With the release of the iPad came new Human Interface Guidelines that encouraged developers to use more &#8220;Real World&#8221; user interface paradigms which lead to experience innovation. This has yet to happen on the iPhone. The last major UX shift I noticed was pull to refresh which can now been seen in varying degrees of awesome across a plethora of applications on the AppStore. This &#8220;copy what did good&#8221; concept is also seen within the world of UITabBars. Tab bars are used to switch between navigation/view hierarchies. Instagram added a large middle tab bar button that brought up a modal window. This breaks the users understanding of tabs. What use is a tab item if its not a tab? Gowalla then copied this poor UX choice, and by poor I simply mean breaking the connotation of pre-existing controls.</p>
<p>On a device where you have the chance to create experiences based around touch and gestures it seems many still rely on basic Apple controls choosing to use buttons over clever and natural gestures and/or touches (this is especially noticeable when in the applications description the developer users the term click over tap or touch).</p>
<p>As a developer if your product brings innovation, unique and natural user experience and a wholesome and good looking interface then there is always the chance you&#8217;ll blow your competition away.</p>
<p>Innovate or be left behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/my-thoughts-on-interaction-design-on-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novus &#8211; Reading on iOS as it should be</title>
		<link>http://tmdvs.me/blog/novus-reading-on-ios-as-it-should-be/</link>
		<comments>http://tmdvs.me/blog/novus-reading-on-ios-as-it-should-be/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:01:14 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tmdvs.me/?p=1120334510</guid>
		<description><![CDATA[Novus is a project that I have been sitting on for a while, a stop start development that I slowly abandoned…that is until now. I was going through a DropBox folder of mine that I fill with all the apps &#8230; <a href="http://tmdvs.me/blog/novus-reading-on-ios-as-it-should-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://getnovusapp.com/">Novus</a> is a project that I have been sitting on for a while, a stop start development that I slowly abandoned…that is until now.</p>
<p style="text-align: left;">I was going through a DropBox folder of mine that I fill with all the apps and little collections of code that I either wrote for fun or never bothered to finish. I stumbled across an app I started a while ago that had a few names, most notably Gazette and Bulletin. I then turned to my iPhone and iPad and it struck me. There wasn&#8217;t a stand alone news reader that was universal and didn&#8217;t require you to use Google Reader. Well at least one I liked (I&#8217;m most fickle).</p>
<p style="text-align: left;">Now I know many people love Google Reader and use it daily, and good for them. However I myself am not a die hard RSS fan but I do like to have a place I can go and catch up with news. Novus is my vision of an RSS news reader. It may not be your ideal reader but let me explain it to you. Novus will work as a stand alone reader. It won&#8217;t require Google Reader to use but I&#8217;m sure I&#8217;ll work to build it in should people desperately want it, but for me Google Reader support isn&#8217;t the be all and end all of RSS.</p>
<p style="text-align: left;">Novus will have a listings part of the application. Should you want to find a new feed while in the app, you can discover similar feeds from a user populated listings section of the application. I know I&#8217;ll often want to know other peoples&#8217; opinions on something I&#8217;ve just read so from within Novus I can simply bring up listings and search for similar feeds.</p>
<p style="text-align: left;">This is but the tip of the iceberg that is Novus. If you want to know more you can follow @getnovus or the creators @tmdvs (myself) or @heartofpixels (my forever patient partner who happens to be a pixel pusher too).</p>
]]></content:encoded>
			<wfw:commentRss>http://tmdvs.me/blog/novus-reading-on-ios-as-it-should-be/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

