<?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>TSLS - Luke Smith &#187; Uncategorized</title>
	<atom:link href="http://www.tsls.co.uk/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsls.co.uk</link>
	<description>- Knowledge - Thoughts - Experience - Microsoft -</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:13:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Join the Fish Fight Campaign</title>
		<link>http://www.tsls.co.uk/index.php/2011/01/12/fish-fight-campaign/</link>
		<comments>http://www.tsls.co.uk/index.php/2011/01/12/fish-fight-campaign/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 23:04:25 +0000</pubDate>
		<dc:creator>Luke Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[cod]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[north sea]]></category>

		<guid isPermaLink="false">http://www.tsls.co.uk/?p=894</guid>
		<description><![CDATA[Around half of the fish caught by fishermen in the North Sea are unnecessarily thrown back into the ocean dead. The problem is that in a mixed fishery where many different fish live together, fishermen cannot control the species that they catch. Help stop the unnecessary waste of dead fish by joining Hugh Fearnley-Whittingstal  and &#8230; </p><p><a class="more-link block-button" href="http://www.tsls.co.uk/index.php/2011/01/12/fish-fight-campaign/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Around half of the fish caught by fishermen in the North Sea are unnecessarily thrown back into the ocean dead.</p>
<p>The  problem is that in a mixed fishery where many different fish live  together, fishermen cannot control the species that they catch.</p>
<p>Help stop the unnecessary waste of dead fish by joining Hugh Fearnley-Whittingstal  and signing the campaign letter at http://www.fishfight.net</p>
<p><object id="spo_YACE7rWaaMbbbdJUg5" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="240" height="305" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://farm.sproutbuilder.com/load/YACE7rW-M_bdJUg5.swf?v=1294238235" /><param name="wmode" value="transparent" /><param name="align" value="middle" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="quality" value="best" /><param name="src" value="http://farm.sproutbuilder.com/load/YACE7rW-M_bdJUg5.swf?v=1294238235" /><param name="name" value="spo_YACE7rWaaMbbbdJUg5" /><param name="allowfullscreen" value="true" /><embed id="spo_YACE7rWaaMbbbdJUg5" type="application/x-shockwave-flash" width="240" height="305" src="http://farm.sproutbuilder.com/load/YACE7rW-M_bdJUg5.swf?v=1294238235" name="spo_YACE7rWaaMbbbdJUg5" quality="best" allowscriptaccess="always" allowfullscreen="true" align="middle" wmode="transparent" data="http://farm.sproutbuilder.com/load/YACE7rW-M_bdJUg5.swf?v=1294238235"></embed></object></p>
<p><a href="../wp-content/uploads/2011/01/s-Fish-Fight.jpeg"><img class="colorbox-894"  title="s-Fish-Fight" src="../wp-content/uploads/2011/01/s-Fish-Fight.jpeg" alt="" width="200" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsls.co.uk/index.php/2011/01/12/fish-fight-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CISCO IOS 12 Commands</title>
		<link>http://www.tsls.co.uk/index.php/2011/01/05/cisco-ios-12-commands/</link>
		<comments>http://www.tsls.co.uk/index.php/2011/01/05/cisco-ios-12-commands/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 11:07:44 +0000</pubDate>
		<dc:creator>Luke Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[12.4]]></category>
		<category><![CDATA[CISCO]]></category>

		<guid isPermaLink="false">http://www.tsls.co.uk/?p=887</guid>
		<description><![CDATA[First Logon to the Router Telnet x.x.x.x Password xxxx Findout the names of the Interfaces (view the running-config) show run Update the interface with the additional IP enable conf terminal interface FastEthernet0/0.1 ip address 192.168.1.254 255.255.255.0 secondary exit exit exit Save the running config to the statup config: copy running-config startup-config Done.]]></description>
			<content:encoded><![CDATA[<p>First Logon to the Router<br />
<code><br />
Telnet x.x.x.x<br />
Password xxxx<br />
</code><br />
Findout the names of the Interfaces (view the running-config)<br />
<code><br />
show run<br />
</code><br />
Update the interface with the additional IP<br />
<code><br />
enable<br />
conf terminal<br />
interface FastEthernet0/0.1<br />
ip address 192.168.1.254 255.255.255.0 secondary<br />
exit<br />
exit<br />
exit<br />
</code><br />
Save the running config to the statup config:<br />
<code><br />
copy running-config startup-config<br />
</code><br />
Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsls.co.uk/index.php/2011/01/05/cisco-ios-12-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSS front-end servers failing after Search Server 2008 installed</title>
		<link>http://www.tsls.co.uk/index.php/2008/09/08/wss-front-end-servers-failing-after-search-server-2008-installed/</link>
		<comments>http://www.tsls.co.uk/index.php/2008/09/08/wss-front-end-servers-failing-after-search-server-2008-installed/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 09:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Search Server 2008]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.tsls.co.uk/?p=52</guid>
		<description><![CDATA[If you recieve the following error and have just installed search server 2008, the likely cause by the fact that you will need to install search server on the front-end web server. Event Type: Warning� Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1310 Date:  08/09/2008 Time:  09:59:40 User:  N/A Computer: &#60;SERVERNAME&#62; Description: Event code: 3008 Event message: A configuration error &#8230; </p><p><a class="more-link block-button" href="http://www.tsls.co.uk/index.php/2008/09/08/wss-front-end-servers-failing-after-search-server-2008-installed/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you recieve the following error and have just installed search server 2008, the likely cause by the fact that you will need to install search server on the front-end web server.</p>
<p>Event Type: Warning�<br />
Event Source: ASP.NET 2.0.50727.0<br />
Event Category: Web Event<br />
Event ID: 1310<br />
Date:  08/09/2008<br />
Time:  09:59:40<br />
User:  N/A<br />
Computer: &lt;SERVERNAME&gt;<br />
Description:<br />
Event code: 3008<br />
Event message: A configuration error has occurred.<br />
Event time: 08/09/2008 09:59:40<br />
Event time (UTC): 08/09/2008 08:59:40<br />
Event ID: ad75a9d233ce4336a676ce0d9b757cff<br />
Event sequence: 10<br />
Event occurrence: 1<br />
Event detail code: 0<br />
�<br />
Application information:<br />
    Application domain: /LM/W3SVC/1799528861/Root-1-128653379651222030<br />
    Trust level: WSS_Minimal<br />
    Application Virtual Path: /<br />
    Application Path: c:vhostsmydomain.com<br />
    Machine name: &lt;SERVERNAME&gt;�<br />
�<br />
Process information:<br />
    Process ID: 3212<br />
    Process name: w3wp.exe<br />
    Account name: MYDOMAINMYACCOUNT�<br />
�<br />
Exception information:<br />
    Exception type: ConfigurationErrorsException<br />
    Exception message: Could not load file or assembly &#8216;Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8217; or one of its dependencies. The system cannot find the file specified. (c:vhostsmydomain.comweb.config line 146)<br />
�<br />
Request information:<br />
    Request URL: <a href="http://mydomain.com/">http://mydomain.com/</a><br />
    Request path: /<br />
    User host address: 100.100.100.100�<br />
    User:�<br />
    Is authenticated: False<br />
    Authentication Type:�<br />
    Thread account name: MYDOMAINMYAPPPOOL�<br />
�<br />
Thread information:<br />
    Thread ID: 1<br />
    Thread account name: MYDOMAINMYAPPPOOL�<br />
    Is impersonating: False<br />
    Stack trace:    at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)<br />
   at System.Web.SessionState.SessionStateModule.InitPartitionResolver(SessionStateSection config)<br />
   at System.Web.SessionState.SessionStateModule.InitModuleFromConfig(HttpApplication app, SessionStateSection config)<br />
   at System.Web.SessionState.SessionStateModule.Init(HttpApplication app)<br />
   at System.Web.HttpApplication.InitModulesCommon()<br />
   at System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers)<br />
   at System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)<br />
   at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)<br />
   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)<br />
�<br />
�<br />
Custom event details:</p>
<p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsls.co.uk/index.php/2008/09/08/wss-front-end-servers-failing-after-search-server-2008-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blogging Tool</title>
		<link>http://www.tsls.co.uk/index.php/2008/09/03/new-blogging-tool/</link>
		<comments>http://www.tsls.co.uk/index.php/2008/09/03/new-blogging-tool/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 21:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.tsls.co.uk/blogs/?p=45</guid>
		<description><![CDATA[I have now upgraded my blog tool and now using WordPress]]></description>
			<content:encoded><![CDATA[<p>I have now upgraded my blog tool and now using WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsls.co.uk/index.php/2008/09/03/new-blogging-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

