<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8054745970261354531.post4244095861618544411..comments</id><updated>2009-10-07T07:24:28.523+01:00</updated><title type='text'>Comments on flipbit blog: Writing iPhone Sites with ASP.NET MVC</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.flipbit.co.uk/feeds/4244095861618544411/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8054745970261354531/4244095861618544411/comments/default'/><link rel='alternate' type='text/html' href='http://blog.flipbit.co.uk/2009/07/writing-iphone-sites-with-aspnet-mvc.html'/><author><name>Woody</name><uri>http://www.blogger.com/profile/01922265663386398937</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8054745970261354531.post-9186309714574432297</id><published>2009-10-07T07:24:28.844+01:00</published><updated>2009-10-07T07:24:28.844+01:00</updated><title type='text'>check other mobile client : 
http://www.codeprojec...</title><content type='html'>check other mobile client : &lt;br /&gt;http://www.codeproject.com/KB/aspnet/mobiledetect.aspx</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8054745970261354531/4244095861618544411/comments/default/9186309714574432297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8054745970261354531/4244095861618544411/comments/default/9186309714574432297'/><link rel='alternate' type='text/html' href='http://blog.flipbit.co.uk/2009/07/writing-iphone-sites-with-aspnet-mvc.html?showComment=1254896668844#c9186309714574432297' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flipbit.co.uk/2009/07/writing-iphone-sites-with-aspnet-mvc.html' ref='tag:blogger.com,1999:blog-8054745970261354531.post-4244095861618544411' source='http://www.blogger.com/feeds/8054745970261354531/posts/default/4244095861618544411' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8054745970261354531.post-4138896480426202706</id><published>2009-07-29T20:37:06.272+01:00</published><updated>2009-07-29T20:37:06.272+01:00</updated><title type='text'>Honest question, why use an Action Filter when thi...</title><content type='html'>Honest question, why use an Action Filter when this seems like a class example of a ViewEngine?&lt;br /&gt;&lt;br /&gt;public class MobileCapableWebFormViewEngine : WebFormViewEngine&lt;br /&gt;{&lt;br /&gt;    public override ViewEngineResult FindView(ControllerContext controllerContext, string viewName, string masterName, bool useCache)&lt;br /&gt;    {&lt;br /&gt;        ViewEngineResult result = null;&lt;br /&gt;        var request = controllerContext.HttpContext.Request;&lt;br /&gt;&lt;br /&gt;        // Avoid unnecessary checks if this device isn&amp;#39;t suspected to be a mobile device&lt;br /&gt;        if (request.Browser.IsMobileDevice)&lt;br /&gt;        {&lt;br /&gt;            result = base.FindView(controllerContext, &amp;quot;Mobile/&amp;quot; + viewName, masterName, useCache);&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        //Fall back to desktop view if no other view has been selected&lt;br /&gt;        if (result == null || result.View == null)&lt;br /&gt;        {&lt;br /&gt;            result = base.FindView(controllerContext, viewName, masterName, useCache);&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        return result;&lt;br /&gt;    }&lt;br /&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8054745970261354531/4244095861618544411/comments/default/4138896480426202706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8054745970261354531/4244095861618544411/comments/default/4138896480426202706'/><link rel='alternate' type='text/html' href='http://blog.flipbit.co.uk/2009/07/writing-iphone-sites-with-aspnet-mvc.html?showComment=1248896226272#c4138896480426202706' title=''/><author><name>Scott Hanselman</name><uri>http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flipbit.co.uk/2009/07/writing-iphone-sites-with-aspnet-mvc.html' ref='tag:blogger.com,1999:blog-8054745970261354531.post-4244095861618544411' source='http://www.blogger.com/feeds/8054745970261354531/posts/default/4244095861618544411' type='text/html'/></entry></feed>