<?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 Martin Fleming</title>
	<atom:link href="http://martin-fleming.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin-fleming.co.uk</link>
	<description>Sharing my experiences and knowledge</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:58:35 +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 SOLVED: Installing MySQL Windows 7 (not responding) by Justin</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/comment-page-1/#comment-11554</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115#comment-11554</guid>
		<description>I was chasing this around for hours following various advice. If you are having issues, uninstall it. Remove the MySql directory from Program files if that is where you installed it but also remove the directory from Program Data. It was the one in Program Data specifically that was causing me issues.</description>
		<content:encoded><![CDATA[<p>I was chasing this around for hours following various advice. If you are having issues, uninstall it. Remove the MySql directory from Program files if that is where you installed it but also remove the directory from Program Data. It was the one in Program Data specifically that was causing me issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOLVED: Installing MySQL Windows 7 (not responding) by Shivraj Vichare</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/comment-page-1/#comment-11285</link>
		<dc:creator>Shivraj Vichare</dc:creator>
		<pubDate>Fri, 13 Jan 2012 20:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115#comment-11285</guid>
		<description>Thanks. This really helped!</description>
		<content:encoded><![CDATA[<p>Thanks. This really helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crossfading Block Level Elements with jQuery by AntiJoey</title>
		<link>http://martin-fleming.co.uk/2011/02/crossfading-block-level-elements-with-jquery/comment-page-1/#comment-11064</link>
		<dc:creator>AntiJoey</dc:creator>
		<pubDate>Sun, 08 Jan 2012 13:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=290#comment-11064</guid>
		<description>Using absolute positioning for crossfading elements is not essential. This script will work with static positioning as long as it is declared within the css of crossfading elements and this:

[code]
 /* Set all crossfading elements to display none and give a lower z-index value */
            $(this).css({
               &#039;position&#039;:&#039;absolute&#039;,
               &#039;z-index&#039;:50
            }).hide();
[/code]
is changed to this:
[code]
 /* Set all crossfading elements to display none and give a lower z-index value */
            $(this).css({
               &#039;position&#039;:&#039;static&#039;,
               &#039;z-index&#039;:50
            }).hide();
[/code]
Thanks again,
AJ</description>
		<content:encoded><![CDATA[<p>Using absolute positioning for crossfading elements is not essential. This script will work with static positioning as long as it is declared within the css of crossfading elements and this:</p>
<p>[code]<br />
 /* Set all crossfading elements to display none and give a lower z-index value */<br />
            $(this).css({<br />
               'position':'absolute',<br />
               'z-index':50<br />
            }).hide();<br />
[/code]<br />
is changed to this:<br />
[code]<br />
 /* Set all crossfading elements to display none and give a lower z-index value */<br />
            $(this).css({<br />
               'position':'static',<br />
               'z-index':50<br />
            }).hide();<br />
[/code]<br />
Thanks again,<br />
AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing IP on every request, 3 mobile broadband by Earle Irizary</title>
		<link>http://martin-fleming.co.uk/2011/01/changing-ip-on-3-mobile-broadband/comment-page-1/#comment-10947</link>
		<dc:creator>Earle Irizary</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=221#comment-10947</guid>
		<description>#trans   keep it up! Thanks</description>
		<content:encoded><![CDATA[<p>#trans   keep it up! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crossfading Block Level Elements with jQuery by AntiJoey</title>
		<link>http://martin-fleming.co.uk/2011/02/crossfading-block-level-elements-with-jquery/comment-page-1/#comment-10260</link>
		<dc:creator>AntiJoey</dc:creator>
		<pubDate>Tue, 20 Dec 2011 00:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=290#comment-10260</guid>
		<description>Very nice script. I replaced my clunky fadeTo weirdness with this and it is just the solution I was seeking. Implementation at http://www.antijoey.com. Thank you.

AJ</description>
		<content:encoded><![CDATA[<p>Very nice script. I replaced my clunky fadeTo weirdness with this and it is just the solution I was seeking. Implementation at <a href="http://www.antijoey.com" rel="nofollow">http://www.antijoey.com</a>. Thank you.</p>
<p>AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOLVED: Installing MySQL Windows 7 (not responding) by Anon</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/comment-page-1/#comment-9506</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Sun, 04 Dec 2011 16:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115#comment-9506</guid>
		<description>Hey, I&#039;m having the same problem but I can&#039;t fix it.

I don&#039;t have windows firewall turned on and I use bullguard. However, I added rules for both.

Had no luck. Tried turning bullguard too and it still said it was being blocked by a firewall.

Is there any a chance that my router could be causing the problem?

This is hurting my brain and I&#039;ve wasted a sunday trying to sort it out</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m having the same problem but I can&#8217;t fix it.</p>
<p>I don&#8217;t have windows firewall turned on and I use bullguard. However, I added rules for both.</p>
<p>Had no luck. Tried turning bullguard too and it still said it was being blocked by a firewall.</p>
<p>Is there any a chance that my router could be causing the problem?</p>
<p>This is hurting my brain and I&#8217;ve wasted a sunday trying to sort it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOLVED: Installing MySQL Windows 7 (not responding) by rafael</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/comment-page-1/#comment-9155</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115#comment-9155</guid>
		<description>I&#039;m using Win 7 x64 and this solved my problem like a charm, thanks a lot for sharing this information!</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Win 7 x64 and this solved my problem like a charm, thanks a lot for sharing this information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Videos for Android using Command Line FFmpeg in MPEG4 or H264 by Hizki Sunjaya</title>
		<link>http://martin-fleming.co.uk/2011/02/converting-videos-for-android-using-command-line-ffmpeg-in-mpeg4-or-h264/comment-page-1/#comment-8400</link>
		<dc:creator>Hizki Sunjaya</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=323#comment-8400</guid>
		<description>How do I convert FFMPEG with the outcome as follow:

Format : MPEG-4 
Format profile : Base Media / Version 2 
Codec ID : mp42 

Note: set up as follow: ftypmp42 isomavc1mp42

Greatly appreciated




Best Regards,</description>
		<content:encoded><![CDATA[<p>How do I convert FFMPEG with the outcome as follow:</p>
<p>Format : MPEG-4<br />
Format profile : Base Media / Version 2<br />
Codec ID : mp42 </p>
<p>Note: set up as follow: ftypmp42 isomavc1mp42</p>
<p>Greatly appreciated</p>
<p>Best Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Videos for Android using Command Line FFmpeg in MPEG4 or H264 by Hizki Sunjaya</title>
		<link>http://martin-fleming.co.uk/2011/02/converting-videos-for-android-using-command-line-ffmpeg-in-mpeg4-or-h264/comment-page-1/#comment-8399</link>
		<dc:creator>Hizki Sunjaya</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=323#comment-8399</guid>
		<description>I tried this solution, but didn&#039;t not work. Does this solution covered the android 2.2?

Thank you,

Hizki</description>
		<content:encoded><![CDATA[<p>I tried this solution, but didn&#8217;t not work. Does this solution covered the android 2.2?</p>
<p>Thank you,</p>
<p>Hizki</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash EU/UK Motorla Xoom Firmware to US GED and get OTA updates no Root Needed by Marty (admin)</title>
		<link>http://martin-fleming.co.uk/2011/08/flash-euuk-motorla-xoom-firmware-to-us-ged-and-get-ota-updates-no-root-needed/comment-page-1/#comment-7253</link>
		<dc:creator>Marty (admin)</dc:creator>
		<pubDate>Tue, 27 Sep 2011 11:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=402#comment-7253</guid>
		<description>Did you make sure you flashed it with the US firmware?  If you go into your language settings on the US firmware there is no British English, then check for system updates.</description>
		<content:encoded><![CDATA[<p>Did you make sure you flashed it with the US firmware?  If you go into your language settings on the US firmware there is no British English, then check for system updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash EU/UK Motorla Xoom Firmware to US GED and get OTA updates no Root Needed by Neobepmat</title>
		<link>http://martin-fleming.co.uk/2011/08/flash-euuk-motorla-xoom-firmware-to-us-ged-and-get-ota-updates-no-root-needed/comment-page-1/#comment-7169</link>
		<dc:creator>Neobepmat</dc:creator>
		<pubDate>Fri, 23 Sep 2011 07:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=402#comment-7169</guid>
		<description>Do you own a 3G or Wifi Xoom?
I &#039;ve recently bought a UK Wifi Xoom, even if I&#039;ve followed your instructions the Xoom received only the 3.1 OTA update.
No 3.2.</description>
		<content:encoded><![CDATA[<p>Do you own a 3G or Wifi Xoom?<br />
I &#8216;ve recently bought a UK Wifi Xoom, even if I&#8217;ve followed your instructions the Xoom received only the 3.1 OTA update.<br />
No 3.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Videos for Android using Command Line FFmpeg in MPEG4 or H264 by perlcamel</title>
		<link>http://martin-fleming.co.uk/2011/02/converting-videos-for-android-using-command-line-ffmpeg-in-mpeg4-or-h264/comment-page-1/#comment-5723</link>
		<dc:creator>perlcamel</dc:creator>
		<pubDate>Fri, 12 Aug 2011 13:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=323#comment-5723</guid>
		<description>Thanks. You could also point out http://ubuntuforums.org/showthread.php?t=1117283 (for Ubuntu users) as the default ffmpeg doesn&#039;t have libfaac compiled into.</description>
		<content:encoded><![CDATA[<p>Thanks. You could also point out <a href="http://ubuntuforums.org/showthread.php?t=1117283" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1117283</a> (for Ubuntu users) as the default ffmpeg doesn&#8217;t have libfaac compiled into.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shared Folders on Ubuntu Server Virtual Machine in VMware Player by J</title>
		<link>http://martin-fleming.co.uk/2011/02/shared-folders-on-ubuntu-server-virtual-machine-in-vmware-player/comment-page-1/#comment-5654</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 10 Aug 2011 20:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=273#comment-5654</guid>
		<description>Wonderful!! Wonderful!! Wonderful!!

Thank you very much for this info!</description>
		<content:encoded><![CDATA[<p>Wonderful!! Wonderful!! Wonderful!!</p>
<p>Thank you very much for this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash EU/UK Motorla Xoom Firmware to US GED and get OTA updates no Root Needed by Marty (admin)</title>
		<link>http://martin-fleming.co.uk/2011/08/flash-euuk-motorla-xoom-firmware-to-us-ged-and-get-ota-updates-no-root-needed/comment-page-1/#comment-5600</link>
		<dc:creator>Marty (admin)</dc:creator>
		<pubDate>Tue, 09 Aug 2011 11:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=402#comment-5600</guid>
		<description>Yes this annoys me quite a lot.  You expect to get lied to at PC World or Comet but Best Buy advertise on how knowledgeable their staff are when they don&#039;t know much at all.  However, Best Buy price matching is great, you find it cheaper online, print it off and they match it plus 10% of the difference (conveniently for them they will not price match ebay).</description>
		<content:encoded><![CDATA[<p>Yes this annoys me quite a lot.  You expect to get lied to at PC World or Comet but Best Buy advertise on how knowledgeable their staff are when they don&#8217;t know much at all.  However, Best Buy price matching is great, you find it cheaper online, print it off and they match it plus 10% of the difference (conveniently for them they will not price match ebay).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash EU/UK Motorla Xoom Firmware to US GED and get OTA updates no Root Needed by Charles Gladstone</title>
		<link>http://martin-fleming.co.uk/2011/08/flash-euuk-motorla-xoom-firmware-to-us-ged-and-get-ota-updates-no-root-needed/comment-page-1/#comment-5599</link>
		<dc:creator>Charles Gladstone</dc:creator>
		<pubDate>Tue, 09 Aug 2011 10:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=402#comment-5599</guid>
		<description>Wow, the &#039;official&#039; tablet eh?  Which one of the brainiacs there told you this, I might have to go in and ask them some &#039;expert&#039; advice myself.

Best,
Charles</description>
		<content:encoded><![CDATA[<p>Wow, the &#8216;official&#8217; tablet eh?  Which one of the brainiacs there told you this, I might have to go in and ask them some &#8216;expert&#8217; advice myself.</p>
<p>Best,<br />
Charles</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shared Folders on Ubuntu Server Virtual Machine in VMware Player by Aniruddha</title>
		<link>http://martin-fleming.co.uk/2011/02/shared-folders-on-ubuntu-server-virtual-machine-in-vmware-player/comment-page-1/#comment-5407</link>
		<dc:creator>Aniruddha</dc:creator>
		<pubDate>Wed, 03 Aug 2011 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=273#comment-5407</guid>
		<description>Thanks mate! worked like a charm :)</description>
		<content:encoded><![CDATA[<p>Thanks mate! worked like a charm <img src='http://martin-fleming.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shared Folders on Ubuntu Server Virtual Machine in VMware Player by Marty (admin)</title>
		<link>http://martin-fleming.co.uk/2011/02/shared-folders-on-ubuntu-server-virtual-machine-in-vmware-player/comment-page-1/#comment-5395</link>
		<dc:creator>Marty (admin)</dc:creator>
		<pubDate>Wed, 03 Aug 2011 08:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=273#comment-5395</guid>
		<description>Thats strange it should extract fine.  Maybe check your setting for the VM and see how many cpu cores have been assigned.</description>
		<content:encoded><![CDATA[<p>Thats strange it should extract fine.  Maybe check your setting for the VM and see how many cpu cores have been assigned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shared Folders on Ubuntu Server Virtual Machine in VMware Player by forgetmenot</title>
		<link>http://martin-fleming.co.uk/2011/02/shared-folders-on-ubuntu-server-virtual-machine-in-vmware-player/comment-page-1/#comment-5382</link>
		<dc:creator>forgetmenot</dc:creator>
		<pubDate>Tue, 02 Aug 2011 21:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=273#comment-5382</guid>
		<description>thanks, my shared folders now show up in the /mnt/hgfs folder!</description>
		<content:encoded><![CDATA[<p>thanks, my shared folders now show up in the /mnt/hgfs folder!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shared Folders on Ubuntu Server Virtual Machine in VMware Player by forgetmenot</title>
		<link>http://martin-fleming.co.uk/2011/02/shared-folders-on-ubuntu-server-virtual-machine-in-vmware-player/comment-page-1/#comment-5379</link>
		<dc:creator>forgetmenot</dc:creator>
		<pubDate>Tue, 02 Aug 2011 21:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=273#comment-5379</guid>
		<description>you forgot to tell me that the extraction will take ages
it seems to be extracting very slowly,,,
about 5~10 files per second, not any faster
and I am sure if I were to extract vmware tools on a desktop vmachine, it would be much faster
there must be something else going on here...</description>
		<content:encoded><![CDATA[<p>you forgot to tell me that the extraction will take ages<br />
it seems to be extracting very slowly,,,<br />
about 5~10 files per second, not any faster<br />
and I am sure if I were to extract vmware tools on a desktop vmachine, it would be much faster<br />
there must be something else going on here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOLVED: Installing MySQL Windows 7 (not responding) by David</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/comment-page-1/#comment-5367</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Aug 2011 13:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115#comment-5367</guid>
		<description>Opening port 3306 (Inbound and Outbound) solved it for me (Windows7 32 bit)</description>
		<content:encoded><![CDATA[<p>Opening port 3306 (Inbound and Outbound) solved it for me (Windows7 32 bit)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

