<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>tsJensen.com - Tools</title>
    <link>http://www.tsjensen.com/blog/</link>
    <description />
    <language>en-us</language>
    <copyright>Tyler Jensen</copyright>
    <lastBuildDate>Thu, 10 Jun 2010 14:37:21 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8139.823</generator>
    <managingEditor>tyler@tsjensen.com</managingEditor>
    <webMaster>tyler@tsjensen.com</webMaster>
    <item>
      <trackback:ping>http://www.tsjensen.com/blog/Trackback.aspx?guid=dec50524-f573-4080-938e-1ec2d5c5147f</trackback:ping>
      <pingback:server>http://www.tsjensen.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.tsjensen.com/blog/PermaLink,guid,dec50524-f573-4080-938e-1ec2d5c5147f.aspx</pingback:target>
      <dc:creator>Tyler Jensen</dc:creator>
      <wfw:comment>http://www.tsjensen.com/blog/CommentView,guid,dec50524-f573-4080-938e-1ec2d5c5147f.aspx</wfw:comment>
      <wfw:commentRss>http://www.tsjensen.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=dec50524-f573-4080-938e-1ec2d5c5147f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
My absolute favorite feature of Visual Studio 2010, so far, is the javascript Intellisense
support via the &lt;reference&gt; tag. Add the following line to your .js file and
you get jQuery Intellisense.
</p>
        <pre>
          <font color="#008000"> /// &lt;reference path="/scripts/jquery-1.4.1.js" /&gt;<br /></font>
        </pre>
        <p>
My second favorite feature, so far, was just added with the <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef">Visual
Studio 2010 Pro Power Tools</a> just released by Microsoft the other day. It is the
Add Reference Search feature. Behold…
</p>
        <p>
          <a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/AddReferenceSearchwithVisualStudio2010Pr_7944/addrefsrch_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="addrefsrch" border="0" alt="addrefsrch" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/AddReferenceSearchwithVisualStudio2010Pr_7944/addrefsrch_thumb.png" width="644" height="372" />
          </a>
        </p>
        <p>
There are a bunch of very cool features added by this small but powerful extension
pack, but not having to scroll through a list of assemblies to find the one I’m looking
for is a godsend.
</p>
        <p>
You can read about all the goodies on the <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef">download
page</a>, but two other honorable mentions are:
</p>
        <p>
          <strong>Ctrl+Click </strong>is now the equivalent of right click and selecting Go
to Definition. Booyah!
</p>
        <p>
          <strong>Ctrl+Alt+] </strong>on a selected block of assignments will align the = operator
making your code block far more readable.
</p>
        <p>
I highly recommend this extension. Thanks Microsoft!
</p>
        <img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=dec50524-f573-4080-938e-1ec2d5c5147f" />
      </body>
      <title>Add Reference Search with Visual Studio 2010 Pro Power Tools</title>
      <guid isPermaLink="false">http://www.tsjensen.com/blog/PermaLink,guid,dec50524-f573-4080-938e-1ec2d5c5147f.aspx</guid>
      <link>http://www.tsjensen.com/blog/2010/06/10/Add+Reference+Search+With+Visual+Studio+2010+Pro+Power+Tools.aspx</link>
      <pubDate>Thu, 10 Jun 2010 14:37:21 GMT</pubDate>
      <description>&lt;p&gt;
