<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Taylor Parsons</title><subtitle type="html">Senior Program Manager Lead - 
Forums, Profile, and Galleries</subtitle><id>http://blogs.msdn.com/taylorp/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/taylorp/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-04-02T22:44:00Z</updated><entry><title>Social Platform Feed Service - Part 2 of 2</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx</id><published>2008-09-10T07:26:00Z</published><updated>2008-09-10T07:26:00Z</updated><content type="html">&lt;H3&gt;Constructing Your Own Feed Query&lt;/H3&gt;
&lt;P&gt;The query name in the query string is a collection of conditions in &lt;A title=Wikipedia target=_blank href="http://en.wikipedia.org/wiki/Reverse_Polish_notation" rel=nofollow mce_href="http://en.wikipedia.org/wiki/Reverse_Polish_notation"&gt;reverse polish notation&lt;/A&gt;.&amp;nbsp; It allows for the programmer to create a very rich set of conditions in the query.&lt;A title=http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency" mce_href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency"&gt;http://services.social.microsoft.com/feeds/feed/?&lt;STRONG&gt;query&lt;/STRONG&gt;=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;query=name/value/operator &lt;/H3&gt;
&lt;TABLE border=1 cellSpacing=0 cellPadding=2 width=400&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;
&lt;P&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;
&lt;P&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=130&gt;
&lt;P&gt;&lt;STRONG&gt;description&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;ns&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;SocialBookmarking&lt;/TD&gt;
&lt;TD vAlign=top width=129&gt;bookmarks created in the social bookmarks app&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;ForumThreads&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;bookmarks created in the Forums application while tagging threads&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;timespan&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;p1d&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;only return items from the past 1 day&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;p7d&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;only return items from the past 7 days&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;p30d&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;only return items from the past 30 days&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;p365d&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;only return items from the past 365 days&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;tag&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;any tag stored in the social platform&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;URL encode the tag if there are any special characters&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;brand&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;msdn&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;developer audience&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;technet&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;it pro audience&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;expression&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;designer audience&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;microsoft&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;no target audience&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;startdate (optional) &lt;BR&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;yyyy-mm-dd&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;start date - this can't be used with timespan&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;enddate (optional)&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;yyyy-mm-dd&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;end date - this can't be used with timespan&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;nsrecursion&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;true&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;false&lt;/TD&gt;
&lt;TD vAlign=top width=127&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;locale&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1033&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;English&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1046&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Brazilian-Portuguese&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1031&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;German&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1036&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;French&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;3082&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Spanish&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1149&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Russian&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1041&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Japanese&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1042&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Korean&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1028&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Traditional Chinese&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;2052&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Simplified Chinese&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1040&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Italian&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=156&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=115&gt;1029&lt;/TD&gt;
&lt;TD vAlign=top width=128&gt;Czech&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;H3&gt;
&lt;TABLE border=1 cellSpacing=0 cellPadding=2 width=400&gt;
&lt;TBODY&gt;
&lt;TR&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/H3&gt;
&lt;H3&gt;query string parameters&lt;/H3&gt;
&lt;TABLE border=1 cellSpacing=0 cellPadding=2 width=456&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=152&gt;
&lt;P&gt;&lt;STRONG&gt;param name&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=117&gt;
&lt;P&gt;&lt;STRONG&gt;param value&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;
&lt;P&gt;&lt;STRONG&gt;description&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;query&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;[name/value/operator]&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;polish notation shown in the table above&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;sort&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;Popularity&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;Recency&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;format&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;atom10&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;rss20&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;count&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;1-100&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;max 100&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=151&gt;user&lt;/TD&gt;
&lt;TD vAlign=top width=118&gt;any user name in the social platform&lt;/TD&gt;
&lt;TD vAlign=top width=185&gt;URL encode the tag if there are any special characters&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8938867" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="social bookmarking" scheme="http://blogs.msdn.com/taylorp/archive/tags/social+bookmarking/default.aspx" /><category term="rest" scheme="http://blogs.msdn.com/taylorp/archive/tags/rest/default.aspx" /><category term="feeds" scheme="http://blogs.msdn.com/taylorp/archive/tags/feeds/default.aspx" /></entry><entry><title>Social Platform Feed Service - Part 1 of 2</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-1-of-2.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-1-of-2.aspx</id><published>2008-09-10T05:21:00Z</published><updated>2008-09-10T05:21:00Z</updated><content type="html">&lt;P&gt;When we released the Social Bookmarks Preview I did a blog post titled "&lt;A href="http://blogs.msdn.com/taylorp/archive/2008/06/05/msdn-social-platform-feed-service.aspx" mce_href="http://blogs.msdn.com/taylorp/archive/2008/06/05/msdn-social-platform-feed-service.aspx"&gt;MSDN Social Platform Feed Service&lt;/A&gt;".&amp;nbsp; I am writing a two part update to that post to go over the changes in the feed service.&lt;/P&gt;
&lt;P&gt;Part 1 - Why feeds matter, what's new, and how to use the Social application to build feeds.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx" mce_href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx"&gt;Part 2 &lt;/A&gt;- More details on the parameters to build your feeds from scratch or change the feeds that we deliver in the Social app. -&lt;/P&gt;
&lt;H2&gt;Part 1 - Why feeds matter, what's new, and how to use the Social application as a feed builder&lt;/H2&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Why Feeds Matter&lt;/H3&gt;
&lt;P&gt;Feeds allow you to track one or more tags to stay on top of those topics for what the community finds important.&amp;nbsp; Feeds are also a great way syndicate your bookmarks within your network.&amp;nbsp; The v1 release of &lt;A href="http://social.msdn.microsoft.com/" mce_href="http://social.msdn.microsoft.com/"&gt;MSDN Social&lt;/A&gt;, &lt;A href="http://social.technet.microsoft.com/" mce_href="http://social.technet.microsoft.com/"&gt;TechNet Social&lt;/A&gt; and &lt;A href="http://social.expression.microsoft.com/" mce_href="http://social.expression.microsoft.com"&gt;Expression Social&lt;/A&gt; allows for some very customizable feeds.&amp;nbsp; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H3&gt;What's New&lt;/H3&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;With the release of &lt;A href="http://social.msdn.microsoft.com/" mce_href="http://social.msdn.microsoft.com/"&gt;MSDN Social&lt;/A&gt;, &lt;A href="http://social.technet.microsoft.com/" mce_href="http://social.technet.microsoft.com"&gt;TechNet Social&lt;/A&gt; and &lt;A href="http://social.expression.microsoft.com/en-US/" mce_href="http://social.expression.microsoft.com/en-US/"&gt;Expression Social&lt;/A&gt; we have updated the feeds service to support which supports the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;User feeds (new):&amp;nbsp; User feeds contain just the bookmarks that a user has marked as public.&amp;nbsp; You can subscribe to other peoples feed and they can subscribe to your feed. &lt;/LI&gt;
&lt;LI&gt;Feed for a date range (new): Feeds can be limited to a pre-defined date range (1 day, 1 week, 1 month, and 1 year).&amp;nbsp;&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Feeds for application namespace (updated): Feeds can be limited to just forums threads, or just social bookmarks or both. &lt;/LI&gt;
&lt;LI&gt;Count (new):&amp;nbsp; Set the number of bookmarks to be returned on a feed (max of 100). &lt;/LI&gt;
&lt;LI&gt;Feed by tag&amp;nbsp; (same): Get a feed by one or more tags &lt;/LI&gt;
&lt;LI&gt;Feed by brand (same): Get feeds by brand MSDN, TechNet and Expression. &lt;/LI&gt;
&lt;LI&gt;Locale (new): Get feeds for your locale. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;There are two large differences between the preview and the v1 of the feed service for Social are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The &lt;STRONG&gt;base URL&lt;/STRONG&gt; has changed: 
&lt;UL&gt;
&lt;LI&gt;from: &lt;A href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or" mce_href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or"&gt;http://servicescommunity.microsoft.com&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;to &lt;A title=http://ctp.services.social.microsoft.com href="http://services.social.microsoft.com/" mce_href="http://services.social.microsoft.com"&gt;http://services.social.microsoft.com&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;The name value pair are now within the &lt;STRONG&gt;query string&lt;/STRONG&gt; it changed 
&lt;UL&gt;
&lt;LI&gt;from: &lt;A href="http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or"&gt;http://services.community.microsoft.com/feeds/feed/query/&lt;STRONG&gt;namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or&lt;/STRONG&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;to:&amp;nbsp; &lt;A title=http://ctp.services.social.microsoft.com/feeds/feed/?query=brand/Microsoft/eq/nsrecursion/True/eq/timespan/P7D/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100&amp;amp;sort=Popularity href="http://services.social.microsoft.com/feeds/feed/?query=brand/Microsoft/eq/nsrecursion/True/eq/timespan/P7D/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100&amp;amp;sort=Popularity" mce_href="http://services.social.microsoft.com/feeds/feed/?query=brand/Microsoft/eq/nsrecursion/True/eq/timespan/P7D/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100&amp;amp;sort=Popularity"&gt;http://services.social.microsoft.com/feeds/feed/?&lt;STRONG&gt;query=brand/Microsoft/eq/nsrecursion/True/eq/timespan/P7D/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100&amp;amp;sort=Popularity&lt;/STRONG&gt;&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;H3&gt;Use the Social application as a feed builder&lt;/H3&gt;
&lt;P&gt;In the Social Bookmarks preview, the feed&amp;nbsp; &lt;A href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_2.gif" mce_href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_2.gif"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=Rss src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif" width=20 height=20 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif"&gt;&lt;/A&gt; link was static.&amp;nbsp; With the MSDN Social, TechNet Social and Expression Social v1 release the &lt;STRONG&gt;link to the feed updates as you change your feed&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;For example, in this screen shot below I am used the tag filter in the Social application, I am filtered by the tag "social bookmaking" and changed the filter to "Most Recent".&lt;/P&gt;
&lt;P&gt;Clicking the RSS icon &lt;A href="http://services.social.microsoft.com/feeds/feed/?  query=brand/Microsoft/eq/nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/social+bookmarking/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=Rss src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif" width=20 height=20 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif"&gt;&lt;/A&gt; link changes as you adjust the filter.&amp;nbsp; http://services.social.microsoft.com/feeds/feed/?&amp;nbsp; query=brand/Microsoft/eq/nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/social+bookmarking/eq/locale/1033/eq/and/and/and/and/and&amp;amp;count=100&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/fillter%20rss.jpg" mce_href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/fillter%20rss.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt="fillter rss" src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/fillter%20rss_thumb.jpg" width=467 height=182 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/fillter%20rss_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Here is another example using my feed.&amp;nbsp; I signed-in and change the navigation from "Community Bookmarks" to "&lt;A target=_blank href="http://social.msdn.microsoft.com/en-US/Profile/?user=taylorparsons#sort=recent&amp;amp;page=0&amp;amp;filter=allcontent" mce_href="http://social.msdn.microsoft.com/en-US/Profile/?user=taylorparsons#sort=recent&amp;amp;page=0&amp;amp;filter=allcontent"&gt;My Home&lt;/A&gt;", and clicked called "socialbookmarks".&amp;nbsp; Now the feed &lt;A href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency" mce_href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=Rss src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif" width=20 height=20 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/Rss_3.gif"&gt;&lt;/A&gt; icon points to my bookmarks with the selected tag of "socialbookmarks" &lt;A title=http://ctp.services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency" mce_href="http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency"&gt;http://services.social.microsoft.com/feeds/feed/?query=nsrecursion/True/eq/ns/SocialBookmarking/eq/ns/ForumThreads/eq/tag/socialbookmarks/eq/and/and/and&amp;amp;user=taylorparsons&amp;amp;count=100&amp;amp;sort=Recency&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/image_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" border=0 alt=image src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/image_thumb.png" width=397 height=256 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/SocialPlatformFeedService_FF82/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx" mce_href="http://blogs.msdn.com/taylorp/archive/2008/09/10/social-platform-feed-service-part-2-of-2.aspx"&gt;Part 2 - More details on the parameters to build your feeds from scratch or change the feeds that we deliver in the Social app&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;
&lt;SCRIPT type=text/javascript src="http://Services.social.microsoft.com/widgets/bookmark.jss?type=1&amp;amp;brand=Msdn&amp;amp;locale=1033" mce_src="http://Services.social.microsoft.com/widgets/bookmark.jss?type=1&amp;amp;brand=Msdn&amp;amp;locale=1033"&gt;&lt;/SCRIPT&gt;
&lt;/P&gt;
&lt;DIV id=CoreJsBaseElement&gt;&lt;A style="VERTICAL-ALIGN: middle" href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=8256&amp;amp;postid=8938509#" mce_href="http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts&amp;amp;sectionid=8256&amp;amp;postid=8938509#"&gt;&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8938509" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author></entry><entry><title>Tech-Ed Online: Fishbowl interview on Social Bookmarks</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/06/07/tech-ed-online-fishbowl-interview-on-social-bookmarks.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/06/07/tech-ed-online-fishbowl-interview-on-social-bookmarks.aspx</id><published>2008-06-07T08:00:00Z</published><updated>2008-06-07T08:00:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="" videopanel?="videopanel?"&gt;Tech-Ed Online Fishbowl : &lt;B&gt;&lt;A href="http://www.microsoft.com/techedonline/default.aspx" mce_href="http://www.microsoft.com/techedonline/default.aspx"&gt;Social Bookmarks on MSDN &amp;amp; TechNet&lt;/A&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;DIV videopanel?="videopanel?"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV videopanel?="videopanel?"&gt;Here is an interview that Rob Jacobs did of Huong Nguyen and I.&amp;nbsp; I fumbled a few times, but finally recovered into a decent interview.&amp;nbsp; Big thanks to both &lt;A href="http://blogs.technet.com/johmar/" mce_href="http://blogs.technet.com/johmar/"&gt;John Martin&lt;/A&gt; for setting the interview and to Huong for save me from a complete face plant. &lt;/DIV&gt;
&lt;DIV videopanel?="videopanel?"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV videopanel?="videopanel?"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV videopanel?="videopanel?"&gt;
&lt;OBJECT type=application/x-oleobject height=302 width=320 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 ?="?"&gt;&lt;PARAM NAME="URL" VALUE="http://mfile.akamai.com/14853/wmv/microsofttec.download.akamai.com/14853/TechEdOnline/Videos/08_NA_Dev_techtalk_36_low.asx"&gt;&lt;PARAM NAME="rate" VALUE="1"&gt;&lt;PARAM NAME="balance" VALUE="0"&gt;&lt;PARAM NAME="currentPosition" VALUE="0"&gt;&lt;PARAM NAME="defaultFrame" VALUE=""&gt;&lt;PARAM NAME="playCount" VALUE="9999"&gt;&lt;PARAM NAME="autoStart" VALUE="0"&gt;&lt;PARAM NAME="currentMarker" VALUE="0"&gt;&lt;PARAM NAME="invokeURLs" VALUE="-1"&gt;&lt;PARAM NAME="baseURL" VALUE=""&gt;&lt;PARAM NAME="volume" VALUE="50"&gt;&lt;PARAM NAME="mute" VALUE="0"&gt;&lt;PARAM NAME="uiMode" VALUE="mini"&gt;&lt;PARAM NAME="stretchToFit" VALUE="0"&gt;&lt;PARAM NAME="windowlessVideo" VALUE="-1"&gt;&lt;PARAM NAME="enabled" VALUE="-1"&gt;&lt;PARAM NAME="enableContextMenu" VALUE="-1"&gt;&lt;PARAM NAME="fullScreen" VALUE="0"&gt;&lt;PARAM NAME="SAMIStyle" VALUE=""&gt;&lt;PARAM NAME="SAMILang" VALUE=""&gt;&lt;PARAM NAME="SAMIFilename" VALUE=""&gt;&lt;PARAM NAME="captioningID" VALUE=""&gt;&lt;PARAM NAME="enableErrorDialogs" VALUE="0"&gt;&lt;PARAM NAME="_cx" VALUE="8467"&gt;&lt;PARAM NAME="_cy" VALUE="7990"&gt;&lt;/OBJECT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/techedonline/default.aspx" mce_href="http://www.microsoft.com/techedonline/default.aspx"&gt;Tech-Ed Online&lt;/A&gt; is creating a whole &lt;A href="http://msdn.microsoft.com/en-us/events/teched/cc676818.aspx" mce_href="http://msdn.microsoft.com/en-us/events/teched/cc676818.aspx"&gt;series of interviews&lt;/A&gt; worth checking out.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8579515" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="social bookmarking" scheme="http://blogs.msdn.com/taylorp/archive/tags/social+bookmarking/default.aspx" /><category term="tagging" scheme="http://blogs.msdn.com/taylorp/archive/tags/tagging/default.aspx" /><category term="socialbookmarks" scheme="http://blogs.msdn.com/taylorp/archive/tags/socialbookmarks/default.aspx" /><category term="video" scheme="http://blogs.msdn.com/taylorp/archive/tags/video/default.aspx" /><category term="feeds" scheme="http://blogs.msdn.com/taylorp/archive/tags/feeds/default.aspx" /></entry><entry><title>Tech-Ed 2008 - Developer Week - Meeting the customers - report 1</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/06/05/tech-ed-2008-developer-week-meeting-the-customers.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/06/05/tech-ed-2008-developer-week-meeting-the-customers.aspx</id><published>2008-06-05T17:32:26Z</published><updated>2008-06-05T17:32:26Z</updated><content type="html">&lt;p&gt;I have to admit when I first came into the event location I was not that impressed and mostly overwhelmed by the sheer size of the event center.&amp;#160;&amp;#160; To quote Steve Butler, &amp;quot;Tech-Ed is where the rubber meets that road&amp;quot;, he could not have been more correct.&amp;#160; I can't even begin to tell you how satisfying it is to meet people as they pass by and invite them into the demo space by saying have you see our new Social Bookmarks preview?&amp;#160; They light-up, and come right in to see the demo.&amp;#160; On day 1 my demos where going to the stack showing how you can manage your items bookmarked through tags on Forums, as well as your social bookmarks.&amp;#160; Every time I pivot on a bookmark by display name I hear a WOW, nice, and I like that.&amp;#160;&amp;#160; On day 2 I changed my demo and had people log-in.&amp;#160; This was really great every single user already had a display name.&amp;#160; Some had posted once in a forum, others had a subscription.&amp;#160; Even it was just several people it was great to see the hard work we did with our sister team Servers and Tools Services (STOS) who own the central store for display names.&amp;#160; It really proved itself out that we need one profile store for all user information to make it as easy as possible for our customers to engage within each of our web apps.&amp;#160; &lt;/p&gt;  &lt;p&gt;Some verbatim's and feedback from people at Tech-Ed Developer week:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;During nearly half of the Social Bookmarks demos people wanted to know where and when our &lt;strong&gt;public API&lt;/strong&gt; will be available.&amp;#160; I often asked why they wanted an API, and I got a few answers.&amp;#160; One was I want to build my own custom MSDN experience.&amp;#160; Another wants to use the Social Platform within his business to help his customers connect with each other.&amp;#160; I have to say if I have learned anything over the years when you create an an API people use it in ways you never intended or imagined.&amp;#160; It will be really hard for us to not have an API that our customers can code against, it is a base expectation these days for any social application.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Groups&lt;/strong&gt;:&amp;#160; I heard interest in groups.&amp;#160; The base use was I want to be able to see what my friends and co-workers are bookmarking.&amp;#160; Another idea I heard was to use your friends as a white list and only they can see certain attributes about what you are doing and have full access to your profile.&amp;#160; &lt;/li&gt;    &lt;li&gt;While showing our the &lt;strong&gt;search&lt;/strong&gt; improvement, one guy said &amp;quot;I will get back time in my life you just made it easier for me to search&amp;quot;.&lt;/li&gt;    &lt;li&gt;Another fellow was interested with &lt;strong&gt;mobile&lt;/strong&gt; social bookmarks. He wanted to gain access to his bookmarks from his cell phone.&amp;#160; &lt;/li&gt; &lt;/ol&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8575370" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author></entry><entry><title>MSDN Social Platform Feed Service</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/06/05/msdn-social-platform-feed-service.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/06/05/msdn-social-platform-feed-service.aspx</id><published>2008-06-05T03:44:00Z</published><updated>2008-06-05T03:44:00Z</updated><content type="html">&lt;H2&gt;&lt;/H2&gt;
&lt;H4&gt;Un-official documentation&lt;/H4&gt;
&lt;P&gt;As you can see there is a &lt;IMG src="http://social.msdn.microsoft.com/bookmarks/Images/Icons/Rss.gif" mce_src="http://social.msdn.microsoft.com/bookmarks/Images/Icons/Rss.gif"&gt;&amp;nbsp; RSS link on the "All Bookmarks" view.&amp;nbsp; This is a link returning the most recent bookmarks added by uses to the Social Platform.&lt;/P&gt;
&lt;P&gt;In this post I am going to explain the syntax on the REST feed service and the parameters you can pass the data you care about.&lt;/P&gt;
&lt;P&gt;First lets start with the parameters that the Social Platform recognizes.&amp;nbsp; The maximum number of items you can get from the Social Platform feed service is 100.&lt;/P&gt;
&lt;H3&gt;Parameters &lt;/H3&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=515 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=121&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;&lt;STRONG&gt;value(s)&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;&lt;STRONG&gt;description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=124&gt;namespace&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;b22788b8-c8f1-4df3-aa44-1f457f092c93&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;Social Bookmarks&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=126&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;05666658-68ba-4d5f-83c4-a088015f92ce&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;Forums Thread bookmarks&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=127&gt;tag (optional)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;any tag stored in the social platform&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;You can add 1 or more tags to the query&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=128&gt;brand (optional)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;msdn&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;only bookmarks saved within the msdn brand &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;technet&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;only bookmarks saved within the&amp;nbsp;technet brand &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;expression&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;only bookmarks saved within the&amp;nbsp;expression brand &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;microsoft&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;&amp;nbsp;only bookmarks saved within the microsoft brand&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;startdate (optional)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;yyyy-mm-dd&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;start date &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;enddate (optional)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;yyyy-mm-dd&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;end date &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;format (optional)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;atom10&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;format of the feed, which is appended to the query string&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=129&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=172&gt;rss20&lt;/TD&gt;
&lt;TD class="" vAlign=top width=218&gt;default to rss if not specified&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;H3&gt;Conditional Operators&lt;/H3&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=516 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=237&gt;&lt;STRONG&gt;operator&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=277&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=274&gt;eq&lt;/TD&gt;
&lt;TD class="" vAlign=top width=298&gt;equals&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=284&gt;or&lt;/TD&gt;
&lt;TD class="" vAlign=top width=303&gt;or &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=287&gt;and&lt;/TD&gt;
&lt;TD class="" vAlign=top width=304&gt;and&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;H3&gt;Description of the queries&lt;/H3&gt;
&lt;P&gt;The Social Platform feed service was written for developers.&amp;nbsp; It uses &lt;A href="http://en.wikipedia.org/wiki/Polish_notation" target=_blank mce_href="http://en.wikipedia.org/wiki/Polish_notation"&gt;&lt;FONT size=2&gt;polish notation&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;, enabling you do create complex logical queries, through a&amp;nbsp; &lt;A href="http://en.wikipedia.org/wiki/REST" target=_blank mce_href="http://en.wikipedia.org/wiki/REST"&gt;&lt;FONT size=2&gt;REST&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; interface&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;From the Social Bookmarks application you will find one link this brings back the default query which included both forum threads and social bookmarks: &lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RSS:&lt;/STRONG&gt;&amp;nbsp; &lt;FONT size=2&gt;&lt;A href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or" mce_href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or"&gt;http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=+0&gt;ATOM: &lt;A title=http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/ href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/" mce_href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/"&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color=#ff8040&gt;&lt;A href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or?format=atom10" mce_href="http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or?format=atom10"&gt;http://servicescommunity.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or?format=atom10&lt;/A&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT size=+0&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H3&gt;Let's break the REST call down&lt;/H3&gt;
&lt;P&gt;&lt;FONT size=2&gt;The base URI: &lt;/FONT&gt;&lt;FONT size=2&gt;&lt;A href="http://services.community.microsoft.com/feeds/feed/query" mce_href="http://services.community.microsoft.com/feeds/feed/query"&gt;http://services.community.microsoft.com/feeds/feed/query&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;First condition&lt;/STRONG&gt;: /namespace/05666658-68ba-4d5f-83c4-a088015f92ce (ForumThreads)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;first operator: &lt;/STRONG&gt;eq&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Second condition&lt;/STRONG&gt;: /namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93&amp;nbsp; (social bookmarks)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;second operator&lt;/STRONG&gt;: eq&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;third operator&lt;/STRONG&gt;: or&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Let's narrow the query by a tag condition.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;/tag/technology/eq/and&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Put it all together and here is a valid query:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/tag/technology/eq/and href="http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/tag/technology/eq/and" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/tag/technology/eq/and"&gt;&lt;FONT size=2&gt;http://services.community.microsoft.com/feeds/feed/query/namespace/05666658-68ba-4d5f-83c4-a088015f92ce/eq/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/or/&lt;FONT color=#ff8000&gt;tag/technology/eq/and&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;Example queries&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;MSDN and Social Bookmarks&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brand/msdn/eq/and" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brands/msdn/eq/and"&gt;&lt;FONT size=2&gt;http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/&lt;FONT color=#ff8040&gt;brand/msdn/eq/&lt;/FONT&gt;and&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Expression and Social Bookmarks&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brand/expression/eq/and" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brands/expression/eq/and"&gt;&lt;FONT size=2&gt;http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/&lt;FONT color=#ff8040&gt;brand/expression/eq/&lt;/FONT&gt;and&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Technet and Social Bookmarks&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brand/technet/eq/and" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/brands/technet/eq/and"&gt;&lt;FONT size=2&gt;http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/&lt;FONT color=#ff8040&gt;brand/technet/eq/&lt;/FONT&gt;and&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Social Bookmarks tagged with csharp&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/tag/csharp/eq/and" mce_href="http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/tag/csharp/eq/and"&gt;&lt;FONT size=2&gt;http://services.community.microsoft.com/feeds/feed/query/namespace/b22788b8-c8f1-4df3-aa44-1f457f092c93/eq/&lt;FONT color=#ff8040&gt;tag/csharp/eq/&lt;/FONT&gt;and&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8574612" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="socialbookmarks" scheme="http://blogs.msdn.com/taylorp/archive/tags/socialbookmarks/default.aspx" /></entry><entry><title>Introduction video on Social Bookmarks - Preview for MSDN, Technet and Expression</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/05/30/introduction-video-on-social-bookmarks-preview-for-msdn-technet-and-expression.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/05/30/introduction-video-on-social-bookmarks-preview-for-msdn-technet-and-expression.aspx</id><published>2008-05-30T05:52:58Z</published><updated>2008-05-30T05:52:58Z</updated><content type="html">&lt;div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:45adb1d5-85dd-4737-9adc-4a4bcb0288bd" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div id="74ae390d-5153-4ad8-adce-21ee7940a8ac" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://video.msn.com/video.aspx?vid=31c0e513-3768-4876-bb64-aaa06ef8d72c&amp;amp;from=writer" target="_new"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/IntroductionvideoonSocialBookmarksPrevie_11792/video657d10341ecc.jpg" galleryimg="no" onload="var downlevelDiv = document.getElementById('74ae390d-5153-4ad8-adce-21ee7940a8ac'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;embed src=\&amp;quot;http://images.video.msn.com/flash/soapbox1_1.swf\&amp;quot; quality=\&amp;quot;high\&amp;quot; width=\&amp;quot;432\&amp;quot; height=\&amp;quot;364\&amp;quot; wmode=\&amp;quot;transparent\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; pluginspage=\&amp;quot;http://macromedia.com/go/getflashplayer\&amp;quot; flashvars=\&amp;quot;c=v&amp;amp;v=31c0e513-3768-4876-bb64-aaa06ef8d72c&amp;amp;from=writer\&amp;quot; &amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8561297" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author></entry><entry><title>Check out our team's interview on Channel 9</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/05/29/check-out-our-team-s-interview-on-channel-9.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/05/29/check-out-our-team-s-interview-on-channel-9.aspx</id><published>2008-05-29T09:10:00Z</published><updated>2008-05-29T09:10:00Z</updated><content type="html">&lt;P&gt;&lt;A title=http://channel9.msdn.com/Showpost.aspx?postid=406924 href="http://channel9.msdn.com/Showpost.aspx?postid=406924" target=_blank mce_href="http://channel9.msdn.com/Showpost.aspx?postid=406924"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=231 alt=c9 src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/CheckoutourteamsinterviewonChannel9_14532/c9_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/taylorp/WindowsLiveWriter/CheckoutourteamsinterviewonChannel9_14532/c9_1.jpg"&gt; &lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"﻿&lt;A href="http://msdn.com/" mce_href="http://msdn.com"&gt;MSDN&lt;/A&gt; has been the de facto place on the web to find all things Microsoft platform developer related. It's not always been perfect, but certainly most Microsoft platform focused developers require MSDN to complete their missions and to learn about new possibilities based on the latest platform innovations. The MSDN team has been hard at work creating some interesting community features with the primary goal of enabling MSDN users to add significant value to their peers via forums, wikis and other social constructs. New on this list of communityware on MSDN is Social Bookmarking and enhanced user Profile. I caught up with some of the folks behind this work to chat about the What, How and Why... &lt;BR&gt;Meet Chris Slemp, PM Profile, Taylor Parsons, Lead PM Social Bookmarking, Brent Serbus, PM Forums and Bryan Thomas, Dev Lead Social Bookmarking."&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A title=http://channel9.msdn.com/Showpost.aspx?postid=406924 href="http://channel9.msdn.com/Showpost.aspx?postid=406924" mce_href="http://channel9.msdn.com/Showpost.aspx?postid=406924"&gt;http://channel9.msdn.com/Showpost.aspx?postid=406924&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8557320" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="social bookmarking" scheme="http://blogs.msdn.com/taylorp/archive/tags/social+bookmarking/default.aspx" /><category term="tagging" scheme="http://blogs.msdn.com/taylorp/archive/tags/tagging/default.aspx" /><category term="socialbookmarks" scheme="http://blogs.msdn.com/taylorp/archive/tags/socialbookmarks/default.aspx" /><category term="video" scheme="http://blogs.msdn.com/taylorp/archive/tags/video/default.aspx" /></entry><entry><title>Seeking feedback on the MSDN, Technet and Expression Social Bookmarks - Preview</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/05/29/seeking-feedback-on-the-msdn-technet-and-expression-social-bookmarks-preview.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/05/29/seeking-feedback-on-the-msdn-technet-and-expression-social-bookmarks-preview.aspx</id><published>2008-05-29T08:09:00Z</published><updated>2008-05-29T08:09:00Z</updated><content type="html">&lt;P&gt;&lt;FONT size=4&gt;&lt;A title=http://forums.msdn.microsoft.com/en-US/bookmarks/threads/ href="http://forums.msdn.microsoft.com/en-US/bookmarks/threads/" target=_blank mce_href="http://forums.msdn.microsoft.com/en-US/bookmarks/threads/"&gt;Feedback wanted!&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;We want on feedback the Social Bookmarks Preview have created for Technical Professionals to share links that they think the community should know about.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;The link to the Social Bookmarks - Preview Apps are here as tiny URLs:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;A href="http://msdnbookmarks.com/" mce_href="http://msdnbookmarks.com"&gt;http://msdnbookmarks.com&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;A href="http://technebookmarks.com/" mce_href="http://technebookmarks.com"&gt;http://technebookmarks.com&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;A href="http://expressionbookmarks.com/" mce_href="http://expressionbookmarks.com"&gt;http://expressionbookmarks.com&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;We have created a forums app where you can ask question of the engineering and product planning team that is has build the Social Bookmarks - Preview.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;Tell us what works and what does not work, we are listening and will reply on every question.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;FONT size=4&gt;&lt;A title=http://forums.msdn.microsoft.com/en-US/bookmarks/threads/ href="http://forums.msdn.microsoft.com/en-US/bookmarks/threads/" target=_blank mce_href="http://forums.msdn.microsoft.com/en-US/bookmarks/threads/"&gt;Feedback wanted!&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8557282" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="social bookmarking" scheme="http://blogs.msdn.com/taylorp/archive/tags/social+bookmarking/default.aspx" /><category term="socialbookmarks" scheme="http://blogs.msdn.com/taylorp/archive/tags/socialbookmarks/default.aspx" /><category term="forums" scheme="http://blogs.msdn.com/taylorp/archive/tags/forums/default.aspx" /></entry><entry><title>Community Platform: Preview of Social Bookmarks for MSDN and Technet</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/05/02/community-platform-social-bookmarks-for-msdn-and-technet.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/05/02/community-platform-social-bookmarks-for-msdn-and-technet.aspx</id><published>2008-05-02T07:44:02Z</published><updated>2008-05-02T07:44:02Z</updated><content type="html">&lt;p&gt;We just hit our Feature Complete milestone for Social Bookmarks and enhanced profile for the Microsoft MSDN and Technet sites.&amp;#160; &lt;/p&gt;  &lt;h3&gt;You can read more about it &lt;a href="http://blogs.msdn.com/dawg89/" target="_blank"&gt;here on Jeff Day's blog&lt;/a&gt;.&lt;/h3&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8448895" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author></entry><entry><title>Technical Program Manager with deep understanding of the Social Web</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/05/02/technical-program-manager-with-deep-understanding-of-the-social-web.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/05/02/technical-program-manager-with-deep-understanding-of-the-social-web.aspx</id><published>2008-05-02T07:42:15Z</published><updated>2008-05-02T07:42:15Z</updated><content type="html">&lt;p&gt;The Microsoft Developer Division Server &amp;amp; Tools Online Team is seeking a program manager to help us build innovative new Community Platform web applications, including forums, community-driven portals, blogs, social bookmarks, a feeds and tags service, plus content management. Our team is focused on transforming MSDN, TechNet and the (new) Expression web sites into the most innovative, community-focused web sites within Microsoft and the industry.    &lt;br /&gt;Making our sites more community driven not only helps our customers become more successful, but it improves our business by encouraging customers to engage more deeply with both Microsoft and each other. Our goal is to help technical professionals worldwide become more successful by connecting them to relevant resources, peers, and experts from Microsoft and the community.     &lt;br /&gt;In this role, you will collaborate with other program managers, developers and testers to define, build and deliver the platform. You will help drive features that enable critical capabilities, such as social bookmaking, tag cloud browsing, tag and search experience integration, feed syndication and more.     &lt;br /&gt;This job is a good fit if you&amp;#8230;     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Have deep understanding of Web 2.0 and online communities, especially social bookmarking, etc.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Possess great abstract thinking and analytical skills.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Enjoy working in a complex, fast moving environment.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Are an experienced program manager.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Have experience working with agile engineering processes.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Work experience directly related to engineering of complex web sites, tools and user experiences.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Experience shipping products/web sites.     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Strong cross-group collaboration skills.     &lt;br /&gt;Specific qualifications include:     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Strong technical background with expertise in web technologies like HTTP, ASP.NET, SQL Server, AJAX, JavaScript, XML     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Work experience directly related to engineering of complex web sites, tools and user experiences     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 3-5 years successful experience as a technical PM. (Microsoft PM experience desirable but not required.)     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Strong cross-group collaboration skills     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Demonstrated ability to write stories, functional specs and other technical documents     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Experience shipping products/web sites     &lt;br /&gt;&amp;#8226;&amp;#160;&amp;#160;&amp;#160;&amp;#160; BS or higher in technical field&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8448888" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author></entry><entry><title>blogging around</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2008/03/10/blogging-around.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2008/03/10/blogging-around.aspx</id><published>2008-03-10T06:25:00Z</published><updated>2008-03-10T06:25:00Z</updated><content type="html">&lt;P&gt;I have been writing blog posts here and there.&amp;nbsp; At thins point I have so many accounts I need to search the web to locate accounts.&amp;nbsp; Anyway, I am looking for a blog that has the following features.&amp;nbsp; &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In-line spell checker that puts a red line under the misspelled word.&lt;/LI&gt;
&lt;LI&gt;Large block quotes to reference other blogs.&lt;/LI&gt;
&lt;LI&gt;tagging for both the author and the viewer to link bloggers together by one or more tags.&lt;/LI&gt;
&lt;LI&gt;Support for RSS and Feeds.&lt;/LI&gt;
&lt;LI&gt;Viral marketing&amp;nbsp;suggestions and widgets for the blog.&lt;/LI&gt;
&lt;LI&gt;Browser plug-in to enable right click blog post, so I can post from any highlight content to my blog.&amp;nbsp; Live Spaces supports this which is why I have been mostly &lt;A class="" href="http://taylorparsons.spaces.live.com/blog/" mce_href="http://taylorparsons.spaces.live.com/blog/"&gt;blogging there&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Support for in-line widgets from other sites for video, slideshows, other data sources&lt;/LI&gt;
&lt;LI&gt;blog level stats&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;Other blogging locations I have been using:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://taylorparsons.spaces.live.com/blog/" mce_href="http://taylorparsons.spaces.live.com/blog/"&gt;Live spaces&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A href="http://www.xanga.com/taylorparsons"&gt;http://www.xanga.com/taylorparsons&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8122867" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="web2.0" scheme="http://blogs.msdn.com/taylorp/archive/tags/web2.0/default.aspx" /><category term="features" scheme="http://blogs.msdn.com/taylorp/archive/tags/features/default.aspx" /><category term="blogging" scheme="http://blogs.msdn.com/taylorp/archive/tags/blogging/default.aspx" /></entry><entry><title>RSS feeds I read daily to stay current with public API's and Web2.0 in general</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/taylorp/archive/2007/04/02/rss-feeds-i-read-daily.aspx" /><id>http://blogs.msdn.com/taylorp/archive/2007/04/02/rss-feeds-i-read-daily.aspx</id><published>2007-04-03T00:44:00Z</published><updated>2007-04-03T00:44:00Z</updated><content type="html">&lt;OL&gt;
&lt;LI&gt;Programmable Web&amp;nbsp;&lt;A href="http://blog.programmableweb.com/" mce_href="http://blog.programmableweb.com/"&gt;http://blog.programmableweb.com/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Read/Write Web&amp;nbsp;&lt;A href="http://feeds.feedburner.com/readwriteweb" mce_href="http://feeds.feedburner.com/readwriteweb"&gt;http://feeds.feedburner.com/readwriteweb&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Alex Barnett &lt;A href="http://del.icio.us/rss/alexbarn"&gt;http://del.icio.us/rss/alexbarn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Google Tags &lt;A href="http://del.icio.us/rss/tag/google"&gt;http://del.icio.us/rss/tag/google&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Tagging Tags &lt;A href="http://del.icio.us/rss/tag/tagging"&gt;http://del.icio.us/rss/tag/tagging&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Todd Bishop &lt;A href="http://blog.seattlepi.nwsource.com/microsoft/index.xml"&gt;http://blog.seattlepi.nwsource.com/microsoft/index.xml&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Life Hacker &lt;A href="http://feeds.gawker.com/lifehacker/full"&gt;http://feeds.gawker.com/lifehacker/full&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2014563" width="1" height="1"&gt;</content><author><name>taylorp</name><uri>http://blogs.msdn.com/members/taylorp.aspx</uri></author><category term="web2.0" scheme="http://blogs.msdn.com/taylorp/archive/tags/web2.0/default.aspx" /><category term="social bookmarking" scheme="http://blogs.msdn.com/taylorp/archive/tags/social+bookmarking/default.aspx" /><category term="tagging" scheme="http://blogs.msdn.com/taylorp/archive/tags/tagging/default.aspx" /></entry></feed>