<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian&#039;s Web Log &#187; IT</title>
	<atom:link href="http://blog.inceweb.com/adrian/category/interesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inceweb.com/adrian</link>
	<description>Adrian&#039;s second brain.</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:46:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Copy or move Magento to another instance</title>
		<link>http://blog.inceweb.com/adrian/2010/01/30/copy-or-move-magento-to-another-instance/</link>
		<comments>http://blog.inceweb.com/adrian/2010/01/30/copy-or-move-magento-to-another-instance/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 22:52:25 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[move]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=135</guid>
		<description><![CDATA[A quick how-to if you want to copy or move Magento to another database instance, e.g. to create a test site, or move test to live. (1) Backup Magento using the built in backup tool. Download and uncompress the resulting SQL script. If changing the server or domain, search and replace &#8220;old.mysite.com&#8221; with &#8220;new.yoursite.com&#8221; Execute [...]]]></description>
			<content:encoded><![CDATA[<p>A quick how-to if you want to copy or move Magento to another database instance, e.g. to create a test site, or move test to live.</p>
<p>(1) Backup Magento using the built in backup tool. Download and uncompress the resulting SQL script. If changing the server or domain, search and replace &#8220;old.mysite.com&#8221; with &#8220;new.yoursite.com&#8221; Execute it to populate the new database instance.</p>
<p>(2) Copy all Magento files with the exception of the contents of the var/ directory.</p>
<p>(3) Edit app/etc/local.xml on the target instance and change the database, user and password, but not the encryption key. Also edit downloader/pearlib/pear.ini to correct the absolute paths it contains; no reason why these shouldn&#8217;t be relative to the Magento root directory, e.g. &#8220;./downloader/pearlib&#8221;.</p>
<p>(4) Execute the following SQL to prevent those nasty &#8220;Integrity constraint violation: 1062 Duplicate entry&#8221; errors from the log files when adding to the basket:</p>
<blockquote><p>TRUNCATE `log_customer` ;<br />
TRUNCATE `log_quote` ;<br />
TRUNCATE `log_summary` ;<br />
TRUNCATE `log_url` ;<br />
TRUNCATE `log_url_info` ;<br />
TRUNCATE `log_visitor` ;<br />
TRUNCATE `log_visitor_info` ;<br />
TRUNCATE `log_visitor_online` ;</p></blockquote>
<p>Now tidy up permissions:</p>
<blockquote><p>
chmod o+w var var/.htaccess app/etc<br />
chmod -R o+w media</p></blockquote>
<p>That should be it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2010/01/30/copy-or-move-magento-to-another-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip Text Generator</title>
		<link>http://blog.inceweb.com/adrian/2009/08/01/flip-text-generator/</link>
		<comments>http://blog.inceweb.com/adrian/2009/08/01/flip-text-generator/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 20:57:07 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[flip]]></category>
		<category><![CDATA[invert]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=85</guid>
		<description><![CDATA[Something searching for a use. http://www.fliptextgenerator.com/ Uses apparently little-known character codes to invert most text (struggles with capitals).]]></description>
			<content:encoded><![CDATA[<p>Something searching for a use.</p>
<p><a title="Flip Text Generator" href="http://www.fliptextgenerator.com/">http://www.fliptextgenerator.com/</a></p>
<p>Uses apparently little-known character codes to invert most text (struggles with capitals).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2009/08/01/flip-text-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reCAPTCHA for Magento</title>
		<link>http://blog.inceweb.com/adrian/2009/07/31/recaptcha-for-magento/</link>
		<comments>http://blog.inceweb.com/adrian/2009/07/31/recaptcha-for-magento/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:42:44 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[recaptcha]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=83</guid>
		<description><![CDATA[Well done Fontis for integrating reCAPTCHA into Magento to prevent SPAM through the contact form and &#8220;social&#8221; pages. About time! Well though-out and integrated beautifully into admin. Keys are required from reCAPTCHA andthe extension can be installed through Magento Connect using the extention key on the Magento Extention page.]]></description>
			<content:encoded><![CDATA[<p>Well done Fontis for integrating reCAPTCHA into Magento to prevent SPAM through the contact form and &#8220;social&#8221; pages. About time!<br />
Well though-out and integrated beautifully into admin.<br />
Keys are required from <a title="reCAPTCHA home page" href="http://recpatcha.net">reCAPTCHA</a> andthe extension can be installed through Magento Connect using the extention key on the <a title="reCAPTCHA extention on Magento Connect" href="http://www.magentocommerce.com/extension/1169">Magento Extention</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2009/07/31/recaptcha-for-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Map Tools</title>
		<link>http://blog.inceweb.com/adrian/2009/03/30/free-map-tools/</link>
		<comments>http://blog.inceweb.com/adrian/2009/03/30/free-map-tools/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 08:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[centre of gravity]]></category>
		<category><![CDATA[COG]]></category>
		<category><![CDATA[google-maps]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[tunelling]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=75</guid>
		<description><![CDATA[This site has some super Google Map tools &#8211; including Meeting Centre Of Gravity by Postcode and Map Tunnelling. http://www.freemaptools.com]]></description>
			<content:encoded><![CDATA[<p>This site has some super Google Map tools &#8211; including Meeting Centre Of Gravity by Postcode and Map Tunnelling.</p>
<p><a title="Free Map Tools" href="http://www.freemaptools.com">http://www.freemaptools.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2009/03/30/free-map-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento</title>
		<link>http://blog.inceweb.com/adrian/2008/08/07/magento/</link>
		<comments>http://blog.inceweb.com/adrian/2008/08/07/magento/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:27:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[OSCommerce]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=62</guid>
		<description><![CDATA[Since I last looked (around 9 months ago, I think) the Magento web store project seems to have shaped up nicely. It is certainly prettier than OSCommerce, but more importantly they have kept the code and the presentation separate using &#8211; of course &#8211; CSS. It is written in PHP, and has a growing collection [...]]]></description>
			<content:encoded><![CDATA[<p>Since I last looked (around 9 months ago, I think) the <a title="Magento Comemrce" href="http://www.magentocommerce.com">Magento</a> web store project seems to have shaped up nicely. It is certainly prettier than OSCommerce, but more importantly they have kept the code and the presentation separate using &#8211; of course &#8211; CSS.</p>
<p>It is written in PHP, and has a growing collection of add-ins, so I&#8217;ll be seriously evaluating it as an alternative to OSC for the <a title="Oriental Food Shop" href="http://www.orientalfoodshop.com">Oriental Food Shop</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2008/08/07/magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More fonts</title>
		<link>http://blog.inceweb.com/adrian/2008/08/07/more-fonts/</link>
		<comments>http://blog.inceweb.com/adrian/2008/08/07/more-fonts/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=61</guid>
		<description><![CDATA[Not sure why I haven&#8217;t come across this before, but a great source of free fonts; dafont.com]]></description>
			<content:encoded><![CDATA[<p>Not sure why I haven&#8217;t come across this before, but a great source of free fonts;</p>
<p><a title="dafont.com" href="http://www.dafont.com/">dafont.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2008/08/07/more-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal login problem</title>
		<link>http://blog.inceweb.com/adrian/2008/07/25/paypal-login-problem/</link>
		<comments>http://blog.inceweb.com/adrian/2008/07/25/paypal-login-problem/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 22:24:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=60</guid>
		<description><![CDATA[PayPal have more or less admitted that there are problems for some users logging in to complete payments, either direct or using the eBay flow. There are many threads on the eBay forums about this problem, for example; Can&#8217;t login to PayPal (Remember, PayPal, Skype and eBay are the same beast.) It is faintly amusing [...]]]></description>
			<content:encoded><![CDATA[<p>PayPal have more or less admitted that there are problems for some users logging in to complete payments, either direct or using the eBay flow. There are many threads on the eBay forums about this problem, for example;</p>
<p><a title="CAN'T LOG IN TO PAYPAL" href="http://forums.ebay.co.uk/thread.jspa?threadID=1100183256">Can&#8217;t login to PayPal</a></p>
<p>(Remember, PayPal, Skype and eBay are the same beast.)</p>
<p>It is faintly amusing that every time somebody reports the problem, PayPal ask for browser, operating system, screenshots, etc. &#8211; delaying tactics, I&#8217;m sure that they have identified a cause already.</p>
<p>There is a history of similar problems going back to April, and Grace&#8217;s theory is that it is a result of the changes to the eBay look-and-feel at around this time.</p>
<p>But I have worked out a solution &#8211; a bit sneaky, but works for both eBay and PayPal &#8211; <em><strong>use the mobile sites</strong></em> from your usual browser.</p>
<p>To login, bid and pay from eBay: <a title="eBay mobile site" href="http://m.ebay.com/">eBay mobile site</a> &#8211; this works for UK accounts too.</p>
<p>To pay for an item through PayPal: <a title="PayPal mobile site" href="http://mobile.paypal.com">PayPal mobile site</a> &#8211; you will need to know the item number if paying for an eBay item, or the email address of the recipient for another payment. Again, this works OK for UK accounts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2008/07/25/paypal-login-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Supernode Registry Hack</title>
		<link>http://blog.inceweb.com/adrian/2008/06/06/skype-supernode-registry-hack/</link>
		<comments>http://blog.inceweb.com/adrian/2008/06/06/skype-supernode-registry-hack/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 10:27:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[supernode]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=59</guid>
		<description><![CDATA[If you are running Skype v3 or later, there is a registry change (provided by Skype for Universities etc.) that reportedly prevents your PC becoming a supernode. I say reportedly, because whilst I have been a guinea pig for the last week I haven&#8217;t noticed being a supernode, but of course Skype may not have [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running Skype v3 or later, there is a registry change (provided by Skype for <a title="Skype Security for Universities" href="http://www.skype.com/security/universities/">Universities</a> etc.) that reportedly prevents your PC becoming a supernode. I say reportedly, because whilst I have been a guinea pig for the last week I haven&#8217;t noticed being a supernode, but of course Skype may not have tried. If you aren&#8217;t running the latest version of Skype yet you should probably upgrade (Help, Check for updates), because later versions allow you to edit previous messages, and voice quality is improved.<br />
If you think that being a supernode may cause you problems, try editing the registry as shown in the code below. (WordPress security doesn&#8217;t allow this file to be uploaded). You will need to reboot your PC for it to take effect.<br />
This is the edit:<br />
<code><br />
Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Skype]<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Skype\Phone]<br />
"DisableSupernode"=dword:00000001<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2008/06/06/skype-supernode-registry-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 &#8211; Canonical URLs and &#8220;/page/1&#8243;</title>
		<link>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/</link>
		<comments>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 22:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[motiveAuto]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[share-this]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/</guid>
		<description><![CDATA[Well, the motiveAuto website is up and is based on WordPress &#8211; and because WordPress 2.3 is now on GA I thought it would be a good idea to upgrade before the launch. Big mistake; yes, it is a good idea to be on the current release, but not withoutÂ  some serious integration testing. The [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the <a href="http://www.motiveauto.com" title="Motiveauto Limited">motiveAuto website</a> is up and is based on WordPress &#8211; and because WordPress 2.3 is now on GA I thought it would be a good idea to upgrade before the launch. Big mistake; yes, it is a good idea to be on the current release, but not withoutÂ  some serious integration testing.</p>
<p>The biggest problem arises from the tidying up of URLs used to access posts, Canonical URLs. The author of these changes <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" title="Canonical URLs in WordPress 2.3">Mark Jaquith blogs the background to these changes</a> and makes a good case for them. The first problem is that www.motiveauto.com/page/1 is no longer a valid URL; this is unfortunate because this is a commonly used method of accessing the posts from a static home page (see using WordPress as a CMS). The correct (i.e. valid) URL is now www.motiveauto.com/?page=1</p>
<p>OK, lesson learnt, but it is a pity that it took four hours to find the cause of the problem &#8211; WordPress documentation is &#8211; shall we say &#8211; &#8220;loose&#8221;.</p>
<p>The next problem relates to the &#8220;<a href="http://alexking.org/projects/wordpress" title="Share This">share this</a>&#8221; plugin; this encourages linking to he social bookmarking sites and also emailing a page to a friend. The CSS form doesn&#8217;t seem to work (possibly because of a new version of prototype.js) but should degrade gracefully to a web page. Unfortunately this doesn&#8217;t work if the source is a WordPress static page rather than a post. URL rewriting again? Looks like it, but I can&#8217;t quite put my finger on the cause.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop Processors</title>
		<link>http://blog.inceweb.com/adrian/2007/06/18/laptop-processors/</link>
		<comments>http://blog.inceweb.com/adrian/2007/06/18/laptop-processors/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 08:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[processor]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/06/18/laptop-processors/</guid>
		<description><![CDATA[A list of laptop processors, ranked by performance.]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.notebookcheck.net/Mobile-Processors-Benchmarklist.2436.0.html" title="Notebookcheck.net">list of laptop processors</a>, ranked by performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/06/18/laptop-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
