<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>Comments for Ellis Web</title>
	
	<link>http://ellisweb.net</link>
	<description>Thoughts, Articles &amp; Links on Programming &amp; Technology by Yaakov Ellis</description>
	<lastBuildDate>Sun, 21 Jun 2009 19:35:13 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/EllisWebComments" type="application/rss+xml" /><item>
		<title>Comment on Cannot Access a Disposed Object by Nishantha</title>
		<link>http://ellisweb.net/2007/01/cannot-access-a-disposed-object/comment-page-1/#comment-147212</link>
		<dc:creator>Nishantha</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/2007/01/cannot-access-a-disposed-object/#comment-147212</guid>
		<description>#region Property: Contact
        private Contact current;
        /// 
        /// Gets/sets the Contact
        /// 
        public Contact Contact
        {
            [System.Diagnostics.DebuggerStepThrough]
            get
            {
                if (this.current == null)
                    this.current = new Contact();
                if (this.current != null &amp;&amp; this.current.IsDisposed)
                {
                    this.current = null;
                    this.current = new Contact();
                }
                return this.current;
            }
        }
        #endregion</description>
		<content:encoded><![CDATA[<p>#region Property: Contact<br />
        private Contact current;<br />
        ///<br />
        /// Gets/sets the Contact<br />
        ///<br />
        public Contact Contact<br />
        {<br />
            [System.Diagnostics.DebuggerStepThrough]<br />
            get<br />
            {<br />
                if (this.current == null)<br />
                    this.current = new Contact();<br />
                if (this.current != null &amp;&amp; this.current.IsDisposed)<br />
                {<br />
                    this.current = null;<br />
                    this.current = new Contact();<br />
                }<br />
                return this.current;<br />
            }<br />
        }<br />
        #endregion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WYSIWYG Editing of HTML in a Windows Forms Control by shrikanth</title>
		<link>http://ellisweb.net/2007/03/wysiwyg-editing-of-html-in-a-windows-forms-control/comment-page-1/#comment-145831</link>
		<dc:creator>shrikanth</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/2007/03/wysiwyg-editing-of-html-in-a-windows-forms-control/#comment-145831</guid>
		<description>this feature i want to implement native c++(VC++ 6.0) please help me</description>
		<content:encoded><![CDATA[<p>this feature i want to implement native c++(VC++ 6.0) please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP: Mint Popular Posts by Everton</title>
		<link>http://ellisweb.net/2006/03/wp-mint-popular-posts/comment-page-3/#comment-141103</link>
		<dc:creator>Everton</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ellisweb.net/2006/03/wp-mint-popular-posts/#comment-141103</guid>
		<description>Hi

I'm having problems excluding post I think since I upgraded to 2.6.  can you please tell me why it's not working e.g. I have at the moment:

&lt;code&gt;$ignore_list = 'http://connectedinternet.co.uk/2005/12/03/10-simple-ways-to-speed-up-windows-xp/2/, http://connectedinternet.co.uk/2005/12/03/10-simple-ways-to-speed-up-windows-xp/3/, http://connectedinternet.co.uk/2007/10/19/10-simple-ways-to-speed-up-windows-vista/2/', &lt;/code&gt;
but these posts are still appearing</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m having problems excluding post I think since I upgraded to 2.6.  can you please tell me why it&#8217;s not working e.g. I have at the moment:</p>
<p><code>$ignore_list = 'http://connectedinternet.co.uk/2005/12/03/10-simple-ways-to-speed-up-windows-xp/2/, <a href="http://connectedinternet.co.uk/2005/12/03/10-simple-ways-to-speed-up-windows-xp/3/" rel="nofollow">http://connectedinternet.co.uk/2005/12/03/10-simple-ways-to-speed-up-windows-xp/3/</a>, <a href="http://connectedinternet.co.uk/2007/10/19/10-simple-ways-to-speed-up-windows-vista/2/" rel="nofollow">http://connectedinternet.co.uk/2007/10/19/10-simple-ways-to-speed-up-windows-vista/2/</a>', </code><br />
but these posts are still appearing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SyntaxHighlighter to Format Code in WordPress by Andrew</title>
		<link>http://ellisweb.net/2008/08/using-syntaxhighlighter-to-format-code-in-wordpress/comment-page-1/#comment-137074</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 14 Mar 2009 14:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=228#comment-137074</guid>
		<description>Very useful plugin.  It would be nice if it worked in the comments as well as the posts though.</description>
		<content:encoded><![CDATA[<p>Very useful plugin.  It would be nice if it worked in the comments as well as the posts though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where Does Google Chrome Store User History, Profile &amp; Bookmarks? by Jeff</title>
		<link>http://ellisweb.net/2008/09/where-does-google-chrome-store-user-history-profile-and-bookmarks/comment-page-1/#comment-125145</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=389#comment-125145</guid>
		<description>Very informative, thank you. And personally I actually prefer the Google Chrome approach over the MS IE one. It saves time to be able to have everything in one folder/place, and if I feel that security is important well then I just won't share my password/computer access in the first place.</description>
		<content:encoded><![CDATA[<p>Very informative, thank you. And personally I actually prefer the Google Chrome approach over the MS IE one. It saves time to be able to have everything in one folder/place, and if I feel that security is important well then I just won&#8217;t share my password/computer access in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cannot Access a Disposed Object by Poolee</title>
		<link>http://ellisweb.net/2007/01/cannot-access-a-disposed-object/comment-page-1/#comment-125088</link>
		<dc:creator>Poolee</dc:creator>
		<pubDate>Fri, 02 Jan 2009 03:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/2007/01/cannot-access-a-disposed-object/#comment-125088</guid>
		<description>Thanks, also solved my problem.  I did consider setting a flag, then checking the flag during .Load... but this seemed messy.  Cheers, and Happy New Year.  Paul.</description>
		<content:encoded><![CDATA[<p>Thanks, also solved my problem.  I did consider setting a flag, then checking the flag during .Load&#8230; but this seemed messy.  Cheers, and Happy New Year.  Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where Does Google Chrome Store User History, Profile &amp; Bookmarks? by Henrik</title>
		<link>http://ellisweb.net/2008/09/where-does-google-chrome-store-user-history-profile-and-bookmarks/comment-page-1/#comment-124916</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 30 Dec 2008 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=389#comment-124916</guid>
		<description>Very informative and useful article. Thanks. Seems like there is no simple method to manipulate a single cookie using file manager. Only via Chrome &gt; Settings &gt; Options &gt; Under the Hood &gt; Show Cookies</description>
		<content:encoded><![CDATA[<p>Very informative and useful article. Thanks. Seems like there is no simple method to manipulate a single cookie using file manager. Only via Chrome &gt; Settings &gt; Options &gt; Under the Hood &gt; Show Cookies</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SyntaxHighlighter to Format Code in WordPress by Çağdaş</title>
		<link>http://ellisweb.net/2008/08/using-syntaxhighlighter-to-format-code-in-wordpress/comment-page-1/#comment-122525</link>
		<dc:creator>Çağdaş</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=228#comment-122525</guid>
		<description>Thanks. Very good article</description>
		<content:encoded><![CDATA[<p>Thanks. Very good article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MediaTemple vs. DreamHost by creaserv</title>
		<link>http://ellisweb.net/2006/11/mediatemple-vs-dreamhost/comment-page-1/#comment-120646</link>
		<dc:creator>creaserv</dc:creator>
		<pubDate>Wed, 19 Nov 2008 23:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/2006/11/mediatemple-vs-dreamhost/#comment-120646</guid>
		<description>I have been using dreamhost for years and have had very few issues. The best thing about them is their openness and honesty. When they have a problem, they report it to you immediately. That is UNHEARD OF!!!

However, their servers have always been relatively slow. So, my policy has always been to get high traffic sites their own server plan and then just host fun low traffic sites on dreamhost.

A few months ago I setup a media temple account. For regular, database driven sites, it seems to be uber fast and has blown my mind. Some open source apps run super super slow on their setup, but for the most part speed is what's great about them.

I read this article as I am trying to decide which account to cancel and which to move forward with.

Even though Dreamhost is about half the price and provides more than 4 times the storage of media temple, I am pretty confident that I am going to be moving all of my sites off of dreamhost and making the fulltime move to media temple.</description>
		<content:encoded><![CDATA[<p>I have been using dreamhost for years and have had very few issues. The best thing about them is their openness and honesty. When they have a problem, they report it to you immediately. That is UNHEARD OF!!!</p>
<p>However, their servers have always been relatively slow. So, my policy has always been to get high traffic sites their own server plan and then just host fun low traffic sites on dreamhost.</p>
<p>A few months ago I setup a media temple account. For regular, database driven sites, it seems to be uber fast and has blown my mind. Some open source apps run super super slow on their setup, but for the most part speed is what&#8217;s great about them.</p>
<p>I read this article as I am trying to decide which account to cancel and which to move forward with.</p>
<p>Even though Dreamhost is about half the price and provides more than 4 times the storage of media temple, I am pretty confident that I am going to be moving all of my sites off of dreamhost and making the fulltime move to media temple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Application Idle State in Windows Forms by Steve Campbell</title>
		<link>http://ellisweb.net/2008/02/detecting-application-idle-state-in-windows-forms/comment-page-1/#comment-116578</link>
		<dc:creator>Steve Campbell</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/2008/02/detecting-application-idle-state-in-windows-forms/#comment-116578</guid>
		<description>Lots of people asked for this - I posted it a while back at: http://blog.perfectapi.com/2008/05/detecting-idle-state-in-winforms-apps/</description>
		<content:encoded><![CDATA[<p>Lots of people asked for this &#8211; I posted it a while back at: <a href="http://blog.perfectapi.com/2008/05/detecting-idle-state-in-winforms-apps/" rel="nofollow">http://blog.perfectapi.com/2008/05/detecting-idle-state-in-winforms-apps/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 1.226 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-11 20:29:25 -->
