<feed xmlns:dc="http://purl.org/dc/elements/1.1/" 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="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Ramesh Blog</title>
    <link rel="self" type="application/xml" href="http://geekswithblogs.net/ramesh/Atom.aspx" />
    <subtitle type="html">.NET Dash</subtitle>
    <id>http://geekswithblogs.net/ramesh/Default.aspx</id>
    <author>
        <name>Ramesh Arimilli</name>
        <uri>http://geekswithblogs.net/ramesh/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 0.0.0.0">Subtext</generator>
    <updated>2004-07-14T08:33:50Z</updated>
    <entry>
        <title>I am back!!!</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2004/07/14/8373.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2004/07/14/8373.aspx</id>
        <published>2004-07-14T08:34:00-05:00:00</published>
        <updated>2004-07-14T08:34:00Z</updated>
        <content type="html">Felt like.. I am lost.. but am BACK.. with new cool stuff...&lt;img src="http://geekswithblogs.net/ramesh/aggbug/8373.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/8373.aspx</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/8373.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/8373.aspx</trackback:ping>
    </entry>
    <entry>
        <title>COM &amp; DCOM</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2004/01/20/1396.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2004/01/20/1396.aspx</id>
        <published>2004-01-20T13:56:00-06:00:00</published>
        <updated>2004-01-20T13:56:00Z</updated>
        <content type="html">&lt;A href="http://www.opengroup.org/onlinepubs/009899899/toc.htm"&gt;http://www.opengroup.org/onlinepubs/009899899/toc.htm&lt;/A&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/1396.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/1396.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/1396.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/1396.aspx</trackback:ping>
    </entry>
    <entry>
        <title>The [Conditional] Attribute </title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2004/01/07/1157.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2004/01/07/1157.aspx</id>
        <published>2004-01-07T14:05:00-06:00:00</published>
        <updated>2004-01-07T14:05:00Z</updated>
        <content type="html">&lt;P&gt;If you want to write methods that are only available with conditional compiler arguments you can use an attribute just for that purpose:&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#800000 size=2&gt;[Conditional&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#800080 size=2&gt;"DEBUG"&lt;/FONT&gt;&lt;FONT size=2&gt;)]&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Private&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;MyMethod&lt;/FONT&gt;&lt;FONT size=2&gt;()&lt;/FONT&gt; 
&lt;P&gt;{}&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/1157.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/1157.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/1157.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/1157.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Cache Dependency in ASP.NET 2.0</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2004/01/06/1136.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2004/01/06/1136.aspx</id>
        <published>2004-01-06T06:23:00-06:00:00</published>
        <updated>2004-01-06T06:23:00Z</updated>
        <content type="html">&lt;P&gt;One of the most interesting changes in the Whidbey's Cache object is that it now supports custom&amp;nbsp;types of cache dependencies. In brief, a cache dependency represents a logical dependency between a cached item and&amp;nbsp;a file(s), folder(s), or another cached item(s). When the dependency is broken (i.e., the file/folder/item changes), the bound cached item is removed from the cache.&lt;/P&gt;&lt;CODE&gt;CacheDependency dep = new CacheDependency(fileName, dateTime);&lt;BR&gt;cache.Insert(key, value, dep);&lt;BR&gt;&lt;/CODE&gt;
