<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Lerch &#187; mobile</title>
	<atom:link href="http://www.aaronlerch.com/blog/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 04 Dec 2011 03:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Writing web apps for the iPhone</title>
		<link>http://www.aaronlerch.com/blog/2007/10/27/writing-web-apps-for-the-iphone/</link>
		<comments>http://www.aaronlerch.com/blog/2007/10/27/writing-web-apps-for-the-iphone/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 04:01:21 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/10/27/writing-web-apps-for-the-iphone/</guid>
		<description><![CDATA[I&#8217;ve been working on a web app for the iPhone the last few days. It&#8217;s been a little while since I&#8217;ve done ASP.NET (I miss it!) so it&#8217;s fun to jump back in. I came across iUI &#8211; a very well done, lightweight and visually beautiful &#8220;mini-framework&#8221; for creating web sites that behave just like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a web app for the iPhone the last few days. It&#8217;s been a little while since I&#8217;ve done ASP.NET (I miss it!) so it&#8217;s fun to jump back in. I came across <a href="http://code.google.com/p/iui/">iUI</a> &#8211; a very well done, lightweight and visually beautiful &#8220;mini-framework&#8221; for creating web sites that behave just like native iPhone applications. Digg.com used an early version of iUI to create their <a href="http://digg.com/iphone">iPhone interface</a>.</p>
<p>Unfortunately, to use the HTML structure and navigation paradigm that iUI supports out of the box, I feel more like I&#8217;m coding in classic ASP, not ASP.NET. iUI (as it currently stands) is all about replacing the current page fragment with one returned from the server via an Ajax call. Sort of like a bunch of UpdatePanel&#8217;s that keep replacing each other&#8211;except that the last instance isn&#8217;t removed, just hidden. So if you navigate to a &#8220;sub page&#8221; (or sub menu) and perform an action that causes a state change such that an already-loaded higher level menu should be updated, it won&#8217;t be. It&#8217;s cached.</p>
<p>Alas, these are the issues I&#8217;m working around. I&#8217;m working on some possible tweaks to iUI to help support some of this functionality. I&#8217;ll probably post something when my app is done with a quick tutorial on how to use the toolkit from ASP.NET&#8211;assuming I figure it out. <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Has anybody out there used iUI and have advice for me? I&#8217;m interested! I&#8217;ll pay big bucks&#8230; I&#8217;ll take you out for a fancy fast-food meal. How can you pass that up??</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8623fa52-93ba-4381-9cf9-d95f3150ba7d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/iPhone" rel="tag">iPhone</a>, <a href="http://technorati.com/tags/iUI" rel="tag">iUI</a>, <a href="http://technorati.com/tags/ASP.NET" rel="tag">ASP.NET</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2007/10/27/writing-web-apps-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Mobile 5.0</title>
		<link>http://www.aaronlerch.com/blog/2005/05/12/windows-mobile-50/</link>
		<comments>http://www.aaronlerch.com/blog/2005/05/12/windows-mobile-50/#comments</comments>
		<pubDate>Thu, 12 May 2005 12:13:00 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2005/05/12/windows-mobile-50/</guid>
		<description><![CDATA[(via smartphonethoughts.com) MSDN has a nice synopsis of What&#8217;s New for Windows Mobile 5.0 Check it out.]]></description>
			<content:encoded><![CDATA[<p>(via <a href="http://www.smartphonethoughts.com/">smartphonethoughts.com</a>)</p>
<p>MSDN has a nice synopsis of What&#8217;s New for Windows Mobile 5.0</p>
<p><a href="http://msdn.microsoft.com/mobility/default.aspx?pull=/library/en-us/dnppcgen/html/whatsnew_wm5.asp">Check it out.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2005/05/12/windows-mobile-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET CF fluid FAQ</title>
		<link>http://www.aaronlerch.com/blog/2005/05/09/net-cf-fluid-faq/</link>
		<comments>http://www.aaronlerch.com/blog/2005/05/09/net-cf-fluid-faq/#comments</comments>
		<pubDate>Mon, 09 May 2005 13:17:00 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2005/05/09/net-cf-fluid-faq/</guid>
		<description><![CDATA[The .NET CF team at MS has a FAQ to answer many questions. Good resource! http://blogs.msdn.com/&#8230;/414820.aspx]]></description>
			<content:encoded><![CDATA[<p>The .NET CF team at MS has a FAQ to answer many questions. Good resource!</p>
<p><a href="http://blogs.msdn.com/netcfteam/archive/2005/05/04/414820.aspx">http://blogs.msdn.com/&#8230;/414820.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2005/05/09/net-cf-fluid-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve got one word for you.</title>
		<link>http://www.aaronlerch.com/blog/2005/03/31/ive-got-one-word-for-you/</link>
		<comments>http://www.aaronlerch.com/blog/2005/03/31/ive-got-one-word-for-you/#comments</comments>
		<pubDate>Thu, 31 Mar 2005 23:47:00 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2005/03/31/ive-got-one-word-for-you/</guid>
		<description><![CDATA[ORB. It&#8217;s now free! (I learned this via Mike Hall) I installed this last night, and have already spent the entire day today streaming my music library to my work PC to enjoy some tunes while I work. It&#8217;s pretty slick! I streamed videos, checked out some pictures, and oh yeah, did some work. Check [...]]]></description>
			<content:encoded><![CDATA[<p>ORB.</p>
<p>It&#8217;s now free! (I learned this via <a href="http://blogs.msdn.com/mikehall/archive/2005/03/29/403600.aspx">Mike Hall</a>)</p>
<p>I installed this last night, and have already spent the entire day today streaming my music library to my work PC to enjoy some tunes while I work. It&#8217;s pretty slick! I streamed videos, checked out some pictures, and oh yeah, did some work. <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Check it out!</p>
<p><a href="http://www.orb.com/">www.orb.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2005/03/31/ive-got-one-word-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NETCF Blog</title>
		<link>http://www.aaronlerch.com/blog/2005/02/15/netcf-blog/</link>
		<comments>http://www.aaronlerch.com/blog/2005/02/15/netcf-blog/#comments</comments>
		<pubDate>Tue, 15 Feb 2005 16:20:00 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2005/02/15/netcf-blog/</guid>
		<description><![CDATA[Alex Feinman has a blog on the .NET Compact Framework. I think this might be well-visited by me.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.opennetcf.org/afeinman/default.aspx">Alex Feinman</a> has a blog on the .NET Compact Framework.  I think this might be well-visited by me. <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2005/02/15/netcf-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Compact Framework: Updating the UI from a background thread</title>
		<link>http://www.aaronlerch.com/blog/2004/12/17/net-compact-framework-updating-the-ui-from-a-background-thread/</link>
		<comments>http://www.aaronlerch.com/blog/2004/12/17/net-compact-framework-updating-the-ui-from-a-background-thread/#comments</comments>
		<pubDate>Fri, 17 Dec 2004 17:08:00 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2004/12/17/net-compact-framework-updating-the-ui-from-a-background-thread/</guid>
		<description><![CDATA[Interesting and useful article from Jim Wilson on the right way to update your UI from process-intensive operations using the .NET Compact Framework. Check it out on MSDN.]]></description>
			<content:encoded><![CDATA[<p>Interesting and useful article from <a href="http://www.jwhedgehog.com/">Jim Wilson</a> on the right way to update your UI from process-intensive operations using the .NET Compact Framework.</p>
<p><a href="http://msdn.microsoft.com/library/?url=/library/en-us/dntake/html/yctiwy_multithreadingandui.asp">Check it out on MSDN.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlerch.com/blog/2004/12/17/net-compact-framework-updating-the-ui-from-a-background-thread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

