<?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://www.myquickfix.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myquickfix.co.uk</link>
	<description>Quick fixes for niggly problems...</description>
	<lastBuildDate>Wed, 02 Dec 2009 21:37:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Textpad Regular Expressions by tony</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-277</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-277</guid>
		<description>YOU ROCK!
Thank you so much for the &quot;Add “Hello ” to the beginning and ” World” to the end of every line&quot; example.</description>
		<content:encoded><![CDATA[<p>YOU ROCK!<br />
Thank you so much for the &#8220;Add “Hello ” to the beginning and ” World” to the end of every line&#8221; example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by matelot</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-275</link>
		<dc:creator>matelot</dc:creator>
		<pubDate>Sun, 22 Nov 2009 06:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-275</guid>
		<description>thanks !
&quot;Remove spaces and tab characters at the end of a line&quot; is what I&#039;m looking for.</description>
		<content:encoded><![CDATA[<p>thanks !<br />
&#8220;Remove spaces and tab characters at the end of a line&#8221; is what I&#8217;m looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set space between list item and bullet (HTML, CSS)&#8230; by Nic</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/06/set-space-between-list-item-and-bullet-html-css/comment-page-1/#comment-274</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Fri, 20 Nov 2009 12:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=372#comment-274</guid>
		<description>Cheers mate. Sometimes it feels like I&#039;m spending half my life looking for clean simple workarounds. Thanks.</description>
		<content:encoded><![CDATA[<p>Cheers mate. Sometimes it feels like I&#8217;m spending half my life looking for clean simple workarounds. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;JFolder::create: Could not create directory&#8221; error in Joomla 1.5.* on IIS. by Ken</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/07/jfolder-create-could-not-create-directory/comment-page-1/#comment-269</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 31 Oct 2009 23:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=552#comment-269</guid>
		<description>Very nice tip.

This was precisely my situation, having ported from one server to another, and I had /home2 in the tmp path, whereas the new server uses /home.  

Also, the word FIX in your title, made it easy to pick out this page in the Google results.

Kudos!</description>
		<content:encoded><![CDATA[<p>Very nice tip.</p>
<p>This was precisely my situation, having ported from one server to another, and I had /home2 in the tmp path, whereas the new server uses /home.  </p>
<p>Also, the word FIX in your title, made it easy to pick out this page in the Google results.</p>
<p>Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Paul</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-267</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-267</guid>
		<description>Here&#039;s how to convert csv to xml with a (quite large) regexp you can alter/extend for your needs.

Regexp:
&lt;code&gt;^&quot;\([[:print:]]+\)&quot;,&quot;\([[:print:]]+\)&quot;,&quot;\([[:print:]]+\)&quot;&lt;/code&gt;

replace with:
&lt;code&gt;\1\2\3&lt;/code&gt;

Cheers

Paul</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to convert csv to xml with a (quite large) regexp you can alter/extend for your needs.</p>
<p>Regexp:<br />
<code>^"\([[:print:]]+\)","\([[:print:]]+\)","\([[:print:]]+\)"</code></p>
<p>replace with:<br />
<code>\1\2\3</code></p>
<p>Cheers</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;JFolder::create: Could not create directory&#8221; error in Joomla 1.5.* on IIS. by Ben Francis</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/07/jfolder-create-could-not-create-directory/comment-page-1/#comment-266</link>
		<dc:creator>Ben Francis</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=552#comment-266</guid>
		<description>I have found this problem is often to do with ownership of the files on a linux server.
an easy solution I have found is to login using SSH and chown all the files in the installation to owner apache:apache, this seems to solve all the problems.</description>
		<content:encoded><![CDATA[<p>I have found this problem is often to do with ownership of the files on a linux server.<br />
an easy solution I have found is to login using SSH and chown all the files in the installation to owner apache:apache, this seems to solve all the problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A &#8217;shortcut icon&#8217; for Google Chrome Incognito by admin</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/shortcut-icon-for-google-chrome-incognito/comment-page-1/#comment-265</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 08:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=234#comment-265</guid>
		<description>Hi Ben,

This seems to work:

&lt;em&gt; --incognito --homepage=&quot;www.youraddress.com&quot;&lt;/em&gt;

But I dont have default tabs setup so it might not work for you. Please tell me how you get on.

Cheers,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>This seems to work:</p>
<p><em> &#8211;incognito &#8211;homepage=&#8221;www.youraddress.com&#8221;</em></p>
<p>But I dont have default tabs setup so it might not work for you. Please tell me how you get on.</p>
<p>Cheers,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A &#8217;shortcut icon&#8217; for Google Chrome Incognito by Ben Nuttall</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/shortcut-icon-for-google-chrome-incognito/comment-page-1/#comment-264</link>
		<dc:creator>Ben Nuttall</dc:creator>
		<pubDate>Sun, 27 Sep 2009 04:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=234#comment-264</guid>
		<description>These are a great couple of articles - really useful! (exactly what I was looking for)

I now have a quickstart icon specifically for Incognito Mode (using your icon lol)

Just one thing I&#039;d like on top of this - is it possible to have an Incognito shortcut which specifies which URL to go to? (it&#039;s currently opening my default tabs - which wouldn&#039;t be so bad if I didn&#039;t have 5 (all of which redirect to login pages in Incognito Mode)

I&#039;ve tried adding --http://www.google.co.uk/ in conjunction with −−incognito (in both orders, and with/without hyphens)

Thanks for the help you&#039;ve already provided - hope you can help me further!

Ben</description>
		<content:encoded><![CDATA[<p>These are a great couple of articles &#8211; really useful! (exactly what I was looking for)</p>
<p>I now have a quickstart icon specifically for Incognito Mode (using your icon lol)</p>
<p>Just one thing I&#8217;d like on top of this &#8211; is it possible to have an Incognito shortcut which specifies which URL to go to? (it&#8217;s currently opening my default tabs &#8211; which wouldn&#8217;t be so bad if I didn&#8217;t have 5 (all of which redirect to login pages in Incognito Mode)</p>
<p>I&#8217;ve tried adding &#8211;http://www.google.co.uk/ in conjunction with −−incognito (in both orders, and with/without hyphens)</p>
<p>Thanks for the help you&#8217;ve already provided &#8211; hope you can help me further!</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format the footer [subscribe] link in AcaJoom newsletters by Joomla Bear</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/format-the-footer-subscribe-link-in-acajoom-newsletters/comment-page-1/#comment-263</link>
		<dc:creator>Joomla Bear</dc:creator>
		<pubDate>Sun, 13 Sep 2009 18:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=145#comment-263</guid>
		<description>Ok I worked this one out - There is an option in the autoresponder config - turn this off and manually edit the template so that subscription tag is not included.</description>
		<content:encoded><![CDATA[<p>Ok I worked this one out &#8211; There is an option in the autoresponder config &#8211; turn this off and manually edit the template so that subscription tag is not included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format the footer [subscribe] link in AcaJoom newsletters by Joomla Bear</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/format-the-footer-subscribe-link-in-acajoom-newsletters/comment-page-1/#comment-262</link>
		<dc:creator>Joomla Bear</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=145#comment-262</guid>
		<description>Thx for that - I&#039;m trying to work out if I can remove the unsubscribe option completely from my autoresponders only... doing my head in.</description>
		<content:encoded><![CDATA[<p>Thx for that &#8211; I&#8217;m trying to work out if I can remove the unsubscribe option completely from my autoresponders only&#8230; doing my head in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Driver for HP Photosmart 1215&#8230; by Pit</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/comment-page-1/#comment-261</link>
		<dc:creator>Pit</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=15#comment-261</guid>
		<description>Also works with Photosmart 1215 and Windows 7 64bit. Thank You !</description>
		<content:encoded><![CDATA[<p>Also works with Photosmart 1215 and Windows 7 64bit. Thank You !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A &#8217;shortcut icon&#8217; for Google Chrome Incognito by ted</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/shortcut-icon-for-google-chrome-incognito/comment-page-1/#comment-260</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Thu, 20 Aug 2009 18:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=234#comment-260</guid>
		<description>thanks! (and thanks to google for finding me your post in seconds)  &#039;crappy&#039; icon = good enough for me</description>
		<content:encoded><![CDATA[<p>thanks! (and thanks to google for finding me your post in seconds)  &#8216;crappy&#8217; icon = good enough for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Waldemar</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-258</link>
		<dc:creator>Waldemar</dc:creator>
		<pubDate>Sat, 15 Aug 2009 15:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-258</guid>
		<description>Hi Ben,

Thanks for posting about the Textpad Regular Expressions.

I have a question.
In a txt-file I&#039;m trying to remove all text between curly brackets including the curly brackets themselves.

I can&#039;t seem to get the regular expression right.

Could you give me some help?

Much obliged,

Waldemar</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>Thanks for posting about the Textpad Regular Expressions.</p>
<p>I have a question.<br />
In a txt-file I&#8217;m trying to remove all text between curly brackets including the curly brackets themselves.</p>
<p>I can&#8217;t seem to get the regular expression right.</p>
<p>Could you give me some help?</p>
<p>Much obliged,</p>
<p>Waldemar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome in &#8216;Incognito&#8217; mode from a shortcut by Mark</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/launch-google-chrome-in-incognito-mode-from-a-shortcut/comment-page-1/#comment-37</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=219#comment-37</guid>
		<description>@HoC. It is actually common practice for abbreviated switches to use a single hyphen (e.g. -c -f) and long-name switches to use two hyphen. This is more prevalent in the Linux/Unix world than Windows at the moment.</description>
		<content:encoded><![CDATA[<p>@HoC. It is actually common practice for abbreviated switches to use a single hyphen (e.g. -c -f) and long-name switches to use two hyphen. This is more prevalent in the Linux/Unix world than Windows at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set space between list item and bullet (HTML, CSS)&#8230; by Set space between list item and bullet (HTML, CSS)&#8230; &#124; Web 2.0 Designer</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/06/set-space-between-list-item-and-bullet-html-css/comment-page-1/#comment-36</link>
		<dc:creator>Set space between list item and bullet (HTML, CSS)&#8230; &#124; Web 2.0 Designer</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=372#comment-36</guid>
		<description>[...] See more here: Set space between list item and bullet (HTML, CSS)&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] See more here: Set space between list item and bullet (HTML, CSS)&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving VirtueMart: Link path problem in admin console by jamie</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/comment-page-1/#comment-35</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=301#comment-35</guid>
		<description>Just to say a big thank you for the above, this was an excellent fix which i had been struggling with for a number of days. Cheers for that.
Rep+++++ for you.</description>
		<content:encoded><![CDATA[<p>Just to say a big thank you for the above, this was an excellent fix which i had been struggling with for a number of days. Cheers for that.<br />
Rep+++++ for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by admin</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-34</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-34</guid>
		<description>Hi Matt,

If you just want to add &quot;something&quot; and then a line-break to ANY line you could use this:

find: \(^.*\)

replace: \1something

It&#039;s the use of parenthesis that allow the &#039;replacement expression&#039; to work.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>If you just want to add &#8220;something&#8221; and then a line-break to ANY line you could use this:</p>
<p>find: \(^.*\)</p>
<p>replace: \1something</p>
<p>It&#8217;s the use of parenthesis that allow the &#8216;replacement expression&#8217; to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by matt</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-33</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-33</guid>
		<description>Textpad help, To make a long story short, do you know how find say a number sequence and replace with additional text without changing the number you used to search on it the first place?

find: [0-9]\n$
replace with: keep the same only add something unique to the ending [same as before]~\n</description>
		<content:encoded><![CDATA[<p>Textpad help, To make a long story short, do you know how find say a number sequence and replace with additional text without changing the number you used to search on it the first place?</p>
<p>find: [0-9]\n$<br />
replace with: keep the same only add something unique to the ending [same as before]~\n</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select template by Section in Joomla 1.5 by admin</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/select-template-by-sectiocategory-in-joomla-15/comment-page-1/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 May 2009 09:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=281#comment-32</guid>
		<description>Haha, no probs. Me too, which is why when I eventually found a way I thought I better share it!</description>
		<content:encoded><![CDATA[<p>Haha, no probs. Me too, which is why when I eventually found a way I thought I better share it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select template by Section in Joomla 1.5 by Michael Wolthers</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/select-template-by-sectiocategory-in-joomla-15/comment-page-1/#comment-31</link>
		<dc:creator>Michael Wolthers</dc:creator>
		<pubDate>Wed, 27 May 2009 09:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=281#comment-31</guid>
		<description>Brilliant, spent like 6 hours searching google for this.

I love you! :D</description>
		<content:encoded><![CDATA[<p>Brilliant, spent like 6 hours searching google for this.</p>
<p>I love you! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving VirtueMart: Link path problem in admin console by Ayoma Wijethunga</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/comment-page-1/#comment-28</link>
		<dc:creator>Ayoma Wijethunga</dc:creator>
		<pubDate>Sun, 26 Apr 2009 04:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=301#comment-28</guid>
		<description>Simple and quick. Thanks for the post...</description>
		<content:encoded><![CDATA[<p>Simple and quick. Thanks for the post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Nico</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-26</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 14 Mar 2009 23:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-26</guid>
		<description>Thanks.  This was really helpful.

I&#039;ve been using TextPad for everything -- with the exception of exploding X12 files.  The files are one really long line with segments separated by tildes (~).  I tried doing a find/replace on &quot;~&quot; and replacing them with a new line character &quot;\n&quot; but TextPad would always put the actual text &quot;\n&quot; instead of breaking the line.  In these cases I would always open the file in Word and use their find/replace to replace the tildes with new paragraphs &quot;^p&quot; and then copy the result back into TextPad. 

Now I know that in TextPad all I have to do for this to work is to check the &quot;Regular Expression&quot; box and it works!

Thanks a bunch!!</description>
		<content:encoded><![CDATA[<p>Thanks.  This was really helpful.</p>
<p>I&#8217;ve been using TextPad for everything &#8212; with the exception of exploding X12 files.  The files are one really long line with segments separated by tildes (~).  I tried doing a find/replace on &#8220;~&#8221; and replacing them with a new line character &#8220;\n&#8221; but TextPad would always put the actual text &#8220;\n&#8221; instead of breaking the line.  In these cases I would always open the file in Word and use their find/replace to replace the tildes with new paragraphs &#8220;^p&#8221; and then copy the result back into TextPad. </p>
<p>Now I know that in TextPad all I have to do for this to work is to check the &#8220;Regular Expression&#8221; box and it works!</p>
<p>Thanks a bunch!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A &#8217;shortcut icon&#8217; for Google Chrome Incognito by Nico</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/shortcut-icon-for-google-chrome-incognito/comment-page-1/#comment-25</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 14 Mar 2009 22:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=234#comment-25</guid>
		<description>Thanks for the good how-to.  I spent a few minutes looking for an icon to use just for this before landing on your site.  I ended up going with an Icon that was just put in the Sepia tone.  (http://opindian.com/blog/2008/09/16/google-chrome-icon-png-in-sepia/)

It kind of matches the greyed out look of Incognito mode too!</description>
		<content:encoded><![CDATA[<p>Thanks for the good how-to.  I spent a few minutes looking for an icon to use just for this before landing on your site.  I ended up going with an Icon that was just put in the Sepia tone.  (<a href="http://opindian.com/blog/2008/09/16/google-chrome-icon-png-in-sepia/" rel="nofollow">http://opindian.com/blog/2008/09/16/google-chrome-icon-png-in-sepia/</a>)</p>
<p>It kind of matches the greyed out look of Incognito mode too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to enable FLV file playback in IIS 6 by Moving to Windows7: disabling FLV in IIS &#171; a developer&#8217;s breadcrumb</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/how-to-enable-flv-file-playback-in-iis-6/comment-page-1/#comment-24</link>
		<dc:creator>Moving to Windows7: disabling FLV in IIS &#171; a developer&#8217;s breadcrumb</dc:creator>
		<pubDate>Sat, 28 Feb 2009 23:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=130#comment-24</guid>
		<description>[...] there.  You must explicitly enable it, via IIS Manager. If you have IIS6 then read this post: How to enable FLV file playback in IIS 6 On Windows7, FLV is already enabled so you don&#8217;t have to change IIS7 settings, except if you [...]</description>
		<content:encoded><![CDATA[<p>[...] there.  You must explicitly enable it, via IIS Manager. If you have IIS6 then read this post: How to enable FLV file playback in IIS 6 On Windows7, FLV is already enabled so you don&#8217;t have to change IIS7 settings, except if you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving VirtueMart: Link path problem in admin console by Josh Harle</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/comment-page-1/#comment-23</link>
		<dc:creator>Josh Harle</dc:creator>
		<pubDate>Wed, 25 Feb 2009 13:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=301#comment-23</guid>
		<description>Excellent quick fix.  Very annoying that virtuemart keeps this in it&#039;s own special location.</description>
		<content:encoded><![CDATA[<p>Excellent quick fix.  Very annoying that virtuemart keeps this in it&#8217;s own special location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Shailesh</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-22</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-22</guid>
		<description>All above exampls are useful.
examples are always better than percept. I wish there would be more of examples.</description>
		<content:encoded><![CDATA[<p>All above exampls are useful.<br />
examples are always better than percept. I wish there would be more of examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome in &#8216;Incognito&#8217; mode from a shortcut by admin</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/launch-google-chrome-in-incognito-mode-from-a-shortcut/comment-page-1/#comment-12</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=219#comment-12</guid>
		<description>@Charlie
Hi Charlie, which bit would you like to know more about, maybe I can point you in the right direction?</description>
		<content:encoded><![CDATA[<p>@Charlie<br />
Hi Charlie, which bit would you like to know more about, maybe I can point you in the right direction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome in &#8216;Incognito&#8217; mode from a shortcut by Charlie</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/launch-google-chrome-in-incognito-mode-from-a-shortcut/comment-page-1/#comment-11</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 05 Feb 2009 09:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=219#comment-11</guid>
		<description>Hello,
Great job. But not enought info. Where can i read more?

Thanks
Charlie</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great job. But not enought info. Where can i read more?</p>
<p>Thanks<br />
Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome in &#8216;Incognito&#8217; mode from a shortcut by HoC</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/launch-google-chrome-in-incognito-mode-from-a-shortcut/comment-page-1/#comment-8</link>
		<dc:creator>HoC</dc:creator>
		<pubDate>Wed, 07 Jan 2009 13:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=219#comment-8</guid>
		<description>I notice that in your solution and in your screenshot you are using two hyphens (&#039;--&#039;) for your command line switch. This usually isn&#039;t the case, with application switches requiring only one leading hyphen (i.e. -incognito). It will work fne with two, but just thought you might like to know anyway :)</description>
		<content:encoded><![CDATA[<p>I notice that in your solution and in your screenshot you are using two hyphens (&#8217;&#8211;&#8217;) for your command line switch. This usually isn&#8217;t the case, with application switches requiring only one leading hyphen (i.e. -incognito). It will work fne with two, but just thought you might like to know anyway :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Google Chrome in &#8216;Incognito&#8217; mode from a shortcut by My Quick Fix &#187; A &#8217;shortcut icon&#8217; for Google Chrome Incognito</title>
		<link>http://www.myquickfix.co.uk/index.php/2009/01/launch-google-chrome-in-incognito-mode-from-a-shortcut/comment-page-1/#comment-7</link>
		<dc:creator>My Quick Fix &#187; A &#8217;shortcut icon&#8217; for Google Chrome Incognito</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=219#comment-7</guid>
		<description>[...] Yesterday I found out how to run Chrome in &#8216;Incognito Mode&#8217; from a shortcut. However, now I have two identical &#8216;Chrome&#8217; Icons in my Quicklaunch bar, and need a way [...]</description>
		<content:encoded><![CDATA[<p>[...] Yesterday I found out how to run Chrome in &#8216;Incognito Mode&#8217; from a shortcut. However, now I have two identical &#8216;Chrome&#8217; Icons in my Quicklaunch bar, and need a way [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Driver for HP Photosmart 1215&#8230; by Dick B</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/comment-page-1/#comment-6</link>
		<dc:creator>Dick B</dc:creator>
		<pubDate>Thu, 01 Jan 2009 20:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=15#comment-6</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a &#8216;Purge Deleted Messages&#8217; button for IMAP e-mail in Outlook 2003 by Rodney</title>
		<link>http://www.myquickfix.co.uk/index.php/2008/12/purge-deleted-messages-button-for-imap-in-outlook-2003/comment-page-1/#comment-2</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=133#comment-2</guid>
		<description>I believe this to be a useful workaround.

I noticed a small typo in the &#039;to do this&#039; section under the 5th bullet point. The word &#039;left&#039; should read &#039;let&#039;.

Keep up the good work!!

Rodney</description>
		<content:encoded><![CDATA[<p>I believe this to be a useful workaround.</p>
<p>I noticed a small typo in the &#8216;to do this&#8217; section under the 5th bullet point. The word &#8216;left&#8217; should read &#8216;let&#8217;.</p>
<p>Keep up the good work!!</p>
<p>Rodney</p>
]]></content:encoded>
	</item>
</channel>
</rss>