&lt;P&gt;In ASP.NET 1.1, the CacheDependency class is sealed and cannot be inherited to create custom classes. In ASP.NET 2.0 this is going to change. The benefit is that&amp;nbsp;you can now extend the range of &lt;EM&gt;sensitive&lt;/EM&gt; objects and use your own objects in addition to files, folders, and other cached items. &lt;/P&gt;
&lt;P&gt;The most common type of custom dependency is a dependency set on a database table. For example, you run a query, store the results in a DataSet and place the DataSet into the Cache. Next, whenever the contents of the table changes the ASP.NET Cache automatically invalidates the entry meaning that it is time for you to refresh the data. This functionality, though, will be provided as a standalone class named SqlCacheDependency. It is worth noticing that this class works only with SQL Server 7.0 and newer and that the behavior changes significantly if you use SQL Server Yukon. (You can get a finer control over the changes in this case.) &lt;/P&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/1136.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/1136.aspx</wfw:comment>
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/1136.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/1136.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Got Exception? Get Solution!</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/12/24/1067.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/12/24/1067.aspx</id>
        <published>2003-12-24T10:19:00-06:00:00</published>
        <updated>2003-12-24T10:19:00Z</updated>
        <content type="html">&lt;p&gt;.NET Error Repository&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.error-bank.com/"&gt;http://www.error-bank.com/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/1067.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/1067.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/1067.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/1067.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Convert String value to an Enum</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/12/11/961.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/12/11/961.aspx</id>
        <published>2003-12-11T12:07:00-06:00:00</published>
        <updated>2003-12-11T12:07:00Z</updated>
        <content type="html">Enum.Parse&lt;img src="http://geekswithblogs.net/ramesh/aggbug/961.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/961.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/961.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/961.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Longhorn SDK...</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/11/14/548.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/11/14/548.aspx</id>
        <published>2003-11-14T07:53:00-06:00:00</published>
        <updated>2003-11-14T07:53:00Z</updated>
        <content type="html">&lt;A href="http://longhorn.msdn.microsoft.com"&gt;http://longhorn.msdn.microsoft.com&lt;/A&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/548.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/548.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/548.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/548.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Pakistan.... on Web page..</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/11/10/487.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/11/10/487.aspx</id>
        <published>2003-11-10T08:47:00-06:00:00</published>
        <updated>2003-11-10T08:47:00Z</updated>
        <content type="html">&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Append ".mirror.sytes.org" to any URL and watch &lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;For example, &lt;BR&gt;for &lt;/FONT&gt;&lt;A href="http://www.microsoft.com"&gt;&lt;FONT face=Tahoma size=2&gt;www.microsoft.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt; try &lt;/FONT&gt;&lt;A href="http://www.microsoft.com.mirror.sytes.org"&gt;&lt;FONT face=Tahoma size=2&gt;www.microsoft.com.mirror.sytes.org&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Enjoy! :)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/487.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/487.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/487.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/487.aspx</trackback:ping>
    </entry>
    <entry>
        <title>C# Course</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/11/07/442.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/11/07/442.aspx</id>
        <published>2003-11-07T13:55:00-06:00:00</published>
        <updated>2003-11-07T13:55:00Z</updated>
        <content type="html">&lt;A href="http://www.jaggersoft.com/csharp_course/"&gt;http://www.jaggersoft.com/csharp_course/&lt;/A&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/442.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/442.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/442.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/442.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Some clean code...</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/11/07/441.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/11/07/441.aspx</id>
        <published>2003-11-07T10:29:00-06:00:00</published>
        <updated>2003-11-07T10:29:00Z</updated>
        <content type="html">&lt;P&gt;Simple tip that's saved me some time: 
