<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>51degrees Wiki Rss Feed</title><link>http://51degrees.codeplex.com/</link><description>51degrees Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>https://51degrees.codeplex.com/documentation?version=29</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; See &lt;a href="http://51degrees.mobi/Support/Documentation/NET.aspx?CATReferrer=5" target="_blank"&gt;
51Degrees.mobi Web Site for latest documentation and FAQs&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;We're aiming to provide the simplest and most reliable method for .NET developers to integrate mobile devices with their existing and future web sites, which is why we're offering 51Degrees Device Data Lite for free use.&lt;/p&gt;
&lt;p&gt;We have created an add-in module for .NET web sites called &amp;quot;Foundation&amp;quot; that'll automatically determine if a mobile device is accessing the site and redirect it to mobile specific content. Our add-in utilises the useragent string provided in the header of
 each HTTP request to identify the browser and mobile device making the request. The device database contains a useragent string for each known mobile device. When a new request is received, the API matches the useragent string to one in the database - either
 through a direct match or by finding the closest.&lt;/p&gt;
&lt;p&gt;Once integrated into a web site, the module wil parse device data and store it in memory during the first request. Every time a mobile page is requested, .NET standard browser capabilities are enhanced using the mobile device data to override original values.
 Parameters such as screen width, screen height in pixels will be considerably more accurate, enabling you to create a web site that's more compelling and more reliable. Over 50 properties are available in our
&lt;a title="View all the available properties" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
Premium data&lt;/a&gt;. In technical terms, when the Request.Browser object is queried, mobile device data is returned. It's that simple.&lt;/p&gt;
&lt;p&gt;The following code placed in the Page_Load event returns the mobile device’s screen size:&lt;/p&gt;
&lt;blockquote style="border-bottom-style:none; padding-bottom:0px; margin:0px 0px 0px 40px; border-left-style:none; padding-left:0px; padding-right:0px; border-top-style:none; border-right-style:none; padding-top:0px"&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="color:#30332d; font-size:10pt"&gt;int x = Request.Browser.ScreenPixelsWidth;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="color:#30332d; font-size:10pt"&gt;int y = Request.Browser.ScreenPixelsHeight;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With the 51degrees.mobi Device Data and Foundation installed these calls will return extremely accurate data when compared to the standard browser information provided by Microsoft.&lt;/p&gt;
&lt;p&gt;But that's not all. Foundation supports redirection rules to automatically send requests from devices with defined properties, such as IsMobile = true, to different locations. Without writing a line of additional code you can create a mobile microsite accessible
 from your existing main home page. Read the &lt;a title="Read the user guide to find out more about redirection and detection." href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;
