<?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>Urban Haze &#187; Urban Haze &#8211; Internet, IT and Digital Photography Services</title>
	<atom:link href="http://www.urbanhaze.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urbanhaze.com</link>
	<description>Internet, IT and Digital Photography</description>
	<lastBuildDate>Wed, 16 May 2012 18:24:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Increasing WordPress Upload Size Limit</title>
		<link>http://www.urbanhaze.com/2012/05/increasing-wordpress-upload-size-limit/</link>
		<comments>http://www.urbanhaze.com/2012/05/increasing-wordpress-upload-size-limit/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:43:21 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1769</guid>
		<description><![CDATA[This is a problem that&#8217;s been bugging me for some time. My WordPress sites had a maximum upload size of 8MB Whilst this is quite enough for most purposes, there are always exceptions and I could never find a way to increase the size. There are all kinds of forums and suggestions and it does [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/internet-services/wordpress/' rel='bookmark' title='WordPress CMS'>WordPress CMS</a></li>
<li><a href='http://www.urbanhaze.com/2010/12/php5-hosting/' rel='bookmark' title='PHP5 &amp; Hosting'>PHP5 &#038; Hosting</a></li>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.urbanhaze.com/wp-content/uploads/2012/05/wpuploadlimit.jpg"><img class="alignright size-medium wp-image-1770" title="wpuploadlimit" src="http://www.urbanhaze.com/wp-content/uploads/2012/05/wpuploadlimit-300x173.jpg" alt="" width="300" height="173" /></a>This is a problem that&#8217;s been bugging me for some time.</p>
<p>My WordPress sites had a maximum upload size of 8MB</p>
<p>Whilst this is quite enough for most purposes, there are always exceptions and I could never find a way to increase the size.<br />
There are all kinds of forums and suggestions and it does look like there&#8217;s no definitive answer &#8211; I&#8217;m guessing because each hosting environment is different.</p>
<p>I must thank the people who&#8217;ve taken the time to post on various websites and forums as they did eventually guide me in the right direction &#8211; although so far I haven&#8217;t seen anyone suggest the final solution that worked for me!</p>
<h2>PHP.INI</h2>
<p>Many people have mentioned this file as one that&#8217;s key to controlling how PHP behaves, and I&#8217;ve seen all kinds of different variables and code suggested to make this work.</p>
<p>&nbsp;</p>
<h2>WP-Admin Folder</h2>
<p>The key thing for me was that I realised php.ini relates to php executed in a folder &#8211; you would expect sub-folders to inherit the details, but at least for me on my 1&amp;1 hosting package that isn&#8217;t the case.</p>
<p>So, in WordPress &#8211; uploads are done from the admin area ( /wp-admin) so what I did was put a php.ini file in the root of that folder.</p>
<p>Into that empty file, I added just 3 lines of code:</p>
<blockquote><p>upload_max_filesize = 64M</p>
<p>post_max_size = 64M</p>
<p>max_execution_time = 300</p></blockquote>
<p>And for me that worked and increased the upload size to 64MB</p>
<h2>Notes and Disclaimer</h2>
<p>I&#8217;ve found you can change the value of 64MB to larger values and that is reflected in the Media Upload section of WordPress admin &#8211; you might also want to increase the max_execution_time if you&#8217;re uploading big files &#8211; as they&#8217;ll take longer to upload &#8211; but do keep in mind, this might have repercussions on other code execution.</p>
<p>Also don&#8217;t forget that not everyone has super-fast broadband, so you may want to think twice before uploading excessively large files, as it could take people ages to download them from you site.</p>
<p>Finally, it goes without saying that anything you do to your own code as a result of reading this site, you do so wholly at your own risk &#8211; and I won&#8217;t take any responsibility for any repercussions!</p>
<p>&nbsp;</p>
<p><em><strong>If you&#8217;ve found this useful, please do comment below and share your experiences.</strong></em></p>
<h3>Urban Haze specialises in creating web presences and providing technical support &#8211; if you&#8217;d like to know more, please <a title="Contact" href="http://www.urbanhaze.com/contact/">contact us</a></h3>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/05/increasing-wordpress-upload-size-limit/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/internet-services/wordpress/' rel='bookmark' title='WordPress CMS'>WordPress CMS</a></li>
<li><a href='http://www.urbanhaze.com/2010/12/php5-hosting/' rel='bookmark' title='PHP5 &amp; Hosting'>PHP5 &#038; Hosting</a></li>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/05/increasing-wordpress-upload-size-limit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Response from BT about Infinity Dates Changing</title>
		<link>http://www.urbanhaze.com/2012/05/response-from-bt-about-infinity-dates-changing/</link>
		<comments>http://www.urbanhaze.com/2012/05/response-from-bt-about-infinity-dates-changing/#comments</comments>
		<pubDate>Fri, 04 May 2012 14:48:13 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[BT Infinity]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1758</guid>
		<description><![CDATA[&#160; You may have read in a previous article that I&#8217;ve had a problem with the activation date of BT Infinity on my line that keeps changing - as it turns out, I&#8217;m not alone and share this same problem with a large number of other people &#8211; if you&#8217;re one of them and want [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/' rel='bookmark' title='BT Infinity dates Changing'>BT Infinity dates Changing</a></li>
<li><a href='http://www.urbanhaze.com/2012/04/infinity-2/' rel='bookmark' title='Infinity 2'>Infinity 2</a></li>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_1599" class="wp-caption alignright" style="width: 234px"><a href="http://www.urbanhaze.com/wp-content/uploads/2011/08/IMG_1686.jpg"><img class="size-medium wp-image-1599" title="BT Engineer Laying Fibre" src="http://www.urbanhaze.com/wp-content/uploads/2011/08/IMG_1686-224x300.jpg" alt="BT Engineer Laying Fibre" width="224" height="300" /></a><p class="wp-caption-text">BT Engineer Laying Fibre in Uppermill</p></div>
<p><a href="http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/">You may have read in a previous article that I&#8217;ve had a problem with the activation date of BT Infinity on my line that keeps changing</a><br />
- as it turns out, I&#8217;m not alone and share this same problem with a large number of other people &#8211; if you&#8217;re one of them and want something done about it, then please read on!</p>
<p>&nbsp;</p>
<p>It appears that in some cases, a date is given on the BT web site, and then as that date approaches, it is put forwards three months.<br />
To some this appears to happen again and again, sometimes over several years.</p>
<p>Of course, BT Infinity is a great service that many people want, so these constantly changing dates can at be very, very disappointing &#8211; some have said may be misleading or even false advertising.</p>
<p>&nbsp;</p>
<h2>BT Press Office Said&#8230;</h2>
<p>I contacted the BT Press Office because I wanted to give them a fair and reasonable chance to comment on this before I considered what to do next<br />
Emma from the BT Press Office very kindly got back in touch and wrote this response:</p>
<blockquote><p>Please remember that BT Retail and Openreach are separate.<br />
BT Retail is a service provider, and takes its information from Openreach like all the hundreds of other service providers.<br />
BT Retail passes onto the public what Openreach passes to them – which is the same information that is passed to other service providers.<br />
BT Retail refreshes the dates in line with the updates it receives from Openreach.<br />
The BT Retail / Infinity map clearly states the dates are subject to change and are only indicative (they are not intended as marketing as such).<br />
As I mentioned before, it is inevitable that with an engineering project of the scale that Openreach is undertaking that dates will sometimes change. Openreach is deploying super-fast fibre-based broadband to 66% of UK homes by end of 2014.</p>
<p>Openreach tries to be as clear as possible about what is possible at any given time.<br />
Every effort is made to ensure that the information given is as up-to-date and accurate as possible at any one time, and that any changes are communicated and updates given.<br />
This tends to be on a quarterly basis. (Therefore, an area due to get it by the end of June, for example, may actually get switched on in May.)<br />
It would be very wrong to suggest that dates regularly go back.<br />
In fact some switch on dates are brought forward.</p>
<p>When an exchange becomes enabled, it does not mean that all lines on that exchange will also be enabled, as called out on the “find out more” link on the BT Retail roll-out map.</p>
<p>As well as unforeseeable engineering issues, ‘switch on’ dates are sometimes put back due to unexpected queries from local planning authorities.<br />
This is why Openreach dates are essentially “as soon as possible” and so appear as the next quarter-end, but might then be pushed back as the planning permissions keep getting refused by local councils.<br />
Hence the point made by ‘Ricky’ on your blog, is a valid one.</p>
<p><em>“I would suggest that you look into your local council planning applications website and you may find some interesting information… it was refused because the cabinet was considered “VISUALLY INTRUSIVE”,</em></p>
<p>BT Retail offers to take the customer’s details for if/when Infinity become available to them. We pro-actively write to anyone on this list as soon as they become eligible. So customers can rest assured they will be the first to know when they can get it.</p>
<p>&nbsp;</p></blockquote>
<p>First of all, I&#8217;m really grateful that BT have taken the time and trouble to look into this and to write back and I think there are some very good points here.<br />
There will undoubtedly be occasions where projects are pushed back by unforseen circumstances like planning permissions, and here I can really sympathise with BT and their struggle to provide accurate information.</p>
<p>However, I&#8217;m a little disappointed that this doesn&#8217;t really seem to address the actual problem that myself and many people have found in that dates keep getting moved back<br />
- it more seems to deny that there&#8217;s a problem and says it&#8217;d be &#8220;wrong&#8221; to suggest there is one.<br />
To me something seems &#8220;wrong&#8221; if a date is given/promised/advertised and then it consistently gets put back three months, then another three than another three.</p>
<p>Perhaps one or two delays could be explained by problems with planning permissions or engineering trouble, but to consistently push dates back every three months, again and again, sometimes over several years suggests that there is some fundamental problem with the date being advertised<br />
I think I&#8217;d summarise that as follows:</p>
<blockquote>
<h2>If there are problems with an activation date, it&#8217;d be much clearer to tell people that they don&#8217;t have a date yet, rather than to suggest that it&#8217;s coming in three months&#8217; time</h2>
<h2>- especially if BT (Openreach or Retail) can&#8217;t actually say <span style="color: #ff0000;"><strong>*for sure*</strong></span> that it is in fact coming within that three month period.</h2>
</blockquote>
<p>I&#8217;m afraid I also have to disagree with the point that &#8220;<em>It would be very wrong to suggest that dates regularly go back</em>&#8221; as it appears, based on the people who have commented, and the hundreds of similar comments on BT forums (<a href="http://community.bt.com/t5/BT-Infinity/Ever-Changing-BT-Infinity-Roll-Out-Dates/td-p/135049" target="_blank">such as this link</a>) would suggest this happens to quite a large number of people consistently every three months &#8211; this is not &#8220;very wrong&#8221;, not even &#8220;slightly wrong&#8221;  in fact, it is the very definition of &#8221;dates regularly going back&#8221;!</p>
<p>&nbsp;</p>
<p>It&#8217;s annoying and frustrating when anyone promises something by a date and that date is missed.<br />
If that &#8220;anyone&#8221; is an organisation like BT then you might want to complain about it, and expect them to do something to improve the situation.</p>
<p>We can accept that BT Openreach passes information to BT Retail, I think anyone can also accept that BT are going to encounter problems when rolling out such a massive engineering project<br />
But it seems &#8220;very wrong&#8221; to even give a date if that date is completely arbitrary.</p>
<p>Judging by the number of people who&#8217;ve been in touch with me about this, and the number of times that dates have been moved back three months, it does appear as though some of the dates being given are arbitrary.<br />
Even though BT has been broken up into separate companies, somebody somewhere in BT (nowhere else!) could and <strong>should</strong> be take responsibility for this and act on it, and there should be a way to provide feedback to them.</p>
<ul>
<li>I&#8217;ve tried contacting BT Retail &#8211; who couldn&#8217;t help</li>
<li>I&#8217;ve tried contacting BT Wholesale &#8211; who don&#8217;t offer any way for me to even complain to them about this</li>
<li>I&#8217;ve tried contacting the BT Press Office, who have been kind enough to look into this and reply &#8211; but I&#8217;m afraid this doesn&#8217;t really help either!</li>
</ul>
<h2></h2>
<h2>Next Steps</h2>
<p>Like I say, the BT Press Office have been kind enough to respond to this &#8211; and it&#8217;s a bit unreasonable to expect that office to be able to actually make a change to BT to help us.  So I don&#8217;t want to &#8220;have a go&#8221; at them.<br />
But somewhere in BT there must be somebody who can sort this out &#8211; the trouble is that it that there doesn&#8217;t seem to be a way to get this message across to that part of BT.</p>
<p>So what to do about this?</p>
<p>Well in the absence of any action from BIT, it&#8217;s been suggested to me that I raise a &#8220;Supercomplaint&#8221; to the ASA, Ofcom, Trading Standards or even BBC Watchdog about this, that seems like the next logical step.<br />
So if enough people comment below, then I&#8217;ll look into doing just that.</p>
<p>I don&#8217;t know the numbers, and I don&#8217;t know how to get the numbers to see how big a problem this is<br />
It may just be a couple of us, but then again it could be thousands of us!<br />
As a public limited company, a don&#8217;t think BT is subject to FOI requests &#8211; but I can at least ask you &#8211; my readers <img src='http://www.urbanhaze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2></h2>
<h2>So, over to you!!</h2>
<p>If you find that your activation date for BT Infinity has been put back &#8211; perhaps more than once, then please do comment below<br />
I don&#8217;t need your phone numbers or exchange details, but if you could just share roughly how many times your date has been pushed back, then we can get a scale for how many people this affects, and see how many people would like something done about it.</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/05/response-from-bt-about-infinity-dates-changing/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/' rel='bookmark' title='BT Infinity dates Changing'>BT Infinity dates Changing</a></li>
<li><a href='http://www.urbanhaze.com/2012/04/infinity-2/' rel='bookmark' title='Infinity 2'>Infinity 2</a></li>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/05/response-from-bt-about-infinity-dates-changing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Infinity 2</title>
		<link>http://www.urbanhaze.com/2012/04/infinity-2/</link>
		<comments>http://www.urbanhaze.com/2012/04/infinity-2/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 12:35:40 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1754</guid>
		<description><![CDATA[BT have just announced their Infinity 2 Service What is it?  Well it&#8217;s an improvement on their Infinity Fibre To The Cabinet (FTTC) service, doubling the maximum download speed up to 76Mbps Just to qualify that, an average ADSL broadband connection will get you about 6 to 12 MBps &#8211; so it&#8217;s pretty impressive if [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
<li><a href='http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/' rel='bookmark' title='BT Infinity dates Changing'>BT Infinity dates Changing</a></li>
<li><a href='http://www.urbanhaze.com/2011/08/saddleworth-broadband-fibre/' rel='bookmark' title='Saddleworth Broadband &amp; New Fibre'>Saddleworth Broadband &#038; New Fibre</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1599" class="wp-caption alignright" style="width: 234px"><img class="size-medium wp-image-1599" title="BT Engineer Laying Fibre" src="http://www.urbanhaze.com/wp-content/uploads/2011/08/IMG_1686-224x300.jpg" alt="BT Engineer Laying Fibre" width="224" height="300" /><p class="wp-caption-text">BT Engineer Laying Fibre in Uppermill</p></div>
<h2>BT have just announced their Infinity 2 Service</h2>
<p>What is it?  Well it&#8217;s an improvement on their Infinity Fibre To The Cabinet (FTTC) service, doubling the maximum download speed up to 76Mbps</p>
<p>Just to qualify that, an average ADSL broadband connection will get you about 6 to 12 MBps &#8211; so it&#8217;s pretty impressive if they can deliver it 76 Mbps</p>
<p><a title="BT Infinity dates Changing" href="http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/">Of course, first they&#8217;ll have to enable your line &#8211; but that&#8217;s another story!</a> :)</p>
<p>&nbsp;</p>
<h2>Infinity 2</h2>
<p>The reason behind this name is that BT Openreach are able to provide up to a doubling of speed of their original Infinity service to customers</p>
<p>Although I&#8217;m not too sure BT have fully thought through the name though, after all infinity means without limit (<em>which may refer to the time you have to wait for your line to be activated!</em>)<br />
But the idea of &#8220;without limit 2&#8243; seems a little contradictory.</p>
<p><a href="http://www.productsandservices.bt.com/consumerProducts/displayTopic.do?topicId=29017" target="_blank">Anyway, check your line to see if you can get BT Infinity or Infinity 2</a></p>
<h2></h2>
<h2>Is it Fast?</h2>
<p>At up to 76Mbps download speed, BT Infinity 2 is comparable with Virgin&#8217;s Cable broadband which offers speeds up to 100Mbps, although like Infinity, Virgin Cable is only available in limited areas.</p>
<p><a href="http://store.virginmedia.com/" target="_blank">Click here and put in your postcode to see if Virgin Cable is available in your area</a></p>
<p>&nbsp;</p>
<p>If you&#8217;d like help finding the right broadband service to suit you, <a href="/contact/">contact us for more information</a></p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/04/infinity-2/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
<li><a href='http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/' rel='bookmark' title='BT Infinity dates Changing'>BT Infinity dates Changing</a></li>
<li><a href='http://www.urbanhaze.com/2011/08/saddleworth-broadband-fibre/' rel='bookmark' title='Saddleworth Broadband &amp; New Fibre'>Saddleworth Broadband &#038; New Fibre</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/04/infinity-2/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>iPad 3 is coming Tomorrow!</title>
		<link>http://www.urbanhaze.com/2012/03/ipad-3-is-coming-tomorrow/</link>
		<comments>http://www.urbanhaze.com/2012/03/ipad-3-is-coming-tomorrow/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 16:54:14 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IT & Computers]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad 3]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1749</guid>
		<description><![CDATA[&#8230;well, OK nobody outside Apple knows for sure, but it&#8217;s very, VERY likely! Tomorrow (on March 7th) Apple will hold an media event, and true to form, they&#8217;re keeping their cards close to their chest about the details. Their announcement says: &#8220;We have something you really have to see. And touch.&#8221; Which of course, could [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/04/the-ipad-2-dock-mc940zma/' rel='bookmark' title='The iPad 2 Dock &#8211; MC940ZM/A'>The iPad 2 Dock &#8211; MC940ZM/A</a></li>
<li><a href='http://www.urbanhaze.com/2011/05/wooden-smart-cover-for-ipad-2/' rel='bookmark' title='Wooden (Smart) Cover for iPad 2 from Miniot'>Wooden (Smart) Cover for iPad 2 from Miniot</a></li>
<li><a href='http://www.urbanhaze.com/2011/10/what-apples-media-event-could-mean-to-normal-folk/' rel='bookmark' title='What Apple&#8217;s Media Event could mean to Normal Folk'>What Apple&#8217;s Media Event could mean to Normal Folk</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1750" title="iPad 3 Media Event" src="http://www.urbanhaze.com/wp-content/uploads/2012/03/mainimage_us11-300x249.jpg" alt="" width="300" height="249" />&#8230;well, OK nobody outside Apple knows for sure, but it&#8217;s very, VERY likely!</p>
<p>Tomorrow (on March 7th) Apple will hold an media event, and true to form, they&#8217;re keeping their cards close to their chest about the details.<br />
Their announcement says:</p>
<blockquote>
<h2>&#8220;We have something you really have to see. And touch.&#8221;</h2>
</blockquote>
<p>Which of course, could mean anything!  And there are all kinds of rumours on the Internet, but what seems most likely is that they will release an upgrade of the iPad 2 &#8211; so everyone&#8217;s calling this &#8220;iPad 3&#8243;</p>
<p>If the rumour mill is to be believed, then we can expect something with a high resolution (Retina) screen &#8211; likely to support full high definition (1080p) and perhaps more, although you&#8217;ve got to wonder if you can appreciate full HD with a screen the size of the iPad&#8217;s.</p>
<p>&nbsp;</p>
<h2>The Big Question</h2>
<p>Perhaps the biggest question on a lot of people&#8217;s minds will be if Apple will be able to live up to the &#8220;wow&#8221; factor that Steve Jobs was so excellent at delivering in their product announcements.<br />
During his time, he announced some great products with great new features that made them really desirable.</p>
<p>Following the passing of Mr Jobs, some folk were disappointed with the launch of the iPhone 4S, that&#8217;s major new feature was Siri voice control (and an upgraded camera) but didn&#8217;t really offer so much more to the consumers than it&#8217;s predecessing model.  Even less so, for UK customers as Siri functionality over here is not as good as it is in the US.</p>
<p>Some people have suggested there the iPad 3 will have a new Quad core &#8220;A6&#8243; or maybe &#8220;A5X&#8221; processor, others have mentioned improved 4G connectivity, but none of these features will really offer any great attraction to the average user, it needs something special something unique, something never seen before to stand out from the crowd, and it&#8217;s unlikely that some new software features like Siri are going to cut it this time round!</p>
<p>In fact that&#8217;s what Apple used to excel at, was separating all the specifications and technology that appeal to us geeks and instead identifying the actual benefits of the products with focus on its features and how this product can be of use to its owner and something that they ultimately &#8220;cannot live without&#8221;</p>
<p>During the time of Steve Jobs, Apple had had a history of launching new iconic devices, from the iPod, to the iPhone to the iPad, but each of these was delivered to the world with emphasis on what it could do for you as the user.  Sure, upgrades of each device came along, but they were explained in simple terms like &#8220;Carry all your Music with you&#8221; or &#8220;Phone Call and Music&#8221; or &#8220;Video Calling&#8221;<br />
- now whilst none of these were unique to Apple products, what really made Apple stand apart from its competitors was that these were explained in terms that you could understand and see a need for in your own lifestyle.</p>
<p>The question now is without Jobs, can Apple still deliver their latest product in the same way with something that seems new and astounding and makes us say &#8220;Hey, I want that!&#8221;<br />
Or will they fall into line with their competitors and focus on features, hoping to live off the back of their previous releases and instead go for more of the same, but bigger, faster, longer stronger?</p>
<p>&nbsp;</p>
<h2>Believe the Rumours?</h2>
<p>So far, the rumours if the iPad 3 have come from the Internet, so of course us Internet geeks have focused on specification details and completely missed idea that; it&#8217;s not what you have, but what you do with it.<br />
Interestingly enough rumours are also burbling of another new device, completely different from the iPad 3 due to be launched tomorrow &#8211; so there&#8217;s a chance that Apple could wow us with something new.</p>
<p>Who knows what to expect &#8211; something like a mind control interface would be the logical next step<br />
Although given the latest advances in science, this seems somewhat unlikely!!!  All the same, you&#8217;ve got to ask, who&#8217;s else apart from Apple is likely to launch such a thing to the mass market?</p>
<p>&nbsp;</p>
<p>Like me there will be a lot of other geeks out there hoping for the best from Apple, with fingers crossed that they&#8217;re still going to be able to wow us<br />
But I&#8217;m afraid there&#8217;s also a little niggling voice in my head that fears Apple will never be what it was without Steve Jobs and mind control isn&#8217;t as likely to happen in my lifetime with him no longer around.</p>
<p>Anyway, tomorrow&#8217;s event is due to start at 10 am Pacific time &#8211; which is 6pm UK time, and I think it&#8217;s a pretty safe bet that whatever is launched the World&#8217;s press will make a big thing out of it!</p>
<p>&nbsp;</p>
<p>If you&#8217;re the kind of (normal) person that is interested in what technology can do for you, but don&#8217;t want to get wrapped up in the technical details, then Urban Haze is here to help &#8211; we can provide you with sensible advice about products that are suited to what you need from them, which might not be the latest shiniest thing with the flashiest lights.  <a href="/contact/">Contact us</a> or give us a call free on 0800 612 2845 to find out more.</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/03/ipad-3-is-coming-tomorrow/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/04/the-ipad-2-dock-mc940zma/' rel='bookmark' title='The iPad 2 Dock &#8211; MC940ZM/A'>The iPad 2 Dock &#8211; MC940ZM/A</a></li>
<li><a href='http://www.urbanhaze.com/2011/05/wooden-smart-cover-for-ipad-2/' rel='bookmark' title='Wooden (Smart) Cover for iPad 2 from Miniot'>Wooden (Smart) Cover for iPad 2 from Miniot</a></li>
<li><a href='http://www.urbanhaze.com/2011/10/what-apples-media-event-could-mean-to-normal-folk/' rel='bookmark' title='What Apple&#8217;s Media Event could mean to Normal Folk'>What Apple&#8217;s Media Event could mean to Normal Folk</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/03/ipad-3-is-coming-tomorrow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BT Infinity dates Changing</title>
		<link>http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/</link>
		<comments>http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 00:58:20 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Saddleworth]]></category>
		<category><![CDATA[BT Infinity]]></category>
		<category><![CDATA[Fibre]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1740</guid>
		<description><![CDATA[Last August and Last September I blogged that super fast fibre optic broadband was being rolled out across the UK and that it, was coming to Saddleworth soon. So the big question is what&#8217;s happened since then? Well, it&#8217;s good news for some, as indeed some areas of Saddleworth now have this super-fast broadband. Although others [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
<li><a href='http://www.urbanhaze.com/2011/08/saddleworth-broadband-fibre/' rel='bookmark' title='Saddleworth Broadband &amp; New Fibre'>Saddleworth Broadband &#038; New Fibre</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1599" class="wp-caption alignright" style="width: 234px"><a href="http://www.urbanhaze.com/wp-content/uploads/2011/08/IMG_1686.jpg"><img class="size-medium wp-image-1599" title="BT Engineer Laying Fibre" src="http://www.urbanhaze.com/wp-content/uploads/2011/08/IMG_1686-224x300.jpg" alt="BT Engineer Laying Fibre" width="224" height="300" /></a><p class="wp-caption-text">BT Engineer Laying Fibre in Uppermill last October</p></div>
<p><a href="http://www.urbanhaze.com/2011/08/saddleworth-broadband-fibre/">Last August</a> and <a href="http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/">Last September</a> I blogged that super fast fibre optic broadband was being rolled out across the UK and that it, was coming to Saddleworth soon.</p>
<p>So the big question is what&#8217;s happened since then?</p>
<p>Well, it&#8217;s good news for some, as indeed some areas of Saddleworth now have this super-fast broadband.</p>
<p>Although others are left feeling rather disappointed.</p>
<h2>In fact, some of us have been left feeling rather disappointed by BT again and again.  Here&#8217;s why&#8230;</h2>
<p>&nbsp;</p>
<p>BT have a rather nifty web page that allows you to put in your phone number and see if Infinity, or other services are available<br />
<a href="http://www.productsandservices.bt.com/consumerProducts/displayTopic.do?topicId=29017" target="_blank">Click on this link to go to that page and see if or when you can get Infinity yourself</a></p>
<h3><span style="color: #ff0000;">Warning &#8211; you should take any date mentioned here with a HUGE Pinch of Salt!</span></h3>
<p>When I first clicked on this link in early 2011, it said I could get Infinity by 31st March 2011 and that you could register your interest and BT would get in touch when it was available</p>
<p>But 31st March came and went<br />
Checking again in April, the page had changed to say I could get Infinity by 30th June 2011</p>
<p>Checking again in late June the page had changed again to say I could get Infinity by 30th September 2011</p>
<p>So checking again in early October, the page had now changed to say that I could get Infinity by 31st December 2011</p>
<p>On 12th December I checked again and discovered, this message had changed yet again to say that BT Infinity was not going to be available in my area (at all!)<br />
Which seemed rather strange considering other people a few just a few yards away in my village already had Infinity</p>
<p>&nbsp;</p>
<p>So, at that point I decided to ring BT Customer Services, who I&#8217;m afraid to say were unable to help and could only relay the same information that &#8220;it wasn&#8217;t available in my area&#8221;</p>
<p>Not one to give in easily, I decided to escalate the call, and after discussions with several people I eventually reached a very helpful press officer, who explained that with an engineering programme of this huge scale, all sort of factors can affect dates which is why they update websites as often as possible but that the work for my line was likely to be completed between February and May 2012</p>
<p>Now whilst I appreciate that rolling out BT Infinity to 20 cabinets is indeed a huge engineering programme, I can&#8217;t help but wonder after putting the cabinets into the street, and laying the cable into the ground, then what huge factors could possibly cause so much disruption that they say it would be available by March 2011, then push that back to June 2011, then push that back to September 2011, then push that back again to December 2011, then u-turn and say it wasn&#8217;t going to be available, then u-turn again and say it will be available in March 2012.</p>
<p>I do feel a bit sorry for those engineers that have done so much of the major work, but then had at least five huge factors that have so regularly disrupted their plans every three months and forced them to change their programme to another three months time, then change it again and again and again!</p>
<p>&nbsp;</p>
<h2>So where do we as consumers stand now?</h2>
<p>I tried to point out to BT that they are happily advising customers of availability dates over the phone, by email on the web and in writing, then those dates are being continuously pushed back leaving customers disappointed.  Eventually I spoke to somebody in BT who at least listened to me</p>
<p>They wrote me a nice letter to say &#8220;<em>They are sorry I found it necessary to complain</em>&#8221; and they also wrote that &#8220;<em>they had checked the web site using my phone number and advised me that it states the service will be available from 31-March-2012</em>&#8221;</p>
<p>Indeed as of Feb 29th 2012, the web site stated in black and white:</p>
<blockquote><p>When Can you Get it? &#8211; 31-March-2012</p></blockquote>
<p>Anyway, the letter went on to say that they understood my complaint was actually that the date keeps changing, but unfortunately they were not able to control the release of products and could only sincerely apologise for the delays and that &#8220;<strong>hopefully</strong> the new set date for March will complete&#8221;</p>
<p>&nbsp;</p>
<h3>To me, something doesn&#8217;t quite seem right here.</h3>
<p>I&#8217;d love to think these were just a few hiccups with BT and it&#8217;s a very limited problem, <a href="http://community.bt.com/t5/BT-Infinity/Ever-Changing-BT-Infinity-Roll-Out-Dates/td-p/135049" target="_blank">although I&#8217;ve found a forum with about 100 comments that suggests it&#8217;s not quite so small scale</a></p>
<p>But BT published an activation date on their web site in black and white (although they do also say &#8220;<em>dates are subject to change</em>&#8220;)</p>
<ul>
<li>If they change the date once, that&#8217;s unfortunate</li>
<li>If they change the date twice, that&#8217;s forgivable</li>
<li>If they change the date three times, that&#8217;s disappointing</li>
<li>If they then change that to say it&#8217;s no longer available, that&#8217;s quite shocking</li>
<li>If they then change that again to say it&#8217;s now coming in another 3 months, that&#8217;s just plain unbelievable</li>
</ul>
<p><em>Let&#8217;s hope they don&#8217;t change that yet again, as I&#8217;d struggle to come up with a suitable hyperbole!</em></p>
<p>&nbsp;</p>
<p>For me, this raises a couple of interesting questions:</p>
<blockquote>
<h3>Is the promise of a schedule that is missed and regularly changed to another 3 months&#8217; time misleading?<br />
And could that possibly be interpreted as false advertising?</h3>
</blockquote>
<p>Now I&#8217;m no expert here, so I&#8217;d be interested to hear what the professionals think</p>
<p>Anyway, we&#8217;ve just arrived March (<em>pinch, punch first of the month!</em>), and as of midnight, the availability checker is strangely unavailable</p>
<p>But the last promised date is just a few weeks away so for now, let&#8217;s give BT the benefit of the doubt.<br />
I&#8217;m interested to see what happens next and you can expect updates here on the Urban Haze blog, so please check back soon!</p>
<p>&nbsp;</p>
<h2><span style="color: #ff0000;">UPDATE 16/4/12</span></h2>
<p>The end of March date was missed and now shows as another 3 months time &#8211; no surprise there, although even more disappointment.</p>
<p>I&#8217;d like to thank the hundreds of people a month who&#8217;ve been coming to this page, and especially those who&#8217;ve taken the time to comment.<br />
Clearly this is not such a small problem if over 700 people a month are finding and reading this article.</p>
<p>Today I got back in touch with the BT Press Office, and they have said they <strong>*ARE*</strong> looking into this and have promised a response within the next 2 weeks.</p>
<p>Whilst we can&#8217;t expect BT&#8217;s Press Office to be able to fix this problem directly themselves, we can at least draw attention to it, and hopefully with their help, ensure it falls on something other than deaf ears in BT as it has done so far.</p>
<p>&nbsp;</p>
<h3><em>If you&#8217;ve experienced similar disappointments with BT Infinity dates being pushed back excessively, please do comment below and share your experiences:</em></h3>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/09/bt-infinity-in-saddleworth/' rel='bookmark' title='BT Infinity in Saddleworth'>BT Infinity in Saddleworth</a></li>
<li><a href='http://www.urbanhaze.com/2011/08/saddleworth-broadband-fibre/' rel='bookmark' title='Saddleworth Broadband &amp; New Fibre'>Saddleworth Broadband &#038; New Fibre</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/03/bt-infinity-dates-changing/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>To Buy a Gadget or Not to Buy a Gadget?</title>
		<link>http://www.urbanhaze.com/2012/01/to-buy-a-gadget-or-not-to-buy-a-gadget/</link>
		<comments>http://www.urbanhaze.com/2012/01/to-buy-a-gadget-or-not-to-buy-a-gadget/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:56:20 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CES]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPad 3]]></category>
		<category><![CDATA[Smart TV]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1709</guid>
		<description><![CDATA[If you were lucky enough to have been given some spending money at Christmas, then it might be burning a hole in your pocket leaving you desperate to dash out and buy the latest gadget But beware &#8211; starting in less than a week is CES &#8211; the Consumer Electronics Show in Las Vegas! This [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/05/wooden-smart-cover-for-ipad-2/' rel='bookmark' title='Wooden (Smart) Cover for iPad 2 from Miniot'>Wooden (Smart) Cover for iPad 2 from Miniot</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/mixed-loyalties-microsoft-or-apple/' rel='bookmark' title='Mixed Loyalties &#8211; Microsoft Or Apple?'>Mixed Loyalties &#8211; Microsoft Or Apple?</a></li>
<li><a href='http://www.urbanhaze.com/2011/10/what-apples-media-event-could-mean-to-normal-folk/' rel='bookmark' title='What Apple&#8217;s Media Event could mean to Normal Folk'>What Apple&#8217;s Media Event could mean to Normal Folk</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_509" class="wp-caption alignright" style="width: 234px"><a href="http://www.urbanhaze.com/wp-content/uploads/2011/01/IMG_0858.jpg"><img class="size-medium wp-image-509" title="iPad, iPhone4 and MiFi Router" src="http://www.urbanhaze.com/wp-content/uploads/2011/01/IMG_0858-224x300.jpg" alt="iPad, iPhone4 and MiFi Router" width="224" height="300" /></a><p class="wp-caption-text">iPad, iPhone4 and MiFi Router</p></div>
<p>If you were lucky enough to have been given some spending money at Christmas, then it might be burning a hole in your pocket leaving you desperate to dash out and buy the latest gadget</p>
<h2>But beware &#8211; starting in less than a week is CES &#8211; the Consumer Electronics Show in Las Vegas!</h2>
<p>This is a huge annual event where all the major electronics manufacturers get together and release their latest products.</p>
<p>So gadget lovers this is good news and bad!</p>
<p>If you&#8217;re the kind of person who can&#8217;t wait for the latest model, then you best hold your horses until January 13th when CES closes and all the latest gadgets will have been launched.</p>
<p>If however, you&#8217;re a bargain hunter, then you should find that the previous generation of gadgets are starting to drop in price now and will continue to drop as the new ones are launched starting on January 10th.</p>
<p>You can expect to see a variety of &#8220;Smart&#8221; TVs launched from various manufacturers over the three day event, also likely to include some partnerships with big companies like Google, offering a new breed of Internet connected Televisions with additional video services being provided online</p>
<p>&nbsp;</p>
<p>Apple fans should note that whilst nobody knows when or if Apple will release new products, the iPad 3 is rumoured not to be released until later this year (March perhaps!) although CES is expected to bring a large number of tablet devices from other Manufacturers that will push Apple to launch something special to stay ahead of the game.</p>
<p>Stay tuned to Urban Haze via <a href="http://twitter.com/urbanhaze" target="_blank">Twitter </a>and <a href="http://www.facebook.com/urbanhaze" target="_blank">Facebook </a>to keep up to date with Gadget News</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2012/01/to-buy-a-gadget-or-not-to-buy-a-gadget/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/05/wooden-smart-cover-for-ipad-2/' rel='bookmark' title='Wooden (Smart) Cover for iPad 2 from Miniot'>Wooden (Smart) Cover for iPad 2 from Miniot</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/mixed-loyalties-microsoft-or-apple/' rel='bookmark' title='Mixed Loyalties &#8211; Microsoft Or Apple?'>Mixed Loyalties &#8211; Microsoft Or Apple?</a></li>
<li><a href='http://www.urbanhaze.com/2011/10/what-apples-media-event-could-mean-to-normal-folk/' rel='bookmark' title='What Apple&#8217;s Media Event could mean to Normal Folk'>What Apple&#8217;s Media Event could mean to Normal Folk</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2012/01/to-buy-a-gadget-or-not-to-buy-a-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Santa&#8217;s In Uppermill</title>
		<link>http://www.urbanhaze.com/2011/12/santas-in-uppermill/</link>
		<comments>http://www.urbanhaze.com/2011/12/santas-in-uppermill/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 13:43:48 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Santa]]></category>
		<category><![CDATA[Uppermill]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1706</guid>
		<description><![CDATA[If you&#8217;re hoping to meet Santa before Christmas to let him know what presents you&#8217;d like, then you might want to nip over to Countryside Kids in Uppermill Santa will be in his grotto there on Thursday and Saturday Related posts: Contacting Debbie Abrahams about Uppermill Parking Uppermill Parking &#038; Oldham &#038; East Saddleworth By [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/02/contacting-debbie-abrahams-about-uppermill-parking/' rel='bookmark' title='Contacting Debbie Abrahams about Uppermill Parking'>Contacting Debbie Abrahams about Uppermill Parking</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/uppermill-parking-oldham-east-saddleworth-by-election/' rel='bookmark' title='Uppermill Parking &amp; Oldham &amp; East Saddleworth By Election'>Uppermill Parking &#038; Oldham &#038; East Saddleworth By Election</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/4400-visitorsday-to-uppermill-parking-site/' rel='bookmark' title='4400 Visitors/Day to Uppermill Parking Site'>4400 Visitors/Day to Uppermill Parking Site</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re hoping to meet Santa before Christmas to let him know what presents you&#8217;d like, then you might want to nip over to Countryside Kids in Uppermill<br />
Santa will be in his grotto there on Thursday and Saturday</p>
<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/12/20111217-134316.jpg"><img src="http://www.urbanhaze.com/wp-content/uploads/2011/12/20111217-134316.jpg" alt="20111217-134316.jpg" class="alignnone size-full" /></a></p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2011/12/santas-in-uppermill/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/02/contacting-debbie-abrahams-about-uppermill-parking/' rel='bookmark' title='Contacting Debbie Abrahams about Uppermill Parking'>Contacting Debbie Abrahams about Uppermill Parking</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/uppermill-parking-oldham-east-saddleworth-by-election/' rel='bookmark' title='Uppermill Parking &amp; Oldham &amp; East Saddleworth By Election'>Uppermill Parking &#038; Oldham &#038; East Saddleworth By Election</a></li>
<li><a href='http://www.urbanhaze.com/2011/01/4400-visitorsday-to-uppermill-parking-site/' rel='bookmark' title='4400 Visitors/Day to Uppermill Parking Site'>4400 Visitors/Day to Uppermill Parking Site</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2011/12/santas-in-uppermill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 5.0.1 for iPhone &#8211; Improves Battery Life</title>
		<link>http://www.urbanhaze.com/2011/11/ios-5-0-1-for-iphone-improves-battery-life/</link>
		<comments>http://www.urbanhaze.com/2011/11/ios-5-0-1-for-iphone-improves-battery-life/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 22:02:01 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5.0.1]]></category>
		<category><![CDATA[iPad2]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[iPhone 4S]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1684</guid>
		<description><![CDATA[Earlier on this evening Apple released iOS 5.0.1 to the public.  This is the first Apple update (for iPhones) that&#8217;s been possible for you to install without needing to plug your iPhone (or iPad or iPod!) into a PC or Mac &#8211; on the proviso that you&#8217;ve already installed iOS 5.0 The update offers a [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/02/iphone-vs-blackberry/' rel='bookmark' title='iPhone Vs Blackberry'>iPhone Vs Blackberry</a></li>
<li><a href='http://www.urbanhaze.com/2011/04/watch-live-tv-on-your-iphone/' rel='bookmark' title='Watch Live TV on your iPhone'>Watch Live TV on your iPhone</a></li>
<li><a href='http://www.urbanhaze.com/2011/02/twitter-for-iphone-hidden-features/' rel='bookmark' title='Twitter for iPhone Hidden Features'>Twitter for iPhone Hidden Features</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1952.png"><img class="alignright size-medium wp-image-1685" title="iOS 5.0.1 screen" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1952-200x300.png" alt="iOS 5.0.1 screen" width="200" height="300" /></a>Earlier on this evening Apple released iOS 5.0.1 to the public.  This is the first Apple update (for iPhones) that&#8217;s been possible for you to install without needing to plug your iPhone (or iPad or iPod!) into a PC or Mac &#8211; on the proviso that you&#8217;ve already installed iOS 5.0</p>
<p>The update offers a few features, but the major one is that it fixes what has been a major problem for the iPhone 4S in that the battery drained way to fast.</p>
<h2>How to Install?</h2>
<p>If you want to add the 5.0.1 update to your iPhone without using your computer you&#8217;ll need to have iOS 5 installed on it already.  If you do, then here&#8217;s what to do:</p>
<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1957.png"><img class="alignleft size-full wp-image-1686" title="Settings Icon" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1957.png" alt="" width="85" height="109" /></a> Go into the settings</p>
<p>Then choose General</p>
<p>Then choose Software Update<br />
If you don&#8217;t see this then you probably don&#8217;t have iOS5 installed yet &#8211; In which case, plug your iPhone into your computer, load up iTunes and follow the same procedure you&#8217;ve done before to get the latest update</p>
<p>If you&#8217;ve made it to Software Update, then click the &#8220;Download and Install&#8221; button</p>
<p>Then you&#8217;ll have to agree to the Terms and Conditions &#8211; have a good read of the legalese here (you probably won&#8217;t, but we have to tell you to!) then that&#8217;ll start the download.</p>
<p>It warns you to connect your machine to power to save battery &#8211; but with more than 50% battery life, I decided to ignore this!</p>
<p>The download itself came down in just a couple of minutes, and even that seemed to eat through the battery</p>
<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1954.png"><img class="alignleft size-medium wp-image-1687" title="iOS 5.0.1 prepare update" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1954-200x300.png" alt="iOS 5.0.1 prepare update" width="120" height="180" /></a>Once downloaded it starts &#8220;preparing&#8221; the update which takes another couple of minutes</p>
<p>Then it verifies the update</p>
<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1955.png"><img class="alignright size-medium wp-image-1688" title="iOS 5.0.1 Restart warning" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1955-200x300.png" alt="iOS 5.0.1 Restart warning" width="120" height="180" /></a>Then finally you get a 10 second warning the your iPhone will restart</p>
<p>By this time the battery power had dropped to 49% on the iPhone 4S</p>
<p>&nbsp;</p>
<p>This was the only stage that was a little shaky in the installation &#8211; you get a few black screens, pinwheels, Apple logos and a progress bar which moves along until it completes then you finally you get a black screen.</p>
<p>This leaves you wondering &#8220;is it finished?&#8221;</p>
<p>To answer the question yes, it was finished, but there&#8217;s nothing to tell you that, and actually the update says it&#8217;s going to &#8220;<strong>restart</strong>&#8221; your iPhone when actually it doesn&#8217;t</p>
<p>You have to then hold down the top button for a couple of seconds and your machine comes back to life</p>
<p>It doesn&#8217;t quite seem to have a normal start here either &#8211; which again is slightly worrying, it takes a minute or so, with a black screen, an Apple logo and another progress bar &#8211; but don&#8217;t Panic!<br />
&#8230;just let it do its thing and eventually you&#8217;ll get back to the normal lock screen.</p>
<p>For me there was another little problem here in that it made some complaint about the &#8220;Apple Find Friends&#8221; app that I&#8217;d installed not being logged in, but entering the password solved that problem.</p>
<h2></h2>
<h2>Is it worth it?</h2>
<p>Right now it&#8217;s too soon to say if this has actually improved battery performance although I have read some good (if not amazing) reviews on the Internet from people who&#8217;ve been Beta testing this update.</p>
<p>If you&#8217;ve got an Australian accent, then this update is also supposed to help Siri better recognise what you&#8217;re saying (no mention on if there&#8217;s improvements for people with Scottish accents) and it&#8217;s also supposed to add some security updates, so since it doesn&#8217;t do any harm, then yes, I think it&#8217;s worth it!</p>
<p>&nbsp;</p>
<p>Having said all that, the installation for the iPad2 went completely smoothly, and it did reboot itself and there were no complaints about the Find Friend App.  So I could have just been unlucky.<br />
Then again, there could be a few little bugs with the iPhone 4S &#8211; I&#8217;d be interested to hear what other people think, please use the comments below to share your own experiences with this update.</p>
<div class="al2fb_likers"><a href="http://www.facebook.com/profile.php?id=100002883829938" rel="nofollow">Michelle Evans</a> <span class="al2fb_liked">liked this post</span></div><div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2011/11/ios-5-0-1-for-iphone-improves-battery-life/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2011/02/iphone-vs-blackberry/' rel='bookmark' title='iPhone Vs Blackberry'>iPhone Vs Blackberry</a></li>
<li><a href='http://www.urbanhaze.com/2011/04/watch-live-tv-on-your-iphone/' rel='bookmark' title='Watch Live TV on your iPhone'>Watch Live TV on your iPhone</a></li>
<li><a href='http://www.urbanhaze.com/2011/02/twitter-for-iphone-hidden-features/' rel='bookmark' title='Twitter for iPhone Hidden Features'>Twitter for iPhone Hidden Features</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2011/11/ios-5-0-1-for-iphone-improves-battery-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yorkshire Sculpture Park</title>
		<link>http://www.urbanhaze.com/2011/11/yorkshire-sculpture-park/</link>
		<comments>http://www.urbanhaze.com/2011/11/yorkshire-sculpture-park/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 19:32:12 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[High Dynamic Range]]></category>
		<category><![CDATA[Yorkshire Sculpture Park]]></category>
		<category><![CDATA[YSP]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1669</guid>
		<description><![CDATA[I took the opportunity this weekend to visit Yorkshire Sculpture Park and do a photo shoot. What an amazing place &#8211; a huge estate of land with pieces of artwork dotted around the landscape. Yorkshire Sculpture Park also welcomes Dogs (on leads) so Rufus and Sox were able to join in and have a great [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/photography/saddleworth-photography/' rel='bookmark' title='Saddleworth Photography'>Saddleworth Photography</a></li>
<li><a href='http://www.urbanhaze.com/2011/07/delph-party-in-the-park-2011/' rel='bookmark' title='Delph Party in the Park 2011'>Delph Party in the Park 2011</a></li>
<li><a href='http://www.urbanhaze.com/2011/07/yorkshire-day-in-saddleworth/' rel='bookmark' title='Yorkshire Day in Saddleworth'>Yorkshire Day in Saddleworth</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I took the opportunity this weekend to visit Yorkshire Sculpture Park and do a photo shoot.</p>
<p>What an amazing place &#8211; a huge estate of land with pieces of artwork dotted around the landscape.</p>
<p>Yorkshire Sculpture Park also welcomes Dogs (on leads) so Rufus and Sox were able to join in and have a great day out too.</p>
<p>Here&#8217;s some of my favourite photos taken on the day:</p>
				<div id="gallery-7237aee6" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322349250"><img class="photo" title="DSC_0919_20_21_tonemapped" src="http://farm7.static.flickr.com/6041/6322349250_b7a9a8213c_s.jpg" alt="DSC_0919_20_21_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322376918"><img class="photo" title="DSC_0925_6_7_tonemapped" src="http://farm7.static.flickr.com/6120/6322376918_584ce19a73_s.jpg" alt="DSC_0925_6_7_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322089025"><img class="photo" title="DSC_0928_29_30_tonemapped" src="http://farm7.static.flickr.com/6239/6322089025_a4d2dec372_s.jpg" alt="DSC_0928_29_30_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322634550"><img class="photo" title="DSC_0931_2_3_tonemapped" src="http://farm7.static.flickr.com/6042/6322634550_04cf3fffa9_s.jpg" alt="DSC_0931_2_3_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322124873"><img class="photo" title="DSC_0934_5_6_tonemapped" src="http://farm7.static.flickr.com/6233/6322124873_24af59be7c_s.jpg" alt="DSC_0934_5_6_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322668142"><img class="photo" title="DSC_0937_8_9_tonemapped" src="http://farm7.static.flickr.com/6223/6322668142_8d5577674c_s.jpg" alt="DSC_0937_8_9_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322692802"><img class="photo" title="DSC_0940_1_2_tonemapped" src="http://farm7.static.flickr.com/6231/6322692802_5ecf763820_s.jpg" alt="DSC_0940_1_2_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322708016"><img class="photo" title="DSC_0945_6_7_tonemapped" src="http://farm7.static.flickr.com/6217/6322708016_d46b82404f_s.jpg" alt="DSC_0945_6_7_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322199289"><img class="photo" title="DSC_1055_6_7_tonemapped" src="http://farm7.static.flickr.com/6093/6322199289_600056588d_s.jpg" alt="DSC_1055_6_7_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322748224"><img class="photo" title="DSC_1058_59_60_tonemapped" src="http://farm7.static.flickr.com/6214/6322748224_3c2e0b2db8_s.jpg" alt="DSC_1058_59_60_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322241555"><img class="photo" title="DSC_1061_2_3_tonemapped" src="http://farm7.static.flickr.com/6217/6322241555_0f6cdc2c84_s.jpg" alt="DSC_1061_2_3_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322260819"><img class="photo" title="DSC_1064_5_6_tonemapped" src="http://farm7.static.flickr.com/6105/6322260819_1a92e71d76_s.jpg" alt="DSC_1064_5_6_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322448077"><img class="photo" title="DSC_1070_1_2_tonemapped" src="http://farm7.static.flickr.com/6108/6322448077_25cf9c0ff0_s.jpg" alt="DSC_1070_1_2_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322998730"><img class="photo" title="DSC_1076_7_8_tonemapped" src="http://farm7.static.flickr.com/6112/6322998730_9223e6f732_s.jpg" alt="DSC_1076_7_8_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322493469"><img class="photo" title="DSC_1082_3_4_tonemapped" src="http://farm7.static.flickr.com/6239/6322493469_afd72993f8_s.jpg" alt="DSC_1082_3_4_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323073846"><img class="photo" title="DSC_1085_6_7_tonemapped" src="http://farm7.static.flickr.com/6036/6323073846_86b86042c8_s.jpg" alt="DSC_1085_6_7_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323088910"><img class="photo" title="DSC_1088_89_90_tonemapped" src="http://farm7.static.flickr.com/6059/6323088910_24c014c5f7_s.jpg" alt="DSC_1088_89_90_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323090526"><img class="photo" title="DSC_1097_8_9_tonemapped" src="http://farm7.static.flickr.com/6054/6323090526_690abe9862_s.jpg" alt="DSC_1097_8_9_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322574017"><img class="photo" title="DSC_1100_1_2_tonemapped" src="http://farm7.static.flickr.com/6094/6322574017_fe3f2ef340_s.jpg" alt="DSC_1100_1_2_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323109522"><img class="photo" title="DSC_1103_4_5_fused" src="http://farm7.static.flickr.com/6045/6323109522_2b705458e3_s.jpg" alt="DSC_1103_4_5_fused" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323121496"><img class="photo" title="DSC_1106_7_8_tonemapped" src="http://farm7.static.flickr.com/6230/6323121496_11e14d1e1d_s.jpg" alt="DSC_1106_7_8_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322607917"><img class="photo" title="DSC_1109_10_11_tonemapped" src="http://farm7.static.flickr.com/6096/6322607917_9ae25ff468_s.jpg" alt="DSC_1109_10_11_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323144406"><img class="photo" title="DSC_1112_3_4_tonemapped" src="http://farm7.static.flickr.com/6098/6323144406_04e1bd78d8_s.jpg" alt="DSC_1112_3_4_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322624467"><img class="photo" title="DSC_1115_6_7_tonemapped" src="http://farm7.static.flickr.com/6032/6322624467_a79c84edfb_s.jpg" alt="DSC_1115_6_7_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323159250"><img class="photo" title="DSC_1118_19_20_tonemapped" src="http://farm7.static.flickr.com/6223/6323159250_552cb9430d_s.jpg" alt="DSC_1118_19_20_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322640841"><img class="photo" title="DSC_1121_2_3_tonemapped" src="http://farm7.static.flickr.com/6108/6322640841_98583fc3c0_s.jpg" alt="DSC_1121_2_3_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322648097"><img class="photo" title="DSC_1124_5_6_tonemapped" src="http://farm7.static.flickr.com/6093/6322648097_fb3bba759f_s.jpg" alt="DSC_1124_5_6_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322655347"><img class="photo" title="DSC_1127_8_9_tonemapped" src="http://farm7.static.flickr.com/6035/6322655347_6e3e340ab6_s.jpg" alt="DSC_1127_8_9_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6322660473"><img class="photo" title="DSC_1130_1_2_tonemapped" src="http://farm7.static.flickr.com/6226/6322660473_57f6f91805_s.jpg" alt="DSC_1130_1_2_tonemapped" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=6323194294"><img class="photo" title="DSC_1133_4_5_tonemapped" src="http://farm7.static.flickr.com/6221/6323194294_3d89ac6015_s.jpg" alt="DSC_1133_4_5_tonemapped" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
									<div class="fg-clear" id="fg-7237aee6-nav">
						<div id="fg-7237aee6-next" class="flickr-gallery-next" style="float: right"><a href="#">Next Page &rsaquo;</a></div>
						<div id="fg-7237aee6-prev" class="flickr-gallery-prev" style="display: none; float: left"><a href="#">&lsaquo; Previous Page</a></div>
					</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-7237aee6 .flickr-thumb img").flightbox({size_callback: get_sizes});
						});
										
											var flickr_gallery_7237aee6_page = 1;
						(function($){
							$(document).ready(function(){
								$("#fg-7237aee6-next a, #fg-7237aee6-prev a").click(function(e){
									if ( $(e.target).parent().is("#fg-7237aee6-next") ) {
										flickr_gallery_7237aee6_page++;
									} else {
										flickr_gallery_7237aee6_page--;
									}
									$("#gallery-7237aee6 .flickr-thumb").css("visibility", "hidden");
									//$("#gallery-7237aee6").css("background", "transparent url(http://www.urbanhaze.com/wp-content/plugins/flickr-gallery/flightbox/images/loading-2.gif) scroll no-repeat center center");
									$.post("/feed/", {
										action: 'flickr-gallery-page',
										pager: "O:15:\"phpFlickr_pager\":5:{s:6:\"method\";s:26:\"flickr.photosets.getPhotos\";s:4:\"args\";a:4:{s:11:\"photoset_id\";s:17:\"72157627949442089\";s:6:\"extras\";s:6:\",media\";s:8:\"per_page\";i:30;s:4:\"page\";i:1;}s:8:\"per_page\";s:2:\"30\";s:4:\"page\";i:1;s:6:\"_extra\";N;}",
										page: flickr_gallery_7237aee6_page
									}, function(rsp){
										$("#gallery-7237aee6").html(rsp.html);
																					$("#gallery-7237aee6 .flickr-thumb img").flightbox({size_callback: get_sizes});
																				if ( rsp.page == 1 ) {
											$("#fg-7237aee6-prev").hide();
										} else {
											$("#fg-7237aee6-prev").show();
										}
										if ( rsp.page == rsp.pages ) {
											$("#fg-7237aee6-next").hide();
										} else {
											$("#fg-7237aee6-next").show();
										}
									}, 'json');
									return false;
								});
							});
						})(jQuery);
										//-->
				</script>
			
<p>We can offer 3D canvas prints of these images:</p>
<ul>
<li>40cm x 30cm from<strong> £75</strong></li>
<li>110cmx47cm from <strong>£150</strong></li>
</ul>
<p>Urban Haze offers a wide range of digital photography services &#8211; for more information, <a href="/contact/">please contact us</a></p>
<div class="al2fb_likers"><a href="http://www.facebook.com/profile.php?id=100002883829938" rel="nofollow">Michelle Evans</a>, <a href="http://www.facebook.com/profile.php?id=605502148" rel="nofollow">Jude Gidney</a> <span class="al2fb_liked">liked this post</span></div><div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2011/11/yorkshire-sculpture-park/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/photography/saddleworth-photography/' rel='bookmark' title='Saddleworth Photography'>Saddleworth Photography</a></li>
<li><a href='http://www.urbanhaze.com/2011/07/delph-party-in-the-park-2011/' rel='bookmark' title='Delph Party in the Park 2011'>Delph Party in the Park 2011</a></li>
<li><a href='http://www.urbanhaze.com/2011/07/yorkshire-day-in-saddleworth/' rel='bookmark' title='Yorkshire Day in Saddleworth'>Yorkshire Day in Saddleworth</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2011/11/yorkshire-sculpture-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony ICF-CL75iP Review</title>
		<link>http://www.urbanhaze.com/2011/11/sony-icf-cl75ip-review/</link>
		<comments>http://www.urbanhaze.com/2011/11/sony-icf-cl75ip-review/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 12:00:27 +0000</pubDate>
		<dc:creator>urbanhaze</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ICF-CL75iP]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[iPhone 4S]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[TV Catchup]]></category>
		<category><![CDATA[Wake Up Light]]></category>

		<guid isPermaLink="false">http://www.urbanhaze.com/?p=1664</guid>
		<description><![CDATA[Last year, I moved on to the Sony ICF-CL75iP &#8220;Dream Machine&#8221; after needing something by my bedside to charge my iPhone 4 and having had a terrible time with the Philips Wake Up Lights This is a long overdue review of that rather funky piece of machinery. Price First of all, this Sony Machine does [...]
Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2010/12/philips-hf3490-wake-up-light-review/' rel='bookmark' title='Philips HF3490 Wake Up Light Review'>Philips HF3490 Wake Up Light Review</a></li>
<li><a href='http://www.urbanhaze.com/2010/12/netgear-readynas-duo-review/' rel='bookmark' title='Netgear ReadyNAS Duo Review'>Netgear ReadyNAS Duo Review</a></li>
<li><a href='http://www.urbanhaze.com/2011/04/watch-live-tv-on-your-iphone/' rel='bookmark' title='Watch Live TV on your iPhone'>Watch Live TV on your iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_19481.jpg"><img class="alignright size-medium wp-image-1665" title="Sony ICF-CL75iP" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_19481-300x225.jpg" alt="Sony ICF-CL75iP" width="300" height="225" /></a>Last year, I moved on to the Sony ICF-CL75iP &#8220;Dream Machine&#8221; after needing something by my bedside to charge my iPhone 4 and having had a <a href="http://www.urbanhaze.com/2010/12/philips-hf3490-wake-up-light-review/">terrible time with the Philips Wake Up Lights</a></p>
<p>This is a long overdue review of that rather funky piece of machinery.</p>
<h2>Price</h2>
<p>First of all, this Sony Machine does not come cheap, retailing at £119.99, although shop around, you may find one for less than £90.  Having said that, the cost is pretty justifiable, as not only is this an alarm clock and iPhone charger, it also has a 7 inch display</p>
<h2>Compatibility</h2>
<p>Although the display was originally designed to work with iPods although I&#8217;m pleased to announce it works with the iPhone 4 and iPhone 4S on iOS5 (<em>although this does require a firmware upgrade &#8211; see below</em>) and this is where this machine begins to live up to it&#8217;s &#8220;Dream Machine&#8221; name.</p>
<p>There&#8217;s a hidden dock that pops out of the right hand side of this machine.   Once extended, you&#8217;ve got a choice of dock &#8220;templates&#8221; &#8211; although if you remove all the templates, you&#8217;ll find that an iPhone 4 or 4S will connect properly and stand up nicely even with a case on it like the Griffin Reveal Etch, although the iPhone doesn&#8217;t actually rest on the plastic of the dock, it does need the connector itself to stand upright &#8211; but after using this for a year I&#8217;ve found it&#8217;s solid enough</p>
<h2>The 7&#8243; Screen</h2>
<p>One of the great features of this alarm clock is its 7&#8243; screen &#8211; this displays the time in nice big numbers, useful if you&#8217;re going a bit short sighted!</p>
<p>It&#8217;ll also display a slideshow of your favourite pictures, copied from either USB or memory card.  But this screen really comes into its own when it&#8217;s used in conjunction with the iPhone.  Just to be clear up front, it doesn&#8217;t display everything &#8211; although the list of what does work is quite impressive:</p>
<ul>
<li>YouTube videos</li>
<li>iPhone Movies / TV shows</li>
<li>Video Streaming from Web Browsers</li>
</ul>
<p>What this means is that if you subscribe to the <a href="http://www.urbanhaze.com/2011/04/watch-live-tv-on-your-iphone/">free TV Catchup service</a> and can access WiFi from your bedside, then you can actually watch about 50 TV channels on the 7&#8243; screen.</p>
<p>Having said that, I think our friends from Sony may have missed an obvious flaw in their cunning plan &#8211; in that one of the main feature of this device is that it&#8217;s designed to be a bedside alarm clock, and the nature of being by the side of a bed usually implies that the viewer is lying down in bed, and looking to the bed-side at the device.</p>
<p>Quite simply, this means in practical terms is that you&#8217;re looking at the screen either sideways or at an angle &#8211; which takes a bit of getting used to!!</p>
<h2>Speakers and Sound</h2>
<p>One of the other great features is the sound quality &#8211; this is something Sony have plenty of experience of, and I&#8217;m pleasantly surprised that for such a little machine the sound is clean, clear, covers a wide range of tones, has nice bass quality and not at all tinny &#8211; much better than the speaker on the iPhone, so this makes listening to music in sleep mode before you doze off a pleasant experience.</p>
<h2>Firmware 1.10</h2>
<p><a href="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1943.jpg"><img class="size-thumbnail wp-image-1666 alignleft" title="Firmware Update" src="http://www.urbanhaze.com/wp-content/uploads/2011/11/IMG_1943-150x150.jpg" alt="" width="150" height="150" /></a>In order to use an iPhone 4S, you&#8217;re going to need to follow the instructions provided by Sony to upgrade the firmware on this machine to the latest version (1.10 at the time of writing)  If you use an earlier version of Firmware, the iPhone 4S will still charge, but the ICF-CL75iP won&#8217;t recognise it to play its music or videos.</p>
<p>When you do upgrade the Firmware, make sure you follow the instructions carefully &#8211; I made the mistake of using a small SD card and kept getting the following error: &#8220;There is no system.img AND resource.img file in memroy card, update can&#8217;t continue&#8230;&#8221; (yes &#8220;memroy&#8221;, not memory!)</p>
<p>But when I put a larger card it, the upgrade went very smoothly and I was pleased to find that it had still remembered all my images for the slide show &#8211; so no need to reload those.</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=147512605321047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://www.urbanhaze.com/2011/11/sony-icf-cl75ip-review/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div><p>Related posts:<ol>
<li><a href='http://www.urbanhaze.com/2010/12/philips-hf3490-wake-up-light-review/' rel='bookmark' title='Philips HF3490 Wake Up Light Review'>Philips HF3490 Wake Up Light Review</a></li>
<li><a href='http://www.urbanhaze.com/2010/12/netgear-readynas-duo-review/' rel='bookmark' title='Netgear ReadyNAS Duo Review'>Netgear ReadyNAS Duo Review</a></li>
<li><a href='http://www.urbanhaze.com/2011/04/watch-live-tv-on-your-iphone/' rel='bookmark' title='Watch Live TV on your iPhone'>Watch Live TV on your iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.urbanhaze.com/2011/11/sony-icf-cl75ip-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

