<?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: Apple Posts Human Interface Guidelines for the iPhone</title>
	<atom:link href="http://digitalstevenson.com/jeff/blog/archives/24/feed" rel="self" type="application/rss+xml" />
	<link>http://digitalstevenson.com/jeff/blog/archives/24</link>
	<description>what happens in the inbetween</description>
	<pubDate>Sun, 07 Sep 2008 15:58:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Brian Stevenson</title>
		<link>http://digitalstevenson.com/jeff/blog/archives/24#comment-36</link>
		<dc:creator>Brian Stevenson</dc:creator>
		<pubDate>Mon, 01 Oct 2007 20:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://digitalstevenson.com/jeff/blog/archives/24#comment-36</guid>
		<description>Without knowing much about the iPhone (but knowing enough about programming in general), I'm going to try and field your question.  A multiple select element is probably just a fancy control that renders the html SELECT tab with the MULTIPLE element.  I know .NET programmers love using advanced controls like this because it's so much quicker to code stuff.  By placing a single control on a screen, binding some data to that control, one can quickly retrieve an array of all selected items.

Practical uses of this control, from my experience, would be 
1. Offering a list of newsletters to subscribed to.
2. Assigning security roles to a user.

Basically, anything that has a 1-to-many relationship might benefit from using this control.</description>
		<content:encoded><![CDATA[<p>Without knowing much about the iPhone (but knowing enough about programming in general), I&#8217;m going to try and field your question.  A multiple select element is probably just a fancy control that renders the html SELECT tab with the MULTIPLE element.  I know .NET programmers love using advanced controls like this because it&#8217;s so much quicker to code stuff.  By placing a single control on a screen, binding some data to that control, one can quickly retrieve an array of all selected items.</p>
<p>Practical uses of this control, from my experience, would be<br />
1. Offering a list of newsletters to subscribed to.<br />
2. Assigning security roles to a user.</p>
<p>Basically, anything that has a 1-to-many relationship might benefit from using this control.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
