<?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>Insert name here</title>
	<atom:link href="http://blog.tanist.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Thu, 22 Apr 2010 13:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More updates</title>
		<link>http://blog.tanist.co.uk/2010/04/more-updates/</link>
		<comments>http://blog.tanist.co.uk/2010/04/more-updates/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:35:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rambling]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[php serializer]]></category>
		<category><![CDATA[pointless]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[who cares]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=191</guid>
		<description><![CDATA[It&#8217;s been a long time since something was posted here, so I thought I&#8217;d post some pointless rambling. We&#8217;ve just moved the blog to a (hopefully) faster host. That&#8217;s about it.
In other news, I&#8217;ve been working on some new features for the ever popular PHP Unserializer! It will now give you the option to make [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since something was posted here, so I thought I&#8217;d post some pointless rambling. We&#8217;ve just moved the blog to a (hopefully) faster host. That&#8217;s about it.</p>
<p>In other news, I&#8217;ve been working on some new features for the ever popular <a href="http://blog.tanist.co.uk/files/unserialize/index.php">PHP Unserializer</a>! It will now give you the option to make changes to your data and put it back into a serialized format. Currently it only works with arrays that don&#8217;t have any sub-arrays, but I will gradually expand it to cover these too. We hope it&#8217;s of some use.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2010/04/more-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting clients to register in SAV (Symantec Antivirus 10.2)</title>
		<link>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/</link>
		<comments>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:19:34 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=182</guid>
		<description><![CDATA[I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it.
For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it.</p>
<p>For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on to another server. So how do you get those SAV clients to re-register in the console?</p>
<p>Well, I decided to use a logon script to sort out a number of clients in one hit. Download the following av-fix batch file:</p>
<p>Download: <a rel="attachment wp-att-183" href="http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/av-fix/">av-fix</a>.bat</p>
<p>In the case of SBS 2003 &#8211; you need to place this file in the netlogon folder. Once in place, open up the file and place your Symantec server name in the correct place, replacing &#8220;\\yourserver&#8221;.</p>
<p>To make the logon script silent, I decided to use a small program called hstart. Download it from <a href="http://www.ntwind.com/software/utilities/hstart.html">here</a> and place in the netlogon folder. My script uses the widely available robocopy, so get yourself a copy of that and place it in the same folder.</p>
<p>Now, from your main logon batch script you just need to insert the following line:</p>
<p>hstart /NOCONSOLE &#8220;av-fix.bat&#8221;</p>
<p>This executes the batch file in hidden mode (the user won&#8217;t notice anything)</p>
<p>The av-fix.bat file places a grc.dat in the correct place on your client machines. It also updates the pki directory.</p>
<p>It&#8217;s tested to work on XP (but I&#8217;m unsure about Vista&#8230;)</p>
<p>Sit back and watch the Symantec Console repopulate as the clients login. Beautiful! I hope you find it useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://blog.tanist.co.uk/2009/07/updates/</link>
		<comments>http://blog.tanist.co.uk/2009/07/updates/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 08:36:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[unserializer]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=179</guid>
		<description><![CDATA[Just a quick note to tell those of you using RSS about the updates we have made on the website! I&#8217;ve just been playing with the PHP Unserializer (or unserialiser), hopefully making it a bit more reliable. Chances are you won&#8217;t notice the change but rest assured it is there.
Secondly, Henry has installed a new [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to tell those of you using RSS about the updates we have made on the website! I&#8217;ve just been playing with the <a href="http://blog.tanist.co.uk/files/unserialize/index.php">PHP Unserializer</a> (or unserialiser), hopefully making it a bit more reliable. Chances are you won&#8217;t notice the change but rest assured it is there.</p>
<p>Secondly, Henry has installed a new theme. It&#8217;s only one from the Wordpress Themes catalogue, but a very nice one at that. We could really use a nice logo for the top left now, and possibly a change of name too?!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/07/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linksys WAG54G2 ADSL Line Stats</title>
		<link>http://blog.tanist.co.uk/2009/07/linksys-wag54g2-adsl-line-stats/</link>
		<comments>http://blog.tanist.co.uk/2009/07/linksys-wag54g2-adsl-line-stats/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 13:26:05 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[Attenuation]]></category>
		<category><![CDATA[Line Stats]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Noise Margin]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[WAG54G2]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=174</guid>
		<description><![CDATA[Normally the WAG54G2 doesn&#8217;t give very advanced ADSL line stats which isn&#8217;t much use if you&#8217;re on a fault finding mission. However, using the following URL you can get much more detailed information:
http://192.168.1.1/setup.cgi?next_file=adsl_driver.htm
This should give you:
DSL Noise Margin
DSL Attenuation
DSL Transmit Power
]]></description>
			<content:encoded><![CDATA[<p>Normally the WAG54G2 doesn&#8217;t give very advanced ADSL line stats which isn&#8217;t much use if you&#8217;re on a fault finding mission. However, using the following URL you can get much more detailed information:</p>
<p><a href="http://192.168.1.1/setup.cgi?next_file=adsl_driver.htm">http://192.168.1.1/setup.cgi?next_file=adsl_driver.htm</a></p>
<p>This should give you:</p>
<p>DSL Noise Margin</p>
<p>DSL Attenuation</p>
<p>DSL Transmit Power</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/07/linksys-wag54g2-adsl-line-stats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Royal Cornwall Show Thanks</title>
		<link>http://blog.tanist.co.uk/2009/06/royal-cornwall-show-thanks/</link>
		<comments>http://blog.tanist.co.uk/2009/06/royal-cornwall-show-thanks/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:19:28 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[royal cornwall show]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=172</guid>
		<description><![CDATA[I&#8217;ve just realised we&#8217;ve not officially thanked our sponsors of the Royal Cornwall Show Webcam. The camera was a massive success, with over a thousand unique viewers tuning in to watch the camera pan around the grounds.
I&#8217;d like to take a moment to thank Chris &#38; co at Kernow broadband for providing a dedicated internet [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just realised we&#8217;ve not officially thanked our sponsors of the Royal Cornwall Show Webcam. The camera was a massive success, with over a thousand unique viewers tuning in to watch the camera pan around the grounds.</p>
<p>I&#8217;d like to take a moment to thank Chris &amp; co at Kernow broadband for providing a dedicated internet connection for the camera. Stefan at Davey electrical provided his cherry picker on which we mounted the camera. Without the fantastic help of these people the camera wouldn&#8217;t have been possible!</p>
<p>We hope to be back next year to provide even better coverage of the grounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/06/royal-cornwall-show-thanks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Crash/Hang under VirtualBox on MacOS</title>
		<link>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/</link>
		<comments>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 09:45:01 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=167</guid>
		<description><![CDATA[I recently installed a Windows XP virtual machine under MacOS using virtualbox, only to discover that Outlook 2007 would hang when opened (unable to connect to exchange). It seems the issue has been documented in the following ticket but no resolution has been posted. Outlook 2003 seems to works without a problem.
Update: I&#8217;ve discovered that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed a Windows XP virtual machine under MacOS using virtualbox, only to discover that Outlook 2007 would hang when opened (unable to connect to exchange). It seems the issue has been documented in the following <a href="http://www.virtualbox.org/ticket/4150">ticket</a> but no resolution has been posted. Outlook 2003 seems to works without a problem.</p>
<p>Update: I&#8217;ve discovered that Outlook 2007 works fine if you switch the networking options in virtualbox from &#8220;NAT&#8221; to &#8220;Bridged&#8221;. It also fixed some other issues I was having (mapped network drives and group policy didn&#8217;t get applied. For reference the domain controller is a Windows 2008 SBS server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Royal Cornwall Show Webcam</title>
		<link>http://blog.tanist.co.uk/2009/05/royal-cornwall-show-webcam/</link>
		<comments>http://blog.tanist.co.uk/2009/05/royal-cornwall-show-webcam/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:04:14 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[cornwall]]></category>
		<category><![CDATA[coverage]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[royal cornwall show]]></category>
		<category><![CDATA[showground]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=161</guid>
		<description><![CDATA[This year the Royal Cornwall show is taking place on the 4th, 5th &#38; 6th of June and for the first time in the shows history, Tanist Computer Systems will be providing a live camera feed allowing you to view the show from the comfort of your desk.
The camera will be capable of panning a [...]]]></description>
			<content:encoded><![CDATA[<p>This year the <a href="http://www.royalcornwallshow.org/" target="_blank">Royal Cornwall</a> show is taking place on the 4th, 5th &amp; 6th of June and for the first time in the shows history, <a href="http://www.tanist.co.uk" target="_blank">Tanist Computer Systems</a> will be providing a live camera feed allowing you to view the show from the comfort of your desk.</p>
<p>The camera will be capable of panning a full 360 degrees and will be positioned some 30 feet above the showground. The live stream will be viewable for the duration of the event on <a href="http://www.showgroundlive.com" target="_blank">www.showgroundlive.com</a></p>
<p>We hope you enjoy the show, even if you&#8217;re not there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/05/royal-cornwall-show-webcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A week in the French Alps</title>
		<link>http://blog.tanist.co.uk/2009/04/a-week-in-the-french-alps/</link>
		<comments>http://blog.tanist.co.uk/2009/04/a-week-in-the-french-alps/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:33:50 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[alps]]></category>
		<category><![CDATA[snowboarding]]></category>
		<category><![CDATA[snowtrex]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=158</guid>
		<description><![CDATA[I was just churning through my documents and discovered a short description of my first ever snowboarding holiday with snowtrex. It&#8217;s not complete but it makes an interesting prologue.
Day 1 &#8211; Set off at 5am from Exeter, having stayed the night at Reg&#8217;s flat. I was trying to convert his Navman S30 to run TomTom [...]]]></description>
			<content:encoded><![CDATA[<p>I was just churning through my documents and discovered a short description of my first ever snowboarding holiday with snowtrex. It&#8217;s not complete but it makes an interesting prologue.</p>
<p>Day 1 &#8211; Set off at 5am from Exeter, having stayed the night at Reg&#8217;s flat. I was trying to convert his Navman S30 to run TomTom &#8211; However it took 5 hours, so I didn&#8217;t actually get any sleep at all. We set off and I managed a whole 30 mins before handing over to Reg. By 9am we had made good progress, scooting around the edge of London. Then, disaster, the low oil light came on in the car. We pulled in and bought some oil for a quick top up which seemed to fix the problem. In no time at all we were queuing for the ferry. We were way to early so had to wait about an hour and a half. We finally boarded the Norfolkline &#8211; cheap but very impressive inside. We left at 12pm, The sea was flat and the crossing was very smooth. Unloading the ferry took a while and we were soon getting used to driving on the right hand side. We forgot to fit the GB sticker and headlight adapters, and passed some police looking extremely uneasy. We pulled in as quick as possible to get the stuff fitted.</p>
<p>We soon settled in to doing about 80mph with the cruise control on. Then a bright flash, what on earth was that. It looked like a mobile speed camera! No! I&#8217;m sure I was sticking to the limit, and I had just been overtaken by a french car going faster than me. I don&#8217;t know what it was.</p>
<p>Arriving at the resort we were met with stunning views of the alps. There seemed to be a major lack of toilets so we stopped to make some yellow snow. About 15 mins and we were there. It was snowing and the roads were icy. We parked up and soon found the car became stuck. We had to fit the snow chains to make any progress at all.</p>
<p>Check-in took a long time but we paid the 300 euros deposit and picked up the key to the apartment and lift passed no problem. We also picked up the snowboards, and paid an additional 10 euros insurance for the week. We entered the apartment and wow, it was way above expectations.</p>
<p>Day 2 &#8211; Very keen to get on the slopes. We soon found some green slopes and went down for our first real run. Ouch, lots of falling over and high speed crashes. I fell off the drag lift. We went back for lunch and then went for a much larger green slope. This was impressive and took about 2 hours to complete, by the time we reached the bottom we were ready to call it a day. My leg was already hurting quite a lot. We returned to the apartment and soon went out for some drinks with the polish.</p>
<p>Day 3 &#8211; Keen once again, this time aiming a bit higher at the Jandri express. We met up with the polish and went up Jandri 1 and Jandri 2, right to the top. Then we took the underground train to the very top. The run down was amazing, but my leg was seriously hurting and walking was very painful. Jay realised the camera had gone missing, so he went back with Reg to look for it. I stayed at the 3600 cafe and shared a jug of wine and some potato thing with the polish &#8211; yum.</p>
<p>We took a chair lift back up, and Kasia was super scared having never been on one before. As we got off she managed to punch me in the face and I heard a nasty cracking noise in my face. Seems like I got away without a broken nose.</p>
<p>We made our way down to about 2600 and then it was getting late, so we took a big cart (technical term) down and then the tiny white lifts. Reg took his board in for repair after the binding broke.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/04/a-week-in-the-french-alps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet time tab missing in server 2008</title>
		<link>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/</link>
		<comments>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:42:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[internet time]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=151</guid>
		<description><![CDATA[Just noticed that all the computer clocks on a network were 5 minutes out. Went to the server (Windows Server 2008 Standard), to check the internet time synchronisation only to find that the usual Internet time tab on the clock/date control panel was completely missing. I didn&#8217;t bother investigating exactly why this is, but found [...]]]></description>
			<content:encoded><![CDATA[<p>Just noticed that all the computer clocks on a network were 5 minutes out. Went to the server (Windows Server 2008 Standard), to check the internet time synchronisation only to find that the usual Internet time tab on the clock/date control panel was completely missing. I didn&#8217;t bother investigating exactly why this is, but found the following solution.</p>
<blockquote><p>w32tm /config /syncfromflags:MANUAL /manualpeerlist:time.nist.gov<br />
w32tm /config /update</p></blockquote>
<p>Obviously you can use your preferred time server instead of time.nist.gov, but run these two commands and wait a few minutes, and you should see your clock correct itself. The process will show &#8216;time-service&#8217; events in the system event log to confirm your changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Homemade Grazebox</title>
		<link>http://blog.tanist.co.uk/2009/04/homemade-grazebox/</link>
		<comments>http://blog.tanist.co.uk/2009/04/homemade-grazebox/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:36:33 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[graze]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=148</guid>
		<description><![CDATA[Let&#8217;s face it, graze.com is a wonderful idea (for those that don&#8217;t know, they basically post you a healthy lunch) and I love the novelty of not knowing what&#8217;s inside. However, £60 a month is a bit steep (£3 x 5 days x 4 weeks) and seeing as I&#8217;m going around the supermarket anyway, I [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, graze.com is a wonderful idea (for those that don&#8217;t know, they basically post you a healthy lunch) and I love the novelty of not knowing what&#8217;s inside. However, £60 a month is a bit steep (£3 x 5 days x 4 weeks) and seeing as I&#8217;m going around the supermarket anyway, I could just pickup the ingreedients and make my own! I could even reuse my existing graze box to get the correct portions.</p>
<p>So what&#8217;s required? Well today&#8217;s box consisted of:</p>
<ul>
<li>Dried cranberries (small portion)</li>
<li>Americas nut mix (almond, pecan &amp; brazil nut) (medium portion)</li>
<li>Fresh crunchy apple (large portion)</li>
</ul>
<p>I&#8217;d welcome any more suggestions and I&#8217;ll create a list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/04/homemade-grazebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
