<?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 for Kyle Larson Web Design Articles</title>
	<atom:link href="http://www.kylejlarson.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylejlarson.com/blog</link>
	<description>kylejlarson.com - Web Design Blog of Kyle J Larson</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Fixed Elements and Scrolling Divs in iOS 5 by Kyle Larson</title>
		<link>http://www.kylejlarson.com/blog/2011/fixed-elements-and-scrolling-divs-in-ios-5/comment-page-1/#comment-457</link>
		<dc:creator>Kyle Larson</dc:creator>
		<pubDate>Wed, 01 Feb 2012 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylejlarson.com/blog/?p=384#comment-457</guid>
		<description>Hi James,

Sounds like the default behavior of the browser. Typically it&#039;ll bounce once when scrolling, but then like you mentioned it&#039;ll scroll the full page. The fix would be adding one of the options above (Scrollability, iScroll, ScrollFix) and putting it on your scrolling element.  It&#039;s a bit tricky to get setup but I think it should work.  Also if you scroll on any other elements it&#039;ll still cause the page bounce unless you&#039;ve got locked down with the PreventDefault mentioned above. Hopefully that helps a bit.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Sounds like the default behavior of the browser. Typically it&#8217;ll bounce once when scrolling, but then like you mentioned it&#8217;ll scroll the full page. The fix would be adding one of the options above (Scrollability, iScroll, ScrollFix) and putting it on your scrolling element.  It&#8217;s a bit tricky to get setup but I think it should work.  Also if you scroll on any other elements it&#8217;ll still cause the page bounce unless you&#8217;ve got locked down with the PreventDefault mentioned above. Hopefully that helps a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed Elements and Scrolling Divs in iOS 5 by James Toone</title>
		<link>http://www.kylejlarson.com/blog/2011/fixed-elements-and-scrolling-divs-in-ios-5/comment-page-1/#comment-456</link>
		<dc:creator>James Toone</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylejlarson.com/blog/?p=384#comment-456</guid>
		<description>In my design I have a tab at the bottom of the screen which is using position fixed. When clicked on it opens a ul with the -webkit-overflow-scrolling: touch; property on it. But when I reach the top or bottom of this list the DOM then starts to scroll the page behind. Is there a way to stop this?</description>
		<content:encoded><![CDATA[<p>In my design I have a tab at the bottom of the screen which is using position fixed. When clicked on it opens a ul with the -webkit-overflow-scrolling: touch; property on it. But when I reach the top or bottom of this list the DOM then starts to scroll the page behind. Is there a way to stop this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed Elements and Scrolling Divs in iOS 5 by Kyle Larson</title>
		<link>http://www.kylejlarson.com/blog/2011/fixed-elements-and-scrolling-divs-in-ios-5/comment-page-1/#comment-455</link>
		<dc:creator>Kyle Larson</dc:creator>
		<pubDate>Mon, 12 Dec 2011 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylejlarson.com/blog/?p=384#comment-455</guid>
		<description>If you allow the user to zoom, the fixed div will increase along with the rest of the page because zoom increases the size of all content. You could probably have a javascript resize the element after zooming to be a % of the device width, but it would likely zoom first and then resize.

I haven&#039;t tested iScroll too much to comment on it breaking divs or adjusting other elements. I switched solutions when I realized it didn&#039;t work well with form fields.

Also, keep in mind that allowing zoom is helpful in some cases but can quickly cause usability issues with scrolling divs because of having both a scrolling browser window and a scrolling div within it.

Thanks for the reply!</description>
		<content:encoded><![CDATA[<p>If you allow the user to zoom, the fixed div will increase along with the rest of the page because zoom increases the size of all content. You could probably have a javascript resize the element after zooming to be a % of the device width, but it would likely zoom first and then resize.</p>
<p>I haven&#8217;t tested iScroll too much to comment on it breaking divs or adjusting other elements. I switched solutions when I realized it didn&#8217;t work well with form fields.</p>
<p>Also, keep in mind that allowing zoom is helpful in some cases but can quickly cause usability issues with scrolling divs because of having both a scrolling browser window and a scrolling div within it.</p>
<p>Thanks for the reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed Elements and Scrolling Divs in iOS 5 by Vladimir Bozic</title>
		<link>http://www.kylejlarson.com/blog/2011/fixed-elements-and-scrolling-divs-in-ios-5/comment-page-1/#comment-453</link>
		<dc:creator>Vladimir Bozic</dc:creator>
		<pubDate>Fri, 09 Dec 2011 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylejlarson.com/blog/?p=384#comment-453</guid>
		<description>Hi, great article. I have one question what happens when fixed div is less then 100% in width. When you use zoom, fixed div stay the same width. Also when you have custom scrollable divs like news sliders, IScroll brokes them. </description>
		<content:encoded><![CDATA[<p>Hi, great article. I have one question what happens when fixed div is less then 100% in width. When you use zoom, fixed div stay the same width. Also when you have custom scrollable divs like news sliders, IScroll brokes them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Pie Charts with CSS3 by Kyle J Larson</title>
		<link>http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/comment-page-1/#comment-386</link>
		<dc:creator>Kyle J Larson</dc:creator>
		<pubDate>Mon, 20 Jun 2011 16:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=303#comment-386</guid>
		<description>Thanks Allison, I&#039;m glad it was helpful.  I think it&#039;s going over the top of your fixed element because of absolute positioning on the pie chart and it coming later in the code than your fixed header.  If you assign a z-index with CSS on the header image you should be able to fix it.  Like so - #yourHeaderImageID {z-index: 1000;}</description>
		<content:encoded><![CDATA[<p>Thanks Allison, I&#8217;m glad it was helpful.  I think it&#8217;s going over the top of your fixed element because of absolute positioning on the pie chart and it coming later in the code than your fixed header.  If you assign a z-index with CSS on the header image you should be able to fix it.  Like so &#8211; #yourHeaderImageID {z-index: 1000;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create Pie Charts with CSS3 by Allison Shapanka</title>
		<link>http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/comment-page-1/#comment-384</link>
		<dc:creator>Allison Shapanka</dc:creator>
		<pubDate>Sat, 18 Jun 2011 20:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=303#comment-384</guid>
		<description>This is great! Thanks so much. One issue I ran into: The project I&#039;m working on is a single page with a scroll to each section, and a fixed header image. I noticed that when the header scrolls over the pie chart, the &quot;slice&quot; glides over the image, rather than stay underneath (like the body of the pie chart). Any idea why this is happening?</description>
		<content:encoded><![CDATA[<p>This is great! Thanks so much. One issue I ran into: The project I&#8217;m working on is a single page with a scroll to each section, and a fixed header image. I noticed that when the header scrolls over the pie chart, the &#8220;slice&#8221; glides over the image, rather than stay underneath (like the body of the pie chart). Any idea why this is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding an Icon for iPhone, iPad &amp; Android to Your Website by Tayna Castongvay</title>
		<link>http://www.kylejlarson.com/blog/2010/adding-an-icon-for-iphone-ipad-android-to-your-website/comment-page-1/#comment-379</link>
		<dc:creator>Tayna Castongvay</dc:creator>
		<pubDate>Mon, 18 Apr 2011 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=156#comment-379</guid>
		<description>this article really helps to me,thank u</description>
		<content:encoded><![CDATA[<p>this article really helps to me,thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Structure Tips by Kyle J Larson</title>
		<link>http://www.kylejlarson.com/blog/2011/url-structure-tips/comment-page-1/#comment-376</link>
		<dc:creator>Kyle J Larson</dc:creator>
		<pubDate>Thu, 10 Mar 2011 17:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=260#comment-376</guid>
		<description>Good point, I completely agree with you.</description>
		<content:encoded><![CDATA[<p>Good point, I completely agree with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Setup Your Site for the iPhone by Justin</title>
		<link>http://www.kylejlarson.com/blog/2010/how-to-setup-your-site-for-the-iphone/comment-page-1/#comment-375</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=201#comment-375</guid>
		<description>Thanks for the reference! Saved this to my bookmarks.</description>
		<content:encoded><![CDATA[<p>Thanks for the reference! Saved this to my bookmarks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Structure Tips by Justin</title>
		<link>http://www.kylejlarson.com/blog/2011/url-structure-tips/comment-page-1/#comment-374</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 Mar 2011 15:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://kylejlarson.com/blog/?p=260#comment-374</guid>
		<description>I would only use sub-domains when there are totally separate things, like Apple&#039;s store. That way your blog (wordpress) isn&#039;t living in the same space as your store. Wordpress comes out with a new version every other day and you don&#039;t want to worry about an upgrade breaking your store, or store software breaking your website or blog.</description>
		<content:encoded><![CDATA[<p>I would only use sub-domains when there are totally separate things, like Apple&#8217;s store. That way your blog (wordpress) isn&#8217;t living in the same space as your store. WordPress comes out with a new version every other day and you don&#8217;t want to worry about an upgrade breaking your store, or store software breaking your website or blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

