<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: UX in Bed</title>
	<atom:link href="http://www.tobyjoe.com/2009/08/ux-in-bed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobyjoe.com/2009/08/ux-in-bed/</link>
	<description>Toby Joe Boudreaux on Tech, Creativity, UX, and All Things Digital</description>
	<lastBuildDate>Thu, 22 Jul 2010 02:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: To Autorotate or Not to Autorotate &#124; Free Nokia 5800 Games, Nokia N97 Games, 5530 Games, Nokia 5800 and N97 Themes, Nokia 5800 and N97 Softwares, Free S60v5 Stuff</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1375</link>
		<dc:creator>To Autorotate or Not to Autorotate &#124; Free Nokia 5800 Games, Nokia N97 Games, 5530 Games, Nokia 5800 and N97 Themes, Nokia 5800 and N97 Softwares, Free S60v5 Stuff</dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1375</guid>
		<description>[...] Joe Boudreaux has a great post today about one shortcoming of autorotation on the iPhone, which is when you try to use an application [...]</description>
		<content:encoded><![CDATA[<p>[...] Joe Boudreaux has a great post today about one shortcoming of autorotation on the iPhone, which is when you try to use an application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VB Dude</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1381</link>
		<dc:creator>VB Dude</dc:creator>
		<pubDate>Wed, 17 Feb 2010 02:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1381</guid>
		<description>Thanks for the post -- it was quite informative.  However, I would add a few extra steps if one was trying to include this functionality in their code: &lt;br&gt;&lt;br&gt;1) Be sure to import your app delegate&#039;s header file in each view controller. For this example, it would be &lt;br&gt;#import &quot;PillowTalkAppDelegate.h&quot;&lt;br&gt;&lt;br&gt;2) Also be sure to include the declaration of the shouldAutorotateToInterfaceOrientation function in your app delegates .h file.  For this example, it would be&lt;br&gt;- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation;</description>
		<content:encoded><![CDATA[<p>Thanks for the post &#8212; it was quite informative.  However, I would add a few extra steps if one was trying to include this functionality in their code: </p>
<p>1) Be sure to import your app delegate&#39;s header file in each view controller. For this example, it would be <br />#import &#8220;PillowTalkAppDelegate.h&#8221;</p>
<p>2) Also be sure to include the declaration of the shouldAutorotateToInterfaceOrientation function in your app delegates .h file.  For this example, it would be<br />- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VB Dude</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1369</link>
		<dc:creator>VB Dude</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1369</guid>
		<description>Thanks for the post -- it was quite informative.  However, I would add a few extra steps if one was trying to include this functionality in their code: &lt;br&gt;&lt;br&gt;1) Be sure to import your app delegate&#039;s header file in each view controller. For this example, it would be &lt;br&gt;#import &quot;PillowTalkAppDelegate.h&quot;&lt;br&gt;&lt;br&gt;2) Also be sure to include the declaration of the shouldAutorotateToInterfaceOrientation function in your app delegates .h file.  For this example, it would be&lt;br&gt;- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation;</description>
		<content:encoded><![CDATA[<p>Thanks for the post &#8212; it was quite informative.  However, I would add a few extra steps if one was trying to include this functionality in their code: </p>
<p>1) Be sure to import your app delegate&#39;s header file in each view controller. For this example, it would be <br />#import &#8220;PillowTalkAppDelegate.h&#8221;</p>
<p>2) Also be sure to include the declaration of the shouldAutorotateToInterfaceOrientation function in your app delegates .h file.  For this example, it would be<br />- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boarder2</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1272</link>
		<dc:creator>Boarder2</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1272</guid>
		<description>Please, please get the word out on this!
I wish it was a universal setting that you could just disable it for every app in the phone settings. Until then, developers really should consider implementing it. It&#039;s so easy to do.</description>
		<content:encoded><![CDATA[<p>Please, please get the word out on this!<br />
I wish it was a universal setting that you could just disable it for every app in the phone settings. Until then, developers really should consider implementing it. It&#8217;s so easy to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam French</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1367</link>
		<dc:creator>Adam French</dc:creator>
		<pubDate>Sat, 22 Aug 2009 00:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1367</guid>
		<description>Amen. And I think the first and foremost app that should follow your lead is Safari. Secondly Mail, but mainly Safari.</description>
		<content:encoded><![CDATA[<p>Amen. And I think the first and foremost app that should follow your lead is Safari. Secondly Mail, but mainly Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iWyre</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1115</link>
		<dc:creator>iWyre</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1115</guid>
		<description>[...] Autorotate or Not to Autorotate by admin on August 21st, 2009 Toby Joe Boudreaux has a great post today about one shortcoming of autorotation on the iPhone, which is when you try to use an application [...]</description>
		<content:encoded><![CDATA[<p>[...] Autorotate or Not to Autorotate by admin on August 21st, 2009 Toby Joe Boudreaux has a great post today about one shortcoming of autorotation on the iPhone, which is when you try to use an application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobyjoe</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1113</link>
		<dc:creator>tobyjoe</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1113</guid>
		<description>Yeah, Bill, that app does it very well. The example I provided is about the simplest you could ever do. Maybe it&#039;s worth coming up with a standard pattern and control set for this.</description>
		<content:encoded><![CDATA[<p>Yeah, Bill, that app does it very well. The example I provided is about the simplest you could ever do. Maybe it&#8217;s worth coming up with a standard pattern and control set for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottYelich</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1112</link>
		<dc:creator>ScottYelich</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1112</guid>
		<description>I absolutely can not *stand* autorotate.
Second is &quot;shake&quot; .. shake to undo, shake to erase... shake to change.  STOP IT.

If you have to do this sh!t, please at least give me an option to disable it.  Those apps that already provided forced portrait/landscape -- YAY.  thank you.

Auto rotation sucks.  

Scott
ps:  Yes, I use my iphone lying down, in bed upside down, etc.</description>
		<content:encoded><![CDATA[<p>I absolutely can not *stand* autorotate.<br />
Second is &#8220;shake&#8221; .. shake to undo, shake to erase&#8230; shake to change.  STOP IT.</p>
<p>If you have to do this sh!t, please at least give me an option to disable it.  Those apps that already provided forced portrait/landscape &#8212; YAY.  thank you.</p>
<p>Auto rotation sucks.  </p>
<p>Scott<br />
ps:  Yes, I use my iphone lying down, in bed upside down, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Barbot</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1111</link>
		<dc:creator>Bill Barbot</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1111</guid>
		<description>With you all the way. Amazon&#039;s Kindle app for iPhone handles this very elegantly, and I use it often. Every time  device orientation changes, a little unlocked padlock icon appears briefly in the lower right-hand corner of the screen. Tap the icon and it locks into the current orientation. Roll around as much as you want, and it ain&#039;t going anywhere until you tap it again to make it unlocked. Slick, easy, intuitive, useful, and smartly aware of the incredibly common &quot;I&#039;m reading in bed and I might just roll over&quot; use case.</description>
		<content:encoded><![CDATA[<p>With you all the way. Amazon&#8217;s Kindle app for iPhone handles this very elegantly, and I use it often. Every time  device orientation changes, a little unlocked padlock icon appears briefly in the lower right-hand corner of the screen. Tap the icon and it locks into the current orientation. Roll around as much as you want, and it ain&#8217;t going anywhere until you tap it again to make it unlocked. Slick, easy, intuitive, useful, and smartly aware of the incredibly common &#8220;I&#8217;m reading in bed and I might just roll over&#8221; use case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam French</title>
		<link>http://www.tobyjoe.com/2009/08/ux-in-bed/comment-page-1/#comment-1110</link>
		<dc:creator>Adam French</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjoe.com/?p=1201#comment-1110</guid>
		<description>Amen. And I think the first and foremost app that should follow your lead is Safari. Secondly Mail, but mainly Safari.</description>
		<content:encoded><![CDATA[<p>Amen. And I think the first and foremost app that should follow your lead is Safari. Secondly Mail, but mainly Safari.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