User Guide&lt;/a&gt; to find out more.&lt;/p&gt;
&lt;p&gt;We would like to hear about your experiences using Foundation either via our &lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;
forum&lt;/a&gt; or by &lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;
contacting us&lt;/a&gt; directly.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Select one of the following headings to read more.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ThomasHolmes</author><pubDate>Fri, 17 May 2013 10:18:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130517101832A</guid></item><item><title>New Comment on "Documentation"</title><link>http://51degrees.codeplex.com/documentation?&amp;ANCHOR#C26018</link><description>http&amp;#58;&amp;#47;&amp;#47;asset-ng.org&amp;#47;</description><author>TheoWalcot</author><pubDate>Wed, 26 Dec 2012 08:26:07 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121226082607A</guid></item><item><title>New Comment on "Documentation"</title><link>http://51degrees.codeplex.com/documentation?&amp;ANCHOR#C26017</link><description>&amp;#60;a href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;armadabeauty.com&amp;#47;&amp;#34; rel&amp;#61;&amp;#34;dofollow&amp;#34;&amp;#62;dofollow blogs&amp;#60;&amp;#47;a&amp;#62;</description><author>TheoWalcot</author><pubDate>Wed, 26 Dec 2012 08:25:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121226082547A</guid></item><item><title>New Comment on "Documentation"</title><link>http://51degrees.codeplex.com/documentation?&amp;ANCHOR#C25504</link><description>I am using Lite version for my testing purposes. But with sample .NET code provided, in the current device tab it says ScreenPixelsHeight &amp;#61; Unknown and ScreenPixelsWidth &amp;#61; Unknown. Although lite version should have given correct values.</description><author>nitinjain26</author><pubDate>Wed, 07 Nov 2012 09:41:18 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121107094118A</guid></item><item><title>New Comment on "Documentation"</title><link>http://51degrees.codeplex.com/documentation?&amp;ANCHOR#C25326</link><description>The download links for the package appear to be broken.</description><author>evoskuil</author><pubDate>Thu, 18 Oct 2012 21:37:00 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121018093700P</guid></item><item><title>Updated Wiki: MVC</title><link>http://51degrees.codeplex.com/wikipage?title=MVC&amp;version=56</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://51degrees.mobi/Support/Blogs/tabid/212/EntryId/26/51Degrees-mobi-and-MVC4.aspx" target="_blank"&gt;This page has been moved&lt;/a&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:45:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: MVC 20120917044550P</guid></item><item><title>Updated Wiki: MVC</title><link>http://51degrees.codeplex.com/wikipage?title=MVC&amp;version=55</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;a href="http://51degrees.mobi/Support/Blogs/tabid/212/EntryId/26/51Degrees-mobi-and-MVC4.aspx" target="_blank"&gt;This page has been moved&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:45:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: MVC 20120917044512P</guid></item><item><title>Updated Wiki: User guide</title><link>http://51degrees.codeplex.com/wikipage?title=User guide&amp;version=73</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;This page has been moved&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:40:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: User guide 20120917044044P</guid></item><item><title>Updated Wiki: Operational Summary</title><link>http://51degrees.codeplex.com/wikipage?title=Operational Summary&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;This page has been moved&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:39:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Operational Summary 20120917043957P</guid></item><item><title>Updated Wiki: User guide</title><link>http://51degrees.codeplex.com/wikipage?title=User guide&amp;version=72</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;This page has been moved&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:38:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: User guide 20120917043844P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://51degrees.codeplex.com/documentation?version=28</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt;&amp;nbsp;See &lt;a href="http://51degrees.mobi/Support/Documentation/.NET.aspx?CATReferrer=5" target="_blank"&gt;
51Degrees.mobi Web Site for latest documentation and FAQs&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;We're aiming to provide the simplest and most reliable method for .NET developers to integrate mobile devices with their existing and future web sites, which is why we're offering 51Degrees Device Data Lite for free use.&lt;/p&gt;
&lt;p&gt;We have created an add-in module for .NET web sites called &amp;quot;Foundation&amp;quot; that'll automatically determine if a mobile device is accessing the site and redirect it to mobile specific content. Our add-in utilises the useragent string provided in the header of
 each HTTP request to identify the browser and mobile device making the request. The device database contains a useragent string for each known mobile device. When a new request is received, the API matches the useragent string to one in the database - either
 through a direct match or by finding the closest.&lt;/p&gt;
&lt;p&gt;Once integrated into a web site, the module wil parse device data and store it in memory during the first request. Every time a mobile page is requested, .NET standard browser capabilities are enhanced using the mobile device data to override original values.
 Parameters such as screen width, screen height in pixels will be considerably more accurate, enabling you to create a web site that's more compelling and more reliable. Over 50 properties are available in our
