<?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>Toxic Web &#187; Toxic Web</title>
	<atom:link href="http://www.toxic-web.co.uk/blog/tag/toxic-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toxic-web.co.uk</link>
	<description>The ramblings of a toxic mind... polluting a browser near you...</description>
	<lastBuildDate>Thu, 23 May 2013 13:12:03 +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>An announcement&#8230;</title>
		<link>http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/</link>
		<comments>http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/#comments</comments>
		<pubDate>Wed, 15 May 2013 10:27:56 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Football]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[England]]></category>
		<category><![CDATA[Rio Ferdinand]]></category>
		<category><![CDATA[Toxic Web]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/?p=2625</guid>
		<description><![CDATA[...on the future. We'll no longer see the disconsolate duck jumping out of the way of blocking shots for England.<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8230;on the future.</p>
<p>After a great deal of thought, I have decided the time is right to retire from international football.</p>
<p>Toxic Web.</p>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced jQuery background image slideshow&#8230;</title>
		<link>http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/</link>
		<comments>http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 13:52:55 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Teh Interweb]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[Toxic Web]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/?p=2438</guid>
		<description><![CDATA[...plugin. I've altered the Advanced jQuery background image slideshow plugin to make things a bit easier.<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8230;plugin version 1.2.</p>
<p>Since posting about Marco Kuiper&#8217;s <a href="http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html" title="Advanced jQuery Background Slideshow">Advanced jQuery Background Slideshow</a>, and the <a href="http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/" title="Advanced jQuery background image slideshow…">modifications I made to it</a> it&#8217;s garnered a bit of interest and a few requests for various additions as you can see in the comments.</p>
<p>Well I&#8217;ve changed a couple of things since that first version, to make things a bit easier to use.</p>
<p>First up there&#8217;s the latest version of jQuery, 1.8.1, so it works with that &#8211; I&#8217;ve only checked it with Chrome, so other browsers may require some finessing, or dropping down a version of jQuery.</p>
<p>All the options have been moved from the <code>plugin.js</code> file to the <code>.html</code> file, as it really should be, with some new additions.</p>
<pre>
<code>

&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/plugin.js&quot;&gt;&lt;/script&gt;	
&lt;script type=&quot;text/javascript&quot;&gt;
$(function() {	
$(&#039;headerimgs&#039;).bgimgSlideshow({
slideshowSpeed: 6000,
method : &quot;fade&quot;, /* slide or fade, default is fade */
fadeSpeed : 2000, /* how quickly one image fades/slides into the next */
contDiv : &quot;#header&quot;, /* id or class of div you want the images to appear in. */
imgDir : &quot;images/&quot;,
markup1 : &#039;&lt;div id=&quot;headerimgs&quot;&gt;\
	   &lt;div id=&quot;headerimg1&quot; class=&quot;headerimg&quot;&gt;&lt;/div&gt;\
	   &lt;div id=&quot;headerimg2&quot; class=&quot;headerimg&quot;&gt;&lt;/div&gt;\
	   &lt;/div&gt;&#039;,
markup2 :&#039;&lt;div id=&quot;headernav-outer&quot;&gt;\
	  &lt;div id=&quot;headernav&quot;&gt;\
	  &lt;div id=&quot;back&quot; class=&quot;btn&quot;&gt;&lt;/div&gt;\
	  &lt;div id=&quot;control&quot; class=&quot;btn&quot;&gt;&lt;/div&gt;\
	  &lt;div id=&quot;next&quot; class=&quot;btn&quot;&gt;&lt;/div&gt;\
	  &lt;/div&gt;\
	  &lt;/div&gt;\
	  &lt;div id=&quot;headertxt&quot;&gt;\
	  &lt;p class=&quot;caption&quot;&gt;\
	  &lt;span id=&quot;firstline&quot;&gt;&lt;/span&gt;\
	  &lt;a href=&quot;#&quot; id=&quot;secondline&quot;&gt;&lt;/a&gt;\
          &lt;/p&gt;\
	  &lt;p class=&quot;pictured&quot;&gt;\
	  Pictured:\
	  &lt;a href=&quot;#&quot; id=&quot;pictureduri&quot;&gt;&lt;/a&gt;\
	  &lt;/p&gt;\
	 &lt;/div&gt;&#039;,
photos : [{
	&quot;title&quot; : &quot;Stairs&quot;,
	&quot;image&quot; : &quot;vacation.jpg&quot;,
	&quot;url&quot; : &quot;http://www.sxc.hu/photo/1271909&quot;,
	&quot;firstline&quot; : &quot;Going on&quot;,
	&quot;secondline&quot; : &quot;vacation?&quot;
	}, {
	&quot;title&quot; : &quot;Office Appartments&quot;,
	&quot;image&quot; : &quot;work.jpg&quot;,
	&quot;url&quot; : &quot;http://www.sxc.hu/photo/1265695&quot;,
	&quot;firstline&quot; : &quot;Or still busy at&quot;,
	&quot;secondline&quot; : &quot;work?&quot;
	}, {
	&quot;title&quot; : &quot;Mountainbiking&quot;,
	&quot;image&quot; : &quot;biking.jpg&quot;,
	&quot;url&quot; : &quot;http://www.sxc.hu/photo/1221065&quot;,
	&quot;firstline&quot; : &quot;Get out and be&quot;,
	&quot;secondline&quot; : &quot;active&quot;
	}, {
	&quot;title&quot; : &quot;Mountains Landscape&quot;,
	&quot;image&quot; : &quot;nature.jpg&quot;,
	&quot;url&quot; : &quot;http://www.sxc.hu/photo/1271915&quot;,
	&quot;firstline&quot; : &quot;Take a fresh breath of&quot;,
	&quot;secondline&quot; : &quot;nature&quot;
	}, {
	&quot;title&quot; : &quot;Italian pizza&quot;,
	&quot;image&quot; : &quot;food.jpg&quot;,
	&quot;url&quot; : &quot;http://www.sxc.hu/photo/1042413&quot;,
	&quot;firstline&quot; : &quot;Enjoy some delicious&quot;,
	&quot;secondline&quot; : &quot;food&quot;
	}]});
	});
	&lt;/script&gt;
</code>
</pre>
<p>The images are now just the name of the image file and doesn&#8217;t include the folder path to the file, that&#8217;s part of the options <code>imgDir</code>. The value of this needs changed to reflect where the images are in relation to the <code>.html</code> file.</p>
<p>The <code>plugin.js</code> file has also been altered to reflect the image directory path option.</p>
<p><del datetime="2013-03-11T16:06:44+00:00">Download version 1.2 &#8211; version 1.0.1 is still available, so you can view the changes &#8211; there&#8217;s also a version 1.2 with thumbnails that was requested v1.2 thumbs.</del> </p>
<p>The latest version is <a href="http://goo.gl/MDJgu" title="Download Advanced jQuery background image slideshow v1.3.1">v1.3.1</a>. It has added options for randomising, as asked about below in the comments, along with the thumbnails, which have been made better. And the whole thing has been cleaned up to come up error free when checked with JSHint and checked with the latest version of jQuery (1.9.1)</p>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Advanced jQuery background image slideshow&#8230;</title>
		<link>http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 14:38:48 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Teh Interweb]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/?p=2079</guid>
		<description><![CDATA[...plugin. Looking around for such a thing I found something that didn't quite work for what I required but I've got the plugin to work and added a few touches.<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8230;plugin.</p>
<p>I was searching around teh interweb for a piece of jQueried javascript that would rotate background images for the header of a site I&#8217;m thinking of redoing.</p>
<p>There&#8217;s a number out there but mainly just standard carousel type things for image viewing rather than background changing. The one I kept coming back to was Marco Kuiper&#8217;s <a href="http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html" title="Advanced jQuery Background Slideshow">Advanced jQuery Background Slideshow</a> (<a href="http://demo.marcofolio.net/bgimg_slideshow/" title="Advanced jQuery Background Slideshow demo">demo</a>). </p>
<p>Marco&#8217;s work put all the info for stuff like the blocks of text within the <code>.js</code> file, while I required a plugin style where I could have info generated in the html file passed to the script. Luckily Sylvain Papet from <a href="http://www.com-ocean.com/" title="Com Ocean">Com-Ocean</a> had converted Marco&#8217;s script into such a plugin. Unfortunately it still didn&#8217;t quite meet my requirements. Couldn&#8217;t find a way for it to handle the markup spat out by a WordPress widget.</p>
<p>Anyway the main problem to begin with was getting the plugin to work, lot of people commentating on Marco&#8217;s original post seemed to be struggling as well. So after a bit of searching round and some actual work on my part, I think I may have cracked it.</p>
<p>I&#8217;ve changed a few things and added a couple. You can check out and download my version from <a href="http://goo.gl/kcb0o" title="Toxic Web Slideshow">here</a> &#8211; this is version 1.0.1 there&#8217;s a new version (<a href="#edit" class="scroll">see below</a>). There are three new options.</p>
<pre>
<code>
options = jQuery.extend({
slideshowSpeed: 6000,
method : &quot;fade&quot;, /* slide or fade, default is fade */
fadeSpeed :2000, /* how quickly one image fades/slides into the next */
contDiv : &quot;#header&quot;, /* id or class of div you want the images to appear in. */
</code>
</pre>
<p><strong>Method</strong>: this is how the images change from one to the next. Default is <strong>fade</strong> as in the original or you can change it to <strong>slide</strong> so the images slide out to the left, revealing the next one.</p>
<p><strong>fadeSpeed</strong>: This is the speed at which the fade or slide occurs.</p>
<p><strong>contDiv</strong>: This is the id or class of the containing div you want the background images, control buttons and text boxes to be in. #header in the original can be changed to what ever you want, just remember the . for class or # for id. As I&#8217;ve kept the same css as Marco&#8217;s original a different way had to be found for the plugin to add the markup.</p>
<p>The images and text box options have been moved from the script to the html file. So your version of the following should be added below the plugin which is below the call for jQuery.</p>
<pre>
<code>
&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/plugin.js&quot;&gt;&lt;/script&gt;
		
	&lt;script type=&quot;text/javascript&quot;&gt;
	$(function() {	
	    $(&#039;headerimgs&#039;).bgimgSlideshow({photos : [{
		&quot;title&quot; : &quot;Stairs&quot;,
		&quot;image&quot; : &quot;images/vacation.jpg&quot;,
		&quot;url&quot; : &quot;http://www.sxc.hu/photo/1271909&quot;,
		&quot;firstline&quot; : &quot;Going on&quot;,
		&quot;secondline&quot; : &quot;vacation?&quot;
	}, {
		&quot;title&quot; : &quot;Office Appartments&quot;,
		&quot;image&quot; : &quot;images/work.jpg&quot;,
		&quot;url&quot; : &quot;http://www.sxc.hu/photo/1265695&quot;,
		&quot;firstline&quot; : &quot;Or still busy at&quot;,
		&quot;secondline&quot; : &quot;work?&quot;
	}, {
		&quot;title&quot; : &quot;Mountainbiking&quot;,
		&quot;image&quot; : &quot;images/biking.jpg&quot;,
		&quot;url&quot; : &quot;http://www.sxc.hu/photo/1221065&quot;,
		&quot;firstline&quot; : &quot;Get out and be&quot;,
		&quot;secondline&quot; : &quot;active&quot;
	}, {
		&quot;title&quot; : &quot;Mountains Landscape&quot;,
		&quot;image&quot; : &quot;images/nature.jpg&quot;,
		&quot;url&quot; : &quot;http://www.sxc.hu/photo/1271915&quot;,
		&quot;firstline&quot; : &quot;Take a fresh breath of&quot;,
		&quot;secondline&quot; : &quot;nature&quot;
	}, {
		&quot;title&quot; : &quot;Italian pizza&quot;,
		&quot;image&quot; : &quot;images/food.jpg&quot;,
		&quot;url&quot; : &quot;http://www.sxc.hu/photo/1042413&quot;,
		&quot;firstline&quot; : &quot;Enjoy some delicious&quot;,
		&quot;secondline&quot; : &quot;food&quot;
	}]});
	});
	&lt;/script&gt;
</code>
</pre>
<p>The images need the path to the folder they&#8217;re in from the html file.</p>
<p>You can view/download my version of things here &#8211; this is version 1.0.1 there&#8217;s a new version (<a href="#edit" class="scroll">see below</a>) &#8211; and check them against the original files found at Marco&#8217;s site (link above).</p>
<p>I&#8217;ve checked it in the latest Chrome &#038; Firefox and IE9 and it all seems to work but chances are there&#8217;ll be bugs somewhere and would be better to move some of the options out of the plugin file.</p>
<p><strong id="edit">Edit:</strong> there&#8217;s a new version of the plugin available see <a href="http://www.toxic-web.co.uk/blog/2012/09/06/advanced-jquery-background-image-slideshow/" title="Advanced jQuery background image slideshow…">this post</a>.</p>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/10/12/advanced-jquery-background-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>And we&#039;re back&#8230;</title>
		<link>http://www.toxic-web.co.uk/blog/2011/05/06/and-were-back/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/05/06/and-were-back/#comments</comments>
		<pubDate>Fri, 06 May 2011 10:37:11 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Teh Interweb]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/?p=1932</guid>
		<description><![CDATA[...in the room. The new improved version of Toxic Web - v4.5 now with added html5 and css3 - is online which pretty much looks like the old version but isn't the default 'bland' setting of late.<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/05/06/and-were-back/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8230;in the room.</p>
<p>So things are back being reddish and orangey around here instead of deafultish and <q>bland</q> I believe was the word <a href="http://flashwarner.com">Flash</a> used. Hey it&#8217;s only taken how long???</p>
<p>Well we&#8217;ll see how long the server stands up to version 4.5 of Toxic Web &#8211; all new and improved now with added <a href="http://en.wikipedia.org/wiki/HTML5">html5</a> and <a href="http://www.css3.info/">css3</a>. OK so the look is still very roughly the same.</p>
<p>A load of plugins have been given the heave-ho, lot of functionality switched to javascript, so you&#8217;re browser does the work not my server, therefore you&#8217;ll need jscript switched on if it isn&#8217;t there&#8217;s a nice warning telling you over on the right hand side. Speaking of browsers if anyone&#8217;s using an old one then tough, certain things ain&#8217;t gonna be looking right. Forget Microisoft&#8217;s campaign to <a href="http://www.theie6countdown.com/default.aspx">rid us of Internet Explorer 6</a>, I&#8217;ve gone one better as I really couldn&#8217;t be arsed figuring out what was wrong with IE 7.</p>
<p>Update now or better change *cough*Chrome*cough* or be left behind.</p>
<p>So it&#8217;s been tested on the the last couple of versions of <strong>Chrome</strong> (10 to 12), Safari (4 &#038; 5), Opera (10 &#038; 11), Firefox (3.6 &#038; 4.0) and on IE8 and is working to my satisfaction but there may be a couple of glitches here and there but there&#8217;ll get ironed out.</p>
<p>First thing I have to check is how well the caching setup works with new posts and that&#8217;ll be done by this post</p>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/05/06/and-were-back/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/05/06/and-were-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where&#039;s all the red, orange and skulls&#8230;</title>
		<link>http://www.toxic-web.co.uk/blog/2011/02/22/wheres-all-the-red-orange-and-skulls/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/02/22/wheres-all-the-red-orange-and-skulls/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 14:17:45 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/?p=1871</guid>
		<description><![CDATA[...gone? Toxic Web looks a little denuded after it was down due to causing a massive strain on the server, things will slowly get back to the red and orange.<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/02/22/wheres-all-the-red-orange-and-skulls/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8230;gone?</p>
<p>Anyone stumping up here over the last couple of days &#8211; anyone? anyone? no-one? &#8211; will have been met with a nice <a href="http://www.checkupdown.com/status/E403.html">403 error page</a>, for the second time this year.</p>
<p><em>I never touched it, honest guv.</em></p>
<p>Second time and again it&#8217;s due to the same thing, something within the site is taking up far too much of the server&#8217;s resources and so taking down the whole thing. So the hosts had really no option than to block access to the index page and inform me, with a few suggestions.</p>
<p>First time round I reckoned it was due to a backup plugin, which emailed me a gzipped backup of the database every week. Database had got so big that the file wasn&#8217;t being zipped and email but just put in a folder on the server. So back then the plugin was deactivated and deleted. A couple of other plugins went the same way, moving from php to jscript, mainly the external link icon and the last.fm latest track list.</p>
<p>Another of the suggestions was to use a caching plugin, namely W3 Total Cache, which I did, hosts tested it and things seemed to be fine by them. Wasn&#8217;t too sure about the caching, seemed to slow things down a lot and things weren&#8217;t right with other sections of the site, especially admin such as deleting spam comments.</p>
<p>So at the time I decided on an upgrade of the theme, switching more things from php to javascript, finding ways of shifting things from plugins and widgets, generally cutting down queries to the database, less use of php and everything that puts strain on the server.</p>
<p>Then the other night another email, same thing. Of course I was away at the time and knew nowt about it and so yesterday the site was down for quite a bit. This time round it seemed the main culprit was a mixture of the Twitter Tools plugin and W3 Total Cache both of them leading to a massive error_log file.</p>
<p>Now the process of upgrading everything had been put on the back-burner due to other commitments. So when faced with this again it seemed the easy option and best to get the site up and running again was a switch to the default WordPress theme and get rid of all the plugins possible. That is most of those not involved in stopping spam and securing the site, a few were kept which are necessary to the running of the place and the caching plugin was replaced with another suggested one, which so far seems to have far a far less negative impact on the site.</p>
<p>So that&#8217;s why we find ourselves here in default land. Everything was done in a bit of a hurry, so things might not be working perfectly but I&#8217;m on the case&#8230;</p>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/02/22/wheres-all-the-red-orange-and-skulls/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/02/22/wheres-all-the-red-orange-and-skulls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home</title>
		<link>http://www.toxic-web.co.uk/</link>
		<comments>http://www.toxic-web.co.uk/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 16:59:54 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[Teh Interweb]]></category>
		<category><![CDATA[Toxic Web]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/</guid>
		<description><![CDATA[Totally redesigned and recoded from the extremely basic v1.0 with new additions such as the ubiquitous blog. The various sections of the site, outlined below, can be reached with the navigation menu above, sub-sections from menus that will be in the right hand column. The site has been coded with the latest browsers in mind. [...]<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Totally redesigned and recoded from the extremely basic v1.0 with new additions such as the ubiquitous blog.</p>
<p>The various sections of the site, outlined below, can be reached with the navigation menu above, sub-sections from menus that will be in the right hand column.</p>
<p>The site has been coded with the latest browsers in mind.</p>
<p><span class="is-ie-8">You seem to be using <abbr title="Internet Explorer"><span title="Internet Explorer" class="ie-abbr">IE</span></abbr>8 the latest version of Internet Explorer so everything should be fine. Though your enjoyment might be enhanced by a better browser such as Chrome &#8211; <a href="/links/software/#software-browsers">Links Software</a> section.</span><span class="is-lt-ie8">You seem to be using an older version of <abbr title="Internet Explorer"><span title="Internet Explorer" class="ie-abbr">IE</span></abbr>. We&#8217;d suggest you should upgrade to version 8, if you can&#8217;t Chrome is a great substitute. You can find links to both in the <a href="/links/software/#software-browsers">Links Software</a> section.</span><span class="is-not-ie">You seem to be using a non <abbr title="Internet Explorer">IE</abbr> browser, <span class="is-ff bold">FireFox</span><span class="is-chrome bold">Chrome</span><span class="is-safari bold">Safari</span><span class="is-opera bold">Opera</span>, hopefully the latest version &#8211; at least version <span class="is-chrome bold">22</span><span class="is-ff bold">15</span><span class="is-safari bold">5</span><span class="is-opera bold">11.1</span> &#8211; to get the best out of the site.</span></p>
<p>Info about the latest updates on the site can be found in the Sites section of the <a href="/blog/category/site-news/">Blog</a>.</p>
<section>
<h2 class="section-title">Portfolio</h2>
<p>This section contains details of sites created by Toxic Web. Outlining the basis of the site technologies used in it&#8217;s creation. Site projects will be listed in the right hand column click them to find out more.</p>
</section>
<section>
<h2 class="section-title">Blog</h2>
<p>The ramblings of a Toxic mind&#8230;yup another blog, just what the world needs. Postings about music, sport, teh interweb, news, TV, film media and latest site news. Again category links will be in the right hand column.</p>
<p>Here are the latest few entries -</p>
<article id="post-2635">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/23/in-the-name-of-the-moon-i-shall-right-wrongs/" title="Blog - Permalink to In the name of the Moon, I shall right wrongs&#8230;" rel="bookmark">In the name of the Moon, I shall right wrongs&#8230;</a></h2>
<time class="post-date" datetime="2013-05-23T11:00:39+00:00" pubdate><span class="post-month">May</span> <span class="post-day">23</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/music/" title="View all posts in Music" rel="category tag">Music</a></li> <li class="entry-date">@ 11:00 am</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/23/in-the-name-of-the-moon-i-shall-right-wrongs/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...and defeat all evil. 4 minutes 49 seconds and David Lee Roth speaks a whole 14 words. Gotta be some sort of record.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/23/in-the-name-of-the-moon-i-shall-right-wrongs/" title="read this Blog post - In the name of the Moon, I shall right wrongs&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2633">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/22/the-lion-still/" title="Blog - Permalink to The lion still&#8230;" rel="bookmark">The lion still&#8230;</a></h2>
<time class="post-date" datetime="2013-05-22T12:41:20+00:00" pubdate><span class="post-month">May</span> <span class="post-day">22</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/rugby/" title="View all posts in Rugby" rel="category tag">Rugby</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 12:41 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/22/the-lion-still/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...roars.Have to say I was rather glad Jonny Wilkinson's Toulon won the Heineken Cup.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/22/the-lion-still/" title="read this Blog post - The lion still&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2632">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/22/rip-ray-manzarek/" title="Blog - Permalink to RIP Ray Manzarek&#8230;" rel="bookmark">RIP Ray Manzarek&#8230;</a></h2>
<time class="post-date" datetime="2013-05-22T12:00:01+00:00" pubdate><span class="post-month">May</span> <span class="post-day">22</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/music/" title="View all posts in Music" rel="category tag">Music</a></li> <li class="entry-date">@ 12:00 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/22/rip-ray-manzarek/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...this is the end. The Doors keyboardist past away at age 74.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/22/rip-ray-manzarek/" title="read this Blog post - RIP Ray Manzarek&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2631">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/21/rip-eric-braben/" title="Blog - Permalink to RIP Eric Braben&#8230;" rel="bookmark">RIP Eric Braben&#8230;</a></h2>
<time class="post-date" datetime="2013-05-21T13:30:00+00:00" pubdate><span class="post-month">May</span> <span class="post-day">21</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/media-tv-film/" title="View all posts in Media, TV &amp; Film" rel="category tag">Media, TV &amp; Film</a></li> <li class="entry-date">@ 1:30 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/21/rip-eric-braben/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...the third man in Morecambe and Wise. Writer and producer of the classic Morecambe and Wise shows.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/21/rip-eric-braben/" title="read this Blog post - RIP Eric Braben&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2629">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/21/a-strong-yorkshire-equals-a-strong/" title="Blog - Permalink to A strong Yorkshire equals a strong&#8230;" rel="bookmark">A strong Yorkshire equals a strong&#8230;</a></h2>
<time class="post-date" datetime="2013-05-21T11:55:06+00:00" pubdate><span class="post-month">May</span> <span class="post-day">21</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 11:55 am</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/21/a-strong-yorkshire-equals-a-strong/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...England. Tykes doing not bad in their return to the County Championship top flight, while their players are away helping England get back on the winning track.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/21/a-strong-yorkshire-equals-a-strong/" title="read this Blog post - A strong Yorkshire equals a strong&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2627">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/20/well-that-was-so-very-tottenham/" title="Blog - Permalink to Well that was so very Tottenham&#8230;" rel="bookmark">Well that was so very Tottenham&#8230;</a></h2>
<time class="post-date" datetime="2013-05-20T13:45:15+00:00" pubdate><span class="post-month">May</span> <span class="post-day">20</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 1:45 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/20/well-that-was-so-very-tottenham/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...wasn't it? A mixture of Spurs modern and Spurs of old as the season ends on a high and on a low but with promise.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/20/well-that-was-so-very-tottenham/" title="read this Blog post - Well that was so very Tottenham&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2625">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/" title="Blog - Permalink to An announcement&#8230;" rel="bookmark">An announcement&#8230;</a></h2>
<time class="post-date" datetime="2013-05-15T11:27:56+00:00" pubdate><span class="post-month">May</span> <span class="post-day">15</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 11:27 am</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...on the future. We'll no longer see the disconsolate duck jumping out of the way of blocking shots for England.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/15/an-announcement/" title="read this Blog post - An announcement&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2624">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/13/the-only-downside-was-it-didnt-relegate-stoke/" title="Blog - Permalink to The only downside was it didn&#8217;t relegate Stoke&#8230;" rel="bookmark">The only downside was it didn&#8217;t relegate Stoke&#8230;</a></h2>
<time class="post-date" datetime="2013-05-13T13:01:12+00:00" pubdate><span class="post-month">May</span> <span class="post-day">13</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 1:01 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/13/the-only-downside-was-it-didnt-relegate-stoke/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...from the league. That would have been the cherry on top of the cake. But Spurs beating Stoke on their “special” day, with Charlie Adam being sent off will have to do.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/13/the-only-downside-was-it-didnt-relegate-stoke/" title="read this Blog post - The only downside was it didn&#8217;t relegate Stoke&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2621">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/11/alex-fergusons-greatest-triumph-was-30-years/" title="Blog - Permalink to Alex Ferguson&#8217;s greatest triumph was 30 years&#8230;" rel="bookmark">Alex Ferguson&#8217;s greatest triumph was 30 years&#8230;</a></h2>
<time class="post-date" datetime="2013-05-11T11:22:13+00:00" pubdate><span class="post-month">May</span> <span class="post-day">11</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 11:22 am</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/11/alex-fergusons-greatest-triumph-was-30-years/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...ago today. The 11th of May, 1983, at the Nya Ullevi, Gothenburg, Sweden. The 1982/83 European Cup Winner's Cup final. Aberdeen 2 Real Madrid 1.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/11/alex-fergusons-greatest-triumph-was-30-years/" title="read this Blog post - Alex Ferguson&#8217;s greatest triumph was 30 years&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>

<article id="post-2620">
<header>
<h2 class="front-entry-title"><a href="http://www.toxic-web.co.uk/blog/2013/05/09/in-our-own-hands-it-was-never-going-to-be/" title="Blog - Permalink to In our own hands, it was never going to be&#8230;" rel="bookmark">In our own hands, it was never going to be&#8230;</a></h2>
<time class="post-date" datetime="2013-05-09T13:32:26+00:00" pubdate><span class="post-month">May</span> <span class="post-day">9</span><span class="post-year">2013</span></time>
</header>
<ul class="entry-meta cf">
<li class="meta-prep meta-prep-author">Rambled in <a href="http://www.toxic-web.co.uk/blog/category/sport/football/" title="View all posts in Football" rel="category tag">Football</a>, <a href="http://www.toxic-web.co.uk/blog/category/sport/" title="View all posts in Sport" rel="category tag">Sport</a></li> <li class="entry-date">@ 1:32 pm</li> <li class="meta-sep">by Toxic Web</li><li class="meta-comments"><a href="http://www.toxic-web.co.uk/blog/2013/05/09/in-our-own-hands-it-was-never-going-to-be/#comments">0 Comments &#8594;</a></li>
</ul><!-- .entry-meta -->
<div class="entry-summary">
<p>...that easy. Not as easy as it being out of our own hands. And not as easy as gifting it to others. Ah, the Spurs' way, as seen at White Hart Lane and Stamford Bridge over the last few days.<span class="more-link">...<a href="http://www.toxic-web.co.uk/blog/2013/05/09/in-our-own-hands-it-was-never-going-to-be/" title="read this Blog post - In our own hands, it was never going to be&#8230;">read this Blog post &#8594;</a></span></p>
</div><!-- .entry-summary --></article>


</section>
<section>
<h2 class="section-title">Links</h2>
<p>The section with links to other places in it, blogroll, sport sites, news sites, sites of interest, software sites, download sites etc.</p>
</section>
<section>
<h2 class="section-title">Contact</h2>
<p>E Mail form to contact Toxic Web, fill out your details, e-mail, subject and message and let us know what&#8217;s on your mind, also tell us know how you found the site.</p>
</section>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2013/05/09/in-our-own-hands-it-was-never-going-to-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets of a Toxic mind for 2011-01-30</title>
		<link>http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 19:30:00 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/</guid>
		<description><![CDATA[Andy Gray, is there anyone more qualified to talk about not knowing the rules of the game as an ex-player, as none of &#039;em have a scoobie. # About 80% of decisions refs get blasted for are down to those running the line, they&#039;re all fucking hopeless, male &#38; female. # When Richard Keys and [...]<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Andy Gray, is there anyone more qualified to talk about not knowing the rules of the game as an ex-player, as none of &#039;em have a scoobie.  <a href="http://twitter.com/Toxic_Web/statuses/29519333507993600" class="aktt_tweet_time">#</a></li>
<li>About 80% of decisions refs get blasted for are down to those running the line, they&#039;re all fucking hopeless, male &amp; female.  <a href="http://twitter.com/Toxic_Web/statuses/29519961105899520" class="aktt_tweet_time">#</a></li>
<li>When Richard Keys and Andy Gray were having their little discussion was Gray picking the fleas from Keys thick fur?  <a href="http://twitter.com/Toxic_Web/statuses/29525915583123456" class="aktt_tweet_time">#</a></li>
<li>Wonder what the reaction would have been if anyone actually liked Andy Gray and Richard Keys being on their telly.  <a href="http://twitter.com/Toxic_Web/statuses/29557928151220224" class="aktt_tweet_time">#</a></li>
<li>Favourite 5/6 Nations memory has to be Gavin Hastings crying his eyes out after Callard kicked a last second pen, which wasn&#039;t, in &#039;94.  <a href="http://twitter.com/Toxic_Web/statuses/29559910727426049" class="aktt_tweet_time">#</a></li>
<li>&quot;&#8230;said Gavin Hastings had broken down and cried during the post-match television interview. That cheered us up!&quot; @<a href="http://twitter.com/willcarling" class="aktt_username">willcarling</a>  <a href="http://twitter.com/Toxic_Web/statuses/29560449049559040" class="aktt_tweet_time">#</a></li>
<li>Finally got gzipped font files to work in all reasonable browsers.  <a href="http://twitter.com/Toxic_Web/statuses/29570723651518464" class="aktt_tweet_time">#</a></li>
<li>Gordon Brown needs to realise that it isn&#039;t hacking into a phone if someone picks it up after he&#039;s thrown it at them.  <a href="http://twitter.com/Toxic_Web/statuses/29571838967291904" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/neko_case" class="aktt_username">neko_case</a> Or jonrauhouse.com <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/29890355809755136" class="aktt_tweet_time">#</a></li>
<li>Fleetwood Mac died after Greenie left but The Chain is still a classic and Lindsey Buckingham is a fine guitar picker.  <a href="http://twitter.com/Toxic_Web/statuses/29908417279696897" class="aktt_tweet_time">#</a></li>
<li>What would be really handy in those scripts that add user agent class to the html tag would be if they added &quot;.not-ie&quot; for all non IE agents  <a href="http://twitter.com/Toxic_Web/statuses/29910981408722944" class="aktt_tweet_time">#</a></li>
<li>They were pretty close when singing &quot;you&#039;re getting sacked in the morning&quot; about Andy Gray, just time of day wrong.  <a href="http://twitter.com/Toxic_Web/statuses/29937728615354368" class="aktt_tweet_time">#</a></li>
<li>Yet another Jock on the dole &#8211; Andy Gray  <a href="http://twitter.com/Toxic_Web/statuses/29937848991879168" class="aktt_tweet_time">#</a></li>
<li>&quot;This is our generation&#039;s Sputnik moment&quot; &#8211; what you&#039;re going to be beaten to it by the Russians?  <a href="http://twitter.com/Toxic_Web/statuses/30223126608486400" class="aktt_tweet_time">#</a></li>
<li>When abroad I&#039;ve nearly always found the World Service to be excruciatingly awful.  <a href="http://twitter.com/Toxic_Web/statuses/30257755189157889" class="aktt_tweet_time">#</a></li>
<li>&#8230;I&#039;ve absolutely no interest in some tennis match between two Ukrainian women.  <a href="http://twitter.com/Toxic_Web/statuses/30257875519545344" class="aktt_tweet_time">#</a></li>
<li>Sounds like I made the right choice in turning the dial to PlanetRock rather than TalkShite  <a href="http://twitter.com/Toxic_Web/statuses/30272509202923520" class="aktt_tweet_time">#</a></li>
<li>Bartolo Colon, bloody hell bring your glove and cleats to Yankee stadium you might get a game.  <a href="http://twitter.com/Toxic_Web/statuses/30589943524888576" class="aktt_tweet_time">#</a></li>
<li>head.js works perfectly in everything except safari, oh great.  <a href="http://twitter.com/Toxic_Web/statuses/30625599798124544" class="aktt_tweet_time">#</a></li>
<li>&quot;former South African president Nelson Mandela&quot; are the four words at the beginning of that really necessary?  <a href="http://twitter.com/Toxic_Web/statuses/30940644063059968" class="aktt_tweet_time">#</a></li>
<li>Watching My Wedding My Big Fat Gypsy Wedding last night I was minded of Basil Brush&#039;s reaction when accused of racism <a href='http://bit.ly/gJwKxP' rel='nofollow'>http://bit.ly/gJwKxP</a>  <a href="http://twitter.com/Toxic_Web/statuses/30949156642099200" class="aktt_tweet_time">#</a></li>
<li>I liked a YouTube video &#8212; Shake Your Moneymaker- 1969 &#8211; peter green <a href='http://youtu.be/H1jNhuxccZo?a' rel='nofollow'>http://youtu.be/H1jNhuxccZo?a</a>  <a href="http://twitter.com/Toxic_Web/statuses/30956562830860288" class="aktt_tweet_time">#</a></li>
<li>I liked a YouTube video &#8212; Peter Green Fleetwood Mac &quot;Like it This Way&quot; <a href='http://youtu.be/HQ8AcEYTEFY?a' rel='nofollow'>http://youtu.be/HQ8AcEYTEFY?a</a>  <a href="http://twitter.com/Toxic_Web/statuses/30956639162990592" class="aktt_tweet_time">#</a></li>
<li>Whoa, black Betty bam-ba-lam  <a href="http://twitter.com/Toxic_Web/statuses/30978639604482048" class="aktt_tweet_time">#</a></li>
<li>I do believe that sometimes Safari needs a good hard kick in the nuts&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/30979084964073472" class="aktt_tweet_time">#</a></li>
<li>&quot;Glee is worse than &#039;Grease&#039; and &#039;Grease&#039; is bad enough&#8230;&quot; Nice one Slash.  <a href="http://twitter.com/Toxic_Web/statuses/30988595284152320" class="aktt_tweet_time">#</a></li>
<li>&quot;I look at &#039;Grease&#039; now and think: Between &#039;High School Musical&#039; and &#039;Glee&#039;, &#039;Grease&#039; was a brilliant work of art.&quot;  <a href="http://twitter.com/Toxic_Web/statuses/30988690650042368" class="aktt_tweet_time">#</a></li>
<li>&quot;Vin&#039;s [Vinny Vincent] often unfairly regarded as a figure of fun&quot; &#8211; bit of an understatement.  <a href="http://twitter.com/Toxic_Web/statuses/30989503376138240" class="aktt_tweet_time">#</a></li>
<li>BBC Arabic follows Yankees outfielder Nick Swisher, bizarre.  <a href="http://twitter.com/Toxic_Web/statuses/30995235316174848" class="aktt_tweet_time">#</a></li>
<li>Does BBC Arabic really need 4 accounts?  <a href="http://twitter.com/Toxic_Web/statuses/30995425792098304" class="aktt_tweet_time">#</a></li>
<li>نكاح  <a href="http://twitter.com/Toxic_Web/statuses/30996995380346882" class="aktt_tweet_time">#</a></li>
<li>Roll me over and turn me around, let me keep spinning till I hit the ground, roll me over and let me go, riding in the rodeo&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/31027293853847552" class="aktt_tweet_time">#</a></li>
<li>So The Met Office and their fanboys at the BBC have been found bullshitting about the winter forecast at our huge expense, what a surprise.  <a href="http://twitter.com/Toxic_Web/statuses/31355888497336320" class="aktt_tweet_time">#</a></li>
<li>How many millions did that &quot;supercomputer&quot; cost so the Met Office can say it might be warmer, it might be colder or it might be the same?  <a href="http://twitter.com/Toxic_Web/statuses/31356427901603840" class="aktt_tweet_time">#</a></li>
<li>Thank you Novak Djokovic for making it a bit easier to live in this wasteland of a country for the foreseeable future.  <a href="http://twitter.com/Toxic_Web/statuses/31713590650077184" class="aktt_tweet_time">#</a></li>
</ul>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/01/30/tweets-of-a-toxic-mind-for-2011-01-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets of a Toxic mind for 2011-01-23</title>
		<link>http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 19:30:00 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/</guid>
		<description><![CDATA[How long before that clock ticks over from £900 billion to £1,000 billion &#8211; http://bit.ly/82oGcS &#8211; ie a trillion quid of debt. # Darren Bent, he&#039;s another one who should be sponsored by confused.com # @Spooky23 He only wants to join a team with plenty of Spanish speakers apparently. # @rutty_uk I had to really [...]<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>How long before that clock ticks over from £900 billion to £1,000 billion &#8211; <a href='http://bit.ly/82oGcS' rel='nofollow'>http://bit.ly/82oGcS</a> &#8211; ie a trillion quid of debt.  <a href="http://twitter.com/Toxic_Web/statuses/27011859177541632" class="aktt_tweet_time">#</a></li>
<li>Darren Bent, he&#039;s another one who should be sponsored by confused.com  <a href="http://twitter.com/Toxic_Web/statuses/27012108998676480" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/Spooky23" class="aktt_username">Spooky23</a> He only wants to join a team with plenty of Spanish speakers apparently.  <a href="http://twitter.com/Toxic_Web/statuses/27334027174219777" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/rutty_uk" class="aktt_username">rutty_uk</a> I had to really cut down and install a cache plugin, was taking down the whole server <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_sad.gif' alt=':(' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/27334357635039233" class="aktt_tweet_time">#</a></li>
<li>Episodes, dragging out for 3.5 hours what Family Guy did far better &amp; funnier in 20 minutes.  <a href="http://twitter.com/Toxic_Web/statuses/27334561088143360" class="aktt_tweet_time">#</a></li>
<li>If Darren Bent goes for £24 million that&#039;ll take his total transfer price to about £62 million in 5.5 years&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/27335513715249152" class="aktt_tweet_time">#</a></li>
<li>Only Drog &amp; Rooney scored more than Bent but Drog has 36 assists Roo has 45. Bent has 14, does bugger all for the team and misses sitters.  <a href="http://twitter.com/Toxic_Web/statuses/27356136772476928" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/rutty_uk" class="aktt_username">rutty_uk</a> True, spamming bastards.  <a href="http://twitter.com/Toxic_Web/statuses/27700242770042881" class="aktt_tweet_time">#</a></li>
<li>2,501 Tags, don&#039;t think that&#039;s near enough.  <a href="http://twitter.com/Toxic_Web/statuses/27707466590461952" class="aktt_tweet_time">#</a></li>
<li>Glenn Johnson why? Why not go for Bosingwa if Chelski want rid and if they want Krancjar in part-ex.  <a href="http://twitter.com/Toxic_Web/statuses/27730292831690752" class="aktt_tweet_time">#</a></li>
<li>&#039;Arry might have got the best out of Glen Johnson but he&#039;s shown on nearly every England outing he can&#039;t link with Lennon.  <a href="http://twitter.com/Toxic_Web/statuses/27736946293866496" class="aktt_tweet_time">#</a></li>
<li>I see all the big clubs are fighting amongst themselves again this transfer window to sign Jenas .  <a href="http://twitter.com/Toxic_Web/statuses/27739042380513280" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/spursblogger" class="aktt_username">spursblogger</a> Yup, all the reasons not to go for Johnson are mounting up while the pro column is a bit empty.  <a href="http://twitter.com/Toxic_Web/statuses/27744359159955456" class="aktt_tweet_time">#</a></li>
<li>Scum v Leeds last night, christ Bendtner would struggle in the Championship.  <a href="http://twitter.com/Toxic_Web/statuses/28100489354678272" class="aktt_tweet_time">#</a></li>
<li>Always liked Ernie Ball/MusicMan guitars that&#039;s why Toxic Blue 2 looks the way it does  &#8211; <a href='http://bit.ly/hwsEzG' rel='nofollow'>http://bit.ly/hwsEzG</a> &#8211; and this new GameChanger&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/28105432975286272" class="aktt_tweet_time">#</a></li>
<li>&#8230;looks the mutt&#039;s but 250,000 pickup combinations, might be a bit on the high side &#8211; <a href='http://bit.ly/fFbTGZ' rel='nofollow'>http://bit.ly/fFbTGZ</a>  <a href="http://twitter.com/Toxic_Web/statuses/28105615540748288" class="aktt_tweet_time">#</a></li>
<li>I am a victim of the science age&#8230;a child of the storm. Whoa, yes.  <a href="http://twitter.com/Toxic_Web/statuses/28123053145726976" class="aktt_tweet_time">#</a></li>
<li>Sounds like I made the right choice, not tune in for the 10 o&#039;clock show and instead watch the two Sykes episodes from earlier in the week.  <a href="http://twitter.com/Toxic_Web/statuses/28430970348638208" class="aktt_tweet_time">#</a></li>
<li>But then I find it very easy not to tune into something with that vacuous bint Lauren Laverne in it.  <a href="http://twitter.com/Toxic_Web/statuses/28431455210180609" class="aktt_tweet_time">#</a></li>
<li>No Palacios, oh christ come on &#039;Arry learn by all the previous mistakes of playing Jenas.  <a href="http://twitter.com/Toxic_Web/statuses/28432330892771329" class="aktt_tweet_time">#</a></li>
<li>Good job Labour is so packed with talent that Miliband didn&#039;t have to go with a leading architect of the shit we&#039;re in as Shad Chancellor  <a href="http://twitter.com/Toxic_Web/statuses/28433082960846849" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/RedAntiques" class="aktt_username">RedAntiques</a> @spursshow Yup he&#039;s far better at hiding, poncing out of it, reducing us to 10 and dragging others down to his level.  <a href="http://twitter.com/Toxic_Web/statuses/28433467020673024" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/RedAntiques" class="aktt_username">RedAntiques</a> I hate him so much that I hate games in which he&#039;s involved, I can&#039;t even joke about it <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_sad.gif' alt=':(' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/28434140508459008" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/RedAntiques" class="aktt_username">RedAntiques</a> All I&#039;ll say is last season he didn&#039;t feature by far as much as previous and we didn&#039;t fail to get into top 4 as previously <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/28436132735754240" class="aktt_tweet_time">#</a></li>
<li>WordPress plugins reduced by 20. Did I have too many?  <a href="http://twitter.com/Toxic_Web/statuses/28468927226970112" class="aktt_tweet_time">#</a></li>
<li>It&#039;s another Jenas is playing type game #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/28840939128623104" class="aktt_tweet_time">#</a></li>
<li>You play Jenas you get this type of performance, he infects the whole side. #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/28853092048965632" class="aktt_tweet_time">#</a></li>
<li>Can you hear the Geordies sing?  <a href="http://twitter.com/Toxic_Web/statuses/28857474090008576" class="aktt_tweet_time">#</a></li>
<li>Shouldn&#039;t be scraping a draw with that mob  <a href="http://twitter.com/Toxic_Web/statuses/28858183422320640" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> There are many of us who have the man crush on Modric you mean you saw Jenas, obviously wasn&#039;t hiding well enough.  <a href="http://twitter.com/Toxic_Web/statuses/29176825645113344" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> He was hiding so well to begin with that the booing took some time to come.  <a href="http://twitter.com/Toxic_Web/statuses/29180503122780161" class="aktt_tweet_time">#</a></li>
</ul>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/01/23/tweets-of-a-toxic-mind-for-2011-01-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets of a Toxic mind for 2011-01-16</title>
		<link>http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 19:30:00 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/</guid>
		<description><![CDATA[@osc_pro Maybes aye, maybes naw # @osc_pro @thefunkhouse and sign all those players that make up the crap squad, oh and take Torres off when you were one down oh and&#8230; # @osc_pro @thefunkhouse Won the CL with Houlilier&#039;s players and sold &#039;em on for Lucas &#38; Bable &#38; Ngog # @osc_pro @thefunkhouse More fluky [...]<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li> @<a href="http://twitter.com/osc_pro" class="aktt_username">osc_pro</a> Maybes aye, maybes naw  <a href="http://twitter.com/Toxic_Web/statuses/24476908188073984" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/osc_pro" class="aktt_username">osc_pro</a> @thefunkhouse and sign all those players that make up the crap squad, oh and take Torres off when you were one down oh and&#8230; <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/24479181920280576" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/osc_pro" class="aktt_username">osc_pro</a> @thefunkhouse <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Won the CL with Houlilier&#039;s players and sold &#039;em on for Lucas &amp; Bable &amp; Ngog <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/24479939923283968" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/osc_pro" class="aktt_username">osc_pro</a> @thefunkhouse <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_biggrin.gif' alt=':D' class='wp-smiley' /> More fluky bugger who was found out after getting away with it because focus on Yanks  <a href="http://twitter.com/Toxic_Web/statuses/24481390061944832" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/thefunkhouse" class="aktt_username">thefunkhouse</a> @osc_pro Dalglish last great Jock player but only good manager when things easy, inherited champions and lots of £££  <a href="http://twitter.com/Toxic_Web/statuses/24482471982665728" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/Yids" class="aktt_username">Yids</a> Did he vote for Gerrard or Carragher?  <a href="http://twitter.com/Toxic_Web/statuses/24819684188618752" class="aktt_tweet_time">#</a></li>
<li>Ah the joys of the Home internationals and getting unexpectedly caught in the middle of the violence that ended it all in &#039;89.  <a href="http://twitter.com/Toxic_Web/statuses/24823680798302208" class="aktt_tweet_time">#</a></li>
<li>Two nil and even third division Bully scored &#8211; <a href='http://bit.ly/fvtKGU' rel='nofollow'>http://bit.ly/fvtKGU</a>  <a href="http://twitter.com/Toxic_Web/statuses/24824067718643713" class="aktt_tweet_time">#</a></li>
<li>&quot;We don’t have a stronger friend and stronger ally than Nicolas Sarkozy, and the French people&quot; surely can&#039;t have a better reason to pull&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/24824618506260480" class="aktt_tweet_time">#</a></li>
<li>&#8230;the troops out of the US wars than that.  <a href="http://twitter.com/Toxic_Web/statuses/24824716191604736" class="aktt_tweet_time">#</a></li>
<li>The Analog Alien Fuzz Bubble 45 looks/sounds sweet &#8211;  <a href='http://bit.ly/ecaaOm' rel='nofollow'>http://bit.ly/ecaaOm</a>  <a href="http://twitter.com/Toxic_Web/statuses/24862001524113408" class="aktt_tweet_time">#</a></li>
<li>Yngwie J Papsmear&#039;s new signature Marshall has some nice additions, every amp should have an attenuator, I want a 0.05 watt Marshall <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <a href="http://twitter.com/Toxic_Web/statuses/25192317447045120" class="aktt_tweet_time">#</a></li>
<li>“If they bring a knife to a fight, we bring a gun” &#8211; B. Obama &#8211; was Barry packing in AZ today?  <a href="http://twitter.com/Toxic_Web/statuses/25540659289006080" class="aktt_tweet_time">#</a></li>
<li>Now is this newly arrived Xmas card the first of the year or the last or last year?  <a href="http://twitter.com/Toxic_Web/statuses/25562188114558976" class="aktt_tweet_time">#</a></li>
<li>Oh great Jenas has been gobbing off before big game. Usual routine before a usual gutless disappearing act from him.  <a href="http://twitter.com/Toxic_Web/statuses/25946519974707200" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/RealDanArundel" class="aktt_username">RealDanArundel</a> Sky Sports have trouble with stray dogs outside the studio and his high pitched whine scares them off.  <a href="http://twitter.com/Toxic_Web/statuses/26273085573304321" class="aktt_tweet_time">#</a></li>
<li>&#039;Arry going with a full side of 11, no Jenas.  <a href="http://twitter.com/Toxic_Web/statuses/26667649022828544" class="aktt_tweet_time">#</a></li>
<li>Ryan Giggs should be sponsored by confused.com  <a href="http://twitter.com/Toxic_Web/statuses/26702009277095936" class="aktt_tweet_time">#</a></li>
</ul>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/01/16/tweets-of-a-toxic-mind-for-2011-01-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets of a Toxic mind for 2011-01-09</title>
		<link>http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/</link>
		<comments>http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 19:30:00 +0000</pubDate>
		<dc:creator>Toxic Web</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Sport]]></category>
		<category><![CDATA[Toxic Web]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/</guid>
		<description><![CDATA[Coldest day of the year. # Good start to the year db backup plugin doesn&#039;t work, db too big, and site&#039;s overloading the server so buggering everything up. What joy. # One Dutchman in the squad works, more than one Dutchman in the squad and you&#039;re asking for trouble. #COYS #THFC # @samhs http://www.spurscommunity.co.u&#8230;..hp?t=68772 sure [...]<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/">Toxic Web &#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Coldest day of the year.  <a href="http://twitter.com/Toxic_Web/statuses/21931976944521216" class="aktt_tweet_time">#</a></li>
<li>Good start to the year db backup plugin doesn&#039;t work, db too big, and site&#039;s overloading the server so buggering everything up. What joy.  <a href="http://twitter.com/Toxic_Web/statuses/22669580035952641" class="aktt_tweet_time">#</a></li>
<li>One Dutchman in the squad works, more than one Dutchman in the squad and you&#039;re asking for trouble. #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/22672408326443008" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/samhs" class="aktt_username">samhs</a> <a href='http://www.spurscommunity.co.uk/forums/showthread.php?t=68772' rel='nofollow'>http://www.spurscommunity.co.u&#8230;..hp?t=68772</a> sure he means Royston Drenthe  <a href="http://twitter.com/Toxic_Web/statuses/22676291102703617" class="aktt_tweet_time">#</a></li>
<li>Bert #<a href="http://search.twitter.com/search?q=%23Blyleven" class="aktt_hashtag">Blyleven</a> should get in the Hall Of Fame for the t-shirt alone &#8211; <a href='http://bit.ly/eVddPB' rel='nofollow'>http://bit.ly/eVddPB</a>  <a href="http://twitter.com/Toxic_Web/statuses/22677337468309504" class="aktt_tweet_time">#</a></li>
<li>&#039;Arry figuring we&#039;re better with 10 men of late so Jenas starts #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/22742897749135362" class="aktt_tweet_time">#</a></li>
<li>Playing like Jenas is in the side&#8230;oh&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/22752245648990209" class="aktt_tweet_time">#</a></li>
<li>Forget Woy and Pugwash, Liverpool&#039;s fall started when Sammy Lee came back  <a href="http://twitter.com/Toxic_Web/statuses/23007653047308288" class="aktt_tweet_time">#</a></li>
<li>Ever since he was at Rangers I can&#039;t get out of my mind when hearing his name &#8211; Lovenkrands  and Guildenstern are Dead.  <a href="http://twitter.com/Toxic_Web/statuses/23008364959113216" class="aktt_tweet_time">#</a></li>
<li>Said it before and I&#039;ll say it again.. damn you Wolfgang Van Halen&#8230;  <a href="http://twitter.com/Toxic_Web/statuses/23016627058507776" class="aktt_tweet_time">#</a></li>
<li>Two Brazil nuts and my bloody ear is buzzing and itchy  <a href="http://twitter.com/Toxic_Web/statuses/23018174303703040" class="aktt_tweet_time">#</a></li>
<li>Have to say I won&#039;t miss Collingwood, his inane post match interviews or his keeping his place cause he&#039;s cosied up to various captains.  <a href="http://twitter.com/Toxic_Web/statuses/23036604016754688" class="aktt_tweet_time">#</a></li>
<li>Pigtronix Tremvelope looks and sounds cool  <a href="http://twitter.com/Toxic_Web/statuses/23042208881975296" class="aktt_tweet_time">#</a></li>
<li>Never seen frozen sea water before.  <a href="http://twitter.com/Toxic_Web/statuses/23388480591630337" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> <img src='http://www.toxic-web.co.uk/wp-content/plugins/smilies-themer/skulls/icon_sad.gif' alt=':(' class='wp-smiley' /> there&#039;d only be Judas out of your lot that wouldn&#039;t leave him for dead.  <a href="http://twitter.com/Toxic_Web/statuses/23396282626211841" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> That&#039;s cause I missed out the n&#039;t in the first tweet, so only player slower Judas C*ntbell  <a href="http://twitter.com/Toxic_Web/statuses/23399749293969408" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/rutty_uk" class="aktt_username">rutty_uk</a> Pisser about Phil Kennemore Y&amp;T rock  <a href="http://twitter.com/Toxic_Web/statuses/23402209743998976" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> He&#039;s always there on standby.  <a href="http://twitter.com/Toxic_Web/statuses/23408194642509824" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> I see red cards in that back line, Taylor won&#039;t get away with the feigning pain after handballing again.  <a href="http://twitter.com/Toxic_Web/statuses/23410221816741888" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> Tiote deserved that ;P  <a href="http://twitter.com/Toxic_Web/statuses/23411393025802241" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> He shouldn&#039;t have been on the park by then anyway.  <a href="http://twitter.com/Toxic_Web/statuses/23412498614976512" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> Would I?  <a href="http://twitter.com/Toxic_Web/statuses/23414671205732352" class="aktt_tweet_time">#</a></li>
<li>Won&#039;t be saying bad things about insurance for some time #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/24089854895718400" class="aktt_tweet_time">#</a></li>
<li>Dalglish succeeded after inheriting the title winning squad and with money, what chance with Benitez&#039;s bums?  <a href="http://twitter.com/Toxic_Web/statuses/24090828066525184" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/yawnerddn" class="aktt_username">yawnerddn</a> Or in the 2 horse race in Jockland  <a href="http://twitter.com/Toxic_Web/statuses/24094237058404352" class="aktt_tweet_time">#</a></li>
<li>Oh not this screeching bint commentating.  <a href="http://twitter.com/Toxic_Web/statuses/24094879629975553" class="aktt_tweet_time">#</a></li>
<li>I didn&#039;t know the religious periodical was still playing &#8211; Christian Daily  <a href="http://twitter.com/Toxic_Web/statuses/24096944829759488" class="aktt_tweet_time">#</a></li>
<li>Dalglish out!!  <a href="http://twitter.com/Toxic_Web/statuses/24097089885569024" class="aktt_tweet_time">#</a></li>
<li>2 commentators should be banned on radio, spend far too much time chit-chatting and telling you nowt about the game.  <a href="http://twitter.com/Toxic_Web/statuses/24103245894914048" class="aktt_tweet_time">#</a></li>
<li> @<a href="http://twitter.com/JacquiOatley" class="aktt_username">JacquiOatley</a> so bad you&#039;d almost prefer Alan Green to be on.  <a href="http://twitter.com/Toxic_Web/statuses/24107043338059776" class="aktt_tweet_time">#</a></li>
<li>Why do radio commentators commentate as if the listener can see the game?  <a href="http://twitter.com/Toxic_Web/statuses/24107575947567104" class="aktt_tweet_time">#</a></li>
<li>How many do the BBC have at the game, two to commentate one to summarise?  <a href="http://twitter.com/Toxic_Web/statuses/24109377938001920" class="aktt_tweet_time">#</a></li>
<li>Could take Modric off now and protect him, done his job. #<a href="http://search.twitter.com/search?q=%23COYS" class="aktt_hashtag">COYS</a> #THFC  <a href="http://twitter.com/Toxic_Web/statuses/24115840152510464" class="aktt_tweet_time">#</a></li>
<li>If Dalglish is happy with the performance as Beglin thinks then expect relegation fight and mid table mediocrity at best  <a href="http://twitter.com/Toxic_Web/statuses/24125665951358976" class="aktt_tweet_time">#</a></li>
<li>Sam Allardyce on ITV talking about football. Something he knows nothing about. So he fits in well on ITV.  <a href="http://twitter.com/Toxic_Web/statuses/24126930936664064" class="aktt_tweet_time">#</a></li>
<li>Come on Kenny say &quot;maybes aye, maybes naw&quot;  <a href="http://twitter.com/Toxic_Web/statuses/24131537364582400" class="aktt_tweet_time">#</a></li>
<li>Dalglish shows he&#039;s still in touch with the modern game by spouting standard manager bullshit.  <a href="http://twitter.com/Toxic_Web/statuses/24131800615878656" class="aktt_tweet_time">#</a></li>
</ul>
<p>Read the rest of this crap at <a href="http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/">Toxic Web &#8594;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toxic-web.co.uk/blog/2011/01/09/tweets-of-a-toxic-mind-for-2011-01-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
