<?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"
	>
<channel>
	<title>Comments for DavidCraddock.net</title>
	<atom:link href="http://www.davidcraddock.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidcraddock.net</link>
	<description>Thoughts on technology from by the sea.</description>
	<pubDate>Mon, 08 Sep 2008 14:02:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Scraping artists bios off of Wikipedia by James</title>
		<link>http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-217</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 16 Aug 2008 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-217</guid>
		<description>I got the form element to work, but I can not find whats wrong with this line of code.     $b = $s-&#62;xpath("//p:abstract[@xml:lang='en']");
 It constantly returns me an error.</description>
		<content:encoded><![CDATA[<p>I got the form element to work, but I can not find whats wrong with this line of code.     $b = $s-&gt;xpath(&#8221;//p:abstract[@xml:lang='en']&#8220;);<br />
 It constantly returns me an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scraping artists bios off of Wikipedia by James</title>
		<link>http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-215</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 15 Aug 2008 06:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-215</guid>
		<description>I think the yahoo api reference is outdated.</description>
		<content:encoded><![CDATA[<p>I think the yahoo api reference is outdated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scraping artists bios off of Wikipedia by James</title>
		<link>http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-214</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 15 Aug 2008 05:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/2008/06/18/scraping-artists-bios-off-of-wikipedia/#comment-214</guid>
		<description>I'm looking to implement the php code with a form element but im having trouble going about this.
I was trying to work with the following form element because it originated from a script using the lyricwiki api.

&#60;form action="" method="get"&#62;
Artist:
&#60;input type="text" name="artist" value="" id="artist" /&#62;
Songname:
&#60;input type="text" name="song" value="" id="song"/&#62;



If you could assist me I would greatly appreciate it.
Thanks,
James</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking to implement the php code with a form element but im having trouble going about this.<br />
I was trying to work with the following form element because it originated from a script using the lyricwiki api.</p>
<p>&lt;form action=&#8221;" method=&#8221;get&#8221;&gt;<br />
Artist:<br />
&lt;input type=&#8221;text&#8221; name=&#8221;artist&#8221; value=&#8221;" id=&#8221;artist&#8221; /&gt;<br />
Songname:<br />
&lt;input type=&#8221;text&#8221; name=&#8221;song&#8221; value=&#8221;" id=&#8221;song&#8221;/&gt;</p>
<p>If you could assist me I would greatly appreciate it.<br />
Thanks,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A poor man&#8217;s VMWare Workstation: VMWare Server under Ubuntu 7.10 + VMWare Player under Windows XP by David Craddock</title>
		<link>http://www.davidcraddock.net/2008/02/28/a-poor-mans-vmware-workstation-vmware-server-under-ubuntu-710-vmware-player-under-windows-xp/#comment-16</link>
		<dc:creator>David Craddock</dc:creator>
		<pubDate>Tue, 18 Mar 2008 23:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/?p=12#comment-16</guid>
		<description>Hi Brad,

Thanks for your comment. I haven't actually setup the media sharing yet, but I was thinking of setting up a windows share and sharing media via the loopback address. I'd be interested in your thoughts on this, and if there is a better way to do this.

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Hi Brad,</p>
<p>Thanks for your comment. I haven&#8217;t actually setup the media sharing yet, but I was thinking of setting up a windows share and sharing media via the loopback address. I&#8217;d be interested in your thoughts on this, and if there is a better way to do this.</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A poor man&#8217;s VMWare Workstation: VMWare Server under Ubuntu 7.10 + VMWare Player under Windows XP by Bradford Knowlton Jr.</title>
		<link>http://www.davidcraddock.net/2008/02/28/a-poor-mans-vmware-workstation-vmware-server-under-ubuntu-710-vmware-player-under-windows-xp/#comment-15</link>
		<dc:creator>Bradford Knowlton Jr.</dc:creator>
		<pubDate>Sun, 02 Mar 2008 00:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/?p=12#comment-15</guid>
		<description>Nice Setup, wish I had that much hard drive space.

I recently stumbled upon a fun way to install Linux onto most dell laptops. I used the 3.5 GB system recovery partition to install linux, and then used my primary partition with Windows XP to host most of "data" files.

Since I have the dedicated Virtualization server I don't bother to to run any virtualization on my laptop, I just use Terminal Server Client or VNC to connect to the virtual machines on my server.

Out of curiosity what method do you use to connect to the "media" partition from within the virtual machines?

Thanks,
Bradford Knowlton
http://x86Virtualization.com</description>
		<content:encoded><![CDATA[<p>Nice Setup, wish I had that much hard drive space.</p>
<p>I recently stumbled upon a fun way to install Linux onto most dell laptops. I used the 3.5 GB system recovery partition to install linux, and then used my primary partition with Windows XP to host most of &#8220;data&#8221; files.</p>
<p>Since I have the dedicated Virtualization server I don&#8217;t bother to to run any virtualization on my laptop, I just use Terminal Server Client or VNC to connect to the virtual machines on my server.</p>
<p>Out of curiosity what method do you use to connect to the &#8220;media&#8221; partition from within the virtual machines?</p>
<p>Thanks,<br />
Bradford Knowlton<br />
<a href="http://x86Virtualization.com" rel="nofollow">http://x86Virtualization.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Nabaztag by Violet</title>
		<link>http://www.davidcraddock.net/2007/05/08/my-nabaztag/#comment-2</link>
		<dc:creator>Violet</dc:creator>
		<pubDate>Thu, 10 May 2007 07:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/?p=5#comment-2</guid>
		<description>Hi !
This is the Nabaztag Team !

We looked your post and we really like what you did.

Your idea is very ingenious, and we hope that a lots of rabbit owner will like your program (do you plan to purpose it to the community ?)

We wish you the best for you and Francois.

The Nabaztag Team</description>
		<content:encoded><![CDATA[<p>Hi !<br />
This is the Nabaztag Team !</p>
<p>We looked your post and we really like what you did.</p>
<p>Your idea is very ingenious, and we hope that a lots of rabbit owner will like your program (do you plan to purpose it to the community ?)</p>
<p>We wish you the best for you and Francois.</p>
<p>The Nabaztag Team</p>
]]></content:encoded>
	</item>
</channel>
</rss>
