<?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"
	>
<channel>
	<title>Comments on: iPhone Web Developer Guidelines</title>
	<atom:link href="http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/feed/" rel="self" type="application/rss+xml" />
	<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/</link>
	<description>Where there is light, there are views.</description>
	<pubDate>Fri, 25 Jul 2008 00:25:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Tampa Gas Scooters</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9594</link>
		<dc:creator>Tampa Gas Scooters</dc:creator>
		<pubDate>Mon, 14 Jul 2008 07:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9594</guid>
		<description>The iphone has become its own self sustaining organism. Its really quite fascinating.</description>
		<content:encoded><![CDATA[<p>The iphone has become its own self sustaining organism. Its really quite fascinating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie (Puppy Website)</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9433</link>
		<dc:creator>Katie (Puppy Website)</dc:creator>
		<pubDate>Sun, 06 Jul 2008 11:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9433</guid>
		<description>That sounds awesome! It is really great...</description>
		<content:encoded><![CDATA[<p>That sounds awesome! It is really great&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stop Smoking Laser</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9253</link>
		<dc:creator>Stop Smoking Laser</dc:creator>
		<pubDate>Tue, 24 Jun 2008 23:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9253</guid>
		<description>The iPhone is an expensive gadget that may or may not be worth the money. I know someone that has one and likes it, but they have had a few security problems, and apple is being really weird with their apps lately. I feel like they are trying to take over the world.</description>
		<content:encoded><![CDATA[<p>The iPhone is an expensive gadget that may or may not be worth the money. I know someone that has one and likes it, but they have had a few security problems, and apple is being really weird with their apps lately. I feel like they are trying to take over the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shauntel Mayo</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9236</link>
		<dc:creator>Shauntel Mayo</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9236</guid>
		<description>I want to get the new iPhone. It looks pretty sweet. I think that the new mobile me service will be very successful.</description>
		<content:encoded><![CDATA[<p>I want to get the new iPhone. It looks pretty sweet. I think that the new mobile me service will be very successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stop Smoking Laser</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9206</link>
		<dc:creator>Stop Smoking Laser</dc:creator>
		<pubDate>Sat, 21 Jun 2008 06:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9206</guid>
		<description>I like the iphone, it is just too expensive. It is a lot of money to be paying for something you don't need. I don't plan to use the internet on my phone, and I think that a lot of people get the iphone just because they want to have the coolest thing out there.</description>
		<content:encoded><![CDATA[<p>I like the iphone, it is just too expensive. It is a lot of money to be paying for something you don&#8217;t need. I don&#8217;t plan to use the internet on my phone, and I think that a lot of people get the iphone just because they want to have the coolest thing out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac Mouse</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9164</link>
		<dc:creator>Mac Mouse</dc:creator>
		<pubDate>Tue, 17 Jun 2008 09:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9164</guid>
		<description>Great article. Thanks for taking the time to school us on this one! :D 

I find the iphone have a few revolutionary, very unique features. I like the virtual iphone subdomain trick you’re using…I think I will switch to that rather than sniffing the user agent while testing. I’m also going to check out iUi, that looks very cool.



For sites that can’t be easily re-templated (or don’t need to be), I’ve had success with wrapping a global iPhone layout and custom CSS around my existing HTML templates.

layout :determine_layout

def determine_layout
  if mobile_safari_subdomain_or_relevant_header?
    return "iphone" 
  end

  return "application" 
end

You can make the entire site iPhone-friendly in a few minutes and you don’t have to rewrite every template to do it.

Through these tips you can use iUI! And create an iPhone version. 
thank u.</description>
		<content:encoded><![CDATA[<p>Great article. Thanks for taking the time to school us on this one! <img src='http://afterlight.110mb.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I find the iphone have a few revolutionary, very unique features. I like the virtual iphone subdomain trick you’re using…I think I will switch to that rather than sniffing the user agent while testing. I’m also going to check out iUi, that looks very cool.</p>
<p>For sites that can’t be easily re-templated (or don’t need to be), I’ve had success with wrapping a global iPhone layout and custom CSS around my existing HTML templates.</p>
<p>layout :determine_layout</p>
<p>def determine_layout<br />
  if mobile_safari_subdomain_or_relevant_header?<br />
    return &#8220;iphone&#8221;<br />
  end</p>
<p>  return &#8220;application&#8221;<br />
end</p>
<p>You can make the entire site iPhone-friendly in a few minutes and you don’t have to rewrite every template to do it.</p>
<p>Through these tips you can use iUI! And create an iPhone version.<br />
thank u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikki</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9093</link>
		<dc:creator>Ikki</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9093</guid>
		<description>I don't know many web developers who work their sites to look good on an IPhone, to be honest. As Polishbear, most people won't use their mobiles to surf the web. Instead, they use their computers. It's faster and more confortable.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know many web developers who work their sites to look good on an IPhone, to be honest. As Polishbear, most people won&#8217;t use their mobiles to surf the web. Instead, they use their computers. It&#8217;s faster and more confortable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhodilee</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9085</link>
		<dc:creator>Rhodilee</dc:creator>
		<pubDate>Wed, 11 Jun 2008 08:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9085</guid>
		<description>I guess, the less than 5 MP iphone camera does not actually matter. Almost everybody brings a digicam these days and the new iphone that will be released this year has a 3G.</description>
		<content:encoded><![CDATA[<p>I guess, the less than 5 MP iphone camera does not actually matter. Almost everybody brings a digicam these days and the new iphone that will be released this year has a 3G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samsung omnia</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9065</link>
		<dc:creator>samsung omnia</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9065</guid>
		<description>No, I do not think that the iPhone sucks.  It actually is a quite good model for the first release.  The iPhone 3G is supposed to come out very soon and I cannot wait to play around with it at the Apple Store.  As for the iPhone for developers, that's a strict outline they have.  Thank you for this information.</description>
		<content:encoded><![CDATA[<p>No, I do not think that the iPhone sucks.  It actually is a quite good model for the first release.  The iPhone 3G is supposed to come out very soon and I cannot wait to play around with it at the Apple Store.  As for the iPhone for developers, that&#8217;s a strict outline they have.  Thank you for this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polishbear</title>
		<link>http://afterlight.110mb.com/2007/07/06/iphone-web-developer-guidelines/#comment-9011</link>
		<dc:creator>Polishbear</dc:creator>
		<pubDate>Wed, 04 Jun 2008 20:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://afterlight.110mb.com/2007/07/06/iphone-web-development-guidelines/#comment-9011</guid>
		<description>I don't really care about mobile users. I could use my iPhone for the web but why would I bother if I have my computer at work. I think that there are not enough people using the iPhone for internet purposes for me to change everything I do.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t really care about mobile users. I could use my iPhone for the web but why would I bother if I have my computer at work. I think that there are not enough people using the iPhone for internet purposes for me to change everything I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
