<?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/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://myquickfix.co.uk</link>
	<description>Quick fixes for niggly problems...</description>
	<lastBuildDate>Wed, 16 Jun 2010 00:05:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Unable to Subscribe to Podcasts in iTunes store &#8211; Greyed Out Buttons? by Lisa Spears</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/unable-to-subscribe-to-podcasts-in-itunes-store-greyed-out-buttons/comment-page-1/#comment-50</link>
		<dc:creator>Lisa Spears</dc:creator>
		<pubDate>Wed, 16 Jun 2010 00:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=204#comment-50</guid>
		<description>Thanks, your advice pointed me in the right direction.  When I got to the General Tab in the Preferences menu though, I couldn&#039;t even click on Podcasts and Radio because they were greyed out.  I then clicked on each tab and when I got to Parental Controls, I found that Podcasts and Radio had been disabled.  I have no idea why, we don&#039;t even have children in the house!  So I unclicked the disable buttons on those two items, then went back to the General Tab and they were already clicked to Show.  Problem solved!</description>
		<content:encoded><![CDATA[<p>Thanks, your advice pointed me in the right direction.  When I got to the General Tab in the Preferences menu though, I couldn&#8217;t even click on Podcasts and Radio because they were greyed out.  I then clicked on each tab and when I got to Parental Controls, I found that Podcasts and Radio had been disabled.  I have no idea why, we don&#8217;t even have children in the house!  So I unclicked the disable buttons on those two items, then went back to the General Tab and they were already clicked to Show.  Problem solved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Jim</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-49</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 14 Jun 2010 05:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-49</guid>
		<description>I have a file with lines that look like the following:

KFY   	Korn Ferry International Q4 2010 	$ 0.13  14-Jun AMC
LAKE   	Lakeland Industries 	Q1 2011 	n/a  	14-Jun AMC
LZB   	La-Z-Boy Inc. 	Q4 2010 	$ 0.23  	14-Jun AMC
373400.T   	M.P. TECHNOLOGIES INC TOKYO 	Q3 2010 

I would like to replace each line with the first &quot;word&quot; of that line provided that that word does not begin with a digit.  The resulting lines of text would be:

KFY
LAKE
LZB

What would the regex look like?  Any help would be appreciate.  Thanks!</description>
		<content:encoded><![CDATA[<p>I have a file with lines that look like the following:</p>
<p>KFY   	Korn Ferry International Q4 2010 	$ 0.13  14-Jun AMC<br />
LAKE   	Lakeland Industries 	Q1 2011 	n/a  	14-Jun AMC<br />
LZB   	La-Z-Boy Inc. 	Q4 2010 	$ 0.23  	14-Jun AMC<br />
373400.T   	M.P. TECHNOLOGIES INC TOKYO 	Q3 2010 </p>
<p>I would like to replace each line with the first &#8220;word&#8221; of that line provided that that word does not begin with a digit.  The resulting lines of text would be:</p>
<p>KFY<br />
LAKE<br />
LZB</p>
<p>What would the regex look like?  Any help would be appreciate.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving VirtueMart: Link path problem in admin console by simon</title>
		<link>http://myquickfix.co.uk/index.php/2009/01/moving-virtuemart-link-path/comment-page-1/#comment-40</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=301#comment-40</guid>
		<description>TNX!!!</description>
		<content:encoded><![CDATA[<p>TNX!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Yves</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-16</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Mon, 15 Feb 2010 02:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-16</guid>
		<description>Hello,
I have a huge file (50000 lines) that comes from a translation memory application. The export went well but there was on glitch with every single title in the doc. There is no space between the bullet-numbers (or numbers+dot) and the text.
Here is how it looks:
3.1.International Organizations
3.1.1.World Bank
OR
3.1International Organizations
3.1.1World Bank
How would I insert space between a digit (or a digit+dot) and the alpha character while maitining the corresponding digit (or digit+dot) and character.
I would like to achieve this
3.1. International Organizations
3.1 International Organizations
Thank you kindly,
Yves (New Caledonia)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a huge file (50000 lines) that comes from a translation memory application. The export went well but there was on glitch with every single title in the doc. There is no space between the bullet-numbers (or numbers+dot) and the text.<br />
Here is how it looks:<br />
3.1.International Organizations<br />
3.1.1.World Bank<br />
OR<br />
3.1International Organizations<br />
3.1.1World Bank<br />
How would I insert space between a digit (or a digit+dot) and the alpha character while maitining the corresponding digit (or digit+dot) and character.<br />
I would like to achieve this<br />
3.1. International Organizations<br />
3.1 International Organizations<br />
Thank you kindly,<br />
Yves (New Caledonia)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Graham Wells</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-15</link>
		<dc:creator>Graham Wells</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-15</guid>
		<description>just got a quick question..I need to list down email address in a messy text..can anyone say how to write rg expression for that??</description>
		<content:encoded><![CDATA[<p>just got a quick question..I need to list down email address in a messy text..can anyone say how to write rg expression for that??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textpad Regular Expressions by Adnan</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/textpad-regular-expressions/comment-page-1/#comment-14</link>
		<dc:creator>Adnan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=77#comment-14</guid>
		<description>Hi,i want to replace two tags from one tag. i want to see both replacing tags in separate lines, not in same line.
Any reply will be appreciating. Thanks

Example:


                          &quot;separate lines&quot;
                by</description>
		<content:encoded><![CDATA[<p>Hi,i want to replace two tags from one tag. i want to see both replacing tags in separate lines, not in same line.<br />
Any reply will be appreciating. Thanks</p>
<p>Example:</p>
<p>                          &#8220;separate lines&#8221;<br />
                by</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A &#039;shortcut icon&#039; for Google Chrome Incognito by Anonymous</title>
		<link>http://myquickfix.co.uk/index.php/2009/01/shortcut-icon-for-google-chrome-incognito/comment-page-1/#comment-31</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 24 Jan 2010 01:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=234#comment-31</guid>
		<description>I love incognito mode. And I found this when looking for icon to use for incognito mode. Thanks for the icon.</description>
		<content:encoded><![CDATA[<p>I love incognito mode. And I found this when looking for icon to use for incognito mode. Thanks for the icon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select template by Section in Joomla 1.5 by Mychol Scully</title>
		<link>http://myquickfix.co.uk/index.php/2009/01/select-template-by-sectiocategory-in-joomla-15/comment-page-1/#comment-34</link>
		<dc:creator>Mychol Scully</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=281#comment-34</guid>
		<description>This looks extremely promising! I&#039;ll post back with a link to the site I&#039;m working on when I&#039;ve got this code hack implemented.</description>
		<content:encoded><![CDATA[<p>This looks extremely promising! I&#8217;ll post back with a link to the site I&#8217;m working on when I&#8217;ve got this code hack implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Driver for HP Photosmart 1215&#8230; by andy</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/comment-page-1/#comment-5</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 07 Jan 2010 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=15#comment-5</guid>
		<description>wow it worked on a vista 64 bit op....thanks</description>
		<content:encoded><![CDATA[<p>wow it worked on a vista 64 bit op&#8230;.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Driver for HP Photosmart 1215&#8230; by Anonymous</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/comment-page-1/#comment-4</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 07 Jan 2010 22:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=15#comment-4</guid>
		<description>WOW thank you worked on a 64 bit vista system</description>
		<content:encoded><![CDATA[<p>WOW thank you worked on a 64 bit vista system</p>
]]></content:encoded>
	</item>
</channel>
</rss>