My absolute favorite feature of Visual Studio 2010, so far, is the javascript Intellisense
support via the &amp;lt;reference&amp;gt; tag. Add the following line to your .js file and
you get jQuery Intellisense.
&lt;/p&gt;
&lt;pre&gt;&lt;font color="#008000"&gt; /// &amp;lt;reference path="/scripts/jquery-1.4.1.js" /&amp;gt;&lt;br&gt;
&lt;/font&gt;&lt;/pre&gt;
&lt;p&gt;
My second favorite feature, so far, was just added with the &lt;a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef"&gt;Visual
Studio 2010 Pro Power Tools&lt;/a&gt; just released by Microsoft the other day. It is the
Add Reference Search feature. Behold…
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/AddReferenceSearchwithVisualStudio2010Pr_7944/addrefsrch_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="addrefsrch" border="0" alt="addrefsrch" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/AddReferenceSearchwithVisualStudio2010Pr_7944/addrefsrch_thumb.png" width="644" height="372"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
There are a bunch of very cool features added by this small but powerful extension
pack, but not having to scroll through a list of assemblies to find the one I’m looking
for is a godsend.
&lt;/p&gt;
&lt;p&gt;
You can read about all the goodies on the &lt;a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef"&gt;download
page&lt;/a&gt;, but two other honorable mentions are:
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Ctrl+Click &lt;/strong&gt;is now the equivalent of right click and selecting Go
to Definition. Booyah!
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Ctrl+Alt+] &lt;/strong&gt;on a selected block of assignments will align the = operator
making your code block far more readable.
&lt;/p&gt;
&lt;p&gt;
I highly recommend this extension. Thanks Microsoft!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=dec50524-f573-4080-938e-1ec2d5c5147f" /&gt;</description>
      <comments>http://www.tsjensen.com/blog/CommentView,guid,dec50524-f573-4080-938e-1ec2d5c5147f.aspx</comments>
      <category>Commentary</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://www.tsjensen.com/blog/Trackback.aspx?guid=3f31641e-f5a7-45fa-80c0-e0bafcd2650f</trackback:ping>
      <pingback:server>http://www.tsjensen.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.tsjensen.com/blog/PermaLink,guid,3f31641e-f5a7-45fa-80c0-e0bafcd2650f.aspx</pingback:target>
      <dc:creator>Tyler Jensen</dc:creator>
      <wfw:comment>http://www.tsjensen.com/blog/CommentView,guid,3f31641e-f5a7-45fa-80c0-e0bafcd2650f.aspx</wfw:comment>
      <wfw:commentRss>http://www.tsjensen.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3f31641e-f5a7-45fa-80c0-e0bafcd2650f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is an oddity with <a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx">Visual
Studio 2010 Beta 2</a> installed on the a virtual machine that I’ve run into that
perhaps one in a hundred other <a href="http://www.vmware.com/products/workstation/">VMWare
Workstation</a> users might run into. I’m running VMWare Workstation 6.5.3 on a Windows
7 x64 box with 8GB of RAM. In turn, I’m spinning up a Windows 7 x64 virtual machine
with 3GB of RAM and two cores (a primary reason for buying the VMWare license over
Virtual PC). And of course, I had 3D graphics acceleration turned on, because who
wouldn’t want some acceleration, right?
</p>
        <p>
But here’s what the New Project dialog and other “add” dialogs looked like (note:
I’ve reduced the size of these as the nitty gritty details are not as important as
the visualization of the controls, here you don’t see them and later you will):
</p>
        <p>
          <a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs1_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs1" border="0" alt="vmvs1" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs1_thumb.png" width="424" height="265" />
          </a>
        </p>
        <p>
Note the black (or rather dark blue) abyss at the bottom of the dialog. As near as
I can tell, the normally light blue section was gone and inaccessible visually. I’m
not certain, but I surmised that it was still there as I was able to tab into the
darkness and then out of it again.
</p>
        <p>
After trying various Windows 7 video personalization settings, I then tried increasing
video memory in the VMX file, but that was a non-starter. Then an odd hunch led me
to try this:
</p>
        <p>
          <a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs2_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs2" border="0" alt="vmvs2" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs2_thumb.png" width="404" height="312" />
          </a>
        </p>
        <p>
Once I saved that 3D graphics setting unchecked and spun up the virtual machine, I
noticed two things. First, the virtual machine seemed more responsive. Second, and
more importantly, controls were back in sight. This pleasing view is now what I see
(minus my crudely drawn red circle of course):
</p>
        <p>
          <a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs3_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs3" border="0" alt="vmvs3" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs3_thumb.png" width="424" height="301" />
          </a>
        </p>
        <p>
There was a moment when I thought to blame Visual Studio 2010 Beta 2 for this anomaly
but of course some brief thought and sparing a brain cell or two for reasoning and
cognitive function resulted in the conclusion that something with video driver and
perhaps Windows 7 or Windows in general or just my machine did not like some video
setting. Happily, the 3D graphics checkbox was the first thing I tried to disable
on the VMWare settings and shazam, it worked.
</p>
        <p>
If you run VMWare Workstation and have problems with Visual Studio 2010 Beta 2 in
your virtual machine with missing or invisible controls in certain dialogs and other
UI elements, try disabling the 3D graphics option. I still highly recommend VMWare
Workstation over Virtual PC, though I must admit that I have not tried <a href="http://www.microsoft.com/windows/virtual-pc/">Windows
Virtual PC</a> in its latest incarnation for Windows 7. The last time I tried it was
in the VPC 2007 edition. If you believe the latest version has come up to par with
VMWare, I’d love to hear from you.
</p>
        <img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=3f31641e-f5a7-45fa-80c0-e0bafcd2650f" />
      </body>
      <title>Visual Studio 2010 Beta 2 Missing or Hidden Dialog Controls on VMWare</title>
      <guid isPermaLink="false">http://www.tsjensen.com/blog/PermaLink,guid,3f31641e-f5a7-45fa-80c0-e0bafcd2650f.aspx</guid>
      <link>http://www.tsjensen.com/blog/2009/12/12/Visual+Studio+2010+Beta+2+Missing+Or+Hidden+Dialog+Controls+On+VMWare.aspx</link>
      <pubDate>Sat, 12 Dec 2009 17:50:27 GMT</pubDate>
      <description>&lt;p&gt;
