<?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>Mark&#039;s Blog</title>
	<atom:link href="http://marksblog.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://marksblog.co.uk</link>
	<description>My Wordpress Blog</description>
	<lastBuildDate>Tue, 16 Aug 2016 21:26:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.6.9</generator>
	<item>
		<title>Sharing a Hard Drive in Ubuntu to Windows / OSX</title>
		<link>http://marksblog.co.uk/sharing-a-hard-drive-in-ubuntu-to-windows-osx/</link>
		<comments>http://marksblog.co.uk/sharing-a-hard-drive-in-ubuntu-to-windows-osx/#respond</comments>
		<pubDate>Tue, 16 Aug 2016 21:26:45 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://marksblog.co.uk/?p=236</guid>
		<description><![CDATA[Step 1. Partition your drive as required. Partition your drive however you would like. (I used the full drive as NTFS). Also name your drive. Step 2. Create a Mounting point. Create a mounting point by entering the following into the Terminal / SSH sudo mkdir /media/drivename Step 3. Get the UUID of your new drive [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>Step 1. Partition your drive as required.</h2>
<p>Partition your drive however you would like. (I used the full drive as NTFS). Also name your drive.</p>
<h2>Step 2. Create a Mounting point.</h2>
<p>Create a mounting point by entering the following into the Terminal / SSH</p>
<pre>sudo mkdir /media/drivename

</pre>
<h2>Step 3. Get the UUID of your new drive</h2>
<p>In terminal enter:</p>
<pre>blkid</pre>
<p>Copy down the UUID of your new drive.</p>
<h2>Step 4. Automatically mount the drive.</h2>
<p>Edit the fstab file found at /etc/fstab by entering:</p>
<pre>sudo nano /etc/fstab</pre>
<p>Now enter the following to the bottom of the file:</p>
<pre>UUID=YOURUUID /media/YOURFOLDER FILETYPE auto,users,permissions 0 0</pre>
<p>e.g.</p>
<pre>UUID=123456789 /media/mediadrive ntfs-3g auto,users,permissions 0 0</pre>
<h2>Step 5. Edit the Samba Conf File</h2>
<p>Enter:</p>
<pre> sudo nano /etc/samba/smb.conf</pre>
<p>Under Global Settings enter:</p>
<pre>usershare owner only=false
</pre>
<h2>Step 6. Setup Share (GUI)</h2>
<p>Using the Gui find in the file explorer the folder media/YOURDRIVENAME you created before. Right click it properties and setup sharing.</p>
<h2>Step 7. Reboot and enjoy</h2>
<p>Once all the above is complete it should share fine if you want to add another drive just do the same again.</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/sharing-a-hard-drive-in-ubuntu-to-windows-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Windows 8 Audit Mode PC Settings &#038; Store Not Working</title>
		<link>http://marksblog.co.uk/using-windows-8-audit-mode-pc-settings-store-not-working/</link>
		<comments>http://marksblog.co.uk/using-windows-8-audit-mode-pc-settings-store-not-working/#respond</comments>
		<pubDate>Sat, 18 May 2013 18:24:04 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=232</guid>
		<description><![CDATA[So I wanted to try Windows 8 on my Main PC. Why, I don&#8217;t know, &#8220;I&#8217;m just Crazy&#8221; as Ken would say. Anyway, I came across a problem. You see, I use Audit mode when setting Windows up to move the default Users location and Program Data location. Why? Well I have limited space on [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So I wanted to try Windows 8 on my Main PC. Why, I don&#8217;t know, &#8220;I&#8217;m just Crazy&#8221; as Ken would say. Anyway, I came across a problem. You see, I use Audit mode when setting Windows up to move the default Users location and Program Data location. Why? Well I have limited space on my SSD so I like these two elements on another drive.</p>
<p>On Windows 7 no problem its easy.</p>
<p>On Windows 8 it seems if you move the location of Program Data the Metro or whatever that crap is called now, breaks. PC Settings can&#8217;t be accessed, the Store wont work and half of the Metro* apps dont even appear. So yeh if your using Audit mode, and are trying to move the Program Data and then apps aren&#8217;t working thats why.</p>
<p>Windows 8, the new Windows Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/using-windows-8-audit-mode-pc-settings-store-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Windows Install after OSX &#8211; Hackintosh</title>
		<link>http://marksblog.co.uk/clean-windows-install-after-osx-hackintosh/</link>
		<comments>http://marksblog.co.uk/clean-windows-install-after-osx-hackintosh/#respond</comments>
		<pubDate>Sat, 18 May 2013 18:18:08 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=229</guid>
		<description><![CDATA[So this guide is more for me to remember how to do this in the future but if you have found this guide then this is what I want to do&#8230; OSX is already installed (10.8.3 currently others should be the same). I also have Windows already installed but want to format it and install it again [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So this guide is more for me to remember how to do this in the future but if you have found this guide then this is what I want to do&#8230;</p>
<p>OSX is already installed (10.8.3 currently others should be the same).</p>
<p>I also have Windows already installed but want to format it and install it again / or I don&#8217;t have windows installed.</p>
<p>Requirements:</p>
<ul>
<li><span style="line-height: 13px;">OSX USB Drive ideally with Unibeast.</span></li>
<li>WIndows USB Drive/Disk</li>
<li>Multibeast on your OSX install</li>
<li>1 or 2 hard drives.</li>
</ul>
<p>Steps:</p>
<ul>
<li><span style="line-height: 13px;">Boot into OSX if there is no bootloader use the USB Drive. </span></li>
<li>Go into Disk Utility.</li>
<li>Select the drive with OSX on and Windows if you already have OSX and Windows on one drive OR</li>
<li>Select the drive with OSX and a blank partition for Windows OR</li>
<li>Select the Drive you want to install Windows on if its on a dedicated Drive.</li>
<li>Now click the partition for windows and delete it</li>
<li>Then create a new one using FAT (MS-DOS FAT), you could just erase it but this caused me issues. So ideally delete it then remake the partition.</li>
<li>Now restart the PC and boot from the Windows USB or Disk.</li>
<li>Now this works for Windows 7/8 and probably Vista (crap OS dont use it).</li>
<li>Click next a few times until you see Upgrade or Custom.</li>
<li>Click Custom.</li>
<li>Select the new partition or drive you just erased/created.</li>
<li>Now you will see you cant install Windows to it as its FAT format. So click FORMAT. This will make the partition now NTFS.</li>
<li>Now install windows.</li>
<li>Once Windows is finished all installing and you have set your user account up reboot to OSX. At this point you will need to boot from the OSX USB.</li>
<li>Boot from OSX USB</li>
<li>Now at the selection of what OS to pick, choose your OSX Hard Drive/Partition NOT THE USB!</li>
<li>Now in OSX Run Multibeast and click Bootloaders. If your OSX worked fine before thats all you should click.</li>
<li>Install and restart.</li>
<li>Now you can select to boot either Windows or OSX easy eh?</li>
</ul>
<p>&nbsp;</p>
<p>Looks a lot of steps but its really simple. You must though create the partition in OSX dont use Windows to do it or else Chameleon (the bootloader) wont see the Windows Drive!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/clean-windows-install-after-osx-hackintosh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Audio To Work in 10.8.2 on P8P67 Pro</title>
		<link>http://marksblog.co.uk/getting-audio-to-work-in-10-8-2-on-p8p67-pro/</link>
		<comments>http://marksblog.co.uk/getting-audio-to-work-in-10-8-2-on-p8p67-pro/#respond</comments>
		<pubDate>Sun, 28 Oct 2012 21:41:13 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[10.8.2]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[p8p67 pro]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=214</guid>
		<description><![CDATA[This is more of a reference for myself but who knows maybe you found this by google? To get on board audio working on 10.8.2 this is what I did&#8230;. Delete AppleHDA.Kext from S/L/E Delete any audio enablers for me was something like HDA892Enabler.kext something like that from S/L/E Make sure DSDT is on Desktop [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This is more of a reference for myself but who knows maybe you found this by google?</p>
<p>To get on board audio working on 10.8.2 this is what I did&#8230;.</p>
<ol>
<li>Delete AppleHDA.Kext from S/L/E</li>
<li>Delete any audio enablers for me was something like HDA892Enabler.kext something like that from S/L/E</li>
<li>Make sure DSDT is on Desktop</li>
<li>BEFORE REBOOT use Multibeast (I used 5.1.3-1) Select only correct Audio under Drivers&#8230; Audio. For me that is Drivers &gt; Audio &gt; Realtek &gt; With DSDT &gt; ALC892</li>
<li>Reboot to working Audio.</li>
</ol>
<p><img src="https://s.w.org/images/core/emoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/getting-audio-to-work-in-10-8-2-on-p8p67-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Hell And Back With Windows 8</title>
		<link>http://marksblog.co.uk/to-hell-and-back-with-windows-8/</link>
		<comments>http://marksblog.co.uk/to-hell-and-back-with-windows-8/#respond</comments>
		<pubDate>Sat, 18 Aug 2012 20:12:56 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=208</guid>
		<description><![CDATA[I have always been a Windows user. Since my first adventure with Windows 3.1, I&#8217;ll admit I have had a Rollercoaster ride with Windows. We have been through highs and lows but, even through those lows I always managed to stay on board with Windows. However I feel that Microsoft, the &#8220;brains&#8221; behind the Windows [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I have always been a Windows user. Since my first adventure with Windows 3.1, I&#8217;ll admit I have had a Rollercoaster ride with Windows. We have been through highs and lows but, even through those lows I always managed to stay on board with Windows. However I feel that Microsoft, the &#8220;brains&#8221; behind the Windows OS are desperately trying to throw this Windows PC user off course and towards the end of the rollercoaster ride.</p>
<p><span id="more-208"></span>Some of you will probably remember the corkscrew in the Windows Rollercoaster that was Windows Vista, and maybe even Windows ME! Windows Vista was said to be the all new Windows, the faster, smarter, sleeker Windows. What did it turn out to be? An unjoyful ride, of pain, misery and what at the time felt like betrayal. Microsoft had promised so much with Windows Vista but failed to deliver the key area, user experience. Sure the code underneath Vista had been re-written and yes it must of been pretty good as it&#8217;s running Windows 7 today! But for as much time, knowledge and thought that had gone into the engine of Vista, the complete opposite had occurred for the top level. That&#8217;s where Windows 7 came in. 7 managed to re-impress Windows Users by fixing all, or the majority, of Vista issues. The Taskbar had been updated to make it easier to use and great little features like snapping Windows was added and a much faster Start Search. Windows 7 was built for everyone from power users to your gran wanting to check online for a recipe. I would even call Windows 7 the crown jewels of the Windows OS.</p>
<p>So when Windows 8 was coming who was excited? Well, I know I was! Application store, <del>metro</del>, sorry &#8220;Windows Style Apps&#8221;, easier ways to see your documents, photos, social networks, it promised so much! But Windows 8, is the New Windows Vista. Microsoft have created Windows 8 for 1 reason and 1 reason alone. Tablets. You see Microsoft knows, like we all know that the PC market is declining and the tablet market is increasing. Even Bill Gates said years ago one day we will all be on Tablets. The problem is, we aren&#8217;t. We aren&#8217;t all using tablets. The PC market, even though declining, is still healthy. Yet Microsoft have built Windows 8 as though there is no one using a PC anymore. They have created an OS that if used on a PC is so difficult and frustrating to use that it&#8217;s pointless to upgrade.</p>
<p>A fatal mistake! Microsoft, rather than creating an OS for a tablet and an OS for a PC, two very different machines, have decided to &#8220;bundle&#8221; the two together. For PC users,  which is what I&#8217;m focusing on as I am one, this creates an OS that switches back and forth with no  clear consistency. One minute your in an OS designed for touch, scrolling left to right, with large icons, no windows, and a very wishy washy feel, to the old desktop OS your so familiar with but lacking the Start button that has defined your Windows experience since it was introduced in Windows 95. Your now in an environment where you are now scrolling up and down, not left and right. An environment where icons are icons and not little tiles that spin around and are so colourful you think your back in playschool with multi-coloured blocks. You now get to search the internet using the &#8220;Bing&#8221; app only to find you click on a link that opens in another app, IE but this time the Metro, sorry I said it again, Internet explorer than the desktop one. You move back to the desktop to search your files only to click on IE and find the tabs open in &#8220;the other&#8221; IE are not available unless you return to that IE.</p>
<p>For any PC user out there I feel for you, I am one and I look to the future wondering how much longer will it be until Microsoft realise the mistake they made. How much longer will it be until we can get an OS that is designed for the people who are using it. Microsoft, there are people still using the PC. People will continue to use the PC no matter what you do. However you have pushed your core users into a position that leaves them wanting you to succeed, annoyed you have let them down, and likely to jump ship at their first opportunity.</p>
<p>What will I be doing? Well I will have to &#8220;Upgrade&#8221; sorry I mean, downgrade to Windows 7. Windows 8 is my final straw, infact I will move to an Apple Mac as soon as I can afford. At the moment I&#8217;m a student with a lack of funds so Windows 7 it will have to be but fingers crossed one day I will move to an OS that has been designed for the users using it. I&#8217;m already a iPhone and iPad user and find the OS does what I wish in the way I wish and I&#8217;m sure a Mac will too. To Apple, you have chosen the right path, keep the iPad, iPhone and Mac OS separate, only borrowing features from each, never, and I&#8217;m sure you wouldn&#8217;t make the mistake Microsoft has, which is to forget about your users.</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/to-hell-and-back-with-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day I Have Been Waiting For</title>
		<link>http://marksblog.co.uk/a-day-i-have-been-waiting-for/</link>
		<comments>http://marksblog.co.uk/a-day-i-have-been-waiting-for/#respond</comments>
		<pubDate>Fri, 16 Mar 2012 20:35:19 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://markhaynes.me/206/a-day-i-have-been-waiting-for/</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted on this blog. In fact I haven&#8217;t posted on here since last year I even messed my birthday so it seems only fitting that the first blog post in 2012 is about my new iPad. Since I gave my old iPad my sister in January I have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted on this blog. In fact I haven&#8217;t posted on here since last year I even messed my birthday so it seems only fitting that the first blog post in 2012 is about my new iPad.</p>
<p>Since I gave my old iPad my sister in January I have longed for a new one. I knew it wasn&#8217;t too far away until one was released but it felt like an age. It was great to hear the improvement Apple had made with the iPad on 7th March and I couldn&#8217;t wait so preordered one straight away. Well today is release day and at 8:50am it arrived and I&#8217;m really pleased so so I thought I best make a blog post as I haven&#8217;t done one in a while.</p>
<p>This whole post was written using the dictation built into my new iPad with only some minor corrections.</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/a-day-i-have-been-waiting-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arh December</title>
		<link>http://marksblog.co.uk/arh-december/</link>
		<comments>http://marksblog.co.uk/arh-december/#respond</comments>
		<pubDate>Sun, 04 Dec 2011 12:14:50 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=195</guid>
		<description><![CDATA[It&#8217;s that time of the year again. You know that time that comes around, well, every year. The time when people are rushing around in a mad panic buying things they neither need or actually want, but feel they must because, it&#8217;s that time of year again. If your not sure what time i&#8217;m talking [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_196" style="width: 209px" class="wp-caption alignright"><a href="http://marksblog.co.uk/wp-content/uploads/2011/12/MG_4440.jpg"><img class="size-medium wp-image-196" title="Merry Christmas" src="http://marksblog.co.uk/wp-content/uploads/2011/12/MG_4440-199x300.jpg" alt="A empty seat covered in Snow. Sit back." width="199" height="300" srcset="http://marksblog.co.uk/wp-content/uploads/2011/12/MG_4440-199x300.jpg 199w, http://marksblog.co.uk/wp-content/uploads/2011/12/MG_4440.jpg 433w" sizes="(max-width: 199px) 100vw, 199px" /></a><p class="wp-caption-text">Merry Christmas</p></div>
<p>It&#8217;s that time of the year again. You know that time that comes around, well, every year. The time when people are rushing around in a mad panic buying things they neither need or actually want, but feel they must because, it&#8217;s that time of year again. If your not sure what time i&#8217;m talking of then either your reading this waffle of mine at a time of the year that is not December or you don&#8217;t celebrate the festival that is know by the name, Christmas.</p>
<p>Often you will hear on the <del>wireless,</del> radio, (I&#8217;m not that old), mentions around the idea that &#8220;Christmas gets earlier and earlier every year&#8221; and most years I have to agree however this year it doesn&#8217;t feel that way at all. In fact to be writing this 4 days into the month of Christmas and to only just start feeling &#8220;Christmasy&#8221; feels all too odd. I mean we are so often thrust into Christmas the day after that awful event to which Americans seem to hold so dear and yet in England so many would love to ban. I&#8217;m talking Halloween. That day when annoying little children and teen trouble makers descend on your home to prise treats from you to which you have specially taken a trip to the local supermarket to buy treats to feed these&#8230;. imposters. &#8220;Get a sofa in time for Christmas&#8221;, &#8220;Great Christmas Savings&#8221;, &#8220;Roast the Christmas turkey on a new cooker&#8221;. All are little phrases the retailers love to emboss on our skulls when really I have sat on the same sofa for the last 5 years and if I do decide to buy a new one it won&#8217;t really spoil my Christmas or change my feelings towards the sofa in any way at all if I got it say, in January. In fact i&#8217;d probably save some of my hard earned money by purchasing the sofa I don&#8217;t really need but have been told I do in the &#8220;January Sales&#8221;.</p>
<p>You see, all to often it seems we forget what Christmas is all about. Now I&#8217;m not here to preech to you about the Bible or Jesus Christ or any form of religion for that matter, but no matter what you believe or who you believe in the idea of being thankful and spending time together rather than spending time killing zombies on the latest console you bagged for Christmas, seems to be the meaning behind it all. So this year, why not take a moment. Step back, look around you. You may not have the latest smartphone, and maybe the Turkey is burnt to a crisp and maybe you have lost your job this year, but look around you. Look where your sat or standing if your reading this your in a far better place than many and I think we all, me included, take the little things for granted.</p>
<p>I&#8217;m thankful, thankful to you for spending a moment of time to read this. Merry Christmas!</p>
<p><em>Mark</em></p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/arh-december/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How big does an @Amazon box need to be??</title>
		<link>http://marksblog.co.uk/how-big-does-an-amazon-box-need-to-be/</link>
		<comments>http://marksblog.co.uk/how-big-does-an-amazon-box-need-to-be/#respond</comments>
		<pubDate>Mon, 26 Sep 2011 14:17:08 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Amazon]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=190</guid>
		<description><![CDATA[Amazon is quite possibly the largest Retailer in the UK, (It might be behind the likes of Tesco). Yet shockingly Amazon do not seem to be bothered about reducing the size of their packaging to reduce impact on the amount they use every day. I fully understand products come in all shapes and sizes but [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Amazon is quite possibly the largest Retailer in the UK, (It might be behind the likes of Tesco). Yet shockingly Amazon do not seem to be bothered about reducing the size of their packaging to reduce impact on the amount they use every day. I fully understand products come in all shapes and sizes but surely such a huge online retailer should be striving to make leaps forward in terms of their own packaging. In fact Amazon has an opertunity to be a pioneer in this field.</p>
<div id="attachment_191" style="width: 310px" class="wp-caption alignright"><a href="http://marksblog.co.uk/wp-content/uploads/2011/09/photo.jpg"><img class="size-medium wp-image-191" title="Huge Amazon Box, Small Product" src="http://marksblog.co.uk/wp-content/uploads/2011/09/photo-300x225.jpg" alt="" width="300" height="225" srcset="http://marksblog.co.uk/wp-content/uploads/2011/09/photo-300x225.jpg 300w, http://marksblog.co.uk/wp-content/uploads/2011/09/photo.jpg 866w" sizes="(max-width: 300px) 100vw, 300px" /></a><p class="wp-caption-text">Really Amazon?</p></div>
<p>&#8230;.No it&#8217;s not the start of a wicked joke&#8230;</p>
<p>I am writing this blog post today after receiving my new monopod from Amazon. Its a small monopod and comes in a rather small box yet Amazon decided to ship it in something huge! Now this hasn&#8217;t just happened this once, I often get packages from Amazon in huge boxes and to me it seems such a waste. I mean really, it is necessary. Can&#8217;t Amazon look into developing a method of only needing a box the size of the product that is needed. i.e. Why not look to cutting the cardboard for each box needed. I understand this will take time but once a slick method is found it will not only save money for the material used but means less will used, less will need to be recycled and thats a big thumbs up all round!</p>
<p>Amazon, I address this to you. Don&#8217;t follow the others, do the right thing. Show your customers your investing in their world and they will invest in you! It&#8217;s great you use recycled materials but if you can use less in the first place there&#8217;s more to go around. I&#8217;m not trying to say I know the logistics of your packing facility, or the methods of recycling and its impact but surely using less packaging would help, somehow? I open an invitation for you to reply.</p>
<p>To everyone else I&#8217;d love to see your pictures of products and there delivery boxes either from Amazon or anywhere else. Send them to me, or tweet with the hashtag #deliveryboxes</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/how-big-does-an-amazon-box-need-to-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Outlet &#8211; Sells Computers BEFORE they even have them in stock!</title>
		<link>http://marksblog.co.uk/dell-outlet-sells-computers-before-they-even-have-them-in-stock/</link>
		<comments>http://marksblog.co.uk/dell-outlet-sells-computers-before-they-even-have-them-in-stock/#respond</comments>
		<pubDate>Fri, 12 Aug 2011 01:31:18 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dell]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=183</guid>
		<description><![CDATA[Ok so at first glance at the title of this post your probably thinking, &#8220;yeh doesn&#8217;t everyone?&#8221;. Well as we all know many companies often sell stock of an item before they actually have it physically there in their warehouse. Dell, Apple, Amazon you name it often when buying something online we have to wait [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_184" style="width: 190px" class="wp-caption alignright"><img class="size-medium wp-image-184" title="outlet-logo" src="http://markhaynes.me/blog/wp-content/uploads/2011/08/outlet-logo-300x200.jpg" alt="Dell Outlet" width="180" height="120" /><p class="wp-caption-text">Dell Outlet</p></div>
<p>Ok so at first glance at the title of this post your probably thinking, &#8220;yeh doesn&#8217;t everyone?&#8221;. Well as we all know many companies often sell stock of an item before they actually have it physically there in their warehouse. Dell, Apple, Amazon you name it often when buying something online we have to wait a few weeks either for stock to come in or our item to be built to the specification that we desire. However Dell outlet is Dells little online store that sells refurbished or partially damaged computers at a much lower price than they are to buy brand new and you still get the same 1 year warrenty and support so whats to loose?<span id="more-183"></span></p>
<p>Well possibly your sanity. Let me explain. On the 12th July 2011 I ordered from the Dell Outlet store (UK) a Dell XPS 15, Core i5 with, crucially, a 1920&#215;1080 resolution display. It was estimated to be delievered though in 2 weeks time and the order status claimed my purchase was &#8220;in production&#8221;. How? How can a refurbished item be &#8220;in production&#8221; I hear you ask. Well after contacting Dell it seems that if a customer contacts them saying they need to return their laptop, maybe its faulty maybe they are within their 28 days (need citation) to return the item, Dell then will put that item straight on the outlet, BEFORE, they have even received it, checked it, fixed it and tested it.</p>
<p>Also I had been waiting for weeks infact around 3-4 weeks in the end after calling Dell they finally contacted me back saying they couldn&#8217;t sell me my laptop due to a supply issue (after firstly being told it was an ordering error). This is not unique though, my friend ordered a laptop to be told his had arrived but it was too damaged when Dell got it for them to sell it on!</p>
<p>So the rule of the story? If your buying from the Dell outlet store just be warned you may never get your PC!</p>
<p><em>Mark</em></p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/dell-outlet-sells-computers-before-they-even-have-them-in-stock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Mobile Representative says No iPhones due to Complaints!</title>
		<link>http://marksblog.co.uk/3-mobile-representative-says-no-iphones-due-to-complaints/</link>
		<comments>http://marksblog.co.uk/3-mobile-representative-says-no-iphones-due-to-complaints/#respond</comments>
		<pubDate>Wed, 22 Jun 2011 19:22:46 +0000</pubDate>
		<dc:creator><![CDATA[Mark]]></dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[3 Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://markhaynes.me/?p=171</guid>
		<description><![CDATA[So I&#8217;ve just got off the phone with Three Mobile. The company has been ringing me for the past few days but I couldn&#8217;t be bothered to answer until now. I thought here we go, what &#8220;offers&#8221; do they have. The foreign lady, Pakistani or Indian spoke pretty good English which was great so I [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_172" style="width: 150px" class="wp-caption alignright"><img class="size-full wp-image-172" title="three_mobile_logo_300" src="http://markhaynes.me/blog/wp-content/uploads/2011/06/three_mobile_logo_300.jpg" alt="Three Mobile Logo" width="140" height="180" /><p class="wp-caption-text">Three Mobile</p></div>
<p>So I&#8217;ve just got off the phone with Three Mobile. The company has been ringing me for the past few days but I couldn&#8217;t be bothered to answer until now. I thought here we go, what &#8220;offers&#8221; do they have. The foreign lady, Pakistani or Indian spoke pretty good English which was great so I was able to answer and ask her questions. She started by asking me some details about my current contract (which is with O2 by the way). She asked how many minutes, texts and bundles I get. I thought id stretch the truth a little by telling her I have Unlimited web, 1000 minutes and 1000 texts all for £15 a month. I also stated that I had 10 months remaining on my contract and assumed after saying all that she would of given up.</p>
<p>But no she continued to ask what phone I had, which I informed her truthfully it was an iPhone 3GS. She then offered me a great deal with a Samsung phone! I told her no I only want an iPhone. (Id wouldn&#8217;t actually mind a Samsung Android phone but I thought lets see what she says to the iPhone). She then told me they <strong>&#8220;Have no iPhones due to complaints and therefore there is no stock&#8221;.</strong> Yeh I couldn&#8217;t believe it and surely Apple wouldn&#8217;t be happy her saying this! I therefore pushed her saying well if there&#8217;s so many complaints surely there should be stock? I said the iPhone is very popular im surprised of all the complaints. She quickly tried to retract her statement by saying there are complaints but that might not be the whole reason why there is no stock.</p>
<div id="attachment_174" style="width: 310px" class="wp-caption aligncenter"><img class="size-medium wp-image-174" title="iphone4_2up_front_side-420-90" src="http://markhaynes.me/blog/wp-content/uploads/2011/06/iphone4_2up_front_side-420-901-300x225.jpg" alt="iPhone 4" width="300" height="225" /><p class="wp-caption-text">No iPhones due to complaints!</p></div>
<p>I then asked if I have a contract with you and I have 10 months of mine left would 3 buy it out she of course said &#8220;no&#8221; so how she could think that she could give me a worthwhile deal I will never know!</p>
<p>Moral of the story, networks love to make stuff up to make you choose a phone they have plenty of stock of and are struggling to shift. Personally I would recommend never agreeing to anything when a network provider calls you have a look around online first!</p>
]]></content:encoded>
			<wfw:commentRss>http://marksblog.co.uk/3-mobile-representative-says-no-iphones-due-to-complaints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
