<?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 JfwHome</title>
	<atom:link href="http://www.jfwhome.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jfwhome.com</link>
	<description>Extraneous Thought Repository</description>
	<pubDate>Thu, 29 Jul 2010 15:46:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Querying subfolders in SharePoint lists using SPAPI and GetListItems() by devin</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-366</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Wed, 19 May 2010 14:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-366</guid>
		<description>Thanks a bunch. This helped me a lot too. 
Also just to note, I was running this using the folder path from another query and when getListItems returns the results "ows_FileDirRef" has the folder id added to the front like this "17;#listName\folderName\subFolder", so if you want to use it you have to remove it with something like "result.Substring(result.IndexOf('#')+1)"</description>
		<content:encoded><![CDATA[<p>Thanks a bunch. This helped me a lot too.<br />
Also just to note, I was running this using the folder path from another query and when getListItems returns the results &#8220;ows_FileDirRef&#8221; has the folder id added to the front like this &#8220;17;#listName\folderName\subFolder&#8221;, so if you want to use it you have to remove it with something like &#8220;result.Substring(result.IndexOf(&#8217;#')+1)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SqueezePlay on linux (Ubuntu AMD64) by Mervin</title>
		<link>http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/comment-page-1/#comment-364</link>
		<dc:creator>Mervin</dc:creator>
		<pubDate>Fri, 14 May 2010 14:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=88#comment-364</guid>
		<description>Some great news: Steve Payne has done the hard work of getting pulseaudio working on squeezeplay 7.6:  https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=5627&amp;group_id=1311&amp;atid=4902

I've compiled 7.6 (with some new libs for SDL audio and portmixer), and it works! The only issue I faced was that it needed to be run as root. I'm looking into this, but have to sudo /opt/bin/squeezeplay/bin/.... is fine.</description>
		<content:encoded><![CDATA[<p>Some great news: Steve Payne has done the hard work of getting pulseaudio working on squeezeplay 7.6:  <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=5627&amp;group_id=1311&amp;atid=4902" rel="nofollow">https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=5627&amp;group_id=1311&amp;atid=4902</a></p>
<p>I&#8217;ve compiled 7.6 (with some new libs for SDL audio and portmixer), and it works! The only issue I faced was that it needed to be run as root. I&#8217;m looking into this, but have to sudo /opt/bin/squeezeplay/bin/&#8230;. is fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SqueezePlay on linux (Ubuntu AMD64) by Mervin</title>
		<link>http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/comment-page-1/#comment-361</link>
		<dc:creator>Mervin</dc:creator>
		<pubDate>Thu, 13 May 2010 00:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=88#comment-361</guid>
		<description>Jeff, when you say that "they have fixed the audio output problems", do you mean that you've compiled a version that will work with pulseaudio? 

That's my remaining issue with squeezeplay, as the other audio tools I use are set up and work well on Lucid/pulseaudio.</description>
		<content:encoded><![CDATA[<p>Jeff, when you say that &#8220;they have fixed the audio output problems&#8221;, do you mean that you&#8217;ve compiled a version that will work with pulseaudio? </p>
<p>That&#8217;s my remaining issue with squeezeplay, as the other audio tools I use are set up and work well on Lucid/pulseaudio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SqueezePlay on linux (Ubuntu AMD64) by Jeff Strunk</title>
		<link>http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/comment-page-1/#comment-360</link>
		<dc:creator>Jeff Strunk</dc:creator>
		<pubDate>Sun, 09 May 2010 05:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=88#comment-360</guid>
		<description>Version 7.6 commit 8763 works pretty well. They have fixed the audio output problems. It also works with no changes to the code.

The nightly builds on http://wiki.slimdevices.com/index.php/Nightly_Builds have some bad UI problems.

I am going to try to get it into a PPA, but I am not a debian packaging master and this is not a standard autoconf/automake type package.</description>
		<content:encoded><![CDATA[<p>Version 7.6 commit 8763 works pretty well. They have fixed the audio output problems. It also works with no changes to the code.</p>
<p>The nightly builds on <a href="http://wiki.slimdevices.com/index.php/Nightly_Builds" rel="nofollow">http://wiki.slimdevices.com/index.php/Nightly_Builds</a> have some bad UI problems.</p>
<p>I am going to try to get it into a PPA, but I am not a debian packaging master and this is not a standard autoconf/automake type package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) by Genesis	Alexander</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/comment-page-4/#comment-358</link>
		<dc:creator>Genesis	Alexander</dc:creator>
		<pubDate>Thu, 06 May 2010 10:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=19#comment-358</guid>
		<description>Another good thing about the Asus Eee pc is that it does not overheat when used over long periods of time.                                        .`</description>
		<content:encoded><![CDATA[<p>Another good thing about the Asus Eee pc is that it does not overheat when used over long periods of time.                                        .`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) by How to install Ubuntu 10.04 Lucid Lynx on an Asus EeePC 1005HA Netbook &#171; matt inouye</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/comment-page-4/#comment-357</link>
		<dc:creator>How to install Ubuntu 10.04 Lucid Lynx on an Asus EeePC 1005HA Netbook &#171; matt inouye</dc:creator>
		<pubDate>Sun, 02 May 2010 09:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=19#comment-357</guid>
		<description>[...] with Linux so I did a quick Google search and came across an awesome article about installing Ubuntu Jaunty on an Asus EeePC 1005HA, which I will refer to as &#8220;The Guide&#8221;.  I highly recommend you read through this first [...]</description>
		<content:encoded><![CDATA[<p>[...] with Linux so I did a quick Google search and came across an awesome article about installing Ubuntu Jaunty on an Asus EeePC 1005HA, which I will refer to as &#8220;The Guide&#8221;.  I highly recommend you read through this first [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) by Xenia Meester</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/comment-page-4/#comment-353</link>
		<dc:creator>Xenia Meester</dc:creator>
		<pubDate>Tue, 27 Apr 2010 07:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=19#comment-353</guid>
		<description>I kind of love the Asus Eee PC because it is very small and very light. I have an Acer Laptop and it is really a big burden on my small shoulders   :</description>
		<content:encoded><![CDATA[<p>I kind of love the Asus Eee PC because it is very small and very light. I have an Acer Laptop and it is really a big burden on my small shoulders   :</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SqueezePlay on linux (Ubuntu AMD64) by Graham</title>
		<link>http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/comment-page-1/#comment-348</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Mon, 19 Apr 2010 18:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=88#comment-348</guid>
		<description>These steps also work on ubuntu 10.04. Unfortunately we still have to remove pulse.</description>
		<content:encoded><![CDATA[<p>These steps also work on ubuntu 10.04. Unfortunately we still have to remove pulse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) by Tyler</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/comment-page-4/#comment-342</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=19#comment-342</guid>
		<description>Dude thanks for your instructions. Your article very helpful. I have only one question .I've installed the latest release of Ubuntu netbook remix on my asus 1005ha netbook and i can't get rid of the Interface cause there is not any option that can switch between classic desktop and Ubuntu remix desktop. Any suggestions? 

Greetings from Greece</description>
		<content:encoded><![CDATA[<p>Dude thanks for your instructions. Your article very helpful. I have only one question .I&#8217;ve installed the latest release of Ubuntu netbook remix on my asus 1005ha netbook and i can&#8217;t get rid of the Interface cause there is not any option that can switch between classic desktop and Ubuntu remix desktop. Any suggestions? </p>
<p>Greetings from Greece</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) by Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) &#171; kravca.mu/blog</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/comment-page-4/#comment-341</link>
		<dc:creator>Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA) &#171; kravca.mu/blog</dc:creator>
		<pubDate>Tue, 06 Apr 2010 21:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=19#comment-341</guid>
		<description>[...] http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/ Start off with Ubuntu Netbook Remix. It is designed for netbooks and comes with a customised kernel. Even if you don’t like the special netbook interface, it can be easily reverted to the default Ubuntu look with a single click. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/" rel="nofollow">http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/</a> Start off with Ubuntu Netbook Remix. It is designed for netbooks and comes with a customised kernel. Even if you don’t like the special netbook interface, it can be easily reverted to the default Ubuntu look with a single click. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
