<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: 5 Reasons Why iPhone Application Development Doesn&#8217;t Cut the Digital Mustard</title>
	<link>http://www.halobrite.com/weblog/2007/07/18/5-reasons-why-iphone-application-development-doesnt-cut-the-digital-mustard/</link>
	<description>A weblog that aims to promote the awareness and creation of ubiquitous computing.</description>
	<pubDate>Fri, 21 Nov 2008 08:14:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Scott Robbin</title>
		<link>http://www.halobrite.com/weblog/2007/07/18/5-reasons-why-iphone-application-development-doesnt-cut-the-digital-mustard/#comment-5</link>
		<author>Scott Robbin</author>
		<pubDate>Thu, 19 Jul 2007 13:31:36 +0000</pubDate>
		<guid>http://www.halobrite.com/weblog/2007/07/18/5-reasons-why-iphone-application-development-doesnt-cut-the-digital-mustard/#comment-5</guid>
		<description>Thanks, John. Great explanation. The article has been updated to reflect a lack of fixed positioning only.</description>
		<content:encoded><![CDATA[<p>Thanks, John. Great explanation. The article has been updated to reflect a lack of fixed positioning only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Allsopp</title>
		<link>http://www.halobrite.com/weblog/2007/07/18/5-reasons-why-iphone-application-development-doesnt-cut-the-digital-mustard/#comment-4</link>
		<author>John Allsopp</author>
		<pubDate>Thu, 19 Jul 2007 03:49:14 +0000</pubDate>
		<guid>http://www.halobrite.com/weblog/2007/07/18/5-reasons-why-iphone-application-development-doesnt-cut-the-digital-mustard/#comment-4</guid>
		<description>just a little nitpick - static positioning in CSS is the default positioning scheme, and is very different from fixed positioning.

When an element is statically positioned, the browser determines it top and left based on the other elements in the "flow" before it.

While the word typically means something akin to "fixed" in english, fixed positioning means something quite different in CSS. This is where an element is positioned with respect to to the bounding box of its first ancestor element that has a positioning context (is absolutely, relatively or fixed positioned), but, when the page scrolls, remains where it was initially positioned - unlike the near identical absolute positioning, where the element scrolls with the page.

Sigh, I know that sounds complex, but a picture tells a thousand words on this one.

So, static positioning is supported, but fixed is not ;-)

john</description>
		<content:encoded><![CDATA[<p>just a little nitpick - static positioning in CSS is the default positioning scheme, and is very different from fixed positioning.</p>
<p>When an element is statically positioned, the browser determines it top and left based on the other elements in the &#8220;flow&#8221; before it.</p>
<p>While the word typically means something akin to &#8220;fixed&#8221; in english, fixed positioning means something quite different in CSS. This is where an element is positioned with respect to to the bounding box of its first ancestor element that has a positioning context (is absolutely, relatively or fixed positioned), but, when the page scrolls, remains where it was initially positioned - unlike the near identical absolute positioning, where the element scrolls with the page.</p>
<p>Sigh, I know that sounds complex, but a picture tells a thousand words on this one.</p>
<p>So, static positioning is supported, but fixed is not <img src='http://www.halobrite.com/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>john</p>
]]></content:encoded>
	</item>
</channel>
</rss>