&lt;a title="View all the available properties" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
Premium data&lt;/a&gt;. In technical terms, when the Request.Browser object is queried, mobile device data is returned. It's that simple.&lt;/p&gt;
&lt;p&gt;The following code placed in the Page_Load event returns the mobile device&amp;rsquo;s screen size:&lt;/p&gt;
&lt;blockquote style="border:none; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:40px; padding:0px"&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;int x = Request.Browser.ScreenPixelsWidth;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;int y = Request.Browser.ScreenPixelsHeight;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With the 51degrees.mobi Device Data and Foundation installed these calls will return extremely accurate data when compared to the standard browser information provided by Microsoft.&lt;/p&gt;
&lt;p&gt;But that's not all. Foundation supports redirection rules to automatically send requests from devices with defined properties, such as IsMobile = true, to different locations. Without writing a line of additional code you can create a mobile microsite accessible
 from your existing main home page. Read the &lt;a title="Read the user guide to find out more about redirection and detection." href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;
User Guide&lt;/a&gt; to find out more.&lt;/p&gt;
&lt;p&gt;We would like to hear about your experiences using Foundation either via our&amp;nbsp;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;forum&lt;/a&gt;&amp;nbsp;or by&amp;nbsp;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;contacting us&lt;/a&gt;&amp;nbsp;directly.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Select one of the following headings to read more.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Mon, 17 Sep 2012 16:35:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120917043543P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=203</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374033" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374034" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374036" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374035" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Data&lt;/a&gt;. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Other API Languages&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;C - &lt;a href="http://sourceforge.net/projects/fiftyone-c/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;a href="http://51degrees.mobi/Support/Documentation/C.aspx" target="_blank"&gt;Instructions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Java - &lt;a href="http://sourceforge.net/projects/fiftyone-java/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;a href="http://51degrees.mobi/Support/Documentation/Java.aspx" target="_blank"&gt;Instructions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;PHP - &lt;a href="http://sourceforge.net/projects/fiftyone/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;a href="http://51degrees.mobi/Support/Documentation/PHP.aspx" target="_blank"&gt;Instructions&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Tue, 14 Aug 2012 19:09:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120814070930P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=202</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374033" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374034" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374036" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374035" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Data&lt;/a&gt;. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Other API Languages&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;C - &lt;a href="http://sourceforge.net/projects/fiftyone-c/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt; &lt;a href="http://51degrees.mobi/Support/Documentation/C.aspx" target="_blank"&gt;
Instructions&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Java - &lt;a href="http://sourceforge.net/projects/fiftyone-java/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt; &lt;a href="http://51degrees.mobi/Support/Documentation/Java.aspx" target="_blank"&gt;
Instructions&lt;/a&gt; &lt;/li&gt;&lt;li&gt;PHP - &lt;a href="http://sourceforge.net/projects/fiftyone/files/latest/download" target="_blank"&gt;
Download&lt;/a&gt; &lt;a href="http://51degrees.mobi/Support/Documentation/PHP.aspx" target="_blank"&gt;
Instructions&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Tue, 14 Aug 2012 19:08:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120814070851P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=201</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374033" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374034" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374036" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374035" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Data&lt;/a&gt;. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Other API Languages&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;C&lt;span style="left:7em"&gt;&lt;a href="http://sourceforge.net/projects/fiftyone-c/files/latest/download" target="_blank"&gt;Download&lt;/a&gt;
&lt;a href="http://51degrees.mobi/Support/Documentation/C.aspx" target="_blank"&gt;Instructions&lt;/a&gt;&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;Java&lt;span style="left:7em"&gt;&lt;a href="http://sourceforge.net/projects/fiftyone-java/files/latest/download" target="_blank"&gt;Download&lt;/a&gt;
&lt;a href="http://51degrees.mobi/Support/Documentation/Java.aspx" target="_blank"&gt;Instructions&lt;/a&gt;&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;PHP&lt;span style="left:7em"&gt;&lt;a href="http://sourceforge.net/projects/fiftyone/files/latest/download" target="_blank"&gt;Download&lt;/a&gt;
&lt;a href="http://51degrees.mobi/Support/Documentation/PHP.aspx" target="_blank"&gt;Instructions&lt;/a&gt;&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Tue, 14 Aug 2012 19:07:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120814070751P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=200</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374033" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374034" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374036" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374035" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Data&lt;/a&gt;. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Wed, 02 May 2012 12:58:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120502125832P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=199</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374033" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374034" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374036" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=374035" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Dat&lt;/a&gt;a. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Wed, 02 May 2012 12:57:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120502125729P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=198</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=268703" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330164" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330163" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330162" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Dat&lt;/a&gt;a. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Wed, 02 May 2012 12:56:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120502125600P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=197</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=268703" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330164" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330163" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330162" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Dat&lt;/a&gt;a. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Wed, 02 May 2012 12:55:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120502125535P</guid></item><item><title>Updated Wiki: Home</title><link>http://51degrees.codeplex.com/wikipage?version=196</link><description>&lt;div class="wikidoc"&gt;
&lt;div style="width:100%"&gt;&lt;a href="http://51degrees.mobi/Products/Technology.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=268703" alt="Detect All Mobile Devices. Provide Optimised Content" style="margin:0px auto; display:block"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="padding:10px 5px; display:block; border-bottom:solid 1px #DDDDDD"&gt;&lt;a href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330164" alt="Learn how to use the properties and values provided by 51Degrees.mobi"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330163" alt="Browse included devices and find out what they're capable of"&gt;&lt;/a&gt;
 &amp;nbsp;&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=51degrees&amp;DownloadId=330162" alt="Understand how server side device detection can enhance your web site"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;Project Description&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;This project, called &amp;quot;Foundation&amp;quot;, is just one of 51Degrees.mobi components for mobile web development. It&amp;rsquo;s provided as a .NET open source class
 library that detects mobile devices and browsers, enhancing the information available to .NET programmers. Using 51Degrees.mobi Device Data, accurate screen sizes, input methods, plus manufacturer and model information are all available. Mobile handsets can
 optionally be redirected to content designed for mobile devices. Smart phones, tablets and feature phones are all supported.&lt;/span&gt;&lt;/p&gt;
