<?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>wicher.co.uk</title>
	<atom:link href="http://www.wicher.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wicher.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jan 2013 10:08:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SCUP Adobe 11.x CAB&#8217;s</title>
		<link>http://www.wicher.co.uk/scup-adobe-11-x-cabs/</link>
		<comments>http://www.wicher.co.uk/scup-adobe-11-x-cabs/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 10:05:56 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Don't Feed the Technician]]></category>
		<category><![CDATA[Adobe Systems]]></category>
		<category><![CDATA[Adobe updates]]></category>
		<category><![CDATA[Inc.]]></category>
		<category><![CDATA[SCUP]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=365</guid>
		<description><![CDATA[11.x SCUP catalogs for Adobe Systems, Inc. Acrobat and Reader http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.cab http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.xml http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.cab http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.xml]]></description>
				<content:encoded><![CDATA[<p>11.x SCUP catalogs for Adobe Systems, Inc. Acrobat and Reader</p>
<ul>
<li><span style="line-height: 13px;">http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.cab<br />
</span></li>
<li>http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.xml</li>
<li>http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.cab</li>
<li>http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.xml</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/scup-adobe-11-x-cabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM Laptop Query</title>
		<link>http://www.wicher.co.uk/sccm-laptop-query/</link>
		<comments>http://www.wicher.co.uk/sccm-laptop-query/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 13:50:57 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Don't Feed the Technician]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM 2012]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=356</guid>
		<description><![CDATA[I&#8217;m using SCCM 2012 but transferable to older versions.  Go to Assets and Compliance. Right Click &#8216;Device Collections&#8217; and click &#8216;Create Device Collection&#8217;. Fill in the details for the group my case its Calling it &#8216;Laptops&#8217;. Click the &#8216;Browse&#8217; button for the limiting collection and select the appropriate group for your situation. (If in doubt [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m using SCCM 2012 but transferable to older versions. <a href="http://www.wicher.co.uk/wp-content/uploads/2012/10/Screen-shot-2012-10-18-at-10.52.11.png"><br />
</a></p>
<ul>
<li>Go to Assets and Compliance.</li>
<li>Right Click &#8216;Device Collections&#8217; and click &#8216;Create Device Collection&#8217;.</li>
<li>Fill in the details for the group my case its Calling it &#8216;Laptops&#8217;.</li>
<li>Click the &#8216;Browse&#8217; button for the limiting collection and select the appropriate group for your situation. (If in doubt choose &#8216;All Systems&#8217;).</li>
<li>&#8216;Next&#8217;</li>
<li>Now to create the query itself. Click &#8216;Add Rule&#8217; then &#8216;Query Rule&#8217;.</li>
<li>Put in an appropriate name.</li>
<li>For this we won&#8217;t be importing a query so click &#8216;Edit Query Statement&#8217;</li>
<li>In the new window click the &#8216;Show Query Language&#8217; this will show and allow you to edit query code.</li>
<li>&#8216;Copy&#8217; the code below and paste into the statement window.</li>
</ul>
<p>&nbsp;</p>
<p><code>SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SYSTEM_ENCLOSURE on SMS_G_System_SYSTEM_ENCLOSURE.ResourceID = SMS_R_System.ResourceId where<br />
SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes in ( "8", "9", "10", "14" )</code></p>
<p>&nbsp;</p>
<div>
<ul>
<li>Microsoft has kindly provided a list of available options, you just need to alter the &#8216;SMS_G_System_SYSTEM_ENCLOSURE.ChassisTypes&#8217; according to what you want the collection to consist of.</li>
<li>Choose if and how often the collection is updated.</li>
<li>&#8216;Next&#8217;</li>
<li>&#8216;Next&#8217;</li>
<li>&#8216;Close&#8217;</li>
<li>Double click the new collection and force an &#8216;Update Membership&#8217; scan.</li>
</ul>
</div>
<div></div>
<p>1 Other<br />
2 Unknown<br />
3 Desktop<br />
4 Low Profile Desktop<br />
5 Pizza Box<br />
6 Mini Tower<br />
7 Tower<br />
8 Portable<br />
9 Laptop<br />
10 Notebook<br />
11 Hand Held<br />
12 Docking Station<br />
13 All in One<br />
14 Sub Notebook<br />
15 Space-Saving<br />
16 Lunch Box<br />
17 Main System Chassis<br />
18 Expansion Chassis<br />
19 Sub Chassis<br />
20 Bus Expansion Chassis<br />
21 Peripheral Chassis<br />
22 Storage Chassis<br />
23 Rack Mount Chassis<br />
24 Sealed-Case PC</p>
<p>&nbsp;</p>
<p><a href="http://www.wicher.co.uk/wp-content/uploads/2012/10/Screen-shot-2012-10-18-at-10.52.11.png"><img class="aligncenter size-full wp-image-358" title="SCCM Laptop Query" src="http://www.wicher.co.uk/wp-content/uploads/2012/10/Screen-shot-2012-10-18-at-10.52.11.png" alt="" width="812" height="657" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/sccm-laptop-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful WSUS Commands To Know</title>
		<link>http://www.wicher.co.uk/344/</link>
		<comments>http://www.wicher.co.uk/344/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 08:33:52 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Don't Feed the Technician]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=344</guid>
		<description><![CDATA[during my SCCM and WSUS building i have needed to check if the client computer is receiving updates and specific ones. There’s quite a few command to choose from but the only ones I need regularly are the ones to force update checks. They work with Windows 2000 Server and Windows Server 2003, though they make work on other [...]]]></description>
				<content:encoded><![CDATA[<p>during my SCCM and WSUS building i have needed to check if the client computer is receiving updates and specific ones. There’s quite a few command to choose from but the only ones I need regularly are the ones to force update checks. They work with Windows 2000 Server and Windows Server 2003, though they make work on other versions.</p>
<p>Curiosity or something failed you can find the Windows Update log can be found at <span style="color: #ff0000;">%systemroot%\WindowsUpdate.log</span> Can be opened with notepad and such like.</p>
<p>Manually restart the update service.<br />
<code>net stop wuauserv<br />
net start wuauserv</code><br />
I&#8217;m a very busy person i can&#8217;t wait&#8230;&#8230;.!! :/    Now to check with the WSUS server see if updates are showing;<br />
<code>wuauclt /detectnow</code><br />
The detectnow switch will force a query to the WSUS server to see if there are any updates that are needed.</p>
<p>ReportNow switch will force the client to send updated status to the WSUS server. It may take a minute or two for the server to reconcile and display the updated status.<br />
<code>wuauclt /r /ReportNow</code></p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/344/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tour of Britain</title>
		<link>http://www.wicher.co.uk/tour-of-britain/</link>
		<comments>http://www.wicher.co.uk/tour-of-britain/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 08:01:18 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=339</guid>
		<description><![CDATA[Few days left until Tour of Britain but could not seem to find an iCal to download, though i would make one for others to download, so please do. &#160; Download: Tour of Britain 2012 Calendar]]></description>
				<content:encoded><![CDATA[<p>Few days left until Tour of Britain but could not seem to find an iCal to download, though i would make one for others to download, so please do.</p>
<p>&nbsp;</p>
<p>Download:</p>
<p><a href="http://www.wicher.co.uk/wp-content/uploads/2012/09/Tour-of-Britain-2012-Calendar.ics">Tour of Britain 2012 Calendar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/tour-of-britain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Collation</title>
		<link>http://www.wicher.co.uk/sql-collation/</link>
		<comments>http://www.wicher.co.uk/sql-collation/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 11:00:16 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Don't Feed the Technician]]></category>
		<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=328</guid>
		<description><![CDATA[Yet again i have failed a prerequisite check for the required SQL server collation, though i would post the quick fix for me to remember what i did but might help someone else. &#160; Quick back story, i&#8217;m installing Microsoft System Centre Configuration Manager 2012, already installed all the prerequisites&#8230; &#160; &#160; The server collation gets specified at [...]]]></description>
				<content:encoded><![CDATA[<p>Yet again i have failed a prerequisite check for the required SQL server collation, though i would post the quick fix for me to remember what i did but might help someone else.</p>
<p>&nbsp;</p>
<p>Quick back story, i&#8217;m installing Microsoft System Centre Configuration Manager 2012, already installed all the prerequisites&#8230;</p>
<p>&nbsp;</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 754px"><a href="http://www.wicher.co.uk/wp-content/uploads/2012/08/SQL-Fail.png"><img class="size-full wp-image-329" title="SCCM 2012 SQL Fail" src="http://www.wicher.co.uk/wp-content/uploads/2012/08/SQL-Fail.png" alt="" width="744" height="558" /></a><p class="wp-caption-text"><br />Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system and require GB18030 support. For information about changing your SQL Server instance and database collations, see http://go.microsoft.com/fwlink/p/?LinkID=234541. For information about enabling GB18030 support, see http://go.microsoft.com/fwlink/p/?LinkId=234542.</p></div>
<p>&nbsp;</p>
<p>The server collation gets specified at the SQL Server installation. Few options to fix, re-install the SQL server or rebuild your database.  The server collation acts as the default collation for all system databases that are installed with the instance of SQL Server, and also any newly created user databases.</p>
<p style="text-align: center;"><span style="text-decoration: underline; color: #ff0000;">Only do this on a SQL which is not in use by any other application!</span></p>
<p>Assuming you have default instance name, otherwise just change the /INSTANCENAME=</p>
<p>Open up command prompt, navigate to the SQL setup folder where the setup.exe is located and execute the underneath command:</p>
<pre style="padding-left: 30px;"><span style="color: #33cccc;">Setup.exe /QUIET /ACTION=REBUILDDATABASE  /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS /INSTANCENAME=MSSQLSERVER /SQLSYSADMINACCOUNTS=BUILTIN\Administrators</span></pre>
<p>&nbsp;</p>
<div id="attachment_330" class="wp-caption aligncenter" style="width: 845px"><a href="http://www.wicher.co.uk/wp-content/uploads/2012/08/SQL-Fix.png"><img class="size-full wp-image-330" title="SQL Fix" src="http://www.wicher.co.uk/wp-content/uploads/2012/08/SQL-Fix.png" alt="" width="835" height="565" /></a><p class="wp-caption-text">Be patient!</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/sql-collation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Root &#8211; ICS Galaxy Tab 7.0 Plus</title>
		<link>http://www.wicher.co.uk/rooticstab7/</link>
		<comments>http://www.wicher.co.uk/rooticstab7/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 12:20:19 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GOOGLE]]></category>
		<category><![CDATA[Galaxy Tab]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[rooting]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=313</guid>
		<description><![CDATA[Download these 2 files ( CWM.zip and root.zip ) and put in your external SDCARD: - Reboot to recovery by holding Volume Up then hold power till it reboot to recovery - Choose apply update from external storage, using volume button to navigate. - Choose CWM.zip and wait until CWM recovery appear. The volume buttons don&#8217;t work for navigation [...]]]></description>
				<content:encoded><![CDATA[<p>Download these 2 files ( <a href="https://dl.dropbox.com/u/743562/P6200%20ICS/Root/CWM.zip">CWM.zip</a> and <a href="https://dl.dropbox.com/u/743562/P6200%20ICS/Root/root.zip">root.zip</a> ) and put in your external SDCARD:</p>
<p>- Reboot to recovery by holding Volume Up then hold power till it reboot to recovery<br />
- Choose apply update from external storage, using volume button to navigate.<br />
- Choose CWM.zip and wait until CWM recovery appear.</p>
<p>The volume buttons don&#8217;t work for navigation so use your fingers to scroll and tap to execute.</p>
<p>- Choose install zip from sdcard.<br />
- Choose zip from sdcard.<br />
- Choose root.zip and scroll to Yes &#8211; Install root.zip.<br />
- Once done, choose reboot system now.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><span style="color: #ff0000;">Installing this update will invalidate your manufacturer warranty; this website and its owner take absolutely no responsibility whatsoever for any damage you may inflict on your phone/tablet as a result of following this guide.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/rooticstab7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICS Galaxy Tab 7.0 Plus</title>
		<link>http://www.wicher.co.uk/icstab/</link>
		<comments>http://www.wicher.co.uk/icstab/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 12:16:47 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GOOGLE]]></category>
		<category><![CDATA[Galaxy Tab]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ICS]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=311</guid>
		<description><![CDATA[Well out of the blue it seems the lucky people in Austria woke to find they have an update for their Galaxy Tab 7.0+ So for fellow Galaxy Tab 7.0+ P6200 (WiFi + 3G) quick guide to install. &#160; Still have the stomach for the job?  Then let&#8217;s get cracking! &#160; You will need a [...]]]></description>
				<content:encoded><![CDATA[<p>Well out of the blue it seems the lucky people in Austria woke to find they have an update for their Galaxy Tab 7.0+</p>
<p>So for fellow Galaxy Tab 7.0+ P6200 (WiFi + 3G) quick guide to install.</p>
<p>&nbsp;</p>
<p>Still have the stomach for the job?  Then let&#8217;s get cracking!</p>
<p>&nbsp;</p>
<p>You will need a few files beforehand, so please download the following:</p>
<p><a href="https://dl.dropbox.com/u/743562/P6200%20ICS/Odin3-v1.85.zip" target="_blank">Odin v1.85</a> (Latest as of July 2012)</p>
<p><a href="https://dl.dropbox.com/u/743562/P6200%20ICS/P6200XXLQ1_P6200OXALQ1_ATO.zip" target="_blank">P6200XXLQ1_P6200OXALQ1_ATO</a></p>
<p>- Power off your Tab</p>
<p>- Extract and run Odin3</p>
<p>- Put your Tab into download made but pressing Volume down and Power</p>
<p>- Once in Download mode plug into computers USB port, it should then show in Odin in the ID:COM box. (If this fails, reboot the tab and try Download mode again.)</p>
<p>- Change no setting in Odin apart from ticking PDA.</p>
<p>- Click PDA button and select the ICS file you downloaded.</p>
<p>- Click START</p>
<p>&nbsp;</p>
<p style="text-align: center;">As of yet this will only work for 3G models of the Galaxy Tab 7.0 Plus</p>
<p style="text-align: center;"><span style="color: #ff0000;">Installing this update will invalidate your manufacturer warranty; this website and its owner take absolutely no responsibility whatsoever for any damage you may inflict on your phone/tablet as a result of following this guide.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/icstab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manchester to Blackpool 100k</title>
		<link>http://www.wicher.co.uk/manchester-t-blackpool-100k/</link>
		<comments>http://www.wicher.co.uk/manchester-t-blackpool-100k/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 21:26:26 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Sport]]></category>
		<category><![CDATA[Blackpool]]></category>
		<category><![CDATA[Cycle]]></category>
		<category><![CDATA[Manchester]]></category>
		<category><![CDATA[Manchester to Blackpool]]></category>
		<category><![CDATA[Race]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=283</guid>
		<description><![CDATA[Yesterday was my first Manchester to Blackpool &#8220;Bike event&#8221; can&#8217;t call it a race as most people their where only there to raise money for charity and hoping to just finish but for me it was a race and that&#8217;s what I will refer to it as such. I first found out about the race [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday was my first Manchester to Blackpool &#8220;Bike event&#8221; can&#8217;t call it a race as most people their where only there to raise money for charity and hoping to just finish but for me it was a race and that&#8217;s what I will refer to it as such.</p>
<p>I first found out about the race when on a sky ride and we found ourselves having to bob in and out of 100&#8242;s of what seemed random cyclists. Some on road bikes others on mountain and even a few BMX&#8217;s, it was only later on I found out what they were doing and as soon as i could signed myself up for the 2012 race.</p>
<p>unfortunately the month before the race I was suffering from flu like symptoms and going to the gym became too much after a long day at work so was forced to take some time away, and that week off the gym turned into weeks and even to-date I&#8217;ve yet to return to the gym, but hoping to get back soon. So one week to go before the race and having done no time in gym for a month, the weather was against me being some of the worst flooding for years I started to get a bit nervous about my achievable time. Some searching on the internet threw up stories of past cyclists who have done the same ride and from reading could tell roughly their fitness, and it seemed it ranged from 3 hours to 5 hours even one story where they took 7 hours to complete. So from this and past cycle data from SportsTracker I estimated anything faster than 4 hours would be good but 3 hours would be epic.<br />
The preparation, well we have already established I’ve not done any gym work so with only a few days left I only had my nutrition to get right. From past work and research I was aware that glycogen stores need to be toped up so carb loading it is, planned my meals according. Replacing meals with pasta and race, but keeping in mind you can over do the amount of carbs and instead of doing good can impede ones performance and lead to digestive problems. Next few days looked like this: oatmeal cereal for breakfast, potatoes at lunch and pasta for dinner, adding a few things to flavour such as simple tomato source with the pasta…and to aid in hydration a little extra salt.</p>
<p>It’s not just about food it’s also hydration. Apparently loosing just 1% of body fluid can decrease performance by 10%, not figures like this must be taken with a pinch of salt as they are more than likely pro athlete’s tested on but it still worth keeping in mind and as such I made sure I cut down my 10 a-day coffee addiction to a couple and replaced it with water and odd sports drinks to replenish any electrolyte loss.<br />
So, it’s 0500 the day of race, to ease myself I grab a shower to relax before getting breakfast of Cheerios and watered down sports drink. I get my gear together, putting my number on my jersey (Number 658 btw) and back to bed for a rest. When I booked my place I had to choose what time to start, 0700 to 0900 30min in 30min increments so opted for a nice 0800 start.</p>
<p>Got a lift to Manchester united football stadium (thanx mum) and greeted by literally thousands of riders taking part. My 0800 start put me nicely towards the middle of the race just before the prearranged busses… I did some pre checks on bike: breaks, wheals… check, all working. Decided what things I might need during the race, although there where race pit stops but for a 60mile race it’s not worth stopping and resting losing momentum so would need to eat on the bike. I opted for science and packed 4 powerbars offering all the nutrition I would need, but also water supplement powders one for the water I have and another just in case I need to stop or for the end to stop me crashing out after the race.</p>
<p>Time is 07:57:06 and I’m off, find myself from the off overtaking 10’s of riders many of whom were riding cheap mountain bikes with heavy knobbly tyres and suspension, I know this isn’t officially a race but I have to think to why are they punishing themselves more than they have to, few quid get a cheap £100 – £200 hybrid bike and they will not only have a lot more of a comfortable ride but a speedier one.</p>
<p>I soon got into a rhythm and was speeding along at a respectable 20mph (32kmh) quite a lot of the route was through built-up areas and as its not a closed off road event the traffic started to build up in places and tailbacks of cars and cyclists started to form up. As said before most of the riders clearly where not frequent riders and didn’t have much or any group riding experience and I saw many examples of crazy riding and I&#8217;m amazed I didn&#8217;t see any accidents though they apparently did occur.</p>
<p>10 miles in and having to watch out for other cyclists pulling out without any courtesy for other cyclists and often cycling in middle of the lane for no reason I also had too many traffic lights to deal with, well it wasn’t the traffic lights that where the problem it’s other cyclists, with thousands of people also riding a stop of 30 40 seconds this has the effect of bunching 10’s of cyclist together off all abilities, but I found VERY QUICKLY that breaking the rules slightly buy nipping in front via other side of road I guarantee being at front and have the room to power way. This carried on until I exited Manchester, then it was few up and down hills in county side, this is when I reached my fastest speed of the race 41.56mph very pleased with this, I even managed to give that Le Tour de France downhill madness (<a title="Le Tour de France Decent" href="http://www.wicher.co.uk/wp-content/uploads/2012/07/peloton-descent.jpg" target="_blank">IMAGE</a>) and sat on the top tube, in hindsight it was potentially deadly move 40mph downhill I would have no change moving out of way if someone pulled in front, but it was fun.</p>
<p>For the next 30 miles I found a good rhythm of finding a bunch of fast cyclists and tucked in behind them giving me a slip stream. This has the effect of reducing the amount of energy I would have to put in compared to if I was solo. Once recovered or had something to eat or drink I would ether move the head and offer assistance to the group or would push on.</p>
<p>Pushed though home town Preston and onwards to my goal, but then my nemesis was in front of me. I remember this road and what’s in front of me, at end of Carr LN is a 3% incline and a quick right turn, not on paper sound ok but after several miles it’s a hill in my book. But feeling better than ever now thanking my pre-race meal preparation. I picked a nice yet high gear and with help from the race marshall I powered down and raced to the top shooting past other cyclist and some even walking with their bikes, and at the top turned right and was awarded with a nice downhill through Kirkham.<br />
I got back into my rhythm and powered on. I was using my phone and satnav to monitor my progress and listen to music when out of town and my pace was dropping, I could feel my lower back starting to give way, my legs and everything else was remarkably feeling good so had to readjust my position on the saddle to relive my back, so moved up from my drops and shifted back into the saddle. Even on downhill’s stood bolt upright, just the trick.<br />
I was forewarned from a cyclist who wrote about his experience in 2011 to expect when getting into St Anna a sudden head wind, and sure enough on que I was hit with gusts of wind. Although on this hot day it was a slight relief to have a cool sea breeze this was not helping, so the first peloton I came across quickly made myself at home, repositioning myself according to the direction of the wind.</p>
<p>Lucky for my the peloton I found was going at a nice 19-20mph. At this point I was starting to feel the pace and embarrassingly I was not able to move up front and help and carried my all the way into Blackpool. With only few hundred meters to go I powered down and crossed the line 3 hours 20 minutes after starting.</p>
<p>The welcome was amazing, Blackpool promenade was lined with spectators all cheering the cyclists and PA man shouting out congratulating and encouraging the crowd to cheer. Immediately after crossing the line I had a bit of paper handed (Turned out to be a certificate) to me a small bottle of water and a small Soreen, bit confusing to begin with but my mind soon caught up with what was happening and I walked away from the finish line and ate the fuel provided.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.wicher.co.uk/wp-content/uploads/2012/07/PANO_20120708_120420.jpg"><img class="aligncenter  wp-image-294" title="PANO_20120708_120420" src="http://www.wicher.co.uk/wp-content/uploads/2012/07/PANO_20120708_120420.jpg" alt="" width="1009" height="260" /></a></p>
<p>&nbsp;</p>
<p>You can find my SportsTracker results below, but key information is:</p>
<p>Moving Time: 3h 22m 41s<br />
Ave Moving Speed: 18.22mph<br />
Ave Moving Pace: 3m 18s<br />
Max Speed: 41.57mph</p>
<div id="attachment_287" class="wp-caption aligncenter" style="width: 703px"><a href="http://www.sportstracklive.com/track/detail/awicher/Cycling/Manchester-Blackpool/MAN-to-BLK-100km/682018"><img class="size-full wp-image-287" title="sportstracker100k" src="http://www.wicher.co.uk/wp-content/uploads/2012/07/sportstracker100k.png" alt="" width="693" height="392" /></a><p class="wp-caption-text">CLICK TO VIEW DATA</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/manchester-t-blackpool-100k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ribble Sportive 7046 Curved</title>
		<link>http://www.wicher.co.uk/newbike/</link>
		<comments>http://www.wicher.co.uk/newbike/#comments</comments>
		<pubDate>Fri, 01 Jun 2012 11:09:36 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=274</guid>
		<description><![CDATA[Taken ownership of my bike yesterday, and its a beauty and very light. Breaking it in on saturday, then its the Rivington Raid Skyride on sunday, just hope my Wiggles order for my new helmet arrives today. &#160;]]></description>
				<content:encoded><![CDATA[<p>Taken ownership of my bike yesterday, and its a beauty and very light.</p>
<p>Breaking it in on saturday, then its the Rivington Raid Skyride on sunday, just hope my Wiggles order for my new helmet arrives today.</p>
<p>&nbsp;</p>

<a href='http://www.wicher.co.uk/newbike/img_20120531_165527/' title='IMG_20120531_165527'><img width="150" height="150" src="http://www.wicher.co.uk/wp-content/uploads/2012/06/IMG_20120531_165527-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120531_165527" /></a>
<a href='http://www.wicher.co.uk/newbike/img_20120531_165533-1/' title='IMG_20120531_165533 (1)'><img width="150" height="150" src="http://www.wicher.co.uk/wp-content/uploads/2012/06/IMG_20120531_165533-1-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120531_165533 (1)" /></a>
<a href='http://www.wicher.co.uk/newbike/img_20120531_165541/' title='IMG_20120531_165541'><img width="150" height="150" src="http://www.wicher.co.uk/wp-content/uploads/2012/06/IMG_20120531_165541-150x150.jpg" class="attachment-thumbnail" alt="IMG_20120531_165541" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/newbike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam Install Guide: DayZ Mod</title>
		<link>http://www.wicher.co.uk/dayz/</link>
		<comments>http://www.wicher.co.uk/dayz/#comments</comments>
		<pubDate>Wed, 30 May 2012 10:06:52 +0000</pubDate>
		<dc:creator>awicher</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.wicher.co.uk/?p=246</guid>
		<description><![CDATA[Not a streight forward game to setup so though a guide to help others was in order. Launch Steam as Admin, right click the shortcut and click "Run as Administrator" 1 ) Download both ARMA 2 and ARMA 2: Operation Arrowhead through Steam. 2 ) Run ARMA2 then ARMA2:OA once then right click ARMA:OA and [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.wicher.co.uk/wp-content/uploads/2012/05/DayZ.png"><img class="aligncenter size-full wp-image-247" title="DayZ Logo" src="http://www.wicher.co.uk/wp-content/uploads/2012/05/DayZ.png" alt="" width="643" height="306" /></a></p>
<pre>Not a streight forward game to setup so though a guide to help others was in order.</pre>
<pre></pre>
<pre>Launch Steam as Admin, right click the shortcut and click "Run as Administrator"</pre>
<pre>1 ) Download both ARMA 2 and ARMA 2: Operation Arrowhead through Steam.</pre>
<pre>2 ) Run ARMA2 then ARMA2:OA once then right click ARMA:OA and launch "Combined operations" to setup all the files needed.</pre>
<pre>3 ) Download latest DayZ Mod files from <a href="http://www.dayzmod.com/downloads.php" target="_blank">http://www.dayzmod.com/downloads.php</a></pre>
<pre>4 ) Navigate to your Steam folderMake and make a folder named "@DayZ" in your Arma 2: Operation Arrowhead directory.</pre>
<pre>5 ) Inside "@DayZ" folder create another folder named "Addons".</pre>
<pre>It should look like this:</pre>
<pre>    <strong>C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\@DayZ\Addons</strong></pre>
<pre>6 ) Copy the *.rar files to the Addons folder, unpack all DayZ Mod files in the "Addons" folder.</pre>
<pre>7 ) Need to install the ARMA2 beta patch head over to - http://www.arma2.com/beta-patch.php, the latest patch will be at top highlited in green. Download, extract and run exe.</pre>
<pre>8 ) Need now to configure the launch options for the mod to work. Go to Steam and right click Arma 2: Operation Arrowhead, go to 'Properties', 'Set Launch Options'. paste following parameters:</pre>
<pre>-mod=@dayz -nosplash -world=Chernarus</pre>
<pre>click OK.</pre>
<pre>9 ) Run Operation Arrowhead and select "Launch ARMA 2: Combined Operations" to play the game.</pre>
<pre>If everything is installed correctly you should see "@dayz" line under "ArmA 2" on the right side of the menuscreen, to make doubaly sure, check in "Expansions" should be a green next to @dayz.</pre>
<pre>In multiplayer use the filter "DayZ" to find the specific mod servers.</pre>
<pre></pre>
<h1 style="text-align: center;"></h1>
<h1 style="text-align: center;"><span style="color: #800000;">GOOD LUCK AND </span></h1>
<h1 style="text-align: center;"><span style="color: #800000;">KEEP YOUR BAKED BEANS SAFE!!! </span></h1>
]]></content:encoded>
			<wfw:commentRss>http://www.wicher.co.uk/dayz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
