<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for cat brain.stuff &gt; wordpress</title>
	<atom:link href="http://famvdploeg.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog</link>
	<description>A simple look on things</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:57:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Enabling Wake-on-LAN on your local machine (Windows) by Iordan</title>
		<link>http://famvdploeg.com/blog/2008/01/enabling-wake-on-lan-on-your-local-machine/comment-page-1/#comment-2620</link>
		<dc:creator>Iordan</dc:creator>
		<pubDate>Wed, 18 Jan 2012 03:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=34#comment-2620</guid>
		<description>You don&#039;t really need to boot into windows. To enable WOL from linux all you need is ethtool. Assuming that you are running Debian/Ubuntu and your ethernet device is eth0, the following should suffice:

sudo apt-get install ethtool

sudo ethtool -s eth0 wol g

You can put the second command in /etc/rc.local if you find that you need to rerun the ethtool command.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t really need to boot into windows. To enable WOL from linux all you need is ethtool. Assuming that you are running Debian/Ubuntu and your ethernet device is eth0, the following should suffice:</p>
<p>sudo apt-get install ethtool</p>
<p>sudo ethtool -s eth0 wol g</p>
<p>You can put the second command in /etc/rc.local if you find that you need to rerun the ethtool command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery fancybox with ajax content. by suraj</title>
		<link>http://famvdploeg.com/blog/2010/10/jquery-fancybox-with-ajax-content/comment-page-1/#comment-2611</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Sun, 20 Nov 2011 06:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=195#comment-2611</guid>
		<description>thnxs ..helped me a lot !!!</description>
		<content:encoded><![CDATA[<p>thnxs ..helped me a lot !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio copy selection macro by Wytze</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2519</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2519</guid>
		<description>Added a short check to see if any auto insertion occurred. And if so it get&#039;s deleted before pasting.</description>
		<content:encoded><![CDATA[<p>Added a short check to see if any auto insertion occurred. And if so it get&#8217;s deleted before pasting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio copy selection macro by Wytze</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2517</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2517</guid>
		<description>Will see if I have some time to fix it. I have had some problems with trailing spaces that keep adding when using the script multiple times on selection.</description>
		<content:encoded><![CDATA[<p>Will see if I have some time to fix it. I have had some problems with trailing spaces that keep adding when using the script multiple times on selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio copy selection macro by Anonymous</title>
		<link>http://famvdploeg.com/blog/2010/04/visual-studio-copy-selection-macro/comment-page-1/#comment-2516</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=160#comment-2516</guid>
		<description>Well, this works sometimes. Sometimes not. For example, try to copy the line with &quot;This is my class&quot; text:
    /// 
    /// This is my class
    /// 
    public class MyClass
    {
    }

Your code appends /// at the end, because it doesn&#039;t handle Visual Studio automated text insertion.</description>
		<content:encoded><![CDATA[<p>Well, this works sometimes. Sometimes not. For example, try to copy the line with &#8220;This is my class&#8221; text:<br />
    ///<br />
    /// This is my class<br />
    ///<br />
    public class MyClass<br />
    {<br />
    }</p>
<p>Your code appends /// at the end, because it doesn&#8217;t handle Visual Studio automated text insertion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing trailing spaces in Visual Studio by Wytze</title>
		<link>http://famvdploeg.com/blog/2010/11/removing-trailing-spaces-in-visual-studio/comment-page-1/#comment-2493</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Fri, 13 May 2011 13:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=206#comment-2493</guid>
		<description>It&#039;s a plugin for wordpress called wp-syntax. &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-syntax/&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s a plugin for wordpress called wp-syntax. <a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing trailing spaces in Visual Studio by tuvian</title>
		<link>http://famvdploeg.com/blog/2010/11/removing-trailing-spaces-in-visual-studio/comment-page-1/#comment-2492</link>
		<dc:creator>tuvian</dc:creator>
		<pubDate>Fri, 13 May 2011 04:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=206#comment-2492</guid>
		<description>Hi,
    My question is related to wordpress posting. I cant find any contact address of the author, thats why I am posting comment for this post as my question.
    I have created a wordpress blog tuvian.wordpress.com and I am started post from recent days. I want to know that how we can post codes (C#,html..) in the blog with apprpriate style. What I was done is just copy paste the codes from Visual Studio and lost all styles when I published the blog.
    I am using same style and css that you using here, I would like to know how you posted above comments inside the gray box.

thanks and regards
Tuvian</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    My question is related to wordpress posting. I cant find any contact address of the author, thats why I am posting comment for this post as my question.<br />
    I have created a wordpress blog tuvian.wordpress.com and I am started post from recent days. I want to know that how we can post codes (C#,html..) in the blog with apprpriate style. What I was done is just copy paste the codes from Visual Studio and lost all styles when I published the blog.<br />
    I am using same style and css that you using here, I would like to know how you posted above comments inside the gray box.</p>
<p>thanks and regards<br />
Tuvian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing trailing spaces in Visual Studio by Wytze</title>
		<link>http://famvdploeg.com/blog/2010/11/removing-trailing-spaces-in-visual-studio/comment-page-1/#comment-2364</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Tue, 01 Feb 2011 13:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=206#comment-2364</guid>
		<description>&lt;a href=&quot;#comment-2281&quot; rel=&quot;nofollow&quot;&gt;@Jay &lt;/a&gt; 

Does not work for me. Also that would probably match every line instead of just the lines with trailing spaces.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2281" rel="nofollow">@Jay </a> </p>
<p>Does not work for me. Also that would probably match every line instead of just the lines with trailing spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing trailing spaces in Visual Studio by Jay</title>
		<link>http://famvdploeg.com/blog/2010/11/removing-trailing-spaces-in-visual-studio/comment-page-1/#comment-2281</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=206#comment-2281</guid>
		<description>Simpler would be to replace :b+$ with nothing.</description>
		<content:encoded><![CDATA[<p>Simpler would be to replace :b+$ with nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Team Fortress 2 &#8211; Dedicated Server by hl2.exe</title>
		<link>http://famvdploeg.com/blog/2007/10/team-fortress-2-dedicated-server/comment-page-2/#comment-1764</link>
		<dc:creator>hl2.exe</dc:creator>
		<pubDate>Mon, 10 Jan 2011 17:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=24#comment-1764</guid>
		<description>Hi all. I&#039;ve a problem: while i was setting the dedicated server I , as suggested by the tutorial, set sv_lan to 0(which means internet game) to let other people to join. But if i write in the console sv_lan it says that it is set to 0 but the server is a lan server.</description>
		<content:encoded><![CDATA[<p>Hi all. I&#8217;ve a problem: while i was setting the dedicated server I , as suggested by the tutorial, set sv_lan to 0(which means internet game) to let other people to join. But if i write in the console sv_lan it says that it is set to 0 but the server is a lan server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

