<?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 My Quick Fix</title>
	<atom:link href="http://myquickfix.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://myquickfix.co.uk</link>
	<description>Quick fixes for little problems...</description>
	<lastBuildDate>Tue, 06 Dec 2011 20:22:45 +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 Launch Google Chrome Incognito from the terminal or a shortcut in OSX by Ben</title>
		<link>http://myquickfix.co.uk/2011/10/launch-google-chrome-in-incognito-from-terminal-or-a-shortcut-in-os-x/#comment-104</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=119#comment-104</guid>
		<description>Thanks Ravi, I&#039;ve updated the text, sorry for the mistake!</description>
		<content:encoded><![CDATA[<p>Thanks Ravi, I&#8217;ve updated the text, sorry for the mistake!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove prices from Variation drop-downs in Shopp WordPress plugin by Barry Hughes</title>
		<link>http://myquickfix.co.uk/2011/12/remove-prices-from-variation-drop-downs-in-shopp-wordpress-plugin/#comment-103</link>
		<dc:creator>Barry Hughes</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=194#comment-103</guid>
		<description>Formatting didn&#039;t quite work there. Here&#039;s a Paste Bin link instead:

http://pastebin.com/Y41iJGkA</description>
		<content:encoded><![CDATA[<p>Formatting didn&#8217;t quite work there. Here&#8217;s a Paste Bin link instead:</p>
<p><a href="http://pastebin.com/Y41iJGkA" rel="nofollow">http://pastebin.com/Y41iJGkA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome Incognito from the terminal or a shortcut in OSX by Ravi</title>
		<link>http://myquickfix.co.uk/2011/10/launch-google-chrome-in-incognito-from-terminal-or-a-shortcut-in-os-x/#comment-102</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=119#comment-102</guid>
		<description>Kevin, Thanks for posting this how-to on starting chrome in incognite mode by default. Worked perfectly including the adding the icon bit. 

The one very minor change I believe that needs to be made in your instructions is to replace the &#039;cmd+p&#039; to past the selected icon in the getinfo window of the script/app, with &#039;cmd+v&#039;. I believe that is the correct command on the mac to paste a previously selected object. Very  minor, but could trip-up  mac noobs like me :)

Regards,

-Ravi</description>
		<content:encoded><![CDATA[<p>Kevin, Thanks for posting this how-to on starting chrome in incognite mode by default. Worked perfectly including the adding the icon bit. </p>
<p>The one very minor change I believe that needs to be made in your instructions is to replace the &#8216;cmd+p&#8217; to past the selected icon in the getinfo window of the script/app, with &#8216;cmd+v&#8217;. I believe that is the correct command on the mac to paste a previously selected object. Very  minor, but could trip-up  mac noobs like me <img src='http://myquickfix.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>-Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove prices from Variation drop-downs in Shopp WordPress plugin by Ben</title>
		<link>http://myquickfix.co.uk/2011/12/remove-prices-from-variation-drop-downs-in-shopp-wordpress-plugin/#comment-101</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=194#comment-101</guid>
		<description>Ah yes, I was lazy copy-pasting from the template :)</description>
		<content:encoded><![CDATA[<p>Ah yes, I was lazy copy-pasting from the template <img src='http://myquickfix.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove prices from Variation drop-downs in Shopp WordPress plugin by Barry Hughes</title>
		<link>http://myquickfix.co.uk/2011/12/remove-prices-from-variation-drop-downs-in-shopp-wordpress-plugin/#comment-100</link>
		<dc:creator>Barry Hughes</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=194#comment-100</guid>
		<description>Also .. plagiarising a bit here but you could do something similar and create sans-price radio buttons (as opposed to a dropdown):

&lt;code&gt;
$i = 1;

while (shopp(&#039;product&#039;, &#039;variations&#039;))
{
	// Form the radio button name
	$id = shopp(&#039;product&#039;, &#039;id&#039;, &#039;return=true&#039;);
	$name = &quot;products[$id][options][]&quot;;
	
	// The first field should be selected by default
	$selected = ($i == 1) ? &#039;checked=&quot;checked&quot;&#039; : &#039;&#039;;
	
	// Echo to screen
	echo &#039;&#039;;
	shopp(&#039;product&#039;, &#039;variation&#039;, &#039;label&#039;);
	
	// Increment
	$i++;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Also .. plagiarising a bit here but you could do something similar and create sans-price radio buttons (as opposed to a dropdown):</p>
<p><code><br />
$i = 1;</p>
<p>while (shopp('product', 'variations'))<br />
{<br />
	// Form the radio button name<br />
	$id = shopp('product', 'id', 'return=true');<br />
	$name = "products[$id][options][]";</p>
<p>	// The first field should be selected by default<br />
	$selected = ($i == 1) ? 'checked="checked"' : '';</p>
<p>	// Echo to screen<br />
	echo '';<br />
	shopp('product', 'variation', 'label');</p>
<p>	// Increment<br />
	$i++;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove prices from Variation drop-downs in Shopp WordPress plugin by Barry Hughes</title>
		<link>http://myquickfix.co.uk/2011/12/remove-prices-from-variation-drop-downs-in-shopp-wordpress-plugin/#comment-99</link>
		<dc:creator>Barry Hughes</dc:creator>
		<pubDate>Tue, 06 Dec 2011 19:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=194#comment-99</guid>
		<description>Minor point, but the label &quot;Quantity&quot; doesn&#039;t really belong there. Nice work though!</description>
		<content:encoded><![CDATA[<p>Minor point, but the label &#8220;Quantity&#8221; doesn&#8217;t really belong there. Nice work though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .htaccess hidden on Rackspace Cloud Sites (in FTP, with Filezilla) by Ben Vail</title>
		<link>http://myquickfix.co.uk/2011/11/htaccess-hidden-on-rackspace-cloud-sites-in-ftp-with-filezilla/#comment-83</link>
		<dc:creator>Ben Vail</dc:creator>
		<pubDate>Thu, 01 Dec 2011 20:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=184#comment-83</guid>
		<description>Thank you! Saved a major headache.</description>
		<content:encoded><![CDATA[<p>Thank you! Saved a major headache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome Incognito from the terminal or a shortcut in OSX by Kevin</title>
		<link>http://myquickfix.co.uk/2011/10/launch-google-chrome-in-incognito-from-terminal-or-a-shortcut-in-os-x/#comment-72</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 28 Nov 2011 04:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=119#comment-72</guid>
		<description>Thanks, exactly what I was looking for.  The icon is perfect too.</description>
		<content:encoded><![CDATA[<p>Thanks, exactly what I was looking for.  The icon is perfect too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Batch rename file extensions from .jpg to .png in terminal by Ben</title>
		<link>http://myquickfix.co.uk/2011/09/batch-rename-file-extensions-in-terminal/#comment-69</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=68#comment-69</guid>
		<description>And.. remove all spaces and replace with hyphens in all jpegs in a dir:
for f in *\ *.jpg; do mv &quot;$f&quot; &quot;${f// /-}&quot;; done</description>
		<content:encoded><![CDATA[<p>And.. remove all spaces and replace with hyphens in all jpegs in a dir:<br />
for f in *\ *.jpg; do mv &#8220;$f&#8221; &#8220;${f// /-}&#8221;; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Batch rename file extensions from .jpg to .png in terminal by Ben</title>
		<link>http://myquickfix.co.uk/2011/09/batch-rename-file-extensions-in-terminal/#comment-68</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://myquickfix.co.uk/?p=68#comment-68</guid>
		<description>Also..  append the string &quot;gal&quot; to all jpgs in the current dir:
for f in *.jpg;  do mv $f gal-$f; done</description>
		<content:encoded><![CDATA[<p>Also..  append the string &#8220;gal&#8221; to all jpgs in the current dir:<br />
for f in *.jpg;  do mv $f gal-$f; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>