This is an oddity with &lt;a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"&gt;Visual
Studio 2010 Beta 2&lt;/a&gt; installed on the a virtual machine that I’ve run into that
perhaps one in a hundred other &lt;a href="http://www.vmware.com/products/workstation/"&gt;VMWare
Workstation&lt;/a&gt; users might run into. I’m running VMWare Workstation 6.5.3 on a Windows
7 x64 box with 8GB of RAM. In turn, I’m spinning up a Windows 7 x64 virtual machine
with 3GB of RAM and two cores (a primary reason for buying the VMWare license over
Virtual PC). And of course, I had 3D graphics acceleration turned on, because who
wouldn’t want some acceleration, right?
&lt;/p&gt;
&lt;p&gt;
But here’s what the New Project dialog and other “add” dialogs looked like (note:
I’ve reduced the size of these as the nitty gritty details are not as important as
the visualization of the controls, here you don’t see them and later you will):
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs1_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs1" border="0" alt="vmvs1" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs1_thumb.png" width="424" height="265"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Note the black (or rather dark blue) abyss at the bottom of the dialog. As near as
I can tell, the normally light blue section was gone and inaccessible visually. I’m
not certain, but I surmised that it was still there as I was able to tab into the
darkness and then out of it again.
&lt;/p&gt;
&lt;p&gt;
After trying various Windows 7 video personalization settings, I then tried increasing
video memory in the VMX file, but that was a non-starter. Then an odd hunch led me
to try this:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs2_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs2" border="0" alt="vmvs2" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs2_thumb.png" width="404" height="312"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Once I saved that 3D graphics setting unchecked and spun up the virtual machine, I
noticed two things. First, the virtual machine seemed more responsive. Second, and
more importantly, controls were back in sight. This pleasing view is now what I see
(minus my crudely drawn red circle of course):
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs3_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vmvs3" border="0" alt="vmvs3" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Beta2MissingorHiddenDial_9879/vmvs3_thumb.png" width="424" height="301"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
There was a moment when I thought to blame Visual Studio 2010 Beta 2 for this anomaly
but of course some brief thought and sparing a brain cell or two for reasoning and
cognitive function resulted in the conclusion that something with video driver and
perhaps Windows 7 or Windows in general or just my machine did not like some video
setting. Happily, the 3D graphics checkbox was the first thing I tried to disable
on the VMWare settings and shazam, it worked.
&lt;/p&gt;
&lt;p&gt;
If you run VMWare Workstation and have problems with Visual Studio 2010 Beta 2 in
your virtual machine with missing or invisible controls in certain dialogs and other
UI elements, try disabling the 3D graphics option. I still highly recommend VMWare
Workstation over Virtual PC, though I must admit that I have not tried &lt;a href="http://www.microsoft.com/windows/virtual-pc/"&gt;Windows
Virtual PC&lt;/a&gt; in its latest incarnation for Windows 7. The last time I tried it was
in the VPC 2007 edition. If you believe the latest version has come up to par with
VMWare, I’d love to hear from you.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=3f31641e-f5a7-45fa-80c0-e0bafcd2650f" /&gt;</description>
      <comments>http://www.tsjensen.com/blog/CommentView,guid,3f31641e-f5a7-45fa-80c0-e0bafcd2650f.aspx</comments>
      <category>Review</category>
      <category>Tools</category>
    </item>
    <item>
      <trackback:ping>http://www.tsjensen.com/blog/Trackback.aspx?guid=05f1b266-906c-4c7e-9d28-227e4ac9465a</trackback:ping>
      <pingback:server>http://www.tsjensen.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.tsjensen.com/blog/PermaLink,guid,05f1b266-906c-4c7e-9d28-227e4ac9465a.aspx</pingback:target>
      <dc:creator>Tyler Jensen</dc:creator>
      <wfw:comment>http://www.tsjensen.com/blog/CommentView,guid,05f1b266-906c-4c7e-9d28-227e4ac9465a.aspx</wfw:comment>
      <wfw:commentRss>http://www.tsjensen.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=05f1b266-906c-4c7e-9d28-227e4ac9465a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've recently been looking for simpler and more effective tools for collaborating