&lt;h4&gt;Mobile Optimized Web Sites&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;Foundation detects the presence of a mobile device, and enables the web request to be directed to web pages designed for mobile. 51Degrees.mobi other products help ASP.NET developers rapidly create
 fast mobile web pages supporting tablet devices, high end handsets, and basic feature phones.
&lt;a title="Development mobile web sites for every type of mobile device." href="http://51degrees.mobi/Products/Overview.aspx?CATReferrer=5" target="_self"&gt;
Learn More &amp;amp; Free Trial&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Accurate Device Data&lt;/h4&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;We now maintain and supply our own device data so that the Foundation has accurate data for nearly all devices, browsers and operating systems that can be updated weekly without any intervention.
 Our device data can be used to find screen sizes, input methods and even the best size of a button for that particular device.
&lt;a title="Learn more about device data." href="http://51degrees.mobi/products/devicedata" target="_self"&gt;
Learn more about our device data&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;How does it work?&lt;/h4&gt;
&lt;p&gt;Http requests are intercepted by an additional &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340(VS.71).aspx"&gt;
HttpModule&lt;/a&gt; before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft by
&lt;a href="http://51degrees.mobi/Products/DeviceData.aspx"&gt;51Degrees.mobi Device Dat&lt;/a&gt;a. For example; the
&lt;a href="http://msdn.microsoft.com/en-us/library/aa710891(VS.71).aspx"&gt;Request.Browser.ScreenPixelsWidth&lt;/a&gt; property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and
 performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate
 to the traditional home page.&lt;/p&gt;
