<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Foliovision</title>
	<link>http://foliovision.com</link>
	<description>Making the web work for you</description>
	<pubDate>Thu, 03 Jul 2008 22:54:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>Comment on How to Convert a Clone CD Image to ISO by alec</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21048</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Thu, 03 Jul 2008 10:11:36 +0000</pubDate>
		<guid>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21048</guid>
		<description>Hello Devin,

Keep practicing with the command line. Eventually it gets easier. This was an ambitious project with which to start exploring the command line.</description>
		<content:encoded><![CDATA[<p>Hello Devin,</p>
<p>Keep practicing with the command line. Eventually it gets easier. This was an ambitious project with which to start exploring the command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert a Clone CD Image to ISO by devin</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21046</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Tue, 01 Jul 2008 19:59:57 +0000</pubDate>
		<guid>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21046</guid>
		<description>Hey Alec,

Well, it had also said that sudo (and port) were unrecognized commands. For instance, sudo install ccd2iso gave me an unrec. command on sudo, but just "install ccd2iso" seemed to install it fine. Was odd.

I did figure out the permission fixing, though. Was just me being silly and trying to write while it was all still read-only. &#62;.&#62;;

Thanks for the assist, but I think I'm going to get around this in another way. Command line business seems to be a little too far out of my range. Appreciate the quick response, though! ^.^</description>
		<content:encoded><![CDATA[<p>Hey Alec,</p>
<p>Well, it had also said that sudo (and port) were unrecognized commands. For instance, sudo install ccd2iso gave me an unrec. command on sudo, but just &#8220;install ccd2iso&#8221; seemed to install it fine. Was odd.</p>
<p>I did figure out the permission fixing, though. Was just me being silly and trying to write while it was all still read-only. &gt;.&gt;;</p>
<p>Thanks for the assist, but I think I&#8217;m going to get around this in another way. Command line business seems to be a little too far out of my range. Appreciate the quick response, though! ^.^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert a Clone CD Image to ISO by alec</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21045</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:02:20 +0000</pubDate>
		<guid>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21045</guid>
		<description>Hello Devin,

1. Are you trying the commands with sudo also:

&lt;code&gt;sudo install ccd2iso&lt;/code&gt;

2. You seem to be having some issues with paths and permissions. Try repairing permissions in Disk Utility.

Otherwise, it looks like the set up on your Mac may be non-standard.

Non-standard paths and such can occur from repeatedly doing upgrades (10.2 &gt; 10.3 &gt; 10.4 &gt; 10.5) instead of archive and install or fresh installs.

I solved all of these sorts of issues on my own computer by starting with a fresh install of 10.5 and adding all my own files and applications afterwards. It took some time but a lot of annoying issues went away.</description>
		<content:encoded><![CDATA[<p>Hello Devin,</p>
<p>1. Are you trying the commands with sudo also:</p>
<p><code>sudo install ccd2iso</code></p>
<p>2. You seem to be having some issues with paths and permissions. Try repairing permissions in Disk Utility.</p>
<p>Otherwise, it looks like the set up on your Mac may be non-standard.</p>
<p>Non-standard paths and such can occur from repeatedly doing upgrades (10.2 > 10.3 > 10.4 > 10.5) instead of archive and install or fresh installs.</p>
<p>I solved all of these sorts of issues on my own computer by starting with a fresh install of 10.5 and adding all my own files and applications afterwards. It took some time but a lot of annoying issues went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert a Clone CD Image to ISO by devin</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21044</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:47:42 +0000</pubDate>
		<guid>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21044</guid>
		<description>Actually, got that worked out...but can't seem to get ccd2iso running. It's an "Unrecognized action."

&#62; ccd2iso image.img mycd.iso
Unrecognized action "ccd2iso"</description>
		<content:encoded><![CDATA[<p>Actually, got that worked out&#8230;but can&#8217;t seem to get ccd2iso running. It&#8217;s an &#8220;Unrecognized action.&#8221;</p>
<p>&gt; ccd2iso image.img mycd.iso<br />
Unrecognized action &#8220;ccd2iso&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert a Clone CD Image to ISO by devin</title>
		<link>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21043</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:28:30 +0000</pubDate>
		<guid>http://foliovision.com/2008/04/26/clone-cd-to-iso/#comment-21043</guid>
		<description>So...this is all very much out of my depth and I'm sure I'm missing something obvious, but...

...when I try to 'install ccd2iso,' I get the following message:

Error: Unable to execute port: can't create directory "/opt/local/var/macports/build": permission denied

I went around this by manually creating a folder called "build" and putting it in that macports folder, which required me to put in a password to authenticate. I tried again:

Error: Unable to execute port: ln: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/ccd2iso/work: Permission denied

How do I convince the terminal that I do, in fact, give it permission to do the things I'm telling it to do? It's not asking me for a password or anything, it's just saying "no." What's the deal?</description>
		<content:encoded><![CDATA[<p>So&#8230;this is all very much out of my depth and I&#8217;m sure I&#8217;m missing something obvious, but&#8230;</p>
<p>&#8230;when I try to &#8216;install ccd2iso,&#8217; I get the following message:</p>
<p>Error: Unable to execute port: can&#8217;t create directory &#8220;/opt/local/var/macports/build&#8221;: permission denied</p>
<p>I went around this by manually creating a folder called &#8220;build&#8221; and putting it in that macports folder, which required me to put in a password to authenticate. I tried again:</p>
<p>Error: Unable to execute port: ln: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/ccd2iso/work: Permission denied</p>
<p>How do I convince the terminal that I do, in fact, give it permission to do the things I&#8217;m telling it to do? It&#8217;s not asking me for a password or anything, it&#8217;s just saying &#8220;no.&#8221; What&#8217;s the deal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Comment Code in WordPress Templates by Chris</title>
		<link>http://foliovision.com/seo-tools/wordpress/how-to/comment-code-in-templates/#comment-21041</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 29 Jun 2008 00:30:51 +0000</pubDate>
		<guid>http://foliovision.com/seo-tools/wordpress/how-to/comment-code-in-templates/#comment-21041</guid>
		<description>Thanks this really helped out!</description>
		<content:encoded><![CDATA[<p>Thanks this really helped out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedded Menus Plugin by Ale</title>
		<link>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21040</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Sat, 28 Jun 2008 19:21:13 +0000</pubDate>
		<guid>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21040</guid>
		<description>Thanks so much! It's perfect. And thank you for the tip about the Pro version, as well. I'll consider the possibility of purchasing it.</description>
		<content:encoded><![CDATA[<p>Thanks so much! It&#8217;s perfect. And thank you for the tip about the Pro version, as well. I&#8217;ll consider the possibility of purchasing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedded Menus Plugin by alec</title>
		<link>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21039</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:48:24 +0000</pubDate>
		<guid>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21039</guid>
		<description>Hello Ale,

Give it another try now.

Let me know what you think.

PS. If you find, Embedded Page Menus useful (that you know what sibling pages are is a good start), you should think about buying our &lt;a href="http://foliovision.com/seo-tools/wordpress/plugins/embedded-page-menus-pro/" rel="nofollow"&gt;Embedded Page Menus Pro&lt;/a&gt;. We use it on all our websites.</description>
		<content:encoded><![CDATA[<p>Hello Ale,</p>
<p>Give it another try now.</p>
<p>Let me know what you think.</p>
<p>PS. If you find, Embedded Page Menus useful (that you know what sibling pages are is a good start), you should think about buying our <a href="http://foliovision.com/seo-tools/wordpress/plugins/embedded-page-menus-pro/" rel="nofollow">Embedded Page Menus Pro</a>. We use it on all our websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedded Menus Plugin by Ale</title>
		<link>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21038</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:15:34 +0000</pubDate>
		<guid>http://foliovision.com/seo-tools/wordpress/plugins/embedded-menus/#comment-21038</guid>
		<description>Hi, I've been looking all around the web for a way to list sibilings pages, this is just what I need! When I try to download the plugin, though, it tells me the archive is corrupted. Can you help me please?
Thank you a lot!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve been looking all around the web for a way to list sibilings pages, this is just what I need! When I try to download the plugin, though, it tells me the archive is corrupted. Can you help me please?<br />
Thank you a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows XP Run Commands and Shortcuts by Brewster Chang</title>
		<link>http://foliovision.com/seo-tools/computers/windows/xp-run-commands/#comment-21037</link>
		<dc:creator>Brewster Chang</dc:creator>
		<pubDate>Sat, 28 Jun 2008 05:22:49 +0000</pubDate>
		<guid>http://foliovision.com/seo-tools/computers/windows/xp-run-commands/#comment-21037</guid>
		<description>How to send a file "deletion" command through Run Command?</description>
		<content:encoded><![CDATA[<p>How to send a file &#8220;deletion&#8221; command through Run Command?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
