<?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>BenCon's WebLog : Web Developer</title><link>http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx</link><description>Tags: Web Developer</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Good introduction to CSS Properties Window</title><link>http://blogs.msdn.com/bencon/archive/2005/12/13/503288.aspx</link><pubDate>Tue, 13 Dec 2005 23:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:503288</guid><dc:creator>BenCon</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bencon/comments/503288.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=503288</wfw:commentRss><description>&lt;A HREF="/mikhailarkhipov/archive/2005/12/12/503041.aspx"&gt;Mikhail&lt;/A&gt; has written a great treatise and guided tour of CSS Properties Window that shows what it can do and how it works.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=503288" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>CSS Properties window has shipped!</title><link>http://blogs.msdn.com/bencon/archive/2005/12/12/502893.aspx</link><pubDate>Tue, 13 Dec 2005 01:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:502893</guid><dc:creator>BenCon</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bencon/comments/502893.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=502893</wfw:commentRss><description>&lt;P&gt;The CSS Properties Window is something that I designed and implemented a lot of before I &lt;A HREF="/mikhailarkhipov/archive/2005/06/17/430025.aspx"&gt;left&lt;/A&gt; the team earlier this year, and I am very glad to announce here that it has shipped:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.asp.net/sandbox/app_sandman.aspx?tabindex=0&amp;amp;tabid=1"&gt;http://www.asp.net/sandbox/app_sandman.aspx?tabindex=0&amp;amp;tabid=1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A lot of the CSS related feedback that I was getting on my blog was about editing CSS, and making sure that properties were set in the right place. A lot of people stated that they did not want to use inline CSS, but the standard toolset that we shipped does not easily allow you to view or edit styles in linked style sheets. &lt;/P&gt;
&lt;P&gt;The CSS Properties Window was designed to help out with this somewhat. Initially I had much larger features in mind, but time for implementing this was limited (it started as a project in my spare time and grew from there). After I left the team Barry Tang took over the project, and he added some more cool features (like intellisense) and got an installer working for the product.&lt;/P&gt;
&lt;P&gt;I encourage anybody dealing with CSS in Visual Studio 2005 to follow the link, read about the plug in and install it. I always envisioned this project as being something revolving around customer feedback - that is how it started and that is how I would love it to continue. Part of me wishes I could still be as involved with it as I was, but I have moved on to other &lt;A href="http://www.microsoft.com/max"&gt;things&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Unfortunately we were not able to get this add-in shipped in the main Visual&amp;nbsp;Web Developer&amp;nbsp;&lt;A HREF="/mikhailarkhipov/archive/2005/11/07/490190.aspx"&gt;box&lt;/A&gt;, which is why it is a free download and why it is unsupported. But the folks who work on Visual Web Developer (and I) would love to hear your feedback to help design future versions of the product. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=502893" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>Table editing feedback</title><link>http://blogs.msdn.com/bencon/archive/2004/10/15/243151.aspx</link><pubDate>Sat, 16 Oct 2004 04:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:243151</guid><dc:creator>BenCon</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/bencon/comments/243151.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=243151</wfw:commentRss><description>&lt;p&gt;For lack of anything better to post, I would like to get an idea of what people think of the table editing in the HTML/ASPX designer in whidbey.&lt;/p&gt; &lt;p&gt;I spent a lot of time trying to improve this area. After VS.NET 2003 I rewrote some parts of this code, hoping to create something that was more powerful and easier to use. For example:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Selecting rows and columns is hopefully easier now with the selection widgets that we added. &lt;li&gt;Selecting cells should be easier now (you can hold down CTRL to get an Excel-style cursor, and selecting text that covers more than one cell automatically selects multiple cells). &lt;li&gt;All cells (no matter what the spanning) belong to one column and one row. This makes table operations like insertion and deletion more predictable. &lt;li&gt;Accessibility is improved. You can tab/shift-tab between cells, or arrow around them. Space/esc allow you to move deeper or shallower with nested text areas. &lt;li&gt;Resizing now shows you a watermark over the column/row/cell being resized, so that you know what you are resizing, and what size is being written there. &lt;li&gt;You can resize columns and rows through dialogs now, if using the mouse is not to your liking. &lt;li&gt;Inserting tables should be easier. Specifying whether you want certain attributes is clearer now, and the cell and table properties are separate. &lt;li&gt;Everything uses CSS now instead of attributes.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We know that people spend a lot of time in tables, because HTML documents are normally very heavy in them. That is why this area got so much attention in Whidbey. Did&amp;nbsp;we go far enough? Do you like the features?&lt;/p&gt; &lt;p&gt;Edit: For some reason two copies of this were put up. Not sure why. The first one was deleted.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=243151" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>Responding to feedback - Auto Position feature has been added to the designer</title><link>http://blogs.msdn.com/bencon/archive/2004/09/28/235431.aspx</link><pubDate>Wed, 29 Sep 2004 00:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:235431</guid><dc:creator>BenCon</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/bencon/comments/235431.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=235431</wfw:commentRss><description>&lt;p style="FONT-FAMILY: Tahoma"&gt;After hearing a lot of support for the idea of automatically positioning controls, I got the go ahead to implement the feature. The fact that we are able to respond to what customers ask for is very encouraging - I hope that this and other examples (such as &lt;a href="http://weblogs.asp.net/mikhailarkhipov/archive/2004/09/06/226108.aspx"&gt;Mikhail's&lt;/a&gt;) will help to create a positive feedback loop where we implement more suggestions, so people are more likely to communicate with us, and therefore we get more data, which allows us to even better implement suggestions, and so on.&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;Here are some screenshots of the feature - one shot shows the new menu item that allows you to quickly go to the options page where autoposition settings are made. The other shots show you what this new options page looks like. &lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;&lt;img src="http://www.nocommonground.com/ben/menu.png" /&gt; &lt;img src="http://www.nocommonground.com/ben/options1.png" /&gt; &lt;img src="http://www.nocommonground.com/ben/options2.png" /&gt;&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;I hope that this provides good discoverability for users - anybody who positions something the first time will notice that there are options, and if they decide that they want everything positioned from now on they can choose to do so.&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;What we tried to do with the feature was give back automatic positioning in a similar way to what we had in previous product versions, but to do it in a way that did not go against how CSS works. This feature does not rely on any custom attributes, and it is turned off by default. So if this feature sounds like something that you hate, don't worry, because if you never click the switch in the options then you will never be affected by it. Even if you turn it on it will not generate anything that will not validate (it only uses CSS attributes).&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;The way that this automatic positioning works is by looking at whatever is pasted/dropped onto the design surface, and automatically doing one of the following (depending on your settings):&lt;/p&gt; &lt;ul style="FONT-FAMILY: Tahoma"&gt; &lt;li&gt;Nothing (if you turn the feature off) &lt;li&gt;Making it absolutely positioned &lt;li&gt;Making it relatively positioned &lt;li&gt;Making it statically positioned &lt;li&gt;Removing all positioning&lt;/li&gt;&lt;/ul&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;The setting only affects new stuff that is added to the page (it does not change anything that you already added to the page).&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;We also added some snapping functionality back. There is still no grid (because CSS has multiple coordinate systems, a grid that did the right thing would have been too costly for us at this stage), but turning on the snapping allows you to still have behavior similar to previous versions where the size/position changes in jumps of 8 pixels (or whatever you set it to). Again, because of time constraints this will only work on elements that have sizes in pixels.&lt;/p&gt; &lt;p style="FONT-FAMILY: Tahoma"&gt;So let me know what you think!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=235431" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>Design view grid is gone</title><link>http://blogs.msdn.com/bencon/archive/2004/08/02/206383.aspx</link><pubDate>Tue, 03 Aug 2004 04:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:206383</guid><dc:creator>BenCon</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/bencon/comments/206383.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=206383</wfw:commentRss><description>&lt;P style="FONT-FAMILY: Tahoma"&gt;Today we cut a couple of options from the product, but we felt that the ramifications of these cuts warranted talking to the community about it and letting people know about it. I will explain why we decided to do it and talk a little bit about the surrounding area. We want to see what customers think.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;The features cut were two options (which are also menu commands). These are "Snap to Grid" and "Show Grid". Along with this the option for setting the grid size also had to go (obviously). What these controlled was showing a grid of a predefined resolution rendering over the top of a document and whether or not this grid affected resizing and moving of controls.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;The reason why we cut these features is because they do not mesh well with the philosophy of CSS. CSS has multiple units of measurement, and allows for the resetting of the positioning origin. CSS also allows the use of right and bottom to position objects as well as left and top. Having a grid drawn relative to the top left of the body, in only one unit (pixels), was not working well with CSS.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;As you may have noticed, we have changed the CSS positioning model somewhat in Whidbey. I was behind that - what I wanted to do was to create a way of doing CSS positioning that was easy to use, but outputted HTML that was standards compliant. VS7 and VS7.1 output various attributes that are not part of any W3C schema, and they force you to create containers that only hold either text or positioned entities. They did this because at the time we wanted to create an environment comfortable for people used to form designers, and form designers typically have grids and grid snapping.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Rather than try to fit a square peg into a round hole, I made the call to get rid of these features so that we could fix some bugs and get things working with more compliance. This is not a case of us not caring about people who use CSS positioning - this is a case of us wanting to do CSS positioning in a standards compliant way. After I have made the most recent changes, here are some of the positive differences that Whidbey will offer over previous versions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="FONT-FAMILY: Tahoma"&gt;Preservation of units when resizing, moving or formatting controls. Some formatting commands (such as align left) will sometimes modify units on some controls in order to do their job. For example, to align everything to a control with left:30px, other controls need to be set to left:30px. But in general, units are not changed unless absolutely necessary. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;If you are resizing in only one dimension, then the other dimension will not be touched at all. For example, if you grab the width resize handle of a control and resize, then a height value will not be written there or modified. This makes a difference when editing data controls, because some of them you don&amp;#8217;t want to have height but you do want width. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;We preserve what attributes you use to position controls. If you use bottom and right to position something, then you can move it, resize it, even use formatting commands on it. If it is possible to preserve what attribute you used then we will. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;We will respect RTL and LTR conventions. If you are in RTL flow and you position something, we use right instead of left to create a position. &lt;/LI&gt;&lt;/UL&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Overall, the driving philosophy behind these changes was quality and standards adherence. With the time that we have before shipping, the grid features could not be made to fit into this philosophy, so we cut them.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;One thing that some people have mentioned on &lt;A href="http://www.asp.net/"&gt;www.asp.net&lt;/A&gt; is that we no longer allow you to automatically position controls, and indeed we do not. This is because we no longer have grid areas like we used to, and they use to let us infer that you wanted positioning on something. If you want autopositioning, let us know. If there is enough demand for it we will figure out a way to put it into the product.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Please let me know whether you like or dislike these changes. I am writing this posting because we care what people think about this, and we want to do the right thing for people who use the product.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=206383" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>To &lt;BR&amp;gt or not to &amp;lt;BR&amp;gt, that is the question</title><link>http://blogs.msdn.com/bencon/archive/2004/05/05/126708.aspx</link><pubDate>Thu, 06 May 2004 01:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:126708</guid><dc:creator>BenCon</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/bencon/comments/126708.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=126708</wfw:commentRss><description>&lt;P style="FONT-FAMILY: Tahoma"&gt;One of the little things about a HTML editor is the way that block formatting works. Most users probably don't realize when they run into these kinds of problems, but they do.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;The reason why editors have a hard time is because they are trying to emulate a word processor with some things. There are simularities between HTML and word processing documents - both have paragraphs, headings, bold, etc. But there are important differences as well. Forcing things too much into a mold with word processors can hurt you.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;One thing that we got feedback about, and that I did not like myself, was that VS.NET 2003 always seemed to add &amp;lt;P&amp;gt; tags everywhere. Even if you have a document with just a body in it, if you press enter while in design view, you get a &amp;lt;P&amp;gt; tag. Delete everything, get a &amp;lt;P&amp;gt; tag if you didn't have one.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;What I didn't like, and what a lot of other users didn't like, is that they got a &amp;lt;P&amp;gt; tag when they didn't ask for one. It makes sense to split a &amp;lt;P&amp;gt; tag if you actually have one and are inside of it. But if I have no &amp;lt;P&amp;gt; tag, adding one just so there is something to split seems to be thinking a bit too much.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;So the way whidbey works is this: If you press enter inside any block format tag (other than DIV) then the block will split around where you pressed enter. If you press enter at the end of some of these tags (like the heading tags) then a new &amp;lt;P&amp;gt; will start.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;If you press enter inside of a DIV, or a table cell, or the body, then we insert a &amp;lt;BR&amp;gt;. If you hold down shift+enter, you always get a &amp;lt;BR&amp;gt; no matter where you are.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;If you really want a &amp;lt;P&amp;gt; tag, the format dropdown on the formatting toolbar will create one if you are inside of a non-block tag and you select &amp;lt;P&amp;gt; from the list.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;I think that this design works better for most people. If you already have paragraph stuff we respect it and handle it. If you never use paragraph formatting we never put it there for you unless you explicitly ask for it.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=126708" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>Feedback wanted - how do you set column widths in your HTML tables?</title><link>http://blogs.msdn.com/bencon/archive/2004/04/12/111991.aspx</link><pubDate>Tue, 13 Apr 2004 06:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:111991</guid><dc:creator>BenCon</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/bencon/comments/111991.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=111991</wfw:commentRss><description>&lt;P style="FONT-FAMILY: Tahoma"&gt;My PM asked this question once in the forums but we did not get many replies - lets see how many we get in the blogs.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;How do you set the width of your table columns in HTML tables? Do you:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="FONT-FAMILY: Tahoma"&gt;Set a width on one of the cells in the column and clear the width from all other cells. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;Set a width in all of the cells in the column. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;Use the &amp;lt;COL&amp;gt; tag.&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;To put it another way, what would you expect the designer to do if you grabbed the edge of a cell and started dragging? Would you expect:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="FONT-FAMILY: Tahoma"&gt;The cell you grabbed to have&amp;nbsp;the&amp;nbsp;new width written to it. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;The cell you grabbed to have&amp;nbsp;the&amp;nbsp;new width written to it, and all other cells in the column to have widths cleared. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;All cells in the same column as the cell you grabbed to have the new width written to them. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;A&amp;nbsp;&amp;lt;COL&amp;gt;&amp;nbsp;tag is generated for you if it is not there already, all cells in the column have widths cleared, and the &amp;lt;COL&amp;gt;&amp;nbsp;has the new width written to it. 
&lt;LI style="FONT-FAMILY: Tahoma"&gt;Something else.&lt;/LI&gt;&lt;/OL&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Feel free to express&amp;nbsp;multiple preferences rather than pick one.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;For example, my preference is to set the width on all cells (Option 2 in the first list), and I expect the editor to keep that or change tables to look like that when I edit them (Option 3 in the second list). Why do I set on all cells? Because I like the redundancy I suppose. But I know other people have other priorities, which is why I ask this question here.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=111991" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item><item><title>The button tag</title><link>http://blogs.msdn.com/bencon/archive/2004/02/27/81265.aspx</link><pubDate>Sat, 28 Feb 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:81265</guid><dc:creator>BenCon</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/bencon/comments/81265.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bencon/commentrss.aspx?PostID=81265</wfw:commentRss><description>&lt;P style="FONT-FAMILY: Tahoma"&gt;One of the more interesting tags that I have seen is the &amp;lt;BUTTON&amp;gt; tag. Most people have never seen this, and when they see how whidbey lets you edit them like a normal container, the first instinct is to say "What is up with that?".&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Well, these buttons can have content inside them. You can put an image or a table in them if you want to. And this lets you do cool things like this:&lt;/P&gt;
&lt;P style="FONT-FAMILY: Courier"&gt;&amp;lt;BUTTON&amp;gt;&lt;BR&gt;&amp;lt;TABLE&amp;gt;&lt;BR&gt;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;&amp;lt;IMG /&amp;gt;&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;&lt;BR&gt;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;Button Text&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;&lt;BR&gt;&amp;lt;/TABLE&amp;gt;&lt;BR&gt;&amp;lt;/BUTTON&amp;gt;&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Isn't this cool? I like it. And rather than typing it out, in whidbey you can just click into an empty &amp;lt;BUTTON&amp;gt;, do insert -&amp;gt; table, and edit everything right there. And &amp;lt;BUTTON&amp;gt; is XHTML compliant, too.&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;Has anybody out there used these buttons much? What do people think of them?&lt;/P&gt;
&lt;P style="FONT-FAMILY: Tahoma"&gt;P.S. This post was written using the Whidbey HTML designer.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=81265" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bencon/archive/tags/Web+Developer/default.aspx">Web Developer</category></item></channel></rss>