with geographically distributed teams. The first order of business is to find something
better than a whiteboard that can be shared amongst multiple users. After some brief
searching, I found Dabbleboard at <a href="http://www.dabbleboard.com">www.dabbleboard.com</a>.
This gem was just recently launched and I'm impressed. The image below was created
using the free version of the tool online in just a few minutes. I highly recommend
that you give it a try.
</p>
        <p>
          <a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/DabbleboardandNakedObjectsfor.NET_D1DB/proto_2.png">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="402" alt="proto" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/DabbleboardandNakedObjectsfor.NET_D1DB/proto_thumb.png" width="535" border="0" />
          </a>
        </p>
        <p>
The next order of business is to find a better way to prototype a business application
that will allow us to define data and business logic in code and sharing that in a
prototype that will allow users to interact with the business model without having
to build a complex UI prototype and without having to map business objects to the
database. While wandering around a site called <a href="http://www.infoq.com">InfoQ</a> I
found through <a href="http://martinfowler.com/bliki/BusinessReadableDSL.html">Markin
Fowler's blog</a>, I ran into <a href="http://www.nakedobjects.net">Naked Objects
for .NET</a>. I was dubious at first but spend some time watching the videos and wandering
around the site. I like what see.
</p>
        <p>
I'm just beginning to use these two tools in a real effort to determine whether they
will really make my job and life easier. I am hopeful and impressed with what I've
seen so far. The drawing I've created and included in this post illustrates how the
Naked Objects technology might be used in what I'm building for my employer. I'm not
sure if it represents exactly what will happen in the future but the guys at Dabbleboard
have certainly made it easier to envision and to share with my colleagues no matter
where they are.
</p>
        <img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=05f1b266-906c-4c7e-9d28-227e4ac9465a" />
      </body>
      <title>Dabbleboard and Naked Objects for .NET</title>
      <guid isPermaLink="false">http://www.tsjensen.com/blog/PermaLink,guid,05f1b266-906c-4c7e-9d28-227e4ac9465a.aspx</guid>
      <link>http://www.tsjensen.com/blog/2008/12/31/Dabbleboard+And+Naked+Objects+For+NET.aspx</link>
      <pubDate>Wed, 31 Dec 2008 21:53:15 GMT</pubDate>
      <description>&lt;p&gt;
I've recently been looking for simpler and more effective tools for collaborating
with geographically distributed teams. The first order of business is to find something
better than a whiteboard that can be shared amongst multiple users. After some brief
searching, I found Dabbleboard at &lt;a href="http://www.dabbleboard.com"&gt;www.dabbleboard.com&lt;/a&gt;.
This gem was just recently launched and I'm impressed. The image below was created
using the free version of the tool online in just a few minutes. I highly recommend
that you give it a try.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/DabbleboardandNakedObjectsfor.NET_D1DB/proto_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="402" alt="proto" src="http://www.tsjensen.com/blog/content/binary/WindowsLiveWriter/DabbleboardandNakedObjectsfor.NET_D1DB/proto_thumb.png" width="535" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
The next order of business is to find a better way to prototype a business application
that will allow us to define data and business logic in code and sharing that in a
prototype that will allow users to interact with the business model without having
to build a complex UI prototype and without having to map business objects to the
database. While wandering around a site called &lt;a href="http://www.infoq.com"&gt;InfoQ&lt;/a&gt; I
found through &lt;a href="http://martinfowler.com/bliki/BusinessReadableDSL.html"&gt;Markin
Fowler's blog&lt;/a&gt;, I ran into &lt;a href="http://www.nakedobjects.net"&gt;Naked Objects
for .NET&lt;/a&gt;. I was dubious at first but spend some time watching the videos and wandering
around the site. I like what see.
&lt;/p&gt;
&lt;p&gt;
I'm just beginning to use these two tools in a real effort to determine whether they
will really make my job and life easier. I am hopeful and impressed with what I've
seen so far. The drawing I've created and included in this post illustrates how the
Naked Objects technology might be used in what I'm building for my employer. I'm not
sure if it represents exactly what will happen in the future but the guys at Dabbleboard
have certainly made it easier to envision and to share with my colleagues no matter
where they are.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.tsjensen.com/blog/aggbug.ashx?id=05f1b266-906c-4c7e-9d28-227e4ac9465a" /&gt;</description>
      <comments>http://www.tsjensen.com/blog/CommentView,guid,05f1b266-906c-4c7e-9d28-227e4ac9465a.aspx</comments>
      <category>Tools</category>
    </item>
  </channel>
</rss>