&lt;p style="border-bottom:solid 1px #DDDDDD; padding-bottom:1em"&gt;To find out more try downloading our
&lt;a href="http://51degrees.codeplex.com/releases"&gt;detection example web site&lt;/a&gt; or reading the
&lt;a title="Operational Summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;
operational summary&lt;/a&gt;.&lt;/p&gt;
&lt;table style="width:100%; border:none"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width:50%"&gt;
&lt;h4&gt;Guides and Documentation&lt;/h4&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Video Introduction" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5"&gt;Video Introduction&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="User guide" href="http://51degrees.mobi/Support/Documentation/Foundation/UserGuide.aspx?CATReferrer=5"&gt;User Guide&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Operational summary" href="http://51degrees.mobi/Support/Documentation/Foundation/OperationalSummary.aspx?CATReferrer=5"&gt;Operational Summary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Property Dictionary" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;Property Dictionary&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="Device Explorer" href="http://51degrees.mobi/Products/DeviceData/DeviceExplorer.aspx?CATReferrer=5"&gt;Device Explorer&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a title="FAQs" href="http://51degrees.mobi/Support/FAQs/Foundation.aspx?CATReferrer=5"&gt;FAQs&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;Example Projects&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Enhance" href="http://51degrees.codeplex.com/wikipage?title=Enhance existing web site"&gt;Add 51degrees.mobi Foundation to an Existing Web Site&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Get in Touch&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Forum.aspx?CATReferrer=5"&gt;51degrees Forum&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/AboutUs/ContactUs.aspx?CATReferrer=5"&gt;Contact Us&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://51degrees.mobi/Support/Blogs.aspx?CATReferrer=5"&gt;Blogs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="51Degrees.mobi Overview" href="http://51degrees.mobi/Products/DeviceData.aspx?CATReferrer=5" target="_self"&gt;Find out about 51Degrees.mobi&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="vertical-align:middle"&gt;
&lt;table style="background-color:#eeeeee; float:right; padding:1em; margin:1em; border:solid 0px white"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Foundation - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Single web address for both traditional and mobile web sites.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Includes IsMobile and Screen Size properties plus &lt;a title="View all the properties available in 51Degrees.mobi" href="http://51degrees.mobi/Products/DeviceData/PropertyDictionary.aspx?CATReferrer=5"&gt;
many more&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Free for commercial use (Mozilla Public License).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Written specifically for the .NET platform.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Integrates easily with your existing web site via &lt;a title="One click install to Visual Studio with NuGet" href="http://nuget.org/packages?q=51degrees.mobi" target="_blank"&gt;
NuGet install&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;h4&gt;Framework - Key Features&lt;/h4&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Adapts ASP.NET to support all mobile device platforms including Windows Phone, Apple, Android, Blackberry, Symbian, Bada, WebOS &amp;amp; Tizen.
&lt;a title="Find out how 51Degrees.mobi supports all mobile devices." href="http://51degrees.mobi/Products/Framework/Developers/SupportedMobileDevices.aspx?CATReferrer=5"&gt;
Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;Faster performance on mobile devices.&amp;nbsp;&lt;a title="See how 51Degrees.mobi makes ASP.NET perform twice as fast." href="http://51degrees.mobi/Products/Framework/NonTechies/SpeedComparison.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width:18px"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=51degrees&amp;DownloadId=173882" alt="" width="18" height="16"&gt;&lt;/td&gt;
&lt;td&gt;No new technologies to learn. Simple extensions for ASP.NET.&amp;nbsp;&lt;a title="Understand how 51Degrees.mobi extends ASP.NET." href="http://51degrees.mobi/Products/Framework/Developers/Performance.aspx?CATReferrer=5"&gt;Learn More&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jwrosewell</author><pubDate>Wed, 02 May 2012 12:41:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120502124152P</guid></item><item><title>New Comment on "User guide"</title><link>http://51degrees.codeplex.com/wikipage?title=User guide&amp;ANCHOR#C23110</link><description>Seem to be missing a &amp;#60;section&amp;#62; node for &amp;#34;location&amp;#34; in your configuration group.</description><author>JerryH</author><pubDate>Thu, 29 Mar 2012 15:37:40 GMT</pubDate><guid isPermaLink="false">New Comment on "User guide" 20120329033740P</guid></item></channel></rss>