&lt;STYLE type=text/css&gt;PRE.ShowCode {BACKGROUND-COLOR:#ffffff;PADDING-RIGHT: 3px;Border: 0px;FONT-SIZE: 11px;PADDING-BOTTOM: 0px;PADDING-TOP: 0px;FONT-FAMILY: "Courier New";}.ColorLineNumber { color:red; }.DefaultFontFace { color:arial; }.DefaultFontSize { size:3; }.ColorBackGroundLine { color:#EEEECC; }.ColorAlternatingBackGroundLine { color:#FFFFEE; }.ColorComment { color:green; }.ColorServerSideTag { color:green; }.ColorDataBinding { color:dodgerblue; }.ColorControlTag { color:maroon; }.ColorAspTemplateTag { color:green; }.ColorStartHtmlTag { color:blue; }.ColorEndHtmlTag { color:blue; }.ColorVBKeyword { color:blue; }.ColorVBComment { color:green; }.ColorCSKeyword { color:blue; }.ColorSQLKeyword { color:blue; }.ColorCSComment { color:green; }.ColorSQLComment { color:green; }.ColorSQLFunctions { color:maroon; }.ColorSQLDataTypes { color:green; }&lt;/STYLE&gt;
&lt;/P&gt;&lt;PRE class=ShowCode&gt;&lt;SPAN class=ColorCSComment&gt;//This will set the variable test to null:
&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN class=ColorCSKeyword&gt;string&lt;/SPAN&gt; test = Convert.ToString(ConfigurationSettings.AppSettings["Missing.Value"]);
&lt;BR&gt;
&lt;BR&gt;&lt;SPAN class=ColorCSComment&gt;//This will throw an exception:
&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN class=ColorCSKeyword&gt;string&lt;/SPAN&gt; test = ConfigurationSettings.AppSettings["Missing.Value"].ToString();
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/PRE&gt;&lt;BR&gt;&lt;!--This code was color coded by TripleASP.Net's ShowCode For more information, please view http://TripleASP.Net/ShowCode.aspx You can add ShowCode to your own application by using our web service: http://TripleASP.Net/Services/ShowCode.asmx --&gt;
&lt;P&gt;The problem with the second statement is that null doesn't have a .ToString() method. &lt;BR&gt;Either situation can be handled, but most of the time it's a lot cleaner to check for a null than to raise the exception.&lt;/P&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/441.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/441.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/441.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/441.aspx</trackback:ping>
    </entry>
    <entry>
        <title>HUMANMETRICS --TRY YOUR TRAITS BEFORE TRYING FATE</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/10/27/259.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/10/27/259.aspx</id>
        <published>2003-10-27T13:27:00-05:00:00</published>
        <updated>2003-10-30T12:43:00Z</updated>
        <content type="html">&lt;center&gt; &lt;/center&gt;
&lt;center&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr align="middle"&gt;
&lt;td&gt;&lt;font size="+1"&gt;Your Type is &lt;br /&gt;&lt;b&gt;&lt;font color="#d000a0" size="+2"&gt;ENFP&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;table cellspacing="0" cellpadding="3" width="50%" border="0"&gt;
&lt;tbody&gt;
&lt;tr align="middle"&gt;&lt;font size="+1"&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;Extroverted&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;Intuitive&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;Feeling&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;Perceiving&lt;/font&gt;&lt;/td&gt;&lt;/font&gt;&lt;/tr&gt;
&lt;tr align="middle"&gt;
&lt;td colspan="4"&gt;&lt;font size="+0"&gt;Strength of the preferences %&lt;/font&gt; &lt;/td&gt;&lt;/tr&gt;
&lt;tr align="middle"&gt;&lt;font size="+1"&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;33&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;22&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;28&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font color="#d000a0"&gt;22&lt;/font&gt;&lt;/td&gt;&lt;/font&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;
&lt;p&gt;&lt;br /&gt;&lt;font size="+1"&gt;Qalitative analysis of your type formula&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; You are: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;moderately expressed extrovert&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;slightly expressed intuitive personality&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;moderately expressed feeling personality&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;slightly expressed perceiving personality&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.humanmetrics.com/"&gt;http://www.humanmetrics.com&lt;/a&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/259.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/259.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/259.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/259.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Disposable email, for a single usage </title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/10/30/340.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/10/30/340.aspx</id>
        <published>2003-10-30T12:39:00-05:00:00</published>
        <updated>2003-10-30T12:41:00Z</updated>
        <content type="html">&lt;div class="blogPost"&gt;&lt;a href="http://jetable.org/"&gt;&lt;font color="#de7008"&gt;Disposable email, for a single usage&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/340.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/340.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/340.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/340.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Office 2K3 Style - Blog </title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/10/30/341.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/10/30/341.aspx</id>
        <published>2003-10-30T12:41:00-05:00:00</published>
        <updated>2003-10-30T12:41:00Z</updated>
        <content type="html">&lt;div class="blogPost"&gt;&lt;a href="http://www.gotfoo.com/"&gt;&lt;font color="#de7008"&gt;Got FoO - Office 2K3 Style&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/341.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/341.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/341.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/341.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Window/Msn Messenger Polygamy </title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/10/30/331.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/10/30/331.aspx</id>
        <published>2003-10-30T12:30:00-05:00:00</published>
        <updated>2003-10-30T12:41:00Z</updated>
        <content type="html">&lt;div class="blogPost"&gt;Msn/Window Messenger Polygamy allows you to run more than one copy of MSN messenger, as well as many accounts simultaneously. To use the program, install it, and then run it from the Programs menu - each time you run it, a new copy of MSN will be launched.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.simtel.net/product.php?id=59361"&gt;&lt;font color="#de7008"&gt;Window/Msn Messenger Polygamy&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/331.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/331.aspx</wfw:comment>
        <slash:comments>7</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/331.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/331.aspx</trackback:ping>
    </entry>
    <entry>
        <title>IE2...</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/ramesh/archive/2003/10/30/332.aspx" />
        <id>http://geekswithblogs.net/ramesh/archive/2003/10/30/332.aspx</id>
        <published>2003-10-30T12:31:00-05:00:00</published>
        <updated>2003-10-30T12:41:00Z</updated>
        <content type="html">&lt;div class="blogPost"&gt;MyIE2 is the most powerful and fully customized browser. It can open multiple web pages in just one window, and come with tons of other nice features.&lt;br /&gt;&lt;a href="http://www.myie2.com/html_en/home.htm"&gt;&lt;font color="#de7008"&gt;MyIE2 Online&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/ramesh/aggbug/332.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/ramesh/comments/332.aspx</wfw:comment>
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/ramesh/comments/commentRss/332.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/ramesh/services/trackbacks/332.aspx</trackback:ping>
    </entry>
</feed>