<?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 185vfx</title>
	<atom:link href="http://www.185vfx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.185vfx.com</link>
	<description>rob bredow</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:01:50 +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 Dinner Time by worldclock</title>
		<link>http://www.185vfx.com/2012/01/dinner-tim/comment-page-1/#comment-68180</link>
		<dc:creator>worldclock</dc:creator>
		<pubDate>Tue, 07 Feb 2012 23:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=1989#comment-68180</guid>
		<description>185vfx &#187; Dinner Time - just great!</description>
		<content:encoded><![CDATA[<p>185vfx &raquo; Dinner Time &#8211; just great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac Picasa to Photoshop Button by Rick Crompton</title>
		<link>http://www.185vfx.com/2010/12/mac-picasa-to-photoshop-button/comment-page-1/#comment-61574</link>
		<dc:creator>Rick Crompton</dc:creator>
		<pubDate>Sun, 25 Dec 2011 02:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=1766#comment-61574</guid>
		<description>Hi
Thanks for a fantastic button
As I am at my sons who is a mackie-I am not but getting up to speed with a different system, I did try another button that did not work. 
So thanks for helping this old man out</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for a fantastic button<br />
As I am at my sons who is a mackie-I am not but getting up to speed with a different system, I did try another button that did not work.<br />
So thanks for helping this old man out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac Picasa to Photoshop Button by Matt</title>
		<link>http://www.185vfx.com/2010/12/mac-picasa-to-photoshop-button/comment-page-1/#comment-55499</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=1766#comment-55499</guid>
		<description>This is great, when i right-clicked/ctrl clicked, Photoshop was not an option in my &quot;Open With...&quot; menu. Found this extension while evaluating Picasa, and that would have been a deal breaker, if not for this tool. Thanks!</description>
		<content:encoded><![CDATA[<p>This is great, when i right-clicked/ctrl clicked, Photoshop was not an option in my &#8220;Open With&#8230;&#8221; menu. Found this extension while evaluating Picasa, and that would have been a deal breaker, if not for this tool. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Text out of Webloc Files by bit.bucket</title>
		<link>http://www.185vfx.com/2008/10/webloc-files-to-text-url-list/comment-page-1/#comment-54193</link>
		<dc:creator>bit.bucket</dc:creator>
		<pubDate>Sun, 30 Oct 2011 21:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=171#comment-54193</guid>
		<description>Whoa! What is happening here? I just posted the above comment, but it has been altered and is not what I submitted. Important text has been filtered out. Try the following:

grep -h http *.webloc &#124; grep BACKSLASH_LESSTHANstringBACKSLASH_GREATERTHAN &#124; sed -e &#039;sFORWARDSLASH_LESSTHANstringGREATERTHAN_FORWARDSLASH_FORWARDSLASH&#039; &#124; sed -e &#039;sFORWARDSLASH_LESSTHAN_BACKSLASH_FORWARDSLASHstringGREATERTHAN_FORWARDSLASH_FORWARDSLASH&#039;

The underscores are for legibility and should be interpreted as no space.</description>
		<content:encoded><![CDATA[<p>Whoa! What is happening here? I just posted the above comment, but it has been altered and is not what I submitted. Important text has been filtered out. Try the following:</p>
<p>grep -h http *.webloc | grep BACKSLASH_LESSTHANstringBACKSLASH_GREATERTHAN | sed -e &#8216;sFORWARDSLASH_LESSTHANstringGREATERTHAN_FORWARDSLASH_FORWARDSLASH&#8217; | sed -e &#8216;sFORWARDSLASH_LESSTHAN_BACKSLASH_FORWARDSLASHstringGREATERTHAN_FORWARDSLASH_FORWARDSLASH&#8217;</p>
<p>The underscores are for legibility and should be interpreted as no space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Text out of Webloc Files by bit.bucket</title>
		<link>http://www.185vfx.com/2008/10/webloc-files-to-text-url-list/comment-page-1/#comment-54189</link>
		<dc:creator>bit.bucket</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=171#comment-54189</guid>
		<description>I don&#039;t know what the first sed originally looked like, but sed -e &#039;s///&#039;  does not work for me at all. I get the error &quot;sed: first RE may not be empty&quot; using os x 10.6. I changed it to sed -e &#039;s///&#039;. I also replaced the second grep to grep \. With the original grep, the output contained a lot of lines beginning with &quot;Binary file&quot; and the name of the link. Also, the original grep would eliminate any .webloc links to Apple sites. The complete command that I use is:
grep -h http *.webloc &#124; grep \ &#124; sed -e &#039;s///&#039; &#124; sed -e &#039;s///&#039;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what the first sed originally looked like, but sed -e &#8216;s///&#8217;  does not work for me at all. I get the error &#8220;sed: first RE may not be empty&#8221; using os x 10.6. I changed it to sed -e &#8216;s///&#8217;. I also replaced the second grep to grep \. With the original grep, the output contained a lot of lines beginning with &#8220;Binary file&#8221; and the name of the link. Also, the original grep would eliminate any .webloc links to Apple sites. The complete command that I use is:<br />
grep -h http *.webloc | grep \ | sed -e &#8216;s///&#8217; | sed -e &#8216;s///&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress tag cloud formatting by XIII</title>
		<link>http://www.185vfx.com/2007/10/wordpress-tag-cloud-formatting/comment-page-1/#comment-51486</link>
		<dc:creator>XIII</dc:creator>
		<pubDate>Mon, 10 Oct 2011 14:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/2007/10/wordpress-tag-cloud-formatting/#comment-51486</guid>
		<description>For anyone still needing help; you don&#039;t need any plugin to strip the br that gets added simply specify the separator argument in wp_tag_cloud to &#039;&#039;. By default it uses a newline symbol, which gets converted by WordPress to a br code.</description>
		<content:encoded><![CDATA[<p>For anyone still needing help; you don&#8217;t need any plugin to strip the br that gets added simply specify the separator argument in wp_tag_cloud to &#8221;. By default it uses a newline symbol, which gets converted by WordPress to a br code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically display images in WordPress themes by Rob</title>
		<link>http://www.185vfx.com/2008/10/automatically-display-images-in-wordpress-themes/comment-page-1/#comment-48906</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 20 Sep 2011 03:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=196#comment-48906</guid>
		<description>Thanks for writing. I&#039;m not sure the specific configuration you&#039;ve got, but that &quot;error message&quot; you are seeing is intended--as it removes the first image in a post so that the theme can automatically display it. You also might check out the latest version of Autofocus as I don&#039;t think it needs that plugin at all.</description>
		<content:encoded><![CDATA[<p>Thanks for writing. I&#8217;m not sure the specific configuration you&#8217;ve got, but that &#8220;error message&#8221; you are seeing is intended&#8211;as it removes the first image in a post so that the theme can automatically display it. You also might check out the latest version of Autofocus as I don&#8217;t think it needs that plugin at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatically display images in WordPress themes by Nadege</title>
		<link>http://www.185vfx.com/2008/10/automatically-display-images-in-wordpress-themes/comment-page-1/#comment-48705</link>
		<dc:creator>Nadege</dc:creator>
		<pubDate>Sun, 18 Sep 2011 08:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/?p=196#comment-48705</guid>
		<description>Hello
I use your plugin through autofocus theme, but i have a problem. In some posts, my image doesn&#039;t appear.Could you tell me where is the pb? The error message is : &lt;!-- Image removed by Remove First Image Plugin --&gt;
Thank you
Nadege</description>
		<content:encoded><![CDATA[<p>Hello<br />
I use your plugin through autofocus theme, but i have a problem. In some posts, my image doesn&#8217;t appear.Could you tell me where is the pb? The error message is : <!-- Image removed by Remove First Image Plugin --><br />
Thank you<br />
Nadege</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel Dates Incompatible from PC to Mac? by Roger</title>
		<link>http://www.185vfx.com/2008/03/excel-dates-incompatible-from-pc-to-mac/comment-page-1/#comment-47016</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 08 Sep 2011 14:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/2008/03/excel-dates-incompatible-from-pc-to-mac/#comment-47016</guid>
		<description>Rob, you are a genius. Thanks so much, Roger</description>
		<content:encoded><![CDATA[<p>Rob, you are a genius. Thanks so much, Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Synergy Automatically during login on a Mac by Thomas</title>
		<link>http://www.185vfx.com/2007/08/run-synergy-automatically-during-login-on-a-mac/comment-page-1/#comment-42772</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 21 Aug 2011 18:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.185vfx.com/2007/08/run-synergy-automatically-during-login-on-a-mac/#comment-42772</guid>
		<description>This is great!  Thanks!

I know this post is old, but if you add &gt;/dev/null 2&gt;&amp;1 &amp; to the end of the Automator path, the application will automatically quit after launching and running the script.</description>
		<content:encoded><![CDATA[<p>This is great!  Thanks!</p>
<p>I know this post is old, but if you add &gt;/dev/null 2&gt;&amp;1 &amp; to the end of the Automator path, the application will automatically quit after launching and running the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

