<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx</link><description>I'm sitting here with writer's block on an article I'm supposed to be writing so in order to coax the technical writing muse I decided to write an application I've been meaning to do for over a month. If you didn't know, on Sara's blog she has a category</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#5982591</link><pubDate>Thu, 08 Nov 2007 12:55:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5982591</guid><dc:creator>Mike Street</dc:creator><description>&lt;p&gt;It would be useful to make this project more generalised by allowing the user to specify the URI to be searched. &lt;/p&gt;
</description></item><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#5987566</link><pubDate>Thu, 08 Nov 2007 17:29:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5987566</guid><dc:creator>Josh Stodola</dc:creator><description>&lt;p&gt;Mike, that would take you 10 seconds to change the code to do that. &amp;nbsp;Seriously.&lt;/p&gt;
&lt;p&gt;Very cool example, Beth. &amp;nbsp;It really illustrates the new powerful features and now I have a thousand things running through my mind on how I could use them!&lt;/p&gt;
&lt;p&gt;You're doing a pretty good job of getting me excited for the release, keep it up.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#5987592</link><pubDate>Thu, 08 Nov 2007 17:31:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5987592</guid><dc:creator>Josh Stodola</dc:creator><description>&lt;p&gt;Oh, Mike, forgot to mention that the code looks for matches in the category node. &amp;nbsp;So, if you want to change the URI to something else, that new URI had better have a category node with &amp;quot;*tip of the day*&amp;quot; in it or your getting no matches.&lt;/p&gt;
&lt;p&gt;Did you even read the post?!&lt;/p&gt;
</description></item><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#5991808</link><pubDate>Thu, 08 Nov 2007 21:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5991808</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;Hi Mike, you can easily add another textbox (I'd suggest with auto-complete) to capture the feed URI and then save that in My.Settings. With the category you can either allow the category to be entered in the UI as well or you can remove the category filter from the query and specify the tagged feed instead. i.e. For Sara's tip of the day feed you can directly access it here: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/saraford/rss_tag_Visual+Studio+2008+Tip+of+the+Day.xml"&gt;http://blogs.msdn.com/saraford/rss_tag_Visual+Studio+2008+Tip+of+the+Day.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Josh, I'm excited you're excited! :-)&lt;/p&gt;
</description></item><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6017962</link><pubDate>Fri, 09 Nov 2007 17:08:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6017962</guid><dc:creator>Ashraf Habash</dc:creator><description>&lt;p&gt;A small comment about running your application with Vista.&lt;/p&gt;
&lt;p&gt;I kept getting access denied for c:tiprss.xml, so i just moved it to another temp folder and it was working perfectly.&lt;/p&gt;
&lt;p&gt;I like you application and will add it to my R&amp;amp;D collection;)&lt;/p&gt;
&lt;p&gt;ash&lt;/p&gt;
</description></item><item><title>Merging XML using Visual Basic 9</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6188034</link><pubDate>Wed, 14 Nov 2007 03:51:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6188034</guid><dc:creator>Beth Massi - Sharing the goodness that is VB</dc:creator><description>&lt;p&gt;I made some modifications to my Visual Studio Tip of the Day browser application I created last week.&lt;/p&gt;
</description></item><item><title>re: Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6215190</link><pubDate>Wed, 14 Nov 2007 19:13:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6215190</guid><dc:creator>manovich</dc:creator><description>&lt;p&gt;What about support of &lt;a rel="nofollow" target="_new" href="http://dotnettipoftheday.org"&gt;http://dotnettipoftheday.org&lt;/a&gt; ? :)&lt;/p&gt;
</description></item><item><title>Community Convergence XXXVI</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6413276</link><pubDate>Tue, 20 Nov 2007 02:09:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6413276</guid><dc:creator>Charlie Calvert's Community Blog</dc:creator><description>&lt;p&gt;Welcome to the thirty-sixth issue of Community Convergence. This is the big day, with Visual Studio 2008&lt;/p&gt;
</description></item><item><title>Community Convergence XXXVI</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6413465</link><pubDate>Tue, 20 Nov 2007 02:16:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6413465</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Welcome to the thirty-sixth issue of Community Convergence. This is the big day, with Visual Studio 2008&lt;/p&gt;
</description></item><item><title>Second Helping: Beth Massi's Visual Studio Tip of the Day Browser</title><link>http://blogs.msdn.com/bethmassi/archive/2007/11/07/visual-studio-tip-of-the-day-browser.aspx#6576271</link><pubDate>Wed, 28 Nov 2007 14:08:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6576271</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;So what Turkey Day was last week?&amp;amp;#160; No reason why we can&amp;amp;#39;t have a second helping of tip of the&lt;/p&gt;
</description></item></channel></rss>