<?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>Warren&#039;s Blog &#187; Front Page</title>
	<atom:link href="http://warren.morgans.cc/blog/category/frontpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://warren.morgans.cc/blog</link>
	<description>Just Another Blog (JAB) but this is from Warren Morgan</description>
	<lastBuildDate>Sun, 18 Jul 2010 00:25:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stream video to your iPhone or iPad &#8211; on demand</title>
		<link>http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/</link>
		<comments>http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 01:16:46 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/</guid>
		<description><![CDATA[Having recently got an iPhone and an iPad (yeah lucky me), one of my desires has been to view my MythTV recordings on the device, wirelessly at home if I wanted to and when I wanted to.
The problem is that most video recordings that MythTV make are huge, and others that you may have downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently got an iPhone and an iPad (yeah lucky me), one of my desires has been to view my <a href="http://www.mythtv.org/" target="_blank">MythTV</a> recordings on the device, wirelessly at home if I wanted to and when I wanted to.</p>
<p>The problem is that most video recordings that MythTV make are huge, and others that you may have downloaded are in various formats of AVI, mpeg and whatever.</p>
<p>Traditionally the method is to use <a href="http://handbrake.fr/" target="_blank">Handbrake</a>, which re-encodes a video file in a nice neat iPhone (or other) format ready to drag into iTunes and Sync (upload) onto the unit so you can watch it later. This is great if you want to put something there to watch on the train or bus or on a plane… but requires planning, preparation and time to do this.</p>
<p>If you want to see something that you recorded on your TV-PC decoder system (like MythTV) last night while still in bed on a Sunday morning then that’s an issue.</p>
<p>Now just to cover a technical point, MythTV records big mpg videos and there are more than 4 solutions I tried such as;</p>
<ul>
<li>MythTV – The Web Server<br />
Delivers streaming content to PC’s but this uses flash which does not work on iPhones and is pretty low res.</li>
<li>MythExport supposedly re-encodes recordings and puts them into an RSS feed<br />
Problem: still need to sync with iTunes to view<br />
Problem: the re-encoding doesn’t work, at least in Lucid MythBuntu<br />
Problem: even if it did work I have networking/sync/iTunes issues with it</li>
<li>MythPodcaster does a similar thing above, but live<br />
Problem: Resides in a Tomcat (other) web server<br />
Problem: Doesn’t work, unable to get all components installed on Lucid Mythbuntu</li>
</ul>
<p><a href="http://www.inmethod.com/air-video"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Air Video" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/07/image.png" border="0" alt="Air Video" width="195" height="197" align="right" /></a> Hello <a href="http://www.inmethod.com/air-video" target="_blank">AirVideo</a>, an application I recently and eventually found to do this and it works.</p>
<p>The product works in two parts, the viewer (residing on your iPhone or iPad) and a server, ready and running to deliver and re-encode your movies and recordings on demand.</p>
<p>I first got the <a href="http://www.inmethod.com/air-video/download.html" target="_blank">server</a> and put it on my work desktop machine, it runs as a service and allows you to ‘point’ it to a directory on your drive where your video files are and can watch them.</p>
<p>This is available in both Mac and Windows and it could not have been simpler.</p>
<p>Second part is the AirVideo iPhone or iPad application or Viewer.</p>
<p>There is a <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=313056918&amp;mt=8" target="_blank">free trial version</a> on iTunes, or the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=306550020&amp;mt=8" target="_blank">full version</a> for $3.99 AU. (iTunes links)</p>
<p>So, my first try was on my work pc, I downloaded and ran the server, easy, installed the iPad app and then in this added a reference to my server, the network IP address of my desktop pc. Then over my work network it connected to the server, showed all the movies in that directory and allowed me to watch them.</p>
<p>This takes a bit of processing power and may slow your desktop pc down a bit when you do this but it was all just too easy. The resulting quality and speed however was great.</p>
<p>Now onto MythTV. This uses the linux operating system and can be quite fun and a challenge to get running. I have talked about this before.</p>
<p>The issue is that, if Air Viewer Server is only for Mac or Windows, how to use it on this platform?</p>
<p>The answer is here, <a href="http://ubuntuforums.org/showthread.php?t=1456417" target="_blank">a basic guide for installing this application using ‘wine’</a>, a windows emulator for unix and have it run on your mythtv system.</p>
<p>Two things I would add to that are…</p>
<ol>
<li>Do this on a terminal window on the box itself. Do not just telnet to the system and try it because the install needs a GUI interface while it pretends to be a windows system.</li>
<li>After step 2 of this guide, you also need to install Bonjour from apple.</li>
</ol>
<p>Step 2.5:<br />
wget http://support.apple.com/downloads/DL999/en_US/BonjourPSSetup.exe<br />
wine ./BonjourPSSetup.exe</p>
<p>And it works, AirVideo server is running on my Myth box, I can stream and view any recordings or stored video files at will to my iPad.</p>
<p>The one last thing I am looking at is the filenames. Those created in Myth are date/channel/time/length based and not informative of the actual recording. There is a script I am going to try that is intended to produce a list of nicely titled links referring to the videos which should make finding the recordings much nicer… but for another time.</p>
<p>I hope you enjoy and find this helpful.</p>
<p><strong>Edit/Addition</strong></p>
<p>To make this all a little nicer, listing the programs by name rather than the Myth id format would be helpful and this is how I have done it.</p>
<p>On the myth system I now use a perl script called <a href="http://www.mythtv.org/wiki/Mythlink.pl">mythlink.pl</a> which makes symbolic links to the recordings.</p>
<p>I made a new directory in my files, next to recordings called airvideo and did chown to the mythtv:mythtv user and chmod to 775<br />
copy /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl to /usr/bin<br />
mythlink.pl &#8211;link /..(location)/mythtv/airvideo<br />
(note, that&#8217;s a [double] dash dash link)</p>
<p>Set the airvideo server to the new airvideo directory location instead of recordings</p>
<p>To make this happen regularly I put this script in a crontab so it runs every 30 minutes keeping them updated regularly.</p>
<p>Airvideo can stream and convert on the fly, this works ok but I have found its hard to skip and sometimes drops out when trying this on an iPhone, on an iPad it seems to work better.</p>
<p>Airvideo allows you to pre-convert files allowing much better playback. This is done in the client and on my machine (a fairly nice AMD 64) a 1.1Gb recording (of 40 minutes) was converted to a 188Mb m4v in under 10 minutes.</p>
<p>Having the nicely named program links in a seperate airvideo directory also means the converted files are located and managed there.</p>
<p>Good luck <img src='http://warren.morgans.cc/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Stream%20video%20to%20your%20iPhone%20or%20iPad%20%26ndash%3B%20on%20demand%22&amp;body=Link: http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Having%20recently%20got%20an%20iPhone%20and%20an%20iPad%20%28yeah%20lucky%20me%29%2C%20one%20of%20my%20desires%20has%20been%20to%20view%20my%20MythTV%20recordings%20on%20the%20device%2C%20wirelessly%20at%20home%20if%20I%20wanted%20to%20and%20when%20I%20wanted%20to.%0D%0A%0D%0AThe%20problem%20is%20that%20most%20video%20recordings%20that%20MythTV%20make%20are%20huge%2C%20and%20others%20that%20you%20may%20have%20downloaded%20ar" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;t=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand+-+http://b2l.me/admj4w&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;title=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;title=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;title=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand&amp;summary=Having%20recently%20got%20an%20iPhone%20and%20an%20iPad%20%28yeah%20lucky%20me%29%2C%20one%20of%20my%20desires%20has%20been%20to%20view%20my%20MythTV%20recordings%20on%20the%20device%2C%20wirelessly%20at%20home%20if%20I%20wanted%20to%20and%20when%20I%20wanted%20to.%0D%0A%0D%0AThe%20problem%20is%20that%20most%20video%20recordings%20that%20MythTV%20make%20are%20huge%2C%20and%20others%20that%20you%20may%20have%20downloaded%20ar&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/&amp;title=Stream+video+to+your+iPhone+or+iPad+%26ndash%3B+on+demand" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/07/15/stream-video-to-your-iphone-or-ipad-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suzuki GSX-250F Across Update</title>
		<link>http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/</link>
		<comments>http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 01:21:46 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/</guid>
		<description><![CDATA[Many of you have been getting the GSX-250F Users manual from my site which is great. It would be good to hear from some of you how it’s going, if your enjoying your ride or if the books are helping you fix and maintain it.
All the same, I have done some updates. This new version [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/image.png" rel="lightbox[184]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/image_thumb.png" width="179" height="244" /></a>Many of you have been getting the GSX-250F Users manual from my site which is great. It would be good to hear from some of you how it’s going, if your enjoying your ride or if the books are helping you fix and maintain it.</p>
<p>All the same, I have done some updates. This new version of the User Guide is updated to newer versions of Acrobat Reader (8 and above) and also it’s now OCR’d so you can search it.</p>
<p><a href="http://dl.dropbox.com/u/181129/gsx250f/GSX250F-9.pdf" target="_blank">Get the OCR version (8.5Mb)</a></p>
<p><a href="http://dl.dropbox.com/u/181129/gsx250f/GSX250F.pdf" target="_blank">Get the original (Colour) version (4.5Mb)</a></p>
<p>There is also the full <a href="http://dl.dropbox.com/u/181129/gsx250f/GSX250F_Workshop_manual_complete.pdf" target="_blank">workshop manuals</a> and <a href="http://dl.dropbox.com/u/181129/gsx250f/GSX250F_Workshop_manual_extra_diagrams.zip" target="_blank">extra diagrams</a> for download here too.</p>
<p>I am now nearing 55,000 Kms on my ‘97 across. It’s going great guns after some minor and major repairs to it since I got it. In some order, chronological memory…</p>
<ul>
<li>Chain and Sprocket </li>
<li>Head stem bearings </li>
<li>Fuel tank sensors (replaced after leaking) </li>
<li>Temperature gauge </li>
<li>Front fork bushes      <br />Getting some pretty nice spring and work done by <a href="http://www.suspensionsrus.com.au" target="_blank">suspensions-r-us</a>. </li>
<li>New rear tire </li>
<li>Gear lever actuator </li>
</ul>
<p>So I have been doing some serious maintenance on it. I would rather it was perfect but a 13 year old bike is not without it’s issues but generally I have been happy with it, it rarely lets me down.</p>
<p>I would love some feedback using the form below or direct to warren[@]morgans.cc</p>
<p>Here are some new bike pics, for your entertainment…</p>
<p><a href="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0473.jpg" rel="lightbox[184]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0473" border="0" alt="IMG_0473" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0473_thumb.jpg" width="244" height="184" /></a> <a href="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0013.jpg" rel="lightbox[184]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0013" border="0" alt="IMG_0013" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0013_thumb.jpg" width="244" height="184" /></a> </p>
</p>
<p><a href="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0475.jpg" rel="lightbox[184]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0475" border="0" alt="IMG_0475" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/06/IMG_0475_thumb.jpg" width="244" height="184" /></a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Suzuki%20GSX-250F%20Across%20Update%22&amp;body=Link: http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Many%20of%20you%20have%20been%20getting%20the%20GSX-250F%20Users%20manual%20from%20my%20site%20which%20is%20great.%20It%20would%20be%20good%20to%20hear%20from%20some%20of%20you%20how%20it%E2%80%99s%20going%2C%20if%20your%20enjoying%20your%20ride%20or%20if%20the%20books%20are%20helping%20you%20fix%20and%20maintain%20it.%20%20All%20the%20same%2C%20I%20have%20done%20some%20updates.%20This%20new%20version%20of%20the%20User%20Guide" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;t=Suzuki+GSX-250F+Across+Update" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Suzuki+GSX-250F+Across+Update+-+http://b2l.me/admznn&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;title=Suzuki+GSX-250F+Across+Update" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;title=Suzuki+GSX-250F+Across+Update" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;title=Suzuki+GSX-250F+Across+Update&amp;summary=Many%20of%20you%20have%20been%20getting%20the%20GSX-250F%20Users%20manual%20from%20my%20site%20which%20is%20great.%20It%20would%20be%20good%20to%20hear%20from%20some%20of%20you%20how%20it%E2%80%99s%20going%2C%20if%20your%20enjoying%20your%20ride%20or%20if%20the%20books%20are%20helping%20you%20fix%20and%20maintain%20it.%20%20All%20the%20same%2C%20I%20have%20done%20some%20updates.%20This%20new%20version%20of%20the%20User%20Guide&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/&amp;title=Suzuki+GSX-250F+Across+Update" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/06/28/suzuki-gsx-250f-across-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer service WIN #1 &#8211; My new ISP</title>
		<link>http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/</link>
		<comments>http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:28:49 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Observations]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/</guid>
		<description><![CDATA[OK, I moved to a new ISP recently, and got some new equipment, router, VOIP phone and all that jazz. All worked a treat and I have been very happy.
The other day, I noticed the charger for the phone was not on (no light) and it wasn’t charging the handset… Soon it was flat. No [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I moved to a new ISP recently, and got some new equipment, router, VOIP phone and all that jazz. All worked a treat and I have been very happy.</p>
<p>The other day, I noticed the charger for the phone was not on (no light) and it wasn’t charging the handset… Soon it was flat. No big deal as there is also a charger in the base router box I got but all the same I want the second charger unit for downstairs.</p>
<p>Me: Called them up</p>
<p>Them: All our operators are busy, we can call you back in 20-27 minutes…</p>
<p> <span id="more-173"></span>
<p>Me: OK</p>
<p>Them: Phone rang 15 minutes later…</p>
<p>Me: Explained problem.</p>
<p>Him: And you have tried connecting to another power outlet.</p>
<p>Me: Yes, but no luck. The handset is fine, it’s charging in the other base.</p>
<p>Him: OK, Seems the router and phone was sent as part of a bundle, when we send a replacement you may have to send all the older equipment in return, just a minute.</p>
<p>Me: Wait for about 2 minutes</p>
<p>Him: Thanks for waiting, ok, we will send a replacement handset and base charger. When you get these you can return the faulty/old ones in the return package we send along with it.</p>
<p>Me: OK, that’s great, thanks for your help.</p>
<p>Him: Anything else we can help with?</p>
<p>Me: No, that’s all thank you.</p>
<p>How good is it when it works? Thanks <a href="http://www.iinet.com.au">iiNet</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Customer%20service%20WIN%20%231%20%26ndash%3B%20My%20new%20ISP%22&amp;body=Link: http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A OK%2C%20I%20moved%20to%20a%20new%20ISP%20recently%2C%20and%20got%20some%20new%20equipment%2C%20router%2C%20VOIP%20phone%20and%20all%20that%20jazz.%20All%20worked%20a%20treat%20and%20I%20have%20been%20very%20happy.%20%20The%20other%20day%2C%20I%20noticed%20the%20charger%20for%20the%20phone%20was%20not%20on%20%28no%20light%29%20and%20it%20wasn%E2%80%99t%20charging%20the%20handset%E2%80%A6%20Soon%20it%20was%20flat.%20No%20big%20deal%20as%20there" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;t=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP+-+http://b2l.me/admznq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;title=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;title=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;title=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP&amp;summary=OK%2C%20I%20moved%20to%20a%20new%20ISP%20recently%2C%20and%20got%20some%20new%20equipment%2C%20router%2C%20VOIP%20phone%20and%20all%20that%20jazz.%20All%20worked%20a%20treat%20and%20I%20have%20been%20very%20happy.%20%20The%20other%20day%2C%20I%20noticed%20the%20charger%20for%20the%20phone%20was%20not%20on%20%28no%20light%29%20and%20it%20wasn%E2%80%99t%20charging%20the%20handset%E2%80%A6%20Soon%20it%20was%20flat.%20No%20big%20deal%20as%20there&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/&amp;title=Customer+service+WIN+%231+%26ndash%3B+My+new+ISP" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/03/08/customer-service-win-1-my-new-isp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer service FAIL #4 &#8211; Even just for a coffee</title>
		<link>http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/</link>
		<comments>http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:17:51 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Fix it]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Observations]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/</guid>
		<description><![CDATA[I enter a popular burger shop that has a ‘coffee’ attachment and stand near the register behind another customer currently being served…. and wait a bit… and wait some more…
Her: You want medium coffee? (Handing me one she just made as I entered)
Me: No, I haven’t ordered anything yet
Her: Oh um… Goes back to serving [...]]]></description>
			<content:encoded><![CDATA[<p>I enter a popular burger shop that has a ‘coffee’ attachment and stand near the register behind another customer currently being served…. and wait a bit… and wait some more…</p>
<p>Her: You want medium coffee? (Handing me one she just made as I entered)</p>
<p>Me: No, I haven’t ordered anything yet</p>
<p>Her: Oh um… Goes back to serving first person</p>
<p> <span id="more-171"></span>
<p>Her: You want this coffee?</p>
<p>Me: No, I haven’t ordered one yet…</p>
<p>Her: Oh, what you like?</p>
<p>Me: Small latte please.</p>
<p>Her: Rings it up on register, gets distracted by LCD screen listing all the shop orders.</p>
<p>Her: $4.15 thanks…</p>
<p>Me: No, I ordered a small latte</p>
<p>Her: Oh, um, Medium… (Me: No).. Oh, um $3.15</p>
<p>Me: Paid and waited… and waited…</p>
<p>Her: Here is coffee.</p>
<p>Me: Thank you, do you have any sugars?</p>
<p>Her: Um, oh, um.. I put one in.</p>
<p>Me: ok, thanks..</p>
<p>Me: Tasted, burnt tongue.</p>
<p>Me: Waited until it was much cooler.. Um, hello taste..</p>
<p>I would say almost no coffee and no sugar was in it, this is not a decent experience or result.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Customer%20service%20FAIL%20%234%20%26ndash%3B%20Even%20just%20for%20a%20coffee%22&amp;body=Link: http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20enter%20a%20popular%20burger%20shop%20that%20has%20a%20%E2%80%98coffee%E2%80%99%20attachment%20and%20stand%20near%20the%20register%20behind%20another%20customer%20currently%20being%20served%E2%80%A6.%20and%20wait%20a%20bit%E2%80%A6%20and%20wait%20some%20more%E2%80%A6%20%20Her%3A%20You%20want%20medium%20coffee%3F%20%28Handing%20me%20one%20she%20just%20made%20as%20I%20entered%29%20%20Me%3A%20No%2C%20I%20haven%E2%80%99t%20ordered%20anything%20yet%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;t=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee+-+http://b2l.me/admmy7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;title=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;title=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;title=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee&amp;summary=I%20enter%20a%20popular%20burger%20shop%20that%20has%20a%20%E2%80%98coffee%E2%80%99%20attachment%20and%20stand%20near%20the%20register%20behind%20another%20customer%20currently%20being%20served%E2%80%A6.%20and%20wait%20a%20bit%E2%80%A6%20and%20wait%20some%20more%E2%80%A6%20%20Her%3A%20You%20want%20medium%20coffee%3F%20%28Handing%20me%20one%20she%20just%20made%20as%20I%20entered%29%20%20Me%3A%20No%2C%20I%20haven%E2%80%99t%20ordered%20anything%20yet%20&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/&amp;title=Customer+service+FAIL+%234+%26ndash%3B+Even+just+for+a+coffee" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/03/08/customer-service-fail-4-even-just-for-a-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer service FAIL #2 &#8211; The telecommunications centre</title>
		<link>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/</link>
		<comments>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:30:04 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Observations]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/</guid>
		<description><![CDATA[We had a couple of phone bills to pay, and also since I went naked-dsl I also have a nice credit from my old telecoms provider.
I went into the store, half way in a guy with a clip-board decided he needed to ask if I wanted any help, um, just on my way to the [...]]]></description>
			<content:encoded><![CDATA[<p>We had a couple of phone bills to pay, and also since I went naked-dsl I also have a nice credit from my old telecoms provider.</p>
<p>I went into the store, half way in a guy with a clip-board decided he needed to ask if I wanted any help, um, just on my way to the service counter to pay some bills. He nicely showed me toward the service counter that I was aiming for (it’s not a big shop and I didn’t expect to need directions or get lost)…</p>
<p> <span id="more-168"></span>
<p>Her: Can I help you?</p>
<p>Me: Yes, I have a credit here I would like transferred to pay off this other bill please.</p>
<p>Her: Oh, um, excuse me… and she wandered off.</p>
<p>Her: Returning she says, no sorry, you will have to call our customer service to do that.</p>
<p>Me: Um, is this a service counter for the company your asking me to call?</p>
<p>Her: Oh we can’t handle that here.</p>
<p>Me: Why not?</p>
<p>Her: The unfortunate blank stare when you know you have asked a question that’s a bit too tough for them to process.</p>
<p>It could have been so much easier, can they not give me a credit against another bill, it’s not even like they are handing me cash to do that.</p>
<p>And on another level, why did this particular company provide me a credit that I can’t use, now I have to call to get a cheque sent that I have to cash at a bank, if I had a credit why didn’t they just send me a cheque? Why didn’t they let me cash out the credit at one of their service centres when I was there, in person?</p>
<p>Too many questions go unanswered…</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Customer%20service%20FAIL%20%232%20%26ndash%3B%20The%20telecommunications%20centre%22&amp;body=Link: http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A We%20had%20a%20couple%20of%20phone%20bills%20to%20pay%2C%20and%20also%20since%20I%20went%20naked-dsl%20I%20also%20have%20a%20nice%20credit%20from%20my%20old%20telecoms%20provider.%20%20I%20went%20into%20the%20store%2C%20half%20way%20in%20a%20guy%20with%20a%20clip-board%20decided%20he%20needed%20to%20ask%20if%20I%20wanted%20any%20help%2C%20um%2C%20just%20on%20my%20way%20to%20the%20service%20counter%20to%20pay%20some%20bills.%20He%20n" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;t=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre+-+http://b2l.me/admznt&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;title=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;title=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;title=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre&amp;summary=We%20had%20a%20couple%20of%20phone%20bills%20to%20pay%2C%20and%20also%20since%20I%20went%20naked-dsl%20I%20also%20have%20a%20nice%20credit%20from%20my%20old%20telecoms%20provider.%20%20I%20went%20into%20the%20store%2C%20half%20way%20in%20a%20guy%20with%20a%20clip-board%20decided%20he%20needed%20to%20ask%20if%20I%20wanted%20any%20help%2C%20um%2C%20just%20on%20my%20way%20to%20the%20service%20counter%20to%20pay%20some%20bills.%20He%20n&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/&amp;title=Customer+service+FAIL+%232+%26ndash%3B+The+telecommunications+centre" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-2-the-telecommunications-centre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer service FAIL #1 &#8211; At the cinemas</title>
		<link>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/</link>
		<comments>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:15:17 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Observations]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/</guid>
		<description><![CDATA[I went to see a movie last weekend, Avatar in 3D at an IMAX theatre near me. The movie was great, even going up and buying the tickets was all good and fine. I did have to ask about the 3D glasses though, not offered or mentioned until I raised the issue and was told [...]]]></description>
			<content:encoded><![CDATA[<p>I went to see a movie last weekend, Avatar in 3D at an IMAX theatre near me. The movie was great, even going up and buying the tickets was all good and fine. I did have to ask about the 3D glasses though, not offered or mentioned until I raised the issue and was told to collect the specs at the door when I came in later for the movie.</p>
<p>OK, all good, so when we returned later and came in we got the glasses and half my tickets back all usual then we went for some munchies.</p>
<p>It seemed to be taking a while for them to server a group of three people in front of me, glad we were early as they seemed to take ages, not to worry, we waited.</p>
<p> <span id="more-167"></span>
<p>Then it was our turn…</p>
<p>Me: Medium coke and a medium popcorn please…</p>
<p>Him: What?</p>
<p>Me: Medium coke and medium popcorn please (slower and louder)…</p>
<p>Him: You can get a bundle, it’s cheaper.</p>
<p>Me: OK, if it’s the same thing then sure…</p>
<p>Him: What size?</p>
<p>Me: Um, a medium please…</p>
<p>Him: It’s a large drink and medium popcorn as a bundle…</p>
<p>Me: Ah ok, so that’s cheaper than what I asked for is it?</p>
<p>Him: No response… just an unfortunate stare back at me…</p>
<p>Me: OK, yes, the large coke and the medium popcorn then, as a bundle please…</p>
<p>Him: He gets the popcorn and puts it in front of me.</p>
<p>Him: And what drink with that?</p>
<p>Me: Didn’t that include the coke that I asked for in the bund… Oh, you mean what flavour drink did I want now since we have been discussing cokes for the last 10 minutes…</p>
<p>Me: A coke please.</p>
<p>Him: Gets me a coke.</p>
<p>Him: Anything else with that?</p>
<p>Me: No… (thanks for asking, but did I ask for anything else before?)</p>
<p>Him: Spends another few minutes on the til and makes up a price.</p>
<p>Me: I pay, I get change, I get my own straw and head off…</p>
<p>Not sure if I even got a thank you or come-again, but I really didn’t feel like I had a good experience.</p>
<p>This could have been a lot quicker and easier if this person that worked there, ready to take my order just listened to me and thought about what I wanted instead of pretending to be dumb at each and every point in the transaction.</p>
<p>It could have gone like this;</p>
<p>Him: Hi, what would you like?</p>
<p>Me: A Medium Coke and a Medium popcorn please.</p>
<p>Him: Sure, you can get a large coke and medium popcorn as a bundle and it’s cheaper.</p>
<p>Me: Yes, sounds good, please.</p>
<p>Him: Gets medium popcorn, gets a large coke and hands me a straw…</p>
<p>Him: Anything else?</p>
<p>Me: No thanks.</p>
<p>Him: Calls up price quickly and gives me the right change.</p>
<p>Is that not a bit easier on everybody concerned, including those behind me late for another movie waiting for this process to take place?</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Customer%20service%20FAIL%20%231%20%26ndash%3B%20At%20the%20cinemas%22&amp;body=Link: http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20went%20to%20see%20a%20movie%20last%20weekend%2C%20Avatar%20in%203D%20at%20an%20IMAX%20theatre%20near%20me.%20The%20movie%20was%20great%2C%20even%20going%20up%20and%20buying%20the%20tickets%20was%20all%20good%20and%20fine.%20I%20did%20have%20to%20ask%20about%20the%203D%20glasses%20though%2C%20not%20offered%20or%20mentioned%20until%20I%20raised%20the%20issue%20and%20was%20told%20to%20collect%20the%20specs%20at%20the%20door" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;t=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas+-+http://b2l.me/admznu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;title=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;title=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;title=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas&amp;summary=I%20went%20to%20see%20a%20movie%20last%20weekend%2C%20Avatar%20in%203D%20at%20an%20IMAX%20theatre%20near%20me.%20The%20movie%20was%20great%2C%20even%20going%20up%20and%20buying%20the%20tickets%20was%20all%20good%20and%20fine.%20I%20did%20have%20to%20ask%20about%20the%203D%20glasses%20though%2C%20not%20offered%20or%20mentioned%20until%20I%20raised%20the%20issue%20and%20was%20told%20to%20collect%20the%20specs%20at%20the%20door&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/&amp;title=Customer+service+FAIL+%231+%26ndash%3B+At+the+cinemas" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/03/04/customer-service-fail-1-at-the-cinemas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got BoB</title>
		<link>http://warren.morgans.cc/blog/2010/02/08/i-got-bob/</link>
		<comments>http://warren.morgans.cc/blog/2010/02/08/i-got-bob/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 23:47:26 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/02/08/i-got-bob/</guid>
		<description><![CDATA[So the story continues, I churned my ISP from TPG to iiNet. All went well and I was back online nice and quick, given I had already the hardware and the necessary smarts to do so. Part of the plan was removing my dependence on Telstra and getting an old-style telephone line, sure I still [...]]]></description>
			<content:encoded><![CDATA[<p>So the story continues, I churned my ISP from TPG to iiNet. All went well and I was back online nice and quick, given I had already the hardware and the necessary smarts to do so. Part of the plan was removing my dependence on Telstra and getting an old-style telephone line, sure I still needed the copper to my house, but no longer needed to pay $30 each month for it to exist.</p>
<p> <span id="more-164"></span>
<p><a href="http://warren.morgans.cc/blog/wp-content/uploads/2010/02/image.png" rel="lightbox[164]"><img style="border-right-width: 0px; margin: 0px 0px 5px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="right" src="http://warren.morgans.cc/blog/wp-content/uploads/2010/02/image_thumb.png" width="244" height="244" /></a> To get around this I was getting <a href="http://www.iinet.net.au/bob/" target="_blank">BoB</a>, the Broadband-in-a-Box solution that included a modem, router and voip/telephone all in one that replaced my old and expensive equipment. They delivered it, all as promised and I took it home, wired it up and turned it on.</p>
<p>Sure I had to do all the various setting up stuff, which a disc was provided for, but I like and am well used to doing this the old way, like using the easy-to-use administration stuff instead of a disc program that asks me the same questions anyway and fills in the blanks for me, really, either way its going to be the same thing.</p>
<p>The box is nice, shiny black and comes with a phone. The phone even came with it’s own extra charger base so I can leave that downstairs in the kitchen while the BoB can sit upstairs in the office where it needs to be anyway.</p>
<p>There’s not much more to say, it works, runs fast, seems to even improve the speed very slightly above the other decent boxes I had.</p>
<p>Voice Over Internet Protocol (voip) is the complex way of saying that your phone calls are now like skype. The sound is converted into data (like a cell phone) and over the ADSL is sent to their servers, these servers then relay to another server or call our to a landline. Serious, if you didn’t ask, you would not know this is what is happening, it all sounded nice and clear and proper, like I was really talking to somebody (like I was).</p>
<p>The simple conclusion is that everything works, iiNet was good at providing me my new service.</p>
<p>Done and dusted.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22I%20got%20BoB%22&amp;body=Link: http://warren.morgans.cc/blog/2010/02/08/i-got-bob/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A So%20the%20story%20continues%2C%20I%20churned%20my%20ISP%20from%20TPG%20to%20iiNet.%20All%20went%20well%20and%20I%20was%20back%20online%20nice%20and%20quick%2C%20given%20I%20had%20already%20the%20hardware%20and%20the%20necessary%20smarts%20to%20do%20so.%20Part%20of%20the%20plan%20was%20removing%20my%20dependence%20on%20Telstra%20and%20getting%20an%20old-style%20telephone%20line%2C%20sure%20I%20still%20needed%20the%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;t=I+got+BoB" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=I+got+BoB+-+http://b2l.me/admznv&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;title=I+got+BoB" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;title=I+got+BoB" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;title=I+got+BoB&amp;summary=So%20the%20story%20continues%2C%20I%20churned%20my%20ISP%20from%20TPG%20to%20iiNet.%20All%20went%20well%20and%20I%20was%20back%20online%20nice%20and%20quick%2C%20given%20I%20had%20already%20the%20hardware%20and%20the%20necessary%20smarts%20to%20do%20so.%20Part%20of%20the%20plan%20was%20removing%20my%20dependence%20on%20Telstra%20and%20getting%20an%20old-style%20telephone%20line%2C%20sure%20I%20still%20needed%20the%20&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/02/08/i-got-bob/&amp;title=I+got+BoB" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/02/08/i-got-bob/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/02/08/i-got-bob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Damn automated call centres</title>
		<link>http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/</link>
		<comments>http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:30:49 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/</guid>
		<description><![CDATA[Yes, I am converting over my ISP, and this includes no longer needing Telstra as a basic phone line system. So I am calling them today to confirm my account has been cancelled.
Ring ring…
So I may be able to help you, please say what this is about…
 
“Service cancellations”
[wait] OK.. is it about the number [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I am converting over my ISP, and this includes no longer needing Telstra as a basic phone line system. So I am calling them today to confirm my account has been cancelled.</p>
<p>Ring ring…</p>
<p>So I may be able to help you, please say what this is about…</p>
<p> <span id="more-160"></span>
<p>“Service cancellations”</p>
<p>[wait] OK.. is it about the number your calling from?</p>
<p>“no”</p>
<p>[wait] OK, please say or enter the number</p>
<p>99995551234</p>
<p>[wait] ok is that 03 99995551234?</p>
<p>“yes”</p>
<p>[wait] Click… [wait] Please wait…</p>
<p>[wait] Click.. hold music… Click… [wait] While you are waiting perhaps you would like our combined two for one great service deals on your phone line and pay tv offer… Please discuss this with your service person when you get through…</p>
<p>Click… [wait] … Click… Music on hold… Click [wait] Click…</p>
<p>All of our operators are busy at this time, please hold…</p>
<p>[wait] Click… Music on hold…</p>
<p>[wait] Please wait in the queue until we can respond to your request…</p>
<p>[wait a good three minutes]…</p>
<p>Hi, can I help with your enquiry…?</p>
<p>At last, a person that will tell me what I need to know. And she was helpful.</p>
<p>But I do wonder, if you have various call centres and support staff, and at some level they have different expertise and can help in various ways, I do ask the question, how well does the auto-queuing system actually work?</p>
<p>I have this impression or picture in my mind that I go through the 20 questions, gets clicks and pops and music on hold and no matter what I say or do i am going through to the next person in a mass-cubical room regardless, just answer my call and help me, seriously.</p>
<p>I do see the point in a post-office or other service providing arena, aka, a supermarket where they make you stand in line so you can be distracted by the wonderful things they stack by the register, impulse items I think they call them, but on the phone, advertising more services to me after I said I was enquiring about my cancellation??? Oh wait, yes, re-connect my phone and also give me the full pay-tv option, just on a whim.</p>
<p>Yet they pretend to help me, ask me some guiding questions so they can forward my call to the most appropriate and efficiently trained support person to help me, yet along they way they also expect that person to be able to sell me the ‘next best thing’ that I ‘must have’</p>
<p>No, not liking big corporate masses.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Damn%20automated%20call%20centres%22&amp;body=Link: http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yes%2C%20I%20am%20converting%20over%20my%20ISP%2C%20and%20this%20includes%20no%20longer%20needing%20Telstra%20as%20a%20basic%20phone%20line%20system.%20So%20I%20am%20calling%20them%20today%20to%20confirm%20my%20account%20has%20been%20cancelled.%20%20Ring%20ring%E2%80%A6%20%20So%20I%20may%20be%20able%20to%20help%20you%2C%20please%20say%20what%20this%20is%20about%E2%80%A6%20%20%20%E2%80%9CService%20cancellations%E2%80%9D%20%20%5Bwait%5D%20OK..%20is" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;t=Damn+automated+call+centres" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Damn+automated+call+centres+-+http://b2l.me/admznw&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;title=Damn+automated+call+centres" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;title=Damn+automated+call+centres" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;title=Damn+automated+call+centres&amp;summary=Yes%2C%20I%20am%20converting%20over%20my%20ISP%2C%20and%20this%20includes%20no%20longer%20needing%20Telstra%20as%20a%20basic%20phone%20line%20system.%20So%20I%20am%20calling%20them%20today%20to%20confirm%20my%20account%20has%20been%20cancelled.%20%20Ring%20ring%E2%80%A6%20%20So%20I%20may%20be%20able%20to%20help%20you%2C%20please%20say%20what%20this%20is%20about%E2%80%A6%20%20%20%E2%80%9CService%20cancellations%E2%80%9D%20%20%5Bwait%5D%20OK..%20is&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/&amp;title=Damn+automated+call+centres" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/02/01/damn-automated-call-centres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My internet upgrade &#8211; Phase 2</title>
		<link>http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/</link>
		<comments>http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:23:05 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/</guid>
		<description><![CDATA[So far so good, the upgrade/churn of my internet connection from my old ISP to iiNet is going well. Last Friday, as planned, the technician transferred my connection at the exchange over. My phone went dead and my old services were off-line, it was all happening.
 
On Saturday I had heard nothing, and this was [...]]]></description>
			<content:encoded><![CDATA[<p>So far so good, the upgrade/churn of my internet connection from my old ISP to iiNet is going well. Last Friday, as planned, the technician transferred my connection at the exchange over. My phone went dead and my old services were off-line, it was all happening.</p>
<p> <span id="more-159"></span>
<p>On Saturday I had heard nothing, and this was not unexpected, I was told it could take up to four days, but I gave it a go anyway. Sure enough, the connection was working, but I had no password to provide, it did connect which was good and on trying a web page I got an iiNet error page back telling me my password wasn’t correct.</p>
<p>I went to their linked page and did a password reset online, and got the password to use and it worked. Less than a day to churn over to the new ISP and everything was running well, at least the basic internet services, I couldn’t find any reference to my VOIP/Phone service yet though.</p>
<p>So for the weekend I was downloading and gaming like never before, my new ADSL2+ speed was great, reliable and all working better than expected.</p>
<p>I got an email on Monday, announcing the good news that my services were connected and available. I then found some of the phone info in my toolbox account, but alas, I didn’t know what my voip account number and password was so i had to call them.</p>
<p>iiNet’s customer support was great, sure I had to wait a few minutes for a call back because they were busy (as call centres always are) but they did call back and I got onto a nice helpful person who understood me and gave me exactly what I needed, my voip login details. He also helped me with some of the accounts info and all was great. I got my voip running and made a 20 minute phone call to my sister in the country, a free call…</p>
<p>I am still waiting on the hardware, they said that once the account was active they would send me my new modem/router/bob box, until then I have great internet services with my existing equipment and the voip I have been using through the iPhone application fring.</p>
<p>It seems some of my PS3 gaming has been through their free-view services, not that it’s a lot of data, but I am getting much of it for free, other things like iView (ABC’s online video) is included/separate from the charged data plan but alas, VidZone isn’t free, downloading video clips through the PS3 adds up quickly, beware.</p>
<p>The other part to mention is also the upload rate has improved a lot, I can now even stream video from my home to outside and see things at work.</p>
<p>OK, for now I am very happy and would recommend <a href="http://www.iinet.net.au" target="_blank">iiNet.net.au</a> for good value and supportive service.</p>
<p><a href="http://warren.morgans.cc/blog/2010/02/08/i-got-bob/">Read more – Bob the final story</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22My%20internet%20upgrade%20%26ndash%3B%20Phase%202%22&amp;body=Link: http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A So%20far%20so%20good%2C%20the%20upgrade%2Fchurn%20of%20my%20internet%20connection%20from%20my%20old%20ISP%20to%20iiNet%20is%20going%20well.%20Last%20Friday%2C%20as%20planned%2C%20the%20technician%20transferred%20my%20connection%20at%20the%20exchange%20over.%20My%20phone%20went%20dead%20and%20my%20old%20services%20were%20off-line%2C%20it%20was%20all%20happening.%20%20%20On%20Saturday%20I%20had%20heard%20nothing%2C%20a" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;t=My+internet+upgrade+%26ndash%3B+Phase+2" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=My+internet+upgrade+%26ndash%3B+Phase+2+-+http://b2l.me/admznx&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;title=My+internet+upgrade+%26ndash%3B+Phase+2" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;title=My+internet+upgrade+%26ndash%3B+Phase+2" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;title=My+internet+upgrade+%26ndash%3B+Phase+2&amp;summary=So%20far%20so%20good%2C%20the%20upgrade%2Fchurn%20of%20my%20internet%20connection%20from%20my%20old%20ISP%20to%20iiNet%20is%20going%20well.%20Last%20Friday%2C%20as%20planned%2C%20the%20technician%20transferred%20my%20connection%20at%20the%20exchange%20over.%20My%20phone%20went%20dead%20and%20my%20old%20services%20were%20off-line%2C%20it%20was%20all%20happening.%20%20%20On%20Saturday%20I%20had%20heard%20nothing%2C%20a&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/&amp;title=My+internet+upgrade+%26ndash%3B+Phase+2" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Churning my internet connection &#8211; the upgrade</title>
		<link>http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/</link>
		<comments>http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:49:12 +0000</pubDate>
		<dc:creator>Warren</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/</guid>
		<description><![CDATA[For two years I have been waiting on my (and other) service providers to get ADSL2+ into my local, suburban, near city exchange. It’s not going to happen, for some reason this is a little box on a reasonable block of land that can’t accommodate new equipment. Of course the behemoth of Telstra has done [...]]]></description>
			<content:encoded><![CDATA[<p>For two years I have been waiting on my (and other) service providers to get ADSL2+ into my local, suburban, near city exchange. It’s not going to happen, for some reason this is a little box on a reasonable block of land that can’t accommodate new equipment. Of course the behemoth of Telstra has done it, and they have a few resellers, but my provider, TPG which has provided good service, has not even listed my Maidstone exchange for an upgrade any more, no plans, no mention and no light at the end of the tunnel.</p>
<p> <span id="more-158"></span>
<p>Like most ADSL plans, this rides on a standard line rental with Telstra, so I get a home phone line (mostly unused) for $30/month and a network with TPG for about $50/month and for the most part I have been happy.</p>
<p>I reviewed this recently and have found that <a href="http://www.iinet.net.au" target="_blank">iiNet</a> provide ADSL2+ at my exchange and as part of a ‘naked’ plan for $70/month I will get higher speed and more data (I go from 10g to 30g) and also I keep my existing phone number and they provide a VOIP plan which gives me free calls locally and STD within Australia.</p>
<p>I just ordered the service yesterday, it will take up to three full weeks to all happen and I will write again on my future experiences, but for now.. what differences will I get, what do I loose and what did I have to investigate fully to make the decision for me a good one?</p>
<p>What do I get?</p>
<p>The obvious plusses are going to be more data at faster rates. ADSL2+ is better than the older ADSL so as I download stuff and use game machines for online play this will be of benefit. I will save between $10-$20 per month when I include my minimal phone usage. Calling family locally and in the country is going to be free and now we can be more likely to call friends interstate for as long as we want.</p>
<p>What do I loose? </p>
<p>Technically, I will no longer have a static IP number. <a href="http://www.tpg.com.au" target="_blank">TPG</a> gave this to me as part of the plan and iiNet don’t (unless I pay extra for a business service) and this means if I want to talk to my home computers from work or elsewhere this may be a little more difficult. I will solve this by using a dynamic domain service where my modem/router will update a service like DynDNS and ensure that home.domain.abc will always point to my home’s IP number.</p>
<p>The VOIP (voice over IP) telephone service I hope will be good, some people are having issues with this and quality reliability levels ad also if the power is out, unlike a normal phone, the network will also be out and my home phone will be out. Thanks to mobile phones this should not be a problem, and realistically, my powered cordless phone doesn’t work when the power is out anyway. Also, from VOIP you can not call emergency services numbers like 000, again something I will rely on my mobile service for.</p>
<p>What’s different?</p>
<p>I bought a nice new ADSL(2+) router a few months ago, thought this would be fairly future proof and all in all has worked well. It would work for iiNet too but it doesn’t provide the hardware/functionality needed for VOIP so I started looking at the options.</p>
<p>An ADA (Analog to Digital Audio) device can allow you to connect normal phones to the data network of your modem/router, they start at about $100 and would do the job. This means that I would have the modem and this ADA box running to make the system work in my house and all be non-supported equipment that I would have to configure, it would probably work and all but take some toying to get right. The basic modem/router/voip box I could get would be about $170 but would not provide the wifi I use, so I would still need to use a wifi box for that also, again two boxes running.</p>
<p>iiNet however have a ‘Bob’ box, which is their high-end all-in-one solution that includes a Modem, Router, Wifi and VOIP phone with handset. For $270 I get one of these and it should do everything I need. It also should use and connect to my other old phone handsets directly, so my current 2 cordless handset phones should work with this single bas station.</p>
<p>What’s the experience?</p>
<p>So far so good. I made a call to iiNet to ask them about the hardware they had as options (as the web site was not too detailed on that score, not at least until I got the the ordering part) and also to check about keeping my phone number and allowing inbound calls (often an issue with VOIP like with skype, you can call out for a fee but need to pay more again for an inbound service). I waited for about 1 minute to get through to sales, and when I did they were really helpful and answered my questions without any issues of comprehension, mis-understandings or need to ask me for a credit card number. I asked, they answered and they said thanks.</p>
<p>The online order form took a few steps to get through, understandable and all (mostly) but it worked great. My biggest problem was addressing the courier delivery of the equipment to my work address, their system was a little limited on the amount of detail I could put in here and my work location needs this detail for stuff to get to me.</p>
<p>Within a couple of hours I got an email confirming the order. I replied to this asking if I needed to do any cancelling of my old services and they replied by the next morning to tell me that they would handle everything.</p>
<p>So for now everything is great. I expect over the next few weeks to loose my phone and network connection and eventually get a new one, along with a cool new black box to play with.</p>
<p>Stay tuned for updates and info on my future experiences.</p>
<p><a href="http://warren.morgans.cc/blog/2010/01/27/my-internet-upgrade-phase-2/">Read on with Phase 2</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Churning%20my%20internet%20connection%20%26ndash%3B%20the%20upgrade%22&amp;body=Link: http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A For%20two%20years%20I%20have%20been%20waiting%20on%20my%20%28and%20other%29%20service%20providers%20to%20get%20ADSL2%2B%20into%20my%20local%2C%20suburban%2C%20near%20city%20exchange.%20It%E2%80%99s%20not%20going%20to%20happen%2C%20for%20some%20reason%20this%20is%20a%20little%20box%20on%20a%20reasonable%20block%20of%20land%20that%20can%E2%80%99t%20accommodate%20new%20equipment.%20Of%20course%20the%20behemoth%20of%20Telstra%20ha" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;t=Churning+my+internet+connection+%26ndash%3B+the+upgrade" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Churning+my+internet+connection+%26ndash%3B+the+upgrade+-+http://b2l.me/adrtnh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;title=Churning+my+internet+connection+%26ndash%3B+the+upgrade" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;title=Churning+my+internet+connection+%26ndash%3B+the+upgrade" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;title=Churning+my+internet+connection+%26ndash%3B+the+upgrade&amp;summary=For%20two%20years%20I%20have%20been%20waiting%20on%20my%20%28and%20other%29%20service%20providers%20to%20get%20ADSL2%2B%20into%20my%20local%2C%20suburban%2C%20near%20city%20exchange.%20It%E2%80%99s%20not%20going%20to%20happen%2C%20for%20some%20reason%20this%20is%20a%20little%20box%20on%20a%20reasonable%20block%20of%20land%20that%20can%E2%80%99t%20accommodate%20new%20equipment.%20Of%20course%20the%20behemoth%20of%20Telstra%20ha&amp;source=Warren&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/&amp;title=Churning+my+internet+connection+%26ndash%3B+the+upgrade" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://warren.morgans.cc/blog/2010/01/15/churning-my-internet-connection-the-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
