<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cs.vbcity.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Serge B. Blog</title><subtitle type="html" /><id>http://cs.vbcity.com/blogs/sergeb/atom.aspx</id><link rel="alternate" type="text/html" href="http://cs.vbcity.com/blogs/sergeb/default.aspx" /><link rel="self" type="application/atom+xml" href="http://cs.vbcity.com/blogs/sergeb/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30417.1769">Community Server</generator><updated>2008-09-29T18:00:00Z</updated><entry><title>How to ResolveUrl() without Page context in ASP.NET</title><link rel="alternate" type="text/html" href="/blogs/sergeb/archive/2009/01/21/how-to-resolveurl-without-page-context-in-asp-net.aspx" /><id>/blogs/sergeb/archive/2009/01/21/how-to-resolveurl-without-page-context-in-asp-net.aspx</id><published>2009-01-21T22:35:00Z</published><updated>2009-01-21T22:35:00Z</updated><content type="html">&lt;p&gt;There are times you need to resolver relative URL like &amp;quot;~/my/link.aspx&amp;quot; into ablsolute and you don&amp;#39;t want to use the Page context or can&amp;#39;t easily access it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.west-wind.com/Weblog/default.aspx"&gt;Rick Strahl&lt;/a&gt; posted a great blog entry on &lt;a href="http://www.west-wind.com/Weblog/posts/154812.aspx"&gt;ResolveUrl() without Page&lt;/a&gt; where he implements his own static ResolveUrl() method.&lt;/p&gt;
&lt;p&gt;I found that System.Web namespace has method &lt;a href="http://msdn.microsoft.com/en-us/library/system.web.virtualpathutility.toabsolute.aspx"&gt;VirtualPathUtility.ToAbsolute&lt;/a&gt; that does exactly the trick.&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t even need declare VirtualPathUtility class in VB for it is static.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre style="background-color:#f2f2f2;border:solid 1px #e5e5e5;width:100%;vertical-align:top;line-height:normal;overflow-x:auto;white-space:pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0px;padding:2px;padding-left:8px;"&gt;&lt;span style="color:Black;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;Dim&lt;/span&gt; _resolvedUrl &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;String&lt;/span&gt; &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; VirtualPathUtility.ToAbsolute(&lt;span style="color:#666666;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;quot;~/my/link.aspx&amp;quot;&lt;/span&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And while you are on MSDN web site, feel free to explore other useful method of the &lt;a href="http://msdn.microsoft.com/en-us/library/system.web.virtualpathutility_members.aspx"&gt;System.Web.VirtualPathUtility&lt;/a&gt; class.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=64" width="1" height="1"&gt;</content><author><name>sergeb</name><uri>http://cs.vbcity.com/members/sergeb/default.aspx</uri></author><category term="Tips" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/Tips/default.aspx" /><category term="ASP.NET" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/ASP.NET/default.aspx" /><category term="Visual Basic" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/Visual+Basic/default.aspx" /><category term="VB" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/VB/default.aspx" /></entry><entry><title>Increase VMWare virtual disk size</title><link rel="alternate" type="text/html" href="/blogs/sergeb/archive/2008/12/31/increase-vmware-virtual-disk-size.aspx" /><id>/blogs/sergeb/archive/2008/12/31/increase-vmware-virtual-disk-size.aspx</id><published>2008-12-31T08:17:00Z</published><updated>2008-12-31T08:17:00Z</updated><content type="html">&lt;p&gt;While installing VS2008 SP1 on a 8GB VMWare machine today I encountered the need to increase the virtual hard drive size - didn&amp;#39;t have enough space for the SP1 setup to run.&lt;/p&gt;
&lt;p&gt;Luckily, VMWare has &lt;b&gt;vmware-vdiskmanager&lt;/b&gt; utility which I used and very much followed the &lt;a href="http://www.geekzilla.co.uk/View18A035DE-06FF-4EA6-BC77-57D431CD50DD.htm"&gt;Increase your Virtual machine&amp;#39;s disk capacity&lt;/a&gt; post instructions.I had to clone my VM to remove all snapshots - vdiskmanager requirement.&lt;/p&gt;
&lt;p&gt;The only problem I ran at was that the &lt;b&gt;diskpart&lt;/b&gt; utility wouldn&amp;#39;t expand the capacity of the disk and fail. &lt;/p&gt;
&lt;p&gt;On second reading I noticed the following comment &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;i&gt;If the disk is the system volume you will need to mount the disk in a
second VM and expand it from there. If its not a system volume do it
within the virtual machine it belongs to.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;I only have drive C on all of my virtual machines as, I&amp;#39;m sure, most of you out there.&lt;/p&gt;
&lt;p&gt;So, don&amp;#39;t forget - you need to add the virtual disk file as secondary drive to another VM (VM B) and expand the disk on VM B, at this point you can remove the disk from VM B and start your VM A with new disk size.&lt;/p&gt;
&lt;p&gt;Another post &lt;a href="http://www.iminstant.com/iminstant/iminstant.nsf/d6plinks/CTYR-6CWMB4"&gt;Increase the size of your VMWare disk drive&lt;/a&gt; by Carl Tyler points to VB UI wrapper for the  &lt;b&gt;vmware-vdiskmanager&lt;/b&gt; utility, and tips on expanding virtual machine that has snapshots.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Edit&lt;/i&gt;: One more useful article with screenshots - &lt;a href="http://www.seandeasy.com/expanding-a-drive-within-a-vmware-image/"&gt;Expanding a drive within a VMWare image&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=59" width="1" height="1"&gt;</content><author><name>sergeb</name><uri>http://cs.vbcity.com/members/sergeb/default.aspx</uri></author><category term="VMWare" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/VMWare/default.aspx" /></entry><entry><title>How to format source code in vbCity forums and blogs</title><link rel="alternate" type="text/html" href="/blogs/sergeb/archive/2008/09/29/how-to-format-source-code-in-vbcity-forums-and-blogs.aspx" /><id>/blogs/sergeb/archive/2008/09/29/how-to-format-source-code-in-vbcity-forums-and-blogs.aspx</id><published>2008-09-30T03:11:00Z</published><updated>2008-09-30T03:11:00Z</updated><content type="html">&lt;p&gt;To highlight code in your forum, blog and wiki posts wrap code into the folowing tags (example below is for VB.NET Code)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span style="font-size:small;color:#0000ff;font-family:courier new,courier;"&gt;[code language=&lt;b&gt;&amp;quot;VB.NET&amp;quot;&lt;/b&gt;][/code]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Languages supported (in alphabetical order):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C&lt;/li&gt;
&lt;li&gt;C++&lt;/li&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;li&gt;COBOL&lt;/li&gt;
&lt;li&gt;Eiffel&lt;/li&gt;
&lt;li&gt;Fortan&lt;/li&gt;
&lt;li&gt;Haskell&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Javascript&lt;/li&gt;
&lt;li&gt;Mercury&lt;/li&gt;
&lt;li&gt;MSIL&lt;/li&gt;
&lt;li&gt;Pascal&lt;/li&gt;
&lt;li&gt;Perl&lt;/li&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Ruby&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;Visual Basic&lt;/li&gt;
&lt;li&gt;VBScript&lt;/li&gt;
&lt;li&gt;VB.NET&lt;/li&gt;
&lt;li&gt;XML&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Visual Basic example:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;table cellpadding="0" cellspacing="0" style="background-color:#f2f2f2;border:solid 1px #e5e5e5;width:100%;"&gt;
&lt;tr style="vertical-align:top;line-height:normal;"&gt;&lt;td&gt;&lt;pre style="overflow-x:auto;white-space:pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0px;padding:2px;padding-left:8px;"&gt;&lt;span style="color:Black;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;Public&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;Sub&lt;/span&gt; CreateMyMultilineTextBox()
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Create an instance of a TextBox control.&lt;/span&gt;
    &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;Dim&lt;/span&gt; textBox1 &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;New&lt;/span&gt; TextBox()

    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Set the Multiline property to true.&lt;/span&gt;
    textBox1.Multiline &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;True&lt;/span&gt;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Add vertical scroll bars to the TextBox control.&lt;/span&gt;
    textBox1.ScrollBars &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; ScrollBars.Vertical
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Allow the RETURN key in the TextBox control.&lt;/span&gt;
    textBox1.AcceptsReturn &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;True&lt;/span&gt;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Allow the TAB key to be entered in the TextBox control.&lt;/span&gt;
    textBox1.AcceptsTab &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;True&lt;/span&gt;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Set WordWrap to true to allow text to wrap to the next line.&lt;/span&gt;
    textBox1.WordWrap &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;True&lt;/span&gt;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;#39; Set the default text of the control.&lt;/span&gt;
    textBox1.Text &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:#666666;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;quot;Welcome!&amp;quot;&lt;/span&gt; &amp;amp; Environment.NewLine &amp;amp; &lt;span style="color:#666666;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;quot;Second Line&amp;quot;&lt;/span&gt;
&lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;Sub&lt;/span&gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;C# example:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;table cellpadding="0" cellspacing="0" style="background-color:#f2f2f2;border:solid 1px #e5e5e5;width:100%;"&gt;
&lt;tr style="vertical-align:top;line-height:normal;"&gt;&lt;td&gt;&lt;pre style="overflow-x:auto;white-space:pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0px;padding:2px;padding-left:8px;"&gt;&lt;span style="color:Black;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;public&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;void&lt;/span&gt; CreateMyMultilineTextBox()
 {
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Create an instance of a TextBox control.&lt;/span&gt;
    TextBox textBox1 &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;new&lt;/span&gt; TextBox();

    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Set the Multiline property to true.&lt;/span&gt;
    textBox1.Multiline &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;true&lt;/span&gt;;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Add vertical scroll bars to the TextBox control.&lt;/span&gt;
    textBox1.ScrollBars &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; ScrollBars.Vertical;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Allow the RETURN key in the TextBox control.&lt;/span&gt;
    textBox1.AcceptsReturn &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;true&lt;/span&gt;;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Allow the TAB key to be entered in the TextBox control.&lt;/span&gt;
    textBox1.AcceptsTab &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;true&lt;/span&gt;;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Set WordWrap to true to allow text to wrap to the next line.&lt;/span&gt;
    textBox1.WordWrap &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:Blue;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;true&lt;/span&gt;;
    &lt;span style="color:Green;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;// Set the default text of the control.&lt;/span&gt;
    textBox1.Text &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;=&lt;/span&gt; &lt;span style="color:#666666;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;quot;Welcome!&amp;quot;&lt;/span&gt; &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;+&lt;/span&gt; Environment.NewLine &lt;span style="color:Red;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;+&lt;/span&gt; &lt;span style="color:#666666;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;&amp;quot;Second Line&amp;quot;&lt;/span&gt;;
 }&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=9" width="1" height="1"&gt;</content><author><name>sergeb</name><uri>http://cs.vbcity.com/members/sergeb/default.aspx</uri></author><category term="HowTo" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/HowTo/default.aspx" /><category term="Tips" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/Tips/default.aspx" /></entry><entry><title>How to wrap text inside &lt;pre&gt; tags in all browsers</title><link rel="alternate" type="text/html" href="/blogs/sergeb/archive/2008/09/29/how-to-wrap-text-inside-lt-pre-gt-tags-in-all-browsers.aspx" /><id>/blogs/sergeb/archive/2008/09/29/how-to-wrap-text-inside-lt-pre-gt-tags-in-all-browsers.aspx</id><published>2008-09-30T01:00:00Z</published><updated>2008-09-30T01:00:00Z</updated><content type="html">&lt;p&gt;While looking for line-wrapping solution for syntax highlighted code blocks on the new vbCity community web site and had (once again) to search for the right &amp;lt;pre&amp;gt; tag CSS attributes that&amp;#39;d wrap code in all browsers. So, I ran at this great post that summarizes it all nicely and in one post:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;a href="http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/"&gt;Wrapping Text Inside Pre Tags&lt;/a&gt; - &lt;a href="http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/"&gt;http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Be sure to scroll down to the end of the article as Tyler keeps updating it with new attributes.&lt;/p&gt;
&lt;p&gt;Her is the latest style I use on this site that I found in Tyler&amp;#39;s post:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre style="background-color:#f2f2f2;border:solid 1px #e5e5e5;width:100%;vertical-align:top;line-height:normal;overflow-x:auto;white-space:pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0px;padding:2px;padding-left:8px;"&gt;&lt;span style="color:Black;background-color:Transparent;font-family:Courier New;font-size:11px;font-weight:normal;"&gt;pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}&lt;/span&gt;
&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=8" width="1" height="1"&gt;</content><author><name>sergeb</name><uri>http://cs.vbcity.com/members/sergeb/default.aspx</uri></author><category term="Stylesheet" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/Stylesheet/default.aspx" /><category term="HTML" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/HTML/default.aspx" /><category term="CSS" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/CSS/default.aspx" /><category term="HowTo" scheme="http://cs.vbcity.com/blogs/sergeb/archive/tags/HowTo/default.aspx" /></entry></feed>