<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>feedfly Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/feedfly/Wiki/View.aspx?title=Home</link><description>feedfly Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/feedfly/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FeedFly is a feed reader application designed for the Windows Mobile Professional platform built using the .NET Compact Framework. It was created to allow its users the ability to keep up with internet-syndicated content when away from their computer and without an internet connection. By downloading when the device has a data connection, feed items will be available for offline viewing.&lt;br /&gt;&lt;br /&gt;Usability&lt;br /&gt;&amp;#62; Designed to be touch-screen friendly &amp;#40;no stylus required&amp;#41;&lt;br /&gt;&amp;#62; D-pad navigation&lt;br /&gt;&lt;br /&gt;Feed Format Support&lt;br /&gt;&amp;#62; RSS 2.0&lt;br /&gt;&amp;#62; Atom&lt;br /&gt;&amp;#62; Architecture uses inheritance and factory pattern for feeds, allowing new formats to be added easily&lt;br /&gt;&lt;br /&gt;Offline Storage&lt;br /&gt;&amp;#62; SQL Server Compact Edition used to store feed information&lt;br /&gt;&amp;#62; Data types selected to maximize storage efficiency&lt;br /&gt;&amp;#62; Storage control algorithms control database size to prevent runaway growth&lt;br /&gt;&amp;#62; Formatted HTML supported when reading feed content&lt;br /&gt;&lt;br /&gt;Performance&lt;br /&gt;&amp;#62; Multithreading is used frequently to provide a responsive user interface&lt;br /&gt;&amp;#62; Incorporates performance best practices published by the CF team&lt;br /&gt;&amp;#62; Database denormalization and indexing&amp;#59; index seeks &amp;#40;bypass query processor&amp;#41; used for most querying&lt;br /&gt;&lt;br /&gt;Data Structures&lt;br /&gt;&amp;#62; .NET 2.0 generics used to create strongly-typed lists, queues and stacks of custom objects&lt;br /&gt;&amp;#62; Binary searches used for item duplication detection&lt;br /&gt;&lt;br /&gt;Platform Integration&lt;br /&gt;&amp;#62; State Notification broker used for data connection awareness&lt;br /&gt;&amp;#62; Square screen support&lt;br /&gt;&amp;#62; Windows Mobile Notification API used for error reporting
&lt;br /&gt;
&lt;/div&gt;</description><author>simplyaprogrammer</author><pubDate>Sat, 10 May 2008 22:56:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080510105616P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/feedfly/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FeedFly is a feed reader application designed for the Windows Mobile Professional platform built using the .NET Compact Framework. It was created to allow its users the ability to keep up with internet-syndicated content when away from their computer and without an internet connection. By downloading when the device has a data connection, feed items will be available for offline viewing.&lt;br /&gt;&lt;br /&gt;Usability&lt;br /&gt;&amp;#62; Designed to be touch-screen friendly &amp;#40;no stylus required&amp;#41;&lt;br /&gt;&amp;#62; D-pad navigation&lt;br /&gt;&lt;br /&gt;Feed Format Support&lt;br /&gt;&amp;#62; RSS 2.0&lt;br /&gt;&amp;#62; Atom&lt;br /&gt;&amp;#62; Architecture uses inheritance and factory pattern for feeds, allowing new formats to be added easily&lt;br /&gt;&lt;br /&gt;Offline Storage&lt;br /&gt;&amp;#62; SQL Server Compact Edition used to store feed information&lt;br /&gt;&amp;#62; Data types selected to maximize storage efficiency&lt;br /&gt;&amp;#62; Storage control algorithms control database size to prevent runaway growth&lt;br /&gt;&amp;#62; Formatted HTML supported when reading feed content&lt;br /&gt;&lt;br /&gt;Performance&lt;br /&gt;&amp;#62; Multithreading is used frequently to provide a responsive user interface&lt;br /&gt;&amp;#62; Incorporates performance best practices published by the CF team&lt;br /&gt;&amp;#62; Database denormalization and indexing&amp;#59; index seeks &amp;#40;bypass query processor&amp;#41; used for most querying&lt;br /&gt;&lt;br /&gt;Data Structures&lt;br /&gt;&amp;#62; .NET 2.0 generics used to create strongly-typed lists, queues and stacks of custom objects&lt;br /&gt;&amp;#62; Binary searches used for item duplication detection&lt;br /&gt;&lt;br /&gt;Platform Integration&lt;br /&gt;&amp;#62; State Notification broker used for data connection awareness&lt;br /&gt;&amp;#62; Square screen support&lt;br /&gt;&amp;#62; Windows Mobile Notification API used for error reporting
&lt;br /&gt; &lt;br /&gt;Usability&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Designed to be touch-screen friendly (no stylus required)&lt;/li&gt;&lt;li&gt;D-pad navigation&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Feed Format Support&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;RSS 2.0&lt;/li&gt;&lt;li&gt;Atom&lt;/li&gt;&lt;li&gt;Architecture uses inheritance and factory pattern for feeds, allowing new formats to be added easily&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Offline Storage&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Compact Edition used to store feed information&lt;/li&gt;&lt;li&gt;Data types selected to maximize storage efficiency&lt;/li&gt;&lt;li&gt;Storage control algorithms control database size to prevent runaway growth&lt;/li&gt;&lt;li&gt;Formatted HTML supported when reading feed content&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Performance&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multithreading is used frequently to provide a responsive user interface&lt;/li&gt;&lt;li&gt;Incorporates performance best practices published by the CF team&lt;/li&gt;&lt;li&gt;Database denormalization and indexing; index seeks (bypass query processor) used for most querying&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Data Structures&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0 generics used to create strongly-typed lists, queues and stacks of custom objects&lt;/li&gt;&lt;li&gt;Binary searches used for item duplication detection&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Platform Integration&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;State Notification broker used for data connection awareness&lt;/li&gt;&lt;li&gt;Square screen support&lt;/li&gt;&lt;li&gt;Windows Mobile Notification API used for error reporting &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>simplyaprogrammer</author><pubDate>Sat, 10 May 2008 22:52:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080510105242P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/feedfly/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FeedFly is a feed reader application designed for the Windows Mobile Professional platform. It was created to allow its users the ability to keep up with internet-syndicated content when away from their computer and without an internet connection. By downloading when the device has a data connection, feed items will be available for offline viewing.&lt;br /&gt;&lt;br /&gt;Technologies&lt;br /&gt;&amp;#62; .NET Compact Framework 2.0 SP2 &amp;#40;CF&amp;#41;&lt;br /&gt;&amp;#62; SQL Server 2005 Compact Edition&lt;br /&gt;&lt;br /&gt;Usability&lt;br /&gt;&amp;#62; Designed to be touch-screen friendly &amp;#40;no stylus required&amp;#41;&lt;br /&gt;&amp;#62; D-pad navigation&lt;br /&gt;&lt;br /&gt;Feed Format Support&lt;br /&gt;&amp;#62; RSS 2.0&lt;br /&gt;&amp;#62; Atom&lt;br /&gt;&amp;#62; Architecture uses inheritance and factory pattern for feeds, allowing new formats to be added easily&lt;br /&gt;&lt;br /&gt;Offline Storage&lt;br /&gt;&amp;#62; Data types selected to maximize storage efficiency&lt;br /&gt;&amp;#62; Storage control algorithms control database size to prevent runaway growth&lt;br /&gt;&amp;#62; Formatted HTML supported when reading feed content&lt;br /&gt;&lt;br /&gt;Performance&lt;br /&gt;&amp;#62; Multithreading is used frequently to provide a responsive user interface&lt;br /&gt;&amp;#62; Incorporates performance best practices published by the CF team&lt;br /&gt;&amp;#62; Database denormalization and indexing&amp;#59; index seeks &amp;#40;bypass query processor&amp;#41; used for most querying&lt;br /&gt;&lt;br /&gt;Data Structures&lt;br /&gt;&amp;#62; .NET 2.0 generics used to create strongly-typed lists, queues and stacks of custom objects&lt;br /&gt;&amp;#62; Binary searches used for item duplication detection&lt;br /&gt;&lt;br /&gt;Platform Integration&lt;br /&gt;&amp;#62; State Notification broker used for data connection awareness&lt;br /&gt;&amp;#62; Square screen formats supported&lt;br /&gt;&amp;#62; Windows Mobile Notification API used for error reporting
&lt;br /&gt;
&lt;/div&gt;</description><author>simplyaprogrammer</author><pubDate>Sat, 10 May 2008 22:47:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080510104732P</guid></item></channel></rss>