<?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: iPhone / Small Screen Support</title>
	<atom:link href="http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/</link>
	<description>Stuff related to storiesonline</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:19:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rowan</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1875</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Wed, 12 May 2010 21:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1875</guid>
		<description>Is it possible to download to a format that is convertible by Kindle?  I tried ePub eBook, but when I sent the resultant file to kindle, it wasn&#039;t recognized.</description>
		<content:encoded><![CDATA[<p>Is it possible to download to a format that is convertible by Kindle?  I tried ePub eBook, but when I sent the resultant file to kindle, it wasn&#8217;t recognized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1296</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 24 Mar 2010 04:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1296</guid>
		<description>yeah, the 98% helped. thanks!



i&#039;d guess the iPhone has more advanced &quot;site-area&quot; recognition routines and also knows about common patterns &quot;in the wild&quot;, especially stuff that&#039;s not at all intuitive about the CSS box model.



at 98%, the whole text fits on my phone screen (800x480). i can still scroll though, but that&#039;s only by a few pixels (borders). i don&#039;t know what the width attribute would accomplish here, but i can only talk about android and Firefox, not any of the other popular browsers like IE/safari/opera.</description>
		<content:encoded><![CDATA[<p>yeah, the 98% helped. thanks!</p>
<p>i&#8217;d guess the iPhone has more advanced &#8220;site-area&#8221; recognition routines and also knows about common patterns &#8220;in the wild&#8221;, especially stuff that&#8217;s not at all intuitive about the CSS box model.</p>
<p>at 98%, the whole text fits on my phone screen (800&#215;480). i can still scroll though, but that&#8217;s only by a few pixels (borders). i don&#8217;t know what the width attribute would accomplish here, but i can only talk about android and Firefox, not any of the other popular browsers like IE/safari/opera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1295</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1295</guid>
		<description>I&#039;ve changed it to 98%.

I test on an iphone and the iphone doesn&#039;t have the horizontal scrolling problem with width of 100%. I saw it previously on firefox and safari. Since Android&#039;s html engine is the same as the iphone (webkit) it never occurred to me that it would be a problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve changed it to 98%.</p>
<p>I test on an iphone and the iphone doesn&#8217;t have the horizontal scrolling problem with width of 100%. I saw it previously on firefox and safari. Since Android&#8217;s html engine is the same as the iphone (webkit) it never occurred to me that it would be a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1294</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1294</guid>
		<description>ah i&#039;m talking nonsense.



removing that directive still solves the issue, but my explanation was wrong.



the width property isn&#039;t inherited. rather, it&#039;s an issue with the box model, it seems. see http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug for details.



#story is set to 100%, but it also has padding:8pt. 100% plus padding is wider than the screen.</description>
		<content:encoded><![CDATA[<p>ah i&#8217;m talking nonsense.</p>
<p>removing that directive still solves the issue, but my explanation was wrong.</p>
<p>the width property isn&#8217;t inherited. rather, it&#8217;s an issue with the box model, it seems. see <a href="http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug" rel="nofollow">http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug</a> for details.</p>
<p>#story is set to 100%, but it also has padding:8pt. 100% plus padding is wider than the screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1293</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1293</guid>
		<description>thanks. let&#039;s see what is going on...



#story, #top-header, #bott-header

{

width: 100%;

}



i think that&#039;s the problem. this directive not only applies to div#story, but it is also inherited by all its children (H2 and Ps).



so the children are 100% wide, and the div#story has padding, so the div#story has to be wider than 100%.



i can observe the &quot;over-wide&quot; issue on firefox too, now that i set it to the storiesiphone.css style.



indeed, using the web developer plugin and removing that 100% directive solves the issue at least in firefox.</description>
		<content:encoded><![CDATA[<p>thanks. let&#8217;s see what is going on&#8230;</p>
<p>#story, #top-header, #bott-header</p>
<p>{</p>
<p>width: 100%;</p>
<p>}</p>
<p>i think that&#8217;s the problem. this directive not only applies to div#story, but it is also inherited by all its children (H2 and Ps).</p>
<p>so the children are 100% wide, and the div#story has padding, so the div#story has to be wider than 100%.</p>
<p>i can observe the &#8220;over-wide&#8221; issue on firefox too, now that i set it to the storiesiphone.css style.</p>
<p>indeed, using the web developer plugin and removing that 100% directive solves the issue at least in firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1292</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Sun, 21 Mar 2010 01:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1292</guid>
		<description>Of course not, the stories.css is not for the mobile version.

If you click on &#039;Settings&#039; in the new stories page, and from the screen size menu, select small, save, then load a story, the site will deliver the mobile stylesheet.</description>
		<content:encoded><![CDATA[<p>Of course not, the stories.css is not for the mobile version.</p>
<p>If you click on &#8216;Settings&#8217; in the new stories page, and from the screen size menu, select small, save, then load a story, the site will deliver the mobile stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1291</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1291</guid>
		<description>Nothing changed for me; the story view still is a few pixels wider than my screen, on my Android 2.0.



I&#039;m guessing that /bit/stories.css retrieved with chrome on my desktop (win7) is NOT the small-screen/mobile CSS, right?



How could I view (and play with) the small-screen site version on a desktop?</description>
		<content:encoded><![CDATA[<p>Nothing changed for me; the story view still is a few pixels wider than my screen, on my Android 2.0.</p>
<p>I&#8217;m guessing that /bit/stories.css retrieved with chrome on my desktop (win7) is NOT the small-screen/mobile CSS, right?</p>
<p>How could I view (and play with) the small-screen site version on a desktop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1290</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1290</guid>
		<description>@Griezz

I checked the file, and I couldn&#039;t find a problem with it. I opened it with stanza on the Mac, on the iPhone and with Calibre on the Mac and it opened in all cases. Just in case, I forced the system to recreate the ePub file. Try downloading it again, just in case the first time there was some transmission errors that caused a corruption.</description>
		<content:encoded><![CDATA[<p>@Griezz</p>
<p>I checked the file, and I couldn&#8217;t find a problem with it. I opened it with stanza on the Mac, on the iPhone and with Calibre on the Mac and it opened in all cases. Just in case, I forced the system to recreate the ePub file. Try downloading it again, just in case the first time there was some transmission errors that caused a corruption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Griezz</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1289</link>
		<dc:creator>Griezz</dc:creator>
		<pubDate>Sun, 21 Feb 2010 09:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1289</guid>
		<description>I use a Sony PRS-600 Reader, and generally, it seems to do okay with the ePub formats.



The one exception that I seem to have found so far is, for some reason, MWTB&#039;s &quot;Growing Up a Master&quot;. Three other stories of his work fine as an ePub and I can read them without problem. However, when I try to access the GUaM story, either on my Reader or on my PC&#039;s reader, that particular ePub file crashes the reader program. What is even more annoying is that, if I try to manually put GUaM onto my Reader, then when I reach that story while scrolling through the list of titles on my Reader, the Reader suddenly blanks the screen and resets itself.</description>
		<content:encoded><![CDATA[<p>I use a Sony PRS-600 Reader, and generally, it seems to do okay with the ePub formats.</p>
<p>The one exception that I seem to have found so far is, for some reason, MWTB&#8217;s &#8220;Growing Up a Master&#8221;. Three other stories of his work fine as an ePub and I can read them without problem. However, when I try to access the GUaM story, either on my Reader or on my PC&#8217;s reader, that particular ePub file crashes the reader program. What is even more annoying is that, if I try to manually put GUaM onto my Reader, then when I reach that story while scrolling through the list of titles on my Reader, the Reader suddenly blanks the screen and resets itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1288</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1288</guid>
		<description>Margin is set to &#039;auto&#039;, so, theoretically, it&#039;s the way it should be and it works perfectly on the iphone. Also, theoretically, since the iphone and android have the same html rendering engine (webkit) it should work the same way.

I made some minor changes to the &#039;body&#039; tag stylesheet. Let me know if it helps.</description>
		<content:encoded><![CDATA[<p>Margin is set to &#8216;auto&#8217;, so, theoretically, it&#8217;s the way it should be and it works perfectly on the iphone. Also, theoretically, since the iphone and android have the same html rendering engine (webkit) it should work the same way.</p>
<p>I made some minor changes to the &#8216;body&#8217; tag stylesheet. Let me know if it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1287</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1287</guid>
		<description>on my droid (854x480, Android 2.0), stories look alright, but the page is always (portrait or landscape, any default zoom level and text size) a bunch of pixels too wide, so i have about a millimeter of margin on the left, and clipped text on the right.



i have to scroll every chapter page horizontally to see the clipped text (just a few characters) on the right.



it looks like the text area is the right size (i.e., 100.0% of whatever my screen width happens to be), but the margin is added to that.



might that be tweaked somehow?</description>
		<content:encoded><![CDATA[<p>on my droid (854&#215;480, Android 2.0), stories look alright, but the page is always (portrait or landscape, any default zoom level and text size) a bunch of pixels too wide, so i have about a millimeter of margin on the left, and clipped text on the right.</p>
<p>i have to scroll every chapter page horizontally to see the clipped text (just a few characters) on the right.</p>
<p>it looks like the text area is the right size (i.e., 100.0% of whatever my screen width happens to be), but the margin is added to that.</p>
<p>might that be tweaked somehow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1286</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1286</guid>
		<description>@Jonathan



Unfortunately, the Kindle doesn&#039;t support cookies. So you can&#039;t log into the site with it.</description>
		<content:encoded><![CDATA[<p>@Jonathan</p>
<p>Unfortunately, the Kindle doesn&#8217;t support cookies. So you can&#8217;t log into the site with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1285</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1285</guid>
		<description>Just got a kindle and tried to access the site. Could not get pass the login screen even in advanced mode with javascript enabled. It kept sending me to a clean up page and then back to login.



Anyone successfully accessed the site using kindle before?</description>
		<content:encoded><![CDATA[<p>Just got a kindle and tried to access the site. Could not get pass the login screen even in advanced mode with javascript enabled. It kept sending me to a clean up page and then back to login.</p>
<p>Anyone successfully accessed the site using kindle before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stubby</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1284</link>
		<dc:creator>Stubby</dc:creator>
		<pubDate>Mon, 23 Nov 2009 01:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1284</guid>
		<description>I&#039;ve been reading almost exclusively on my Blackberry for more than a year now &amp; forced it back to the old display that has been working well for me.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reading almost exclusively on my Blackberry for more than a year now &amp; forced it back to the old display that has been working well for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knight6</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1283</link>
		<dc:creator>knight6</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1283</guid>
		<description>Wanted to back up what leria said... I go to login and it tells me site is down but that could be a temporary thing.  So I waited a day and tried again..said the same thing.</description>
		<content:encoded><![CDATA[<p>Wanted to back up what leria said&#8230; I go to login and it tells me site is down but that could be a temporary thing.  So I waited a day and tried again..said the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1282</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Sat, 17 Oct 2009 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1282</guid>
		<description>What do you mean by &#039;Broken&#039;? as far as I can tell they&#039;re fine.</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8216;Broken&#8217;? as far as I can tell they&#8217;re fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leria</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1281</link>
		<dc:creator>Leria</dc:creator>
		<pubDate>Sat, 17 Oct 2009 13:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1281</guid>
		<description>Just wanted to inform you that the secure login page, the webmaster contact page, and a bunch of other things are broken on the website as of 6am this morning, Eastern time.</description>
		<content:encoded><![CDATA[<p>Just wanted to inform you that the secure login page, the webmaster contact page, and a bunch of other things are broken on the website as of 6am this morning, Eastern time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just-this-guy</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1280</link>
		<dc:creator>just-this-guy</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1280</guid>
		<description>Looks and works good on the iPhone.  Looking forward to the future rollout of the other pages</description>
		<content:encoded><![CDATA[<p>Looks and works good on the iPhone.  Looking forward to the future rollout of the other pages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1279</link>
		<dc:creator>J</dc:creator>
		<pubDate>Fri, 02 Oct 2009 23:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1279</guid>
		<description>One request. Could you please add &quot;HTML download&quot; to the story display? Ebook is no go without a viewer, and the txt file is good otherwise but my (nokia) 5800 doesn&#039;t know how to open &quot;.bz2&quot;. Or at least get it in .zip format.



I suspect (without any proof)that your server is set to save bandwith and bzip all data it can when sending to browser, and poor ol&#039; .txt file is the victim of it.



That said, I haven&#039;t REALLY put time in to trying to solve the problem. If there&#039;s any changes, I&#039;ll let you know.</description>
		<content:encoded><![CDATA[<p>One request. Could you please add &#8220;HTML download&#8221; to the story display? Ebook is no go without a viewer, and the txt file is good otherwise but my (nokia) 5800 doesn&#8217;t know how to open &#8220;.bz2&#8243;. Or at least get it in .zip format.</p>
<p>I suspect (without any proof)that your server is set to save bandwith and bzip all data it can when sending to browser, and poor ol&#8217; .txt file is the victim of it.</p>
<p>That said, I haven&#8217;t REALLY put time in to trying to solve the problem. If there&#8217;s any changes, I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elephant Man</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1278</link>
		<dc:creator>Elephant Man</dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1278</guid>
		<description>The stories list looks quite nice on my Blackberry.  It was also detected as small screen, so I didn&#039;t have to change any settings, which is nice, too.</description>
		<content:encoded><![CDATA[<p>The stories list looks quite nice on my Blackberry.  It was also detected as small screen, so I didn&#8217;t have to change any settings, which is nice, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhize</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1277</link>
		<dc:creator>Rhize</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1277</guid>
		<description>I am not sure if this is related to this update but, the update page only has one large bookmark button not the usual download arrangements.</description>
		<content:encoded><![CDATA[<p>I am not sure if this is related to this update but, the update page only has one large bookmark button not the usual download arrangements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit Altena</title>
		<link>http://storiesonline.org/blog/2009/09/21/iphone-small-screen-support/comment-page-1/#comment-1276</link>
		<dc:creator>Gerrit Altena</dc:creator>
		<pubDate>Tue, 22 Sep 2009 05:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://storiesonline.org/blog/?p=69#comment-1276</guid>
		<description>In the Update section you show only the updates for the last two days, according to the text above.

Please move the line for the update next to the the date of first posting, the way it is shown now is irritating.

I do not have an I-pod or similar, so no comment.</description>
		<content:encoded><![CDATA[<p>In the Update section you show only the updates for the last two days, according to the text above.</p>
<p>Please move the line for the update next to the the date of first posting, the way it is shown now is irritating.</p>
<p>I do not have an I-pod or similar, so no comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

