<?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>Sylleptic</title>
	<atom:link href="http://blog.markhopwood.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markhopwood.com</link>
	<description>Mark Hopwood&#039;s blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 11:53:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Buddypress &#8211; now installed on this blog</title>
		<link>http://blog.markhopwood.com/2010/03/03/buddypress-now-installed-on-this-blog/</link>
		<comments>http://blog.markhopwood.com/2010/03/03/buddypress-now-installed-on-this-blog/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:53:33 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Pod1]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=442</guid>
		<description><![CDATA[I&#8217;ve installed the Buddypress add-on and theme compatibility on this blog. For an explanation of what that is and why I&#8217;ve done it, click here.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed the Buddypress add-on and theme compatibility on this blog. For an explanation of what that is and why I&#8217;ve done it, <a href="http://blog.pod1.com/technologies/buddypress-social-wordpress/">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/03/03/buddypress-now-installed-on-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transport for London&#8217;s random money generator</title>
		<link>http://blog.markhopwood.com/2010/03/01/transport-for-londons-random-money-generator/</link>
		<comments>http://blog.markhopwood.com/2010/03/01/transport-for-londons-random-money-generator/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:51:27 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Mistakes]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=440</guid>
		<description><![CDATA[If, like me, you have a travelcard and pay as you go on the same Oyster card, you maye recently have started to notice odd amounts being deducted from your card&#8217;s pay as you go balance.
This is because those clever Oyster card people, who have been paid millions of pounds to implement pay as you [...]]]></description>
			<content:encoded><![CDATA[<p>If, like me, you have a travelcard and pay as you go on the same Oyster card, you maye recently have started to notice odd amounts being deducted from your card&#8217;s pay as you go balance.</p>
<p>This is because those clever Oyster card people, who have been paid millions of pounds to implement pay as you go functionality for London&#8217;s trains, can&#8217;t figure out how to deal with journeys where part of the journey is covered by the season ticket, and part by pay as you go.</p>
<p>Imagine you&#8217;re travelling from Wimbledon (Zone 3) to Waterloo (Zone 1) and you have a season ticket for Zones 2 and 3. The intuitive thing would be for the journey past the end of Zone 2 (which happens to be at Vauxhall) to be deducted from your pay as you go balance. What seems to happen, though, is that the cost of the whole journey is deducted: meaning you&#8217;re paying twice for the portion covered by your season ticket.</p>
<p>Surely this is a bit of elementary software development. I&#8217;d be happy for anyone on my team to code something that would do the trick. I may well add a question about this to my recruitment test for developers. TFL, the Oyster card people, have come up with a ridiculous work-around though: the <a href="http://www.tfl.gov.uk/tickets/oysteronline/5823.aspx#section-5">Oyster Extension Permit</a>. So when I plan to travel from my season ticket area to another area, I have to get another ticket so that I don&#8217;t get ripped off. Sadly, the machines at my station can&#8217;t even issue this permit, as they don&#8217;t sell Oyster card tickets.</p>
<p>Most people won&#8217;t notice, though, because Oyster card users only get statements online if they buy credit online, and very few people can therefore see where their online credit has disappeared to.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/03/01/transport-for-londons-random-money-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Magento example code now on Google Code</title>
		<link>http://blog.markhopwood.com/2010/03/01/python-magento-example-code-now-on-google-code/</link>
		<comments>http://blog.markhopwood.com/2010/03/01/python-magento-example-code-now-on-google-code/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:21:20 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Pod1]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=438</guid>
		<description><![CDATA[I&#8217;ve been using Python with Magento for small administrative tasks for a couple of months now, and I&#8217;ve created a library of useful / example functions that I&#8217;d be happy to share and extend. These are now hosted at Google Code, at this URL: http://code.google.com/p/python-magento/
Feel free to comment, extend, ask for extra functions and such [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Python with Magento for small administrative tasks for a couple of months now, and I&#8217;ve created a library of useful / example functions that I&#8217;d be happy to share and extend. These are now hosted at Google Code, at this URL: <a href="http://code.google.com/p/python-magento/">http://code.google.com/p/python-magento/</a></p>
<p>Feel free to comment, extend, ask for extra functions and such like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/03/01/python-magento-example-code-now-on-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turing Lecture &#8211; tonight</title>
		<link>http://blog.markhopwood.com/2010/02/25/turing-lecture-tonight/</link>
		<comments>http://blog.markhopwood.com/2010/02/25/turing-lecture-tonight/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:45:31 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=435</guid>
		<description><![CDATA[I&#8217;m attending this lecture tonight. If there&#8217;s anything exciting to discuss, I&#8217;ll write about it again. In the meantime, the organisers gave me this rather interesting tag to include in my blog:





[Preview] IET/BCS Turing Lecture 2010
Professor Christopher Bishop, Chief Research Scientist, Microsoft Research Cambridge Computers 
Video interview
2010-02-16 00:00:00.01 IT Channel
>> go to webcast>> recommend to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m attending this lecture tonight. If there&#8217;s anything exciting to discuss, I&#8217;ll write about it again. In the meantime, the organisers gave me this rather interesting tag to include in my blog:</p>
<p><!-- Start of IET.TV webcast --></p>
<table>
<tr>
<td style="vertical-align: top; width: 80px;"><img style="border-right: 3px solid #0c517a;" alt="" src="http://tv.theiet.org/images/chris-bishop-76x110.jpg" width="75"></td>
<td style="vertical-align: top; padding-left: 10px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; line-height: 1.6em;">
<p style="margin-top: 0px; margin-bottom: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; line-height: 1.6em; font-weight: bold; color: #0c517a; width: 300px;">[Preview] IET/BCS Turing Lecture 2010</p>
<p style="margin-top: 0px; margin-bottom: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; line-height: 1.6em;">Professor Christopher Bishop, Chief Research Scientist, Microsoft Research Cambridge Computers </p>
<p style="margin-top: 0px; margin-bottom: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; line-height: 1.6em;">Video interview</p>
<p style="margin-top: 0px; margin-bottom: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; line-height: 1.6em;">2010-02-16 00:00:00.01 IT Channel</p>
<p style="margin-top: 0px; margin-bottom: 4px; font-family: Arial,Helvetica,sans-serif; font-size: 10px; line-height: 1.6em; font-weight: normal;"><a href="http://tv.theiet.org/technology/infopro/turing-2010-promo.cfm" style="padding-right: 1.5em; text-decoration: none; color: rgb(119, 125, 128);" target="_blank">>> go to webcast</a><a href="http://tv.theiet.org/recommend/index.cfm?pid=1005&#038;chan=dpx_iet_techinfopro" style="padding-right: 1.5em; text-decoration: none; color: rgb(119, 125, 128);" target="_blank">>> recommend to friend</a></p>
</td>
</tr>
</table>
<p><!-- End of IET.TV webcast --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/02/25/turing-lecture-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Magento Enterprise stand-alone on OS X</title>
		<link>http://blog.markhopwood.com/2010/02/22/installing-magento-enterprise-stand-alone-on-os-x/</link>
		<comments>http://blog.markhopwood.com/2010/02/22/installing-magento-enterprise-stand-alone-on-os-x/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:42:56 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Pod1]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=431</guid>
		<description><![CDATA[I often have to demonstrate Magento Enterprise to clients and potential clients when I go to visit them, and sometimes that&#8217;s difficult, because I can&#8217;t connect my laptop to the Internet very easily from their offices. It&#8217;d be easier from Starbucks, where I get free wi-fi, and generally the coffee&#8217;s better, but some clients don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I often have to demonstrate Magento Enterprise to clients and potential clients when I go to visit them, and sometimes that&#8217;s difficult, because I can&#8217;t connect my laptop to the Internet very easily from their offices. It&#8217;d be easier from Starbucks, where I get free wi-fi, and generally the coffee&#8217;s better, but some clients don&#8217;t want to leave the office just for a demo. I&#8217;ve therefore figured out the steps involved in installing it locally, on my MacBook.</p>
<p><strong>Install php and MySQL</strong></p>
<p>OS X comes with Apache installed, but you&#8217;ll need to install php and MySQL before you can install Magento. I got mine from <a title="php and MySQL for OS X" href="http://www.entropy.ch/software/macosx/">here</a> and they work perfectly: just download the dmg files and run them.</p>
<p><strong>Install phpMyAdmin</strong></p>
<p>Once you have php, MySQL and Apache all set up, you can install phpMyAdmin by downloading it from <a title="Download phpMyAdmin" href="http://www.phpmyadmin.net/home_page/downloads.php">here.</a> Installing phpMyAdmin and getting that working proves:<br />
- Apache is working and pointing to the right place<br />
- php is working<br />
- MySQL is working and accessible from Apache / php</p>
<p><strong>Create a host file entry for your local Magento install</strong></p>
<p>Magento hates working on localhost, and the easiest way to work around that is to edit your host file and add a fictitious domain, which will actually be served by your laptop.</p>
<p>Go to the command line and type in &#8217;sudo nano /etc/hosts&#8217; then type in your password (assuming you&#8217;re an administrator on your laptop) and add a line like the following:</p>
<p>127.0.0.1 magento.enterprise.com</p>
<p>Save the file (Ctrl-O) and quit nano (Ctrl-K) and then check you can ping magento.enterprise.com. If you can, you&#8217;re ready to install Magento Enterprise. The first step is to install the sample data.</p>
<p><strong>Install sample data</strong></p>
<p>With Magento Enterprise 1.7 you can use the standard sample data that came with Magento Enterprise 1.2, available <a href="http://www.magentocommerce.com/download/noregister">here</a>. Download the zip file and unzip it, then go to phpMyAdmin, create a database (mine is called magentoenterprise) and import the SQL from the sample data file. It&#8217;s important you do this before you install the Magento application itself.</p>
<p><strong>Install the application</strong></p>
<p>I can&#8217;t link to a downloader for Magento Enterprise, but this is the point where you will unzip that, and copy it to a subdirectory of your sites folder. Mine is at ~/Sites/mage_ee which (if you&#8217;ve used magento.enterprise.com in your host file) will mean Magento is at http://magento.enterprise.com/username/mage_ee after you&#8217;ve copied it from the zip file.</p>
<p>You might need to set access on the files after you&#8217;ve unzipped them: to  do this go to your site&#8217;s root directory (~/Sites/mage_ee in my case)  and type in &#8217;sudo chmod -R -v 777 *&#8217; and enter your password when  prompted. This is poor security in the real world, but fine for a demo site on a laptop, especially one that&#8217;s using a fictitious domain name.</p>
<p>If you type in the URL in a regular browser, you should be taken to the install script, which (if you&#8217;ve followed all the steps above) should work perfectly first time.</p>
<p>Critical things to remember:</p>
<p>- The URL is the one you created in your hosts file</p>
<p>- The database name, login and password were all set up in phpMyAdmin</p>
<p>Once you&#8217;re finished with the installation, you can copy the images from the sample data zip file to the media folder in your Magento directory, and your sample store will then have all the pretty pictures as well.</p>
<p>I can add more detail in most places in this article, but for most people I hope the sequence of steps is the main thing. If you do this in the wrong order, you&#8217;ll have to start again, so follow the sequence carefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/02/22/installing-magento-enterprise-stand-alone-on-os-x/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Such a disappointment!</title>
		<link>http://blog.markhopwood.com/2010/02/08/such-a-disappointment/</link>
		<comments>http://blog.markhopwood.com/2010/02/08/such-a-disappointment/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:30:15 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[online marketing]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=429</guid>
		<description><![CDATA[Why isn&#8217;t there a hilarious website on this URL http://www.idontwantoneofthose.com/
]]></description>
			<content:encoded><![CDATA[<p>Why isn&#8217;t there a hilarious website on this URL <a href="http://www.idontwantoneofthose.com/">http://www.idontwantoneofthose.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/02/08/such-a-disappointment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter picture search</title>
		<link>http://blog.markhopwood.com/2010/01/06/twitter-picture-search/</link>
		<comments>http://blog.markhopwood.com/2010/01/06/twitter-picture-search/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:24:53 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/2010/01/06/twitter-picture-search/</guid>
		<description><![CDATA[http://www.twpxsearch.com/index.py?q=%23uksnow is the new URL for my mash-up, which pulls pictures from Twitpic for specific search terms on Twitter. The example in the URL shows some great images from the current uk snow storms. Snow daleks seem popular this year.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twpxsearch.com/index.py?q=%23uksnow">http://www.twpxsearch.com/index.py?q=%23uksnow</a> is the new URL for my mash-up, which pulls pictures from Twitpic for specific search terms on Twitter. The example in the URL shows some great images from the current uk snow storms. Snow daleks seem popular this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2010/01/06/twitter-picture-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Operating System would you choose?</title>
		<link>http://blog.markhopwood.com/2009/11/19/which-operating-system-would-you-choose/</link>
		<comments>http://blog.markhopwood.com/2009/11/19/which-operating-system-would-you-choose/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:36:18 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=405</guid>
		<description><![CDATA[The tube tunnels are full of posters showing people who apparently helped design Windows 7. Which is probably why stories like this one appear from time to time. If you let members of the public design your operating system, it probably would be better than Windows, where even the version number is a hack. There [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_416" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-416" title="BSOD at the Prado" src="http://blog.markhopwood.com/wp-content/uploads/2009/11/DSCN2143-300x106.jpg" alt="BSOD at the Prado" width="300" height="106" /><p class="wp-caption-text">BSOD at the Prado</p></div>
<p>The tube tunnels are full of posters showing people who apparently helped design Windows 7. Which is probably why stories like <a title="Windows 7 kernel not very good" href="http://www.theregister.co.uk/2009/11/18/windows_7_heart/">this one</a> appear from time to time. If you let members of the public design your operating system, it probably <em>would</em> be better than Windows, where even the version number is a hack. There are many serious technical design issues, which impact security, reliability and performance. But it&#8217;s still the number 1 operating system.</p>
<p>Contrast that with Linux. If you visit <a title="Linux kernel Bugzilla" href="http://bugzilla.kernel.org/">this link</a> you can browse all the bugs that have been logged in the Linux kernel (the bit at the heart of the system that everything else relies on to work) and see when / where they will get fixed. It&#8217;s transparent, and reflects a piece of software that is properly engineered and well structured. Critical bugs get fixed right away, and it&#8217;s miles better structured than its proprietary rival.</p>
<p>And the one you pay money for is the bad one, not the good one. Which probably explains <a title="BSOD" href="http://images.google.co.uk/images?q=bsod">this page</a> at Google image search.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2009/11/19/which-operating-system-would-you-choose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBC&#8217;s Canvas Prototype &#8211; the future of internet TV?</title>
		<link>http://blog.markhopwood.com/2009/11/14/bbcs-canvas-prototype-the-future-of-internet-tv/</link>
		<comments>http://blog.markhopwood.com/2009/11/14/bbcs-canvas-prototype-the-future-of-internet-tv/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 13:38:03 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/?p=403</guid>
		<description><![CDATA[This movie shows a demonstration of what TV on the Internet could look like in the near future. While watching a live program, the viewer can switch to classic archive footage, follow Twitter conversation about the program they&#8217;re watching, interact with a sponsor (not on the BBC, of course) and there is a platform for [...]]]></description>
			<content:encoded><![CDATA[<p>This movie shows a demonstration of what TV on the Internet could look like in the near future. While watching a live program, the viewer can switch to classic archive footage, follow Twitter conversation about the program they&#8217;re watching, interact with a sponsor (not on the BBC, of course) and there is a platform for new applications to be added, which haven&#8217;t even been imagined yet.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Smg_SKyoIU0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Smg_SKyoIU0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For several years, the PC and TV have been converging and next year could be a very confusing year for consumers as the 2 devices get more and more alike. Interactivity will be increasingly available on set-top boxes through Freeview and Sky, and TV content will be increasingly available online, where interaction is a given.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2009/11/14/bbcs-canvas-prototype-the-future-of-internet-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stats from bit.ly</title>
		<link>http://blog.markhopwood.com/2009/11/09/stats-from-bit-ly/</link>
		<comments>http://blog.markhopwood.com/2009/11/09/stats-from-bit-ly/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 10:13:59 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.markhopwood.com/2009/11/09/stats-from-bit-ly/</guid>
		<description><![CDATA[This morning&#8217;s fascinating fact is about the bit.ly URL shortening service:
If you have a bit.ly link, for example http://bit.ly/4dWnCu
you can insert &#8216;info&#8217; into the URL thus:
http://bit.ly/info/4dWnCu
to get all sorts of facts and figures, like how many clicks that link has had, which sites are referring using it, who&#8217;s tweeting about that particular URL, and that [...]]]></description>
			<content:encoded><![CDATA[<p>This morning&#8217;s fascinating fact is about the bit.ly URL shortening service:</p>
<p>If you have a bit.ly link, for example http://bit.ly/4dWnCu</p>
<p>you can insert &#8216;info&#8217; into the URL thus:</p>
<p>http://bit.ly/info/4dWnCu</p>
<p>to get all sorts of facts and figures, like how many clicks that link has had, which sites are referring using it, who&#8217;s tweeting about that particular URL, and that kind of thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markhopwood.com/2009/11/09/stats-from-bit-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
