<?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>Jon-Moore.co.uk</title>
	<atom:link href="http://www.jon-moore.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jon-moore.co.uk</link>
	<description>The life and Times of Jonathon Moore</description>
	<lastBuildDate>Tue, 22 Feb 2011 11:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>A quick word about time</title>
		<link>http://www.jon-moore.co.uk/2011/02/a-quick-word-about-time/</link>
		<comments>http://www.jon-moore.co.uk/2011/02/a-quick-word-about-time/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 11:08:05 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[NT5DS]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=95</guid>
		<description><![CDATA[I&#8217;ve copied this post from my blog on my organisation&#8217;s Intranet which is why it has a few internal references. I&#8217;ve been meaning to post this somewhere for a while now and this seems like as good a time and place as any&#8230; Time: the slight offset between our PC clocks and the Phone Clocks seems to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve copied this post from my blog on my organisation&#8217;s Intranet which is why it has a few internal references.</p>
<p>I&#8217;ve been meaning to post this somewhere for a while now and this seems like as good a time and place as any&#8230;</p>
<p>Time: the slight offset between our PC clocks and the Phone Clocks seems to have caused some confusion as to what you can trust as the accurate time.</p>
<p>The short answer is &#8211; PC clocks. They&#8217;re accurate to the second (and usually even more than that.)</p>
<p>To explain this we need to look at why we need accurate time on our computers, how we have done this in the past and how we do it today.</p>
<p><strong>Why?</strong></p>
<p>When ever you&#8217;re using your machine on the domain you hold a Kerberos security token, there is a record of this on the domain controllers (all of them) which contains its expiry time. When the token expires, you re-authenticate. Time features heavily in this process and if your times are out of sync by more than a few minutes you can&#8217;t renew and so can&#8217;t get on the servers.</p>
<p>Because of this the network uses a time hierarchy to sync the clocks across the domain to an extremely high accuracy.</p>
<p>SO&#8230; As long as our domain controller’s clock is correct, the domain time will also be accurate.</p>
<p><strong>How it was done</strong></p>
<p>As I mentioned, clocks are synced using a domain hierarchy. We call this method NT5DS (catchy eh?)</p>
<p>Basically, a PC or server can sync it&#8217;s time securely (certificate authentication) with a domain controller and a domain controller can sync it&#8217;s time with the primary domain controller.</p>
<p>The primary domain controller then received it&#8217;s time from an accurate hardware source, this was usually a GPS clock connected with a serial cable, later (if you tweak the registry) it was a secure time server on the internet (which will have either it&#8217;s own GPS time device or sync from a server farm which has one.)</p>
<p>When computers are switched off they use hardware clocks and a small battery to keep the time running but this is inaccurate and is discarded once the OS starts.</p>
<p>If once you contact the domain controller your time is off, you PC clock will speed up or slow down until you are in sync. This usually only takes a minute or two unless your time is out by more than 5 minutes, in which case you clock will jump to accurate time.</p>
<p><strong>Problems we faced and how they were overcome</strong></p>
<p><strong>(How it&#8217;s done now)</strong></p>
<p>We had problems with this method when we virtualised the servers. VMs don&#8217;t have batteries so they loose the time completely when we turn them off, to deal with this problem they synchronise with the host server.</p>
<p>The trouble with that is; the host servers are member servers on the domain, so they sync with the domain controllers and hold their time with the hardware clock on restart.</p>
<p>So time sync looks like this:</p>
<p>PC&lt;&#8212;&#8212;DC&lt;&#8212;&#8212;&gt;Host</p>
<p>This two way sync between with DCs and the hosts with no accurate source caused a slow drift in the PC clocks. Everyone could still log on to the domain as all PCs had the same inaccurate time.</p>
<p>To remedy this, we&#8217;ve made some registry changes on the host servers to break the NT5DS hierarchy and force them to visit a time server farm for accurate time sync.</p>
<p>This is done in:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters</p>
<p>by changing the &#8216;Type&#8217; key to &#8220;NTP&#8221; and adding &#8220;uk.pool.ntp.org&#8221; to the servers list. (We&#8217;ve got a few more in there for redundancy.)</p>
<p>So from start to finish;</p>
<p>The Host server boots and takes its inaccurate time (it&#8217;s considered inaccurate but is probably out by less than a second) from the hardware clock.</p>
<p>The OS starts and the time is discarded when we can sync with a secure time source, the much more accurate software clock takes over.</p>
<p>The virtual DC starts, we &#8216;fake&#8217; a hardware clock and push in the host&#8217;s time, once the OS starts we push the host&#8217;s time again but this time with the software integration services rather than a fake hardware clock. The DC will occasionally check this service for accuracy.</p>
<p>This accurate time is pushed to client PCs and member servers using the NT5DS hierarchy.</p>
<p>You visit <a href="http://www.greenwichmeantime.com/">http://www.greenwichmeantime.com/</a> and find your computer clock exactly matches (well, your browser only check as the page is loading&#8230; so if it&#8217;s out by 1/2 a second your PC clock is the more accurate of the two.)</p>
<p><strong>&#8230;and the phone system?</strong></p>
<p>The phone system doesn&#8217;t sync with an external time source and doesn&#8217;t have an accurate hardware time device. We have to manually set the time and it&#8217;s held in an inaccurate battery powered hardware clock on restart.</p>
<p>This causes the time to drift. I estimate by around 10 minutes a year (the phone system clock is fast, just in case you were interested in the drift direction.)</p>
<p>I think this is addressed in the next version of the phone system software.</p>
<p>So next time you need an accurate time reading, look to the task bar and not your phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2011/02/a-quick-word-about-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor Developments</title>
		<link>http://www.jon-moore.co.uk/2011/02/poor-developments/</link>
		<comments>http://www.jon-moore.co.uk/2011/02/poor-developments/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 12:21:01 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Disappointment]]></category>
		<category><![CDATA[energy monitor]]></category>
		<category><![CDATA[eon]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=86</guid>
		<description><![CDATA[I&#8217;ll admit it, it&#8217;s not often that I post content on this website. In fact the primary use for this domain name is so that I can have an email address and mailbox which I am in total control of&#8230; There I said it. But sometimes I do post and it has to be pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit it, it&#8217;s not often that I post content on this website. In fact the primary use for this domain name is so that I can have an email address and mailbox which I am in total control of&#8230; There I said it.</p>
<p>But sometimes I do post and it has to be pretty significant subject to get me in the mood to write.</p>
<p>Today it&#8217;s something that has annoyed me: <span style="text-decoration: underline;"><strong>The E.On home energy monitor.</strong></span></p>
<p>I received this device around three months ago and started using it right away. All was fine. My instantaneous energy use is shown on the screen, which is well set out, along with a little bit of historical data. I thought this device was great!</p>
<p>That was until last night, when I decided to plug it into my laptop in order to get the full stats that have been collected.</p>
<p>What a disappointment.</p>
<p>I disliked the software immediately as it came on a CD. In my mind, a USB device which requires CD software to be install has already failed the usability test. If it&#8217;s got a USB interface and requires software it should be installed or run from some flash memory on the device. I don&#8217;t think an argument can exist to the contrary of this statement.</p>
<p>The biggest shock was just around the corner.</p>
<p>The autorun software from the CD began to install the &#8220;eon database files&#8221;, this was actually and instance of MS SQL server express 2005!!! A device that requires it&#8217;s own SQL instance to be installed to get its data! That is absolutely appalling! So my home laptop is now constantly running a database server, which will always be impacting on the performance of the machine even when I&#8217;m not using the device. (Until I remove it tonight!)</p>
<p>Imagine if every device I used on my laptop needed a database instance, it would have a dozen instances running and would perform about as well as a lethargic slug!</p>
<p>How did this manage to be developed by such a large company without someone at some point saying&#8230;. &#8220;Hang on, databases run on servers or dedicated devices. This seems like overkill, maybe we should use something like XML.&#8221; Was there no design or testing done at all!!?</p>
<p>The final insult: the reports were rubbish.</p>
<p>I was truly disappointed with the experience of using the energy meter in this way. Mainly because I&#8217;d loved it up until now and wanted to continue doing so. It feels like they&#8217;ve only just missed the target on this and that&#8217;s why it&#8217;s so bad, if the design of the reports had been just a little better and the coding a little less sloppy this would have been an awesome piece of kit.</p>
<p>Ideally (Although this is probably/almost certainly not financially viable as a freebie) I&#8217;d like to see the device with a wireless network adapter and running a simple web server.  That way I could log onto it any time from any PC in my house and with a bit of jiggery pokery on my router could even keep an eye on my energy usage from the office.</p>
<p>I&#8217;d love to hear from anyone who disagrees with my opinion on this (and it is of course only my opinion and I&#8217;m cool if people do disagree.) Especially if you were involved in the software development for this device, who knows, maybe you&#8217;ll turn my thinking around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2011/02/poor-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iRing</title>
		<link>http://www.jon-moore.co.uk/2010/07/iring/</link>
		<comments>http://www.jon-moore.co.uk/2010/07/iring/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 09:20:51 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ringtone]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=81</guid>
		<description><![CDATA[So It&#8217;s been quite a while since I wrote anything on here&#8230; So I&#8217;ll rectify that now. I discovered how easy it was to create ringtones for my iPhone the other day, up until then I thought the only way to do it was to buy them or jailbreak. It&#8217;s pretty easy and doesn&#8217;t require [...]]]></description>
			<content:encoded><![CDATA[<p>So It&#8217;s been quite a while since I wrote anything on here&#8230; So I&#8217;ll rectify that now.</p>
<p>I discovered how easy it was to create ringtones for my iPhone the other day, up until then I thought the only way to do it was to buy them or jailbreak. It&#8217;s pretty easy and doesn&#8217;t require any third party software.</p>
<p>Here&#8217;s How;</p>
<p style="padding-left: 30px;">1. Open up iTunes and select your track</p>
<p style="padding-left: 30px;">2. Right click the track and select &#8220;get info&#8221;</p>
<p style="padding-left: 30px;">3. Your ringtone will need to be 30 seconds long so click the options tab and use the &#8216;Start time&#8217; and &#8216;Stop time&#8217; to select your 30 second snip, then click OK.</p>
<p style="padding-left: 30px;">4. Right click the track and click &#8216;Create AAC Version&#8217; &#8211; This will create a new file with extension *.m4a leaving your original intact. (so you can remove the start and stop times and sill listen to it)</p>
<p style="padding-left: 30px;">5. Check the length of the new file to make sure it&#8217;s 30 seconds or less.</p>
<p style="padding-left: 30px;">6. Right click the file and select &#8216;Show in windows explorer&#8217;, once the window opens go back to iTunes.</p>
<p style="padding-left: 30px;">7. Right click the new file and remove it from iTune but don&#8217;t send the file to the recycle bin.</p>
<p style="padding-left: 30px;">8. Go back to Windows Explorer and change the file extension from &#8216;*.m4a&#8217; to &#8216;*.m4r&#8217;.<br />
- You might need to goto tools, folder options, view and uncheck &#8216;hide extensions for known file types&#8217; to be able to do this.</p>
<p style="padding-left: 30px;">9. Drag your ringtone file into iTunes.</p>
<p style="padding-left: 30px;">10. Sync your phone and use settings to select and test your new ringtone.</p>
<p>I hope you find this useful.</p>
<p>Bye,<br />
Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2010/07/iring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s virtual progress!</title>
		<link>http://www.jon-moore.co.uk/2009/10/thats-virtual-progress/</link>
		<comments>http://www.jon-moore.co.uk/2009/10/thats-virtual-progress/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 10:07:57 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[0x0000007b]]></category>
		<category><![CDATA[Blue screen]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[Virtual]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=72</guid>
		<description><![CDATA[So far, in my voyage of virtual discovery I&#8217;ve managed to get a couple of machines running Server 2008 R2 enterprise set up and connected to the SAN along with another server running SCVMM, having done that I&#8217;ve virtualised a couple of servers and set them running&#8230; no problems reported by users so far! Then the problems [...]]]></description>
			<content:encoded><![CDATA[<p>So far, in my voyage of virtual discovery I&#8217;ve managed to get a couple of machines running Server 2008 R2 enterprise set up and connected to the SAN along with another server running SCVMM, having done that I&#8217;ve virtualised a couple of servers and set them running&#8230; no problems reported by users so far! <img src='http://www.jon-moore.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then the problems started, I tried to virtualise our exchange server which happens to be use SCSI hard drives, now I&#8217;m not sure why it happens but when the P2V process gets to &#8220;Install VM Components&#8221; after the reboot I&#8217;d just get Blue screens with error 0x0000007b.</p>
<p>Turns out this was due to a certain registry entry being incorrect, unfortunately I couldn&#8217;t get the machine to boot to change the reg setting!</p>
<p>The solution was this, (I&#8217;m taking you from start to end here guys);</p>
<p style="padding-left: 30px;">1. Run through the P2V wizard on SCVMM, set things how you like them but don&#8217;t complete the wizard.</p>
<p style="padding-left: 30px;">2. When you get there click &#8220;view script&#8221;, save this as a .ps1 file</p>
<p style="padding-left: 30px;">3. Cancel the wizard</p>
<p style="padding-left: 30px;">4. Open the .ps1 file in notepad and add &#8220;-SkipInstallVirtualizationGuestServices&#8221; (without speech marks) to the end of the last line that starts with New-p2v (probably the bottom line)</p>
<p style="padding-left: 30px;">5. Save your file</p>
<p style="padding-left: 30px;">6. Open up SCVMM powershell and run your saved script</p>
<p style="padding-left: 30px;">7.Wait for your machine to virtualise</p>
<p style="padding-left: 30px;">8. log off your SCVMM and log on to your host machine</p>
<p style="padding-left: 30px;">9. open up Hyper-V manager</p>
<p style="padding-left: 30px;">10. Connect to your fresh VM and log in (you&#8217;ll have to do this without a mouse, this will be fixed later)</p>
<p style="padding-left: 30px;">11. At the top of the window, click action and then click &#8220;insert integration services setup disk&#8221;</p>
<p style="padding-left: 30px;">12. run through the setup (DO NOT REBOOT! or you&#8217;ll be back at the blue screen and have to start again)</p>
<p style="padding-left: 30px;">13. Open up  the registry and navigate to:</p>
<p style="padding-left: 60px;">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wdf01000</p>
<p style="padding-left: 30px;">13. modify &#8220;Group&#8221; so that instead of &#8220;Base&#8221; it says &#8220;<strong>WdfLoadGroup</strong>&#8220;</p>
<p style="padding-left: 30px;">14.  Eject the virtual disk</p>
<p style="padding-left: 30px;">15.  Reboot </p>
<p>DONE! you should now have the mouse working and be able to manage your VM from SCVMM just like any other VM. Thanks to <span><span>Jason Gauthier for posting this on TechNet.</span></span></p>
<p><span><span>In other news, I&#8217;ve started using twitter so follow me! my account is jonathonmoore.</span></span></p>
<p><span><span>Laters,</span></span></p>
<p><span><span>Jon</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/10/thats-virtual-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Living in a virtual world</title>
		<link>http://www.jon-moore.co.uk/2009/09/living-in-a-virtual-world/</link>
		<comments>http://www.jon-moore.co.uk/2009/09/living-in-a-virtual-world/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:41:42 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[highly available]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[resiliant]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[virtual machine manager]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=69</guid>
		<description><![CDATA[Virtualisation seems to be the buzz word when it comes to servers and to be honest, I&#8217;m not surprised. The benefits of virtualising your servers are far reaching indeed, the primary and in my opinion, most boring are fairly obvious; your physical boxes are utilised to their maximum potential, you have less machines running so [...]]]></description>
			<content:encoded><![CDATA[<p>Virtualisation seems to be the buzz word when it comes to servers and to be honest, I&#8217;m not surprised. The benefits of virtualising your servers are far reaching indeed, the primary and in my opinion, most boring are fairly obvious; your physical boxes are utilised to their maximum potential, you have less machines running so you produce less heat and use less power and you server room has a lot more space.</p>
<p>Now, these are all great things, don&#8217;t get me wrong on that, reducing the number of servers needed from 50 to 10 might be reason enough for a large corporation to virtualise, I&#8217;m sure the electricity bill saves would be pretty amazing, but what I find really exciting is the resilience it can bring to your organisation. Imagine this, you have six virtual servers running on three physical boxes, it&#8217;s the middle of the day, everyone is working hard (or hardly working) and the motherboard fails on the box running exchange and another LOB server, instantly the entire company looses access to emails &#8211; MAJOR PANIC ENSUES.</p>
<p>But it&#8217;s fine &#8211; you log onto virtual machine manager and move the virtual servers to one of the other physical boxes, 10 minutes later everyone is working again and you can have another latte and feel good about how much of an awesome IT Manager/sys admin/tech support guy you are.</p>
<p>To me this sounds like a very good thing, which is why over the next few weeks I&#8217;m going to virtualise as many of our servers as I can. Currently I&#8217;ve identified seven servers that are prime for the switch, these include two domain controllers, an exchange server, a SQL server, an ISA server (running as an edge firewall&#8230; more on this later) and a couple of LOB servers. three of these servers run on pretty powerful boxes so I&#8217;m planning to simply beef up their memory and use those as my physical hosts.</p>
<p>My data storage will be taken care of by a <a href="http://www.broadberry.com" target="_blank">Broadberry Cyberstore 316S DSS SAN</a>, this will hold all of the virtual hard drives, I&#8217;ve identified this a possible single point of failure, so I&#8217;m going to put new, large, hard drives in the physical servers so that if the SAN ever fails I can restore the virtual drives from backups, right onto the physical servers.</p>
<p>For anyone looking to do something similar, I&#8217;m going to post up what I go through to get this working&#8230; job number one, buy the hardware and the licenses! This will be done on Monday, I&#8217;ll let you know how it all goes and give you a progress update on what I&#8217;m doing.</p>
<p>I&#8217;d love to hear from anyone else doing similar projects like this or anything else I&#8217;ve ever talked about on here (love, life, servers, etc) so get in touch!</p>
<p>Laters</p>
<p>Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/09/living-in-a-virtual-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Phone!</title>
		<link>http://www.jon-moore.co.uk/2009/07/new-phone-2/</link>
		<comments>http://www.jon-moore.co.uk/2009/07/new-phone-2/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:24:48 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[iphone 3gs]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=66</guid>
		<description><![CDATA[Well for those of you who can remember that far back, about 18 months ago I posted a youtube video of my new HTC touch dual&#8230; well after 18 months I thought it about time to trade her in for a newer model, and after much hype and consideration, I eventually settled on the new [...]]]></description>
			<content:encoded><![CDATA[<p>Well for those of you who can remember that far back, about 18 months ago I posted a youtube video of my new HTC touch dual&#8230; well after 18 months I thought it about time to trade her in for a newer model, and after much hype and consideration, I eventually settled on the new iPhone 3gs &#8211; available online here <a title="iPhone 3GS" href="http://www.carphonewarehouse.com/mobiles/pay-monthly/apple-iphone3gs" target="_blank">iPhone 3gs</a> apparently it&#8217;s meant to be the fastest iPhone yet and comes with quite a few new features, one of which is a compass, which is pretty cool.</p>
<p>I&#8217;ve gone for the 16GB as I just don&#8217;t think I&#8217;ll ever have the need for a phone with 32GB of data storage (I understand that this may be quite similar to a Bill Gates quote from the 80&#8242;s &#8211; &#8220;640K should be enough for anyone!&#8221; so I&#8217;ll add..) at least for the next 18 months, which is my contract length.</p>
<p>I bought it on the first day of release and so far I love it, I&#8217;m a true apple convert. I still regard myself as a &#8216;PC&#8217; to quote the adverts, but apple&#8217;s are pretty&#8230; which for home and personal use is fine &#8211; but for business you just can&#8217;t beat MS W2k8 and Exchange 2007 (apple fan boys &#8211; don&#8217;t even bother complaining about my opinion, just accept that it is my opinion and you can have your own)</p>
<p>As a side note, Sarah and I have now been together for a whole year! woo! Our relationship is great and we&#8217;ve now looking for an apartment together. <img src='http://www.jon-moore.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Anyways, check out this <span style="text-decoration: line-through;">brief</span> fairly long youtube clip of the iPhone 3GS&#8230; then buy one&#8230; sorry it&#8217;s a bit corny.</p>
<p>Laters,</p>
<p>Jon</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/E4aQpczZC00&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/E4aQpczZC00&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/07/new-phone-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Server, New Look</title>
		<link>http://www.jon-moore.co.uk/2009/06/new-server-new-host/</link>
		<comments>http://www.jon-moore.co.uk/2009/06/new-server-new-host/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:55:06 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[eukhost]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[new look]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[ukhost4u]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/?p=64</guid>
		<description><![CDATA[Once again I have changed my web host and web server, a change that was not really planned this soon after the last move in March. There is one major reason for the latest server move - SUPPORT! My last host was rubbish at it, now I&#8217;m not going to name and shame here&#8230; (UKHOST4U &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Once again I have changed my web host and web server, a change that was not really planned this soon after the last move in March.</p>
<p>There is one major reason for the latest server move - SUPPORT! My last host was rubbish at it, now I&#8217;m not going to name and shame here&#8230; (UKHOST4U &#8211; DON&#8217;T USE THEM!) but I will tell you about the situation which lead me to this conclusion. It all started with a DNS problem in the office. I arrived at work last Wednesday to find that the entire company was no longer able to recieve emails, to cut a long story short, our ISP had messed up and deleted our DNS records, during this period of down-ness I used my personal email address to send a number of test emails to my office address, they came through eventually, once the DNS records had been recreated.</p>
<p>The problem was, all of my personal emails had been marked as SPAM by our content filter, I allowed them through so that they would be delivered but then exchange and outlook also categorized them as SPAM. Now I saw that as a big problem, if two separate applications were marking my email out to be SPAM I&#8217;d wager that many of my emails may be blocked by other people who I was sending to. When I typed the IP address of my mail server  into a browser, the content filter struck again and informed me that the IP address was blacklisted as&#8230; ahem, an adult category.</p>
<p>I was blown away, someone who was sharing my IP address must be hosting something pretty nasty which had resulted in everyone on that server being tarred with the same brush. &#8220;Oh well, no problem&#8221; I thought, as I sent off my findings to the tech support forum of my host, expecting the IP address to be changed or for my content to be moved to another server with minimal fuss.</p>
<p>Ohhhh nooo, after many emails back and forth with my host taking no action to resolve the issue, the final straw came. An email from my host informed me that as SPAM filtering was opt-out I could work around the issue by contacting people who I wanted to email to ensure they switched off their SPAM filter first!!!</p>
<p>Now, I don&#8217;t know about anyone else, but I see phoning everyone in the world that I might ever email and asking them to turn off their SPAM filter seems like a pretty pathetic response. I was even more annoyed when they wanted £10 + VAT per domain to transfer away from them, well there was no way I was paying that, they have had all the money they&#8217;re ever getting from me! So I went to nominet and for £11.50 was able to transfer all of my domains in one go to my lovely new host EUKHOST check out <span style="color: #008000;"><a href="http://www.eukhost.com" target="_blank">www.<strong>eukhost</strong>.com</a> <span style="color: #000000;">for a good hosting deal, I&#8217;ve gone for the gold package, I&#8217;ve also paid for a dedicated IP address to ensure there is never a repeat of this problem.</span></span></p>
<p><span style="color: #008000;"><span style="color: #000000;">I took this opportunity for a bit of a redesign and so here it is, my new look website. I&#8217;ll probably tweak it a little over the coming weeks, I&#8217;m going to try and add a few more pages too &#8211; about me, contact form, gallery, etc. Anyway, drop me a comment and tell me what you think!</span></span></p>
<p><span style="color: #008000;"><span style="color: #000000;">Jon</span></span></p>
<p><span style="color: #008000;"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/06/new-server-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Communications</title>
		<link>http://www.jon-moore.co.uk/2009/05/communications/</link>
		<comments>http://www.jon-moore.co.uk/2009/05/communications/#comments</comments>
		<pubDate>Sun, 24 May 2009 12:21:45 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[communicator]]></category>
		<category><![CDATA[jon moore]]></category>
		<category><![CDATA[jonathon moore]]></category>
		<category><![CDATA[LBG]]></category>
		<category><![CDATA[Les Miserables]]></category>
		<category><![CDATA[Live business gateway]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Microsoft OCS]]></category>
		<category><![CDATA[Redesign]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wicked]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/blog/?p=60</guid>
		<description><![CDATA[For the last couple of weeks I&#8217;ve been trying to implement Microsoft Office Communications Server 2007 R1 in work. The initial install went well and I rolled out the client software to the IT department with not too much trouble at all, the problems were with the integration with our phone system &#8211; A Mitel [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of weeks I&#8217;ve been trying to implement Microsoft Office Communications Server 2007 R1 in work. The initial install went well and I rolled out the client software to the IT department with not too much trouble at all, the problems were with the integration with our phone system &#8211; A Mitel 3300 ICP with 5340 IP phones and Live Business Gateway.</p>
<p>Over the next few weeks or so I&#8217;ll post some screen shots and instructions on what Ive done so far and keep you up to date with what I&#8217;m doing and how I&#8217;m getting on.</p>
<p>I&#8217;m excited about all of the functionality that OCS will bring to our offices, so far I&#8217;ve got the enhanced presence working so the clients report us as being &#8216;on a call&#8217; when ever we answer of desk phone and we&#8217;re able to dial with the client software too. I&#8217;m having a little trouble with ending calls, the software has a tendency to miss the end of the call &#8211; that is, I hang up manually by putting down the receiver and my computer keeps my status as &#8216;in a call&#8217; and continues to count up the call time.</p>
<p>That&#8217;s a bit of a snag and I&#8217;ll get it sorted out later, the thing that I really want to get working next is the Microsoft exchange integration. Ever since I went to the Microsoft EVO roadshow with my friend Will when we were both working for PriceMaurice, I&#8217;ve wanted to have my emails read to me by the exchange server when I call it from my mobile.</p>
<p>Unfortunately it seems that to enable a user for Unified communications you need an enterprise exchange CAL, so I&#8217;m going to have to see if I can get hold of a few of those for development purposes.</p>
<p>To recap;</p>
<p>I&#8217;ve got enhanced presence working along with click to dial, next I want voice email and voicemail working and call forwarding to work.</p>
<p>In other news, my last post had a clip from Les Miserables, which at the time may have seemed quite random. Well the reason for this was my last trip to London, Sarah and I dropped in for a night just to grab some dinner and see a show or two; this time it was Wicked on the Friday night (what else!) followed by the matinee of Les Mis the next day. The Mis was amaaazing. We bought £20 each tickets from the box office about an hour before the show, then went to the Costa across the road whilst we were waiting.</p>
<p>Our seats were really, very good. They were classed as &#8220;slightly restriced&#8221; just due to the fact that they were so close to the stage, but really I don&#8217;t think they could have been better, the actors were sooo close, sometimes it was quite scary when they were shouting.</p>
<p>Wicked was great as expected, although I was slightly disappointed that Kerry Elis wasn&#8217;t playing the lead of Elphaba, the understudy was brilliant though which made it matter less.</p>
<p>I&#8217;ll get the pictures from the weekend up in the gallery once I&#8217;ve got it fixed&#8230; which brings me onto my next subject &#8211; the website redesign, those of you who frequent these pages may have noticed a slight change, I&#8217;d had my old layout for about 3 years and really wanted something a bit different so I&#8217;m trying this out for now. I&#8217;m not totally convinced this is how it&#8217;s going to stay but I like it so far. Anyways, that&#8217;s your lot for now &#8211; if you haven&#8217;t already then check out the video from my last post.</p>
<p>See you soon,</p>
<p>Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/05/communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMG an Update!</title>
		<link>http://www.jon-moore.co.uk/2009/04/omg-an-update/</link>
		<comments>http://www.jon-moore.co.uk/2009/04/omg-an-update/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:14:51 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[jon moore]]></category>
		<category><![CDATA[jonathon moore]]></category>
		<category><![CDATA[les mis]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[one day more]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/blog/?p=56</guid>
		<description><![CDATA[Yes yes&#8230;. it&#8217;s been a long time coming, but here it is. An update! Well&#8230; A short one, but one at least. I&#8217;m going to be re-writing much of the content of the site over the next few weeks as most of it is now out of date.  For now I&#8217;ll leave you with a [...]]]></description>
			<content:encoded><![CDATA[<p>Yes yes&#8230;. it&#8217;s been a long time coming, but here it is. An update!</p>
<p>Well&#8230; A short one, but one at least.</p>
<p>I&#8217;m going to be re-writing much of the content of the site over the next few weeks as most of it is now out of date. </p>
<p>For now I&#8217;ll leave you with a picture of my new car (called zeeta) and a video from <a title="youtube" href="http://www.youtube.com">youtube.com</a></p>
<p> </p>
<div id="attachment_57" class="wp-caption alignnone" style="width: 310px"><a href="http://www.jon-moore.co.uk/wp-content/uploads//2009/04/sdc10298.jpg"><img class="size-medium wp-image-57" title="Zeeta the zetec" src="http://www.jon-moore.co.uk/wp-content/uploads//2009/04/sdc10298-300x225.jpg" alt="Zeeta the zetec" width="300" height="225" /></a><p class="wp-caption-text">Zeeta the zetec</p></div>
<p><a href="http://www.jon-moore.co.uk/wp-content/uploads/2009/04/sdc10298.jpg"></a></p>
<p> This is &#8221;At the end of the day&#8221; and &#8220;One day more&#8221; from Les Miserables. Make sure you watch it all, the second song is by far the best of the two.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/9ZKSVKDvkF0&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9ZKSVKDvkF0&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Anyways, this is just a intermission post really.</p>
<p>More content coming soon!</p>
<p> </p>
<p>Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/04/omg-an-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So much new great stuff</title>
		<link>http://www.jon-moore.co.uk/2009/01/so-much-new-great-stuff/</link>
		<comments>http://www.jon-moore.co.uk/2009/01/so-much-new-great-stuff/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:27:59 +0000</pubDate>
		<dc:creator>Jonathon Moore</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[great stuff]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[jonathon]]></category>
		<category><![CDATA[life changes]]></category>
		<category><![CDATA[pricemaurice. j h austion]]></category>
		<category><![CDATA[sarah]]></category>

		<guid isPermaLink="false">http://www.jon-moore.co.uk/blog/?p=47</guid>
		<description><![CDATA[Wow, What a start to the new year it has been. We&#8217;re only two thirds of the way through January and I&#8217;ve already make a couple of significant life changes and further decisions which will, I&#8217;m sure, have life changing impacts upon their realisation. The first of these major changes is of course &#8220;the new job&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, What a start to the new year it has been. We&#8217;re only two thirds of the way through January and I&#8217;ve already make a couple of significant life changes and further decisions which will, I&#8217;m sure, have life changing impacts upon their realisation.</p>
<p>The first of these major changes is of course &#8220;the new job&#8221;, yes, that&#8217;s right. As of 5th February 2009 I will no longer be employed by PriceMaurice Limited. After a brief and frankly unexpected conversation with Si, a friend of mine from uni, I was told I should email a copy of my CV to J.H. Austin who were looking for a new &#8220;Systems Development Manager&#8221;, a couple of emails and about half and hour later and a job interview was arranged. Out came the suit and off I went for the meeting, upon arrival I was met by two nice chaps who would be conducting my initial grilling, Alan and Glenn both seemed very friendly and made me feel quite at ease, which I&#8217;m sure helped with the interview. Later I would meet Jonathan, the M.D, we only talked for a short while but I found him to be very interesting and look forward to meeing him again.</p>
<p>J.H. Austin sounds like a very interesting place to work and it looks like they&#8217;ve got a good couple of exciting projects lined up for me. I&#8217;ll be sorry to leave my place at PriceMaurice as it&#8217;s such a nice place to work and I&#8217;ll be forever grateful to Matt, the MD, for giving me my first real I.T position and the opportunity to gain all of the experience that&#8217;s helped me so much. That all being said I&#8217;m also really excited to get into a larger network environment and really get my teeth into something a bit more complex than the type of work that is available at PM.</p>
<p>I&#8217;m as of yet unsure of whether I&#8217;ll be starting to fix peoples computers in my spare time as I did before I worked for PriceMaurice, but I think it&#8217;s a distinct possibility. That little bit of extra money is always nice, so bare me in mind.</p>
<p>I&#8217;ve also bought a car! woo! Bertha the MK4 1.6 litre 8 valve red VW Golf has been a lot of fun over the last couple of years, but with a new job and an ever increasing maintenance bill I&#8217;ve decided to splash out a bit and go for something a bit newer, and here it is;</p>
<div id="attachment_50" class="wp-caption alignnone" style="width: 288px"><a href="http://www.jon-moore.co.uk/blog/wp-content/uploads/2009/01/eatjmgdl.jpg"><img class="size-full wp-image-50" title="focus" src="http://www.jon-moore.co.uk/blog/wp-content/uploads/2009/01/eatjmgdl.jpg" alt="New ford focus" width="278" height="167" /></a><p class="wp-caption-text">New ford focus</p></div>
<p>A new shape 2008 Ford focus Zetec oooooh (but mine is black)</p>
<p>I&#8217;m hoping to keep this new car for at least the next four years &#8211; mainly that&#8217;s because that&#8217;s how long I&#8217;m going to be paying for it, but hopefully those years will pass mostly mechanic free and it&#8217;ll be a great car. If I&#8217;m lucky it&#8217;ll be as good a car as Bertha has been.</p>
<p>The final change, well, this one is more of a decision to change, is that this year I am determined to move out (as I have previously mentioned) but I&#8217;ll keep you posted on that one.</p>
<p>In all, 2009 couldn&#8217;t be looking better. I&#8217;ve been with Sarah for over 6 months now and couldn&#8217;t fell better about it, I feel so lucky that our chance encounter occurred when I think about how easy it would have been for it not to have happened. I really do love her and I honestly don&#8217;t think I&#8217;ve ever felt like this about anyone before&#8230; yes, yes, cliche I know but I find myself trying to spend as much time as I can with her, which isn&#8217;t really something I&#8217;ve done for anyone else before.</p>
<p>So as Lilly Allen put it; &#8220;That&#8217;s what makes my life so sexy-fantastic&#8221; &#8230;well in the radio edit anyway.</p>
<p><a href="http://www.jon-moore.co.uk/blog/wp-content/uploads/2009/01/sdc10170.jpg"><img class="alignnone size-medium wp-image-51" title="Sarah and I" src="http://www.jon-moore.co.uk/blog/wp-content/uploads/2009/01/sdc10170-300x225.jpg" alt="sdc10170" width="300" height="225" /></a></p>
<p>Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-moore.co.uk/2009/01/so-much-new-great-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

