<?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>Individual Eleven - The World&#039;s Cyberbrain</title>
	<atom:link href="http://www.individualeleven.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.individualeleven.net</link>
	<description>Tech and gadgetry for free thinking individuals.</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Steve Jobs and Antennagate &#8211; YouTube video</title>
		<link>http://www.individualeleven.net/2010/07/steve-jobs-and-antennagate-youtube-video/</link>
		<comments>http://www.individualeleven.net/2010/07/steve-jobs-and-antennagate-youtube-video/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:00:09 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Antennagate]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1208</guid>
		<description><![CDATA[I already tweeted this earlier in the week, but this is just too funny to not share on here too. I found a version of it with English subtitles, but to be honest you don&#8217;t need them. Laugh it up, because I sure did! Enjoy and have a good weekend!]]></description>
			<content:encoded><![CDATA[<p>I already tweeted this earlier in the week, but this is just too funny to not share on here too. I found a version of it with English subtitles, but to be honest you don&#8217;t need them. Laugh it up, because I sure did!</p>
<p>Enjoy and have a good weekend!<br />
<br/><br />
<object width="600" height="385"><param name="movie" value="http://www.youtube.com/v/YNSHA3FBW2U&amp;hl=en_GB&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YNSHA3FBW2U&amp;hl=en_GB&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="385"></embed></object></p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F07%2Fsteve-jobs-and-antennagate-youtube-video%2F&amp;linkname=Steve%20Jobs%20and%20Antennagate%20%26%238211%3B%20YouTube%20video"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/07/steve-jobs-and-antennagate-youtube-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8220;Missed Schedule&#8221; issue &#8211; Fix it in 1 minute</title>
		<link>http://www.individualeleven.net/2010/07/wordpress-missed-schedule-issue-fix-it-in-1-minute/</link>
		<comments>http://www.individualeleven.net/2010/07/wordpress-missed-schedule-issue-fix-it-in-1-minute/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:00:03 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress missed schedule]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1197</guid>
		<description><![CDATA[This problem has been apparent since WordPress version 2.x. Sometimes it happens when you move your blog to another hoster; it was an intermittent issue for me but still annoying. There are several solutions I have found, but this one is best as you don&#8217;t need to SSH into your web server&#8230; and you may [...]]]></description>
			<content:encoded><![CDATA[<p>This problem has been apparent since WordPress version 2.x. Sometimes it happens when you move your blog to another hoster; it was an intermittent issue for me but still annoying.</p>
<p>There are several solutions I have found, but this one is best as you don&#8217;t need to SSH into your web server&#8230; and you may not have access anyway if your blog is hosted by a third party. WordPress sometimes has excessive delays for carrying out schedules; by default you only have 0.01 seconds to initiate the cron job for scheduling. Cron is a time scheduler for Unix/Linux based systems, and it is handy for automating tasks. In this case, our automated task is to post blog entries at a specific date and time without manual intervention.</p>
<p>So to fix this issue, use FTP to access your WordPress install and edit cron.php in the wp-includes folder.</p>
<ul>
<li>Find this line entry in cron.php: <em>wp_remote_post ($cron_url, Array (&#8216; timeout&#8217; =&gt; 0.01, &#8216; blocking&#8217;  =&gt; false));</em></li>
</ul>
<ul>
<li>Change the timeout to 20 seconds: <em>wp_remote_post ($cron_url, Array (&#8216; timeout&#8217; =&gt; 20, &#8216; blocking&#8217; =&gt;  false));</em></li>
</ul>
<p>Save the file and upload it back onto your webspace.</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F07%2Fwordpress-missed-schedule-issue-fix-it-in-1-minute%2F&amp;linkname=WordPress%20%26%238220%3BMissed%20Schedule%26%238221%3B%20issue%20%26%238211%3B%20Fix%20it%20in%201%20minute"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/07/wordpress-missed-schedule-issue-fix-it-in-1-minute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuttle SG33G5M Deluxe + Blu-ray &#8211; Yes it does work!</title>
		<link>http://www.individualeleven.net/2010/07/shuttle-sg33g5m-deluxe-bluray-yes-it-does-work/</link>
		<comments>http://www.individualeleven.net/2010/07/shuttle-sg33g5m-deluxe-bluray-yes-it-does-work/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 13:00:43 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Blu-ray]]></category>
		<category><![CDATA[Shuttle SG33G5M]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1180</guid>
		<description><![CDATA[I bought my Shuttle PC awhile back now, I love it to death. I can even play games on it, it&#8217;s a great piece of kit as a media center and it&#8217;s fully loaded with features. Now, I always planned to install a Blu-ray drive in there to watch high def movies&#8230; of course you [...]]]></description>
			<content:encoded><![CDATA[<p>I bought my Shuttle PC awhile back now, I love it to death. I can even play games on it, it&#8217;s a great piece of kit as a media center and it&#8217;s fully loaded with features. Now, I always planned to install a Blu-ray drive in there to watch high def movies&#8230; of course you would, it IS a media center afterall. Well think again, because it wasn&#8217;t as easy as I first thought. In fact, for awhile, I thought it might not actually be possible.</p>
<p>But after four days of not sleeping I cracked it. I&#8217;m not one for giving up, especially when it comes to technical quandaries of this nature. In fact, I love challenges like these and I&#8217;m about to share with you so you can avoid the pain. Lets go back in time for a bit&#8230;</p>
<p><strong>The Problem</strong></p>
<p>After installing Windows 7, I bought a LG Blu-ray SATA drive from PC World; not the best place to buy hardware but they had a fairly decent deal on them. So you just buy one, install it in the Shuttle, pop in a Blu-ray disc and away you go right? Wrong. So very wrong. The Shuttle comes with an Intel GMA3100 chipset for the onboard graphics card. The picture quality produced via HDMI is quite good for an onboard, but when it comes to playing Blu-ray, it is one of the most hated chipsets known to man. I have tried both Cyberlink PowerDVD and Corel WinDVD 2010 but they failed to play a Blu-ray disc. You will be greeted with something like this:</p>
<p><a href="http://www.individualeleven.net/wp-content/uploads/2010/07/cyberlink.png" rel="lightbox[1180]" title="Cyberlink PowerDVD 10. Fails to play BluRay"><img class="aligncenter size-full wp-image-1184" title="Cyberlink PowerDVD 10. Fails to play BluRay" src="http://www.individualeleven.net/wp-content/uploads/2010/07/cyberlink.png" alt="" width="411" height="311" /></a></p>
<p>Infinite patching for both programs produced the same result. Is it a hardware problem? Well lets go through the motions:</p>
<ul>
<li>HDCP compliant graphics card &#8211; Check.</li>
<li>HDCP compliant monitor &#8211; Check.</li>
<li>HDMI connection working correctly &#8211; Check.</li>
<li>Up to date graphics card drivers &#8211; Check.</li>
</ul>
<p>So what on earth is going on?</p>
<p><strong>The Solution</strong></p>
<p>It&#8217;s a software problem, as in the main producers of DVD/Blu-ray playback software have limited support for the Intel GMA graphics chipset. Maybe there is a way to get the above programs to work on my system, but I gave up. After trawling through the internet, I stumbled upon one random post on a forum. It mentioned using Total Media Theatre with the Japanese version of the files required for the video renderer. What?! Yes, without the renderers for Total Media Theatre pulled from the Japanese version of the software&#8230; it will not work. Don&#8217;t ask me how or why or what kind of crazy software development cycle is going on here, but that&#8217;s how it is.</p>
<p>So you need:</p>
<ul>
<li>Total Media Theatre version 3 installed</li>
<li><a href="http://www.megaupload.com/?d=OI30254H" target="_blank">VMR renderer files from the Japanese trial version (linked here for your convenience)</a></li>
<li>Save the renderer files to: C:\Program Files\ArcSoft\TotalMedia Theatre 3\Codec</li>
</ul>
<p>And that&#8217;s it! As if by magic, you can fully enjoy your Shuttle as it was meant to be.</p>
<div id="attachment_1190" class="wp-caption aligncenter" style="width: 459px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/07/shuttle.jpg" rel="lightbox[1180]" title="My Shuttle and Inglourious Basterds. White Totoro approves."><img class="size-full wp-image-1190" title="My Shuttle and Inglourious Basterds. White Totoro approves." src="http://www.individualeleven.net/wp-content/uploads/2010/07/shuttle.jpg" alt="" width="449" height="389" /></a><p class="wp-caption-text">My Shuttle and Inglourious Basterds. White Totoro approves.</p></div>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F07%2Fshuttle-sg33g5m-deluxe-bluray-yes-it-does-work%2F&amp;linkname=Shuttle%20SG33G5M%20Deluxe%20%2B%20Blu-ray%20%26%238211%3B%20Yes%20it%20does%20work%21"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/07/shuttle-sg33g5m-deluxe-bluray-yes-it-does-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic The Gathering &#8211; New 2011 (M11) Core Set</title>
		<link>http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/</link>
		<comments>http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:00:54 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[M11 Core Set]]></category>
		<category><![CDATA[Magic The Gathering]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1165</guid>
		<description><![CDATA[I pre-ordered the Fat Pack about two weeks ago, and to my surprise it turned up on my desk at work. Those guys at Wizards Of The Coast just keep on churning out new core sets, and players just keep on buying them. Magic is a very difficult hobby to maintain, especially how it turns [...]]]></description>
			<content:encoded><![CDATA[<p>I pre-ordered the Fat Pack about two weeks ago, and to my surprise it turned up on my desk at work. Those guys at Wizards Of The Coast just keep on churning out new core sets, and players just keep on buying them. Magic is a very difficult hobby to maintain, especially how it turns into a money sink.</p>
<p>I haven&#8217;t played Magic for that long but I wanted to try out the new core set to see how it fairs. The best way to get started is to buy the Fat Pack; you get the following to start your collection:</p>
<ul>
<li>40-card basic land pack</li>
<li>Eight 15-card booster packs from the M11 core set</li>
<li>Player&#8217;s guide with visual encyclopedia</li>
<li>Special edition Spindown life counter</li>
<li>Excerpt from Planeswalker Novel</li>
<li>Nice box to keep it all in</li>
</ul>
<p>Now the one thing I am disappointed about in this Fat Pack, is the lack of plastic dividers for your cards. Older Fat Packs used to have them, but it seems they are skimping on what you get these days. However, you do get 8 booster packs which is pretty good. All I need now is several hours to plan and create my deck of destruction!</p>

<a href='http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/magic1/' title='Magic the Gathering 2011 Core Set'><img width="150" height="150" src="http://www.individualeleven.net/wp-content/uploads/2010/07/magic1-150x150.jpg" class="attachment-thumbnail" alt="Magic the Gathering 2011 Core Set" title="Magic the Gathering 2011 Core Set" /></a>
<a href='http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/magic2/' title='Magic the Gathering 2011 Core Set'><img width="150" height="150" src="http://www.individualeleven.net/wp-content/uploads/2010/07/magic2-150x150.jpg" class="attachment-thumbnail" alt="Magic the Gathering 2011 Core Set" title="Magic the Gathering 2011 Core Set" /></a>
<a href='http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/magic3/' title='Magic the Gathering 2011 Core Set'><img width="150" height="150" src="http://www.individualeleven.net/wp-content/uploads/2010/07/magic3-150x150.jpg" class="attachment-thumbnail" alt="Magic the Gathering 2011 Core Set" title="Magic the Gathering 2011 Core Set" /></a>

<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F07%2Fmagic-the-gathering-new-2011-m11-core-set%2F&amp;linkname=Magic%20The%20Gathering%20%26%238211%3B%20New%202011%20%28M11%29%20Core%20Set"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/07/magic-the-gathering-new-2011-m11-core-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m&#8230; BAAAAAAACK! &#8211; 6 months in one post</title>
		<link>http://www.individualeleven.net/2010/07/im-baaaaaaack-6-months-in-one-post/</link>
		<comments>http://www.individualeleven.net/2010/07/im-baaaaaaack-6-months-in-one-post/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:00:58 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Inception]]></category>
		<category><![CDATA[Sci-Fi London]]></category>
		<category><![CDATA[Starcraft 2]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1136</guid>
		<description><![CDATA[First of all, my most sincere apologies for not keeping this blog updated. For the past few months, I have been busy trying to obtain my Microsoft MCSE certification and recently succeeded! Home study really is something that requires a lot of time, dedication and discipline. Sleepless nights, cram sessions and Mountain Dew; this was [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, my most sincere apologies for not keeping this blog updated. For the past few months, I have been busy trying to obtain my Microsoft MCSE certification and recently succeeded! Home study really is something that requires a lot of time, dedication and discipline. Sleepless nights, cram sessions and Mountain Dew; this was my life for awhile. And it seems I just can&#8217;t get enough of it, as I am now going to get my MCITP Enterprise Administrator in Windows Server 2008. Yes I know, I&#8217;m addicted to exams.</p>
<p>So what&#8217;s been going on in the world of game and tech etc. during this time? What I should have done was do a post for each of these but here is a very condensed version! In no particular order&#8230;</p>
<p><strong>Starcraft 2 &#8211; Beta</strong><br />
I did a post about this on the <a href="http://girlygeekdom.com/entertainment/starcraft-2-zeeeeeeeeeeeerg/" target="_blank">Girlygeekdom</a> blog, but to summarise&#8230; it is smokingly hot and I&#8217;m not talking about the summer heartwave we are getting in the UK. It is due to be released on 23rd July. I&#8217;ll try not to disappear when this arrives, and also promise to step outside once in awhile.</p>
<p><strong>Apple iPad</strong><br />
Great for some, mediocre for others. Your lifestyle dictates whether this is a good match for you or not. Personally speaking, there isn&#8217;t much room for this slab in my life. I need a full OS, I need power, I need an open platform and I need to run existing applications I currently have. Also regardless of what Steve Jobs said in his keynote speech, this for me is not going to replace a netbook. And it&#8217;s too damn heavy.</p>
<p><strong>E3</strong><br />
I personally prefer the Tokyo Game Show than E3, but this year I think the event has been very interesting. Microsoft announces Kinetic, Sony with their 3Dness, and Nintendo with their new 3DS portable console. Out of the three industry heavyweights, Nintendo outshines the rest. I&#8217;m buying the 3DS without a doubt; Kingdom Hearts, Zelda, Kirby, Final Fantasy, Kid Icarus the list goes on. And NO 3D GLASSES REQUIRED!</p>
<p><strong>Sci-Fi London</strong><br />
A great event every year, I couldn&#8217;t go to the entire event because of fencing commitments. However, I did go to the Anime All-Nighter; 10 hours of anime movies back to back starting at midnight (with the odd RedBull/toilet break inbetween). I absolutely loved it, it&#8217;s like a pub lock-in but in a cinema. The best anime was Fate/Stay Night: Unlimited Bladeworks. I cannot tell you the sheer awesomeness of seeing this on the big screen; if you love Rin, Lancer et al then you must watch this. Unfortunately for some, it was the last anime shown that morning and the majority of the audience were fast asleep. I made sure I was completely awake for it.</p>
<p><strong>iPhone 4</strong><br />
To grip or not to grip, that is the question. Either way, I am getting the HTC Desire running Android in a few weeks. At least people who are experiencing death grip woes get a free bumper case, offer valid until 30th September.</p>
<p><strong>World Cup 2010</strong><br />
The tech angle for this is that I will never, ever, forgive ITV for their &#8220;transmission error&#8221;: showing a Hyundai ad JUST AS GERRARD SCORES THE FIRST GOAL FOR ENGLAND. Insert rage sentence here.</p>
<p><strong>IT Crowd &#8211; Series 4</strong><br />
Our beloved geek series is back on Channel 4. Join Moss, Roy and Jen as they embark on more ridiculous IT shenanigans with utmost hilarity. Street Countdown!</p>
<p><strong>My birthday</strong><br />
I got insanely drunk and played LAN games; apparently I can headshot quite well while inebriated. Everything else is a blur; I think we spent an hour trying to blow up the airbed at 4am. I highly recommend Danzka vodka with Mountain Dew.</p>
<p><strong>Final Fantasy XIII</strong><br />
I completed it! You either love it or hate it, I personally liked it a lot. The battle system is to die for, yes the game is mostly on rails but the game does get going after awhile. There are some insanely difficuly bosses to beat, namely Proud Clad and Gigantuar if you find him on Gran Pulse. I&#8217;m just happy that I saw the ending after clocking in around 70 hours of gameplay. Also, I hate Barthandelus.</p>
<p>And finally&#8230;</p>
<p><strong>Inception</strong><br />
I saw this movie when it was released on Friday. I have sat here for awhile thinking of how to review it and in summary, I just can&#8217;t. It&#8217;s such an amazing experience, that any words uttered on this page would not do it enough justice. Not to mention it&#8217;s rather difficult to describe, my mind was blown. If you think Memento was a mind masher, try this on for size&#8230; only Nolan can produce something like this on the big screen and succeed. A plot peppered full of twists and turns, stunts galore, and a great protagonist supported by a wonderful cast; these are the makings of a movie that will pull you in. I also love the music score by Hans Zimmer, it fits in with the film sequences perfectly.</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F07%2Fim-baaaaaaack-6-months-in-one-post%2F&amp;linkname=I%26%238217%3Bm%26%238230%3B%20BAAAAAAACK%21%20%26%238211%3B%206%20months%20in%20one%20post"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/07/im-baaaaaaack-6-months-in-one-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Economy Bill &#8211; Response from Maria Miller, Conservative MP</title>
		<link>http://www.individualeleven.net/2010/04/digital-economy-bill-response-from-maria-miller-conservative-mp/</link>
		<comments>http://www.individualeleven.net/2010/04/digital-economy-bill-response-from-maria-miller-conservative-mp/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:11:49 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[#DEBill]]></category>
		<category><![CDATA[Digital Economy Bill]]></category>
		<category><![CDATA[Maria Miller MP]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1131</guid>
		<description><![CDATA[Before the 2nd reading in the House of Commons for the Digital Economy Bill, I emailed my local MP, Maria Miller, for her viewpoints on the situation. I had almost given up hope on receiving an official response but I have received a reply today. I have strong objections on how this piece of important [...]]]></description>
			<content:encoded><![CDATA[<p>Before the 2nd reading in the House of Commons for the Digital Economy Bill, I emailed my local MP, Maria Miller, for her viewpoints on the situation. I had almost given up hope on receiving an official response but I have received a reply today. I have strong objections on how this piece of important legislation was pushed through the &#8220;wash-up&#8221; process before the dissolution of Parliament.</p>
<p>I and many others looked on in horror as events unfolded during the live broadcast in the House of Commons. To paraphrase, creativity is more important than freedom, was one of the alarming arguments proposed to promote the bill.</p>
<p>Here is the response in full:<br />
<br/></p>
<p><em>Thank you for your recent correspondence concerning the Digital<br />
Economy Bill. I share your concern about the way this piece of<br />
legislation has been handled by the Government. Since the Dissolution<br />
of Parliament, there are no longer any MPs, but I can continue with<br />
casework/correspondence.</em></p>
<p><em>The Bill contained important provisions regarding the regulatory<br />
environment for the digital and creative industries. It is completely<br />
unacceptable that the Government failed to allocate the sufficient<br />
time in the House of Commons for proper legislative scrutiny. It is<br />
wrong to push through these issues and because of this I did not<br />
support the Bill and I abstained from the vote.</em></p>
<p><em>The reason that I did not vote against the Bill is that a number of<br />
the measures within it have great merit &#8211; particularly tackling online<br />
copyright infringement. This is an extremely serious issue that costs<br />
the creative industries hundreds of millions of pounds each year. I<br />
want to make sure that Britain has the most favourable intellectual<br />
property framework in the world for innovators, digital content<br />
creators and high tech businesses.</em></p>
<p><em>Also, the measures in the Bill designed to tackle illegal peer to peer<br />
file sharing set up a proportionate regime that would, only following<br />
public consultation, repeated warnings and due process, lead to people<br />
having their internet connection temporarily suspended. It will not,<br />
as many have suggested, lead to people being disconnected without an<br />
appeal. Even if people are disconnected they will be able to sign up<br />
to another ISP immediately without penalty.</em></p>
<p><em>However, the Government should not push through such significant<br />
issues without proper debate &#8211; the handling of this Bill means that<br />
the debate on copyright is not over and my Party will seek to revisit<br />
options for a balanced solution as part of a broader update of<br />
copyright following the General Election.</em></p>
<p><em>Once again, thank you for taking the time to contact me.</em></p>
<p><em>With best wishes,<br />
Maria Miller, Parliamentary Candidate</em></p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F04%2Fdigital-economy-bill-response-from-maria-miller-conservative-mp%2F&amp;linkname=Digital%20Economy%20Bill%20%26%238211%3B%20Response%20from%20Maria%20Miller%2C%20Conservative%20MP"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/04/digital-economy-bill-response-from-maria-miller-conservative-mp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s all about the Paradigm Shift! Jam that left shoulder button</title>
		<link>http://www.individualeleven.net/2010/03/its-all-about-the-paradigm-shift-jam-that-left-shoulder-button/</link>
		<comments>http://www.individualeleven.net/2010/03/its-all-about-the-paradigm-shift-jam-that-left-shoulder-button/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:00:19 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Final Fantasy 13]]></category>
		<category><![CDATA[Final Fantasy XIII]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1129</guid>
		<description><![CDATA[I, amongst hoards of other people, are currently playing Final Fantasy XIII. After 9 hours of gameplay, I decided to get a few things off my chest. I don&#8217;t like how you can&#8217;t change your characters. In fact the freedom of team customisation that is akin to say FF 7 or 8 is almost completely [...]]]></description>
			<content:encoded><![CDATA[<p>I, amongst hoards of other people, are currently playing Final Fantasy XIII. After 9 hours of gameplay, I decided to get a few things off my chest.</p>
<p>I don&#8217;t like how you can&#8217;t change your characters. In fact the freedom of team customisation that is akin to say FF 7 or 8 is almost completely removed. Why Squeenix why? I tell you why, because they replaced this with something called the Paradigm Shift. You will soon realise just how important this function is, and how you cannot progress through the game without it. One time, during a 2 minute battle I must have switched Paradigms about 8 times; each Paradigm in the deck comprises of different tactical stances and roles for each team member. Your team works cohesively and dynamically depending on the situation. I like it, in fact after awhile I started to like it a lot. But walking into the next battle with full health is a bit weird, and I think takes away some of the real mechanics from the game. The left shoulder becomes a bit overused though. My index finger is testament to that.</p>
<p>The graphics are gorgeous, it&#8217;s so lush and lovely I just want to jump right in there. But everything seems to be on rails, rather like the old fashioned gun-toting Time Crisis. It does take the fun out of exploring, I am hoping that later on it will open up a bit more. I presume it will be, as you can catch a Chocobo to help you travel around. I encountered my first summon on Monday, or Eidolans. Shiva is a sister pair, which transforms into a rather awesome bike. It&#8217;s cooler than Fenrir for God sake. The game really picks up at this point, as the earlier chapters are too easy and slightly boring. Mainly they are used for tutorial purposes, which in a way is good. It would be too overwhelming to introduce so many new features in one go, so that was probably a good idea.</p>
<p>This game is gargantuan no doubt about it, I will write something more substantial once I complete it. Whenever that may be!</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F03%2Fits-all-about-the-paradigm-shift-jam-that-left-shoulder-button%2F&amp;linkname=It%26%238217%3Bs%20all%20about%20the%20Paradigm%20Shift%21%20Jam%20that%20left%20shoulder%20button"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/03/its-all-about-the-paradigm-shift-jam-that-left-shoulder-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KUNG HEI FAT CHOI!! Happy Chinese New Year</title>
		<link>http://www.individualeleven.net/2010/02/kung-hei-fat-choi-happy-chinese-new-year/</link>
		<comments>http://www.individualeleven.net/2010/02/kung-hei-fat-choi-happy-chinese-new-year/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 02:17:15 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Chinese New Year]]></category>
		<category><![CDATA[Kung Hei Fat Choi]]></category>
		<category><![CDATA[Year of the Tiger]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1123</guid>
		<description><![CDATA[Since its 2am, I can officially say its Chinese New Year (which also just happens to fall on Valentine&#8217;s Day for 2010). Personally, I think Chinese New Year is a more special occasion than Valentine&#8217;s Day; the commercialism for days like V Day and Christmas does go a bit too far sometimes. Anyway, this year [...]]]></description>
			<content:encoded><![CDATA[<p>Since its 2am, I can officially say its Chinese New Year (which also just happens to fall on Valentine&#8217;s Day for 2010). Personally, I think Chinese New Year is a more special occasion than Valentine&#8217;s Day; the commercialism for days like V Day and Christmas does go a bit too far sometimes.</p>
<p>Anyway, this year is the year of the Tiger, for people born on the following:</p>
<ul>
<li>1902</li>
<li>1914</li>
<li>1926</li>
<li>1938</li>
<li>1950</li>
<li>1962</li>
<li>1974</li>
<li>1986</li>
<li>1998</li>
</ul>
<p>According to the story, the Tiger came 3rd in the race. A small factoid&#8230; The number 3 is considered a lucky number in Chinese beliefs; 3 in Chinese also sounds like the word &#8220;life or alive&#8221;. However, the number 4 is considered unlucky as the same pronounciation for this also means &#8220;death&#8221;. Maybe 2010 is your lucky year! Don&#8217;t forget to give someone you love a Red Envelope of money.</p>
<p>May 2010 bring you good fortune and prosperity!<br />
<br />
<div id="attachment_1124" class="wp-caption alignnone" style="width: 202px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/lion-o.jpg" rel="lightbox[1123]" title="*RAWR*"><img class="size-full wp-image-1124" title="*RAWR*" src="http://www.individualeleven.net/wp-content/uploads/2010/02/lion-o.jpg" alt="" width="192" height="300" /></a><p class="wp-caption-text">*RAWR*</p></div></p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F02%2Fkung-hei-fat-choi-happy-chinese-new-year%2F&amp;linkname=KUNG%20HEI%20FAT%20CHOI%21%21%20Happy%20Chinese%20New%20Year"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/02/kung-hei-fat-choi-happy-chinese-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving WordPress blog how-to, new domain new host</title>
		<link>http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/</link>
		<comments>http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:00:50 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Moving Wordpress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress SQL]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1100</guid>
		<description><![CDATA[My hope is that I don&#8217;t have to go through this again, ever. But if I do, it will be much less painful from the lessons I learned. Moving a WordPress blog is not just simply a quick copy and paste of the entire directory&#8230; especially if you are also moving it to a new [...]]]></description>
			<content:encoded><![CDATA[<p>My hope is that I don&#8217;t have to go through this again, ever. But if I do, it will be much less painful from the lessons I learned. Moving a WordPress blog is not just simply a quick copy and paste of the entire directory&#8230; especially if you are also moving it to a new domain name. There are export options within WordPress and other tools, which can be a bit hit and miss so I decided to do it this way. To save others from struggling on their own, I decided to write up a guide and to shed some light on some of the pitfalls.</p>
<p><span style="text-decoration: underline;"><strong>Back up your files and database!</strong></span><br />
Before commencing any work, make a back up of the following as a minimum requirement:</p>
<p>1. Load up your favourite FTP client and make a copy of these files and folders from your existing site.</p>
<ul>
<li>/wp-content/plugins</li>
<li>/wp-content/themes</li>
<li>/wp-content/uploads</li>
<li>.htaccess file (this is a hidden file by default, view all hidden files within your client to see it listed)</li>
</ul>
<p>If you can make an entire copy of all folders within your site, then please feel free.</p>
<p>2. Make a copy of the WordPress SQL database by exporting it into a .sql file. Most hosters have SQL tools available, such as phpMyAdmin within cPanel to do an export.</p>
<div id="attachment_1102" class="wp-caption alignnone" style="width: 533px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/phpMyAdmin.jpg" rel="lightbox[1100]" title="cPanel - phpMyAdmin tool"><img class="size-full wp-image-1102" title="cPanel - phpMyAdmin tool" src="http://www.individualeleven.net/wp-content/uploads/2010/02/phpMyAdmin.jpg" alt="" width="523" height="130" /></a><p class="wp-caption-text">cPanel - phpMyAdmin tool</p></div>
<div id="attachment_1103" class="wp-caption alignnone" style="width: 575px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadmin2.jpg" rel="lightbox[1100]" title="phpMyAdmin"><img class="size-full wp-image-1103" title="phpMyAdmin" src="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadmin2.jpg" alt="" width="565" height="37" /></a><p class="wp-caption-text">phpMyAdmin - Export tool along top toolbar</p></div>
<p>When doing the database export, make sure all tables are selected. It may also be an idea to backup each table into individual files, I&#8217;ll tell you why in a moment&#8230;</p>
<p><span style="text-decoration: underline;"><strong>Install WordPress<br />
</strong></span>Now do a new install of WordPress on your new webspace and create a new SQL database. During the install process, make sure the table prefix matches exactly as your existing database. This is defined in the wp-config.php file:</p>
<div id="attachment_1107" class="wp-caption alignnone" style="width: 613px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/wp_prefix.jpg" rel="lightbox[1100]" title="WordPress table prefix"><img class="size-full wp-image-1107" title="WordPress table prefix" src="http://www.individualeleven.net/wp-content/uploads/2010/02/wp_prefix.jpg" alt="" width="603" height="125" /></a><p class="wp-caption-text">WordPress table prefix</p></div>
<p>Just to add, I use EditPlus as my PHP editor which works really well.</p>
<p>Once WordPress is installed, delete all the tables in the newly created database using phpMyAdmin etc.</p>
<p><span style="text-decoration: underline;"><strong>Import and upload<br />
</strong></span>Now to put all your content back in. Import the .sql database file you backed up earlier and import it into the currently tableless database. You should now see all the populated tables, which contains all your blog settings and posts.</p>
<p>Upload the plugins, themes and uploads folders from your backup via FTP to your new WordPress install. Bear in mind to upload them to the same folder structure, replacing any existing folders. If you are using the same domain name as before and just changed website host, then you are pretty much done. You may need to put your old .htaccess file back in, if you cannot get permalinks to work as intended. If you bought a new domain name then you still got some work to do&#8230;</p>
<p><span style="text-decoration: underline;"><strong>Replacing old domain name references with new. Welcome to SQL!<br />
</strong></span>This is where the fun begins, you will now learn a few SQL commands which will come in very handy in this instance. Making SQL changes directly to the database instead of looking through WordPress settings via the GUI is my preferred method. Also some of these changes can only be made via SQL. Go back to trusty phpMyAdmin again, and load up the SQL tool:</p>
<div id="attachment_1110" class="wp-caption alignnone" style="width: 475px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadminsql.jpg" rel="lightbox[1100]" title="phpMyAdmin - Executing SQL commands"><img class="size-full wp-image-1110" title="phpMyAdmin - Executing SQL commands" src="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadminsql.jpg" alt="" width="465" height="109" /></a><p class="wp-caption-text">phpMyAdmin - Executing SQL commands</p></div>
<ul>
<li><strong>Changing the HomeURL and SiteURL</strong> &#8211; The HomeURL and SiteURL is an absolute path to your site. Since your site location has changed, we need to update this too or else your blog won&#8217;t load.
<ul>
<li><code>UPDATE</code> <code>wp_options </code><code>SET</code> <code>option_value = </code><code>replace</code><code>(option_value, </code><code>'http://www.youroldsite.com'</code><code>, </code><code>'http://www.yournewsite.com'</code><code>) </code><code>WHERE</code> <code>option_name = </code><code>'home'</code> <code>OR</code> <code>option_name = </code><code>'siteurl'</code><code>;<br />
</code></li>
</ul>
</li>
<li><strong>Changing the URL for Content</strong> &#8211; WordPress loves absolute paths instead of relative, so again another change is required to make sure the URL for content in each post record is updated to the new.
<ul>
<li><code>UPDATE</code> <code>wp_posts </code><code>SET</code> <code>post_content = </code><code>REPLACE</code> <code>(post_content, </code><code>'http://www.youroldsite.com'</code><code>, </code><code>'http://www.yournewsite.com'</code><code>);<br />
</code></li>
</ul>
</li>
<li><strong>Changing the GUID</strong> &#8211; This is a very important change. The GUID houses the absolute location of where your posts are. Visitors to your site won&#8217;t be able to get to your articles as it will still be pointing to the old address.
<ul>
<li><code>UPDATE</code> <code>wp_posts </code><code>SET</code> <code>guid = </code><code>REPLACE</code> <code>(guid, </code><code>'http://www.youroldsite.com'</code><code>, </code><code>'http://www.yournewsite.com'</code><code>); </code></li>
</ul>
</li>
<li><strong>Changing GUID for attachments/images</strong> &#8211; You may not need to do this, but if you find images and galleries are broken then you may need to update the GUID for the location of images. The best way is to check the current GUID location for images before making changes:
<div id="attachment_1111" class="wp-caption alignnone" style="width: 497px"><a href="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadmin_guid.jpg" rel="lightbox[1100]" title="phpMyAdmin - GUID for attachments"><img class="size-full wp-image-1111" title="phpMyAdmin - GUID for attachments" src="http://www.individualeleven.net/wp-content/uploads/2010/02/phpmyadmin_guid.jpg" alt="" width="487" height="90" /></a><p class="wp-caption-text">phpMyAdmin - GUID for attachments</p></div>
<ul>
<li><code>UPDATE</code> <code>wp_posts </code><code>SET</code> <code>guid = </code><code>REPLACE</code> <code>(guid, </code><code>'http://www.youroldsite.com'</code><code>, </code><code>'http://www.yournewsite.com'</code><code>) </code><code>WHERE</code> <code>post_type = </code><code>'attachment'</code><code>;</code></li>
</ul>
</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Pitfalls and user awareness<br />
</strong></span></p>
<p><span style="text-decoration: underline;">SQL Oops</span><br />
Not everything went to plan, it was 2am and I think I mistyped one of the SQL commands. Lo and behold the entire GUID column was blank in the wp_posts table. GASP! Remember earlier I mentioned backing up each table into individual .sql files? Well this is where my life was saved. I made several changes to other tables in the database and the last thing I wanted was to restore all the tables and start again. When you do a SQL database backup at the top level, all tables are backed up into a single file. But since I also did seperate table backups, I did a quick restore for wp_posts only and voila! I executed the correct find and replace command again and everything was good to go.</p>
<p><span style="text-decoration: underline;">Permalinks and .htaccess<br />
</span>Another issue I came across were permalinks, I like them to look pretty. For some reason, all my permalinks were now coming up with /index.php/2009-01-nameofpost. What was index.php doing there in the URL? It definitely wasn&#8217;t there on the old site. I changed the setting within WordPress to try to prevent that from being appended, but it didn&#8217;t work. It looked like the .htaccess file was not updating correctly, WordPress normally updates this automatically to set the use of permalinks. If your web host uses Apache, then it will most likely be utilising the mod_rewrite module for this to work. I restored .htaccess from backup which fixed it, but here&#8217;s what mine looks like if you need a point of reference:</p>
<pre># BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;
# END WordPress</pre>
<p>And that&#8217;s it, job done! It&#8217;s actually less painless than it looks, as long as you make backups of your old site then you can always restore back if things don&#8217;t go to plan. Good luck!</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F02%2Fmoving-wordpress-blog-how-to-new-domain-new-host%2F&amp;linkname=Moving%20WordPress%20blog%20how-to%2C%20new%20domain%20new%20host"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/02/moving-wordpress-blog-how-to-new-domain-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog move, farewell Pork and Beans!</title>
		<link>http://www.individualeleven.net/2010/02/blog-move-farewell-pork-and-beans/</link>
		<comments>http://www.individualeleven.net/2010/02/blog-move-farewell-pork-and-beans/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 03:58:53 +0000</pubDate>
		<dc:creator>Moto</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.individualeleven.net/?p=1096</guid>
		<description><![CDATA[So I decided to move my blog to another host and also wanted to give it a new name, enter Individual Eleven. If you are a Ghost In The Shell fan like myself, then you may recognise the reference. I’ll be revamping the WordPress template over the next week or so and changing a few [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided to move my blog to another host and also wanted to give it a new name, enter Individual Eleven. If you are a Ghost In The Shell fan like myself, then you may recognise the reference. I’ll be revamping the WordPress template over the next week or so and changing a few bits here and there. It’s about time I did something with this!</p>
<p>If you have stumbled across this via an old Google link that used to point to Pork and Beans, then I would like to extend my welcome to you and hope you enjoy the content. I apologise to any readers out there that may have visited my blog regularly on the old site; sorry for the disruption I hope you find me again! If not, then I am typing this into the ether.</p>
<p>There are some people out there who have struggled to move their WordPress blog when changing to different hosts, I shall be writing up a how-to in this regard… there were some idiosyncrasies I experienced that some of you may not be aware of.</p>
<p>Anyway, back to the grind!</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.individualeleven.net%2F2010%2F02%2Fblog-move-farewell-pork-and-beans%2F&amp;linkname=Blog%20move%2C%20farewell%20Pork%20and%20Beans%21"><img src="http://www.individualeleven.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.individualeleven.net/2010/02/blog-move-farewell-pork-and-beans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
