<?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>LeeNukes</title>
	<atom:link href="http://www.leenukes.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.leenukes.co.uk</link>
	<description>Linux and other orientated piffle</description>
	<lastBuildDate>Tue, 08 May 2012 05:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Odd Galaxy Nexus Data Usage Bug</title>
		<link>http://www.leenukes.co.uk/?p=465</link>
		<comments>http://www.leenukes.co.uk/?p=465#comments</comments>
		<pubDate>Tue, 08 May 2012 05:38:40 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[4.0.4]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[galaxy nexus]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=465</guid>
		<description><![CDATA[I saw on a screenshot from a Galaxy S2 a dotted line predicting data usage based on current usage which I&#8217;d not seen on my Galaxy Nexus. I had a look and it was true, it wasn&#8217;t there, I checked then menu to see if there was a way to turn it on, and stumbled [...]]]></description>
			<content:encoded><![CDATA[<p>I saw on a screenshot from a Galaxy S2 a dotted line predicting data usage based on current usage which I&#8217;d not seen on my Galaxy Nexus.</p>
<p>I had a look and it was true, it wasn&#8217;t there, I checked then menu to see if there was a way to turn it on, and stumbled across what seems to be a bug.</p>
<p>Here is how to repeat it, this is on my UK Galaxy Nexus running stock Android 4.0.4.</p>
<p><img title="Screenshot_2012-05-08-06-30-26.png" class="alignnone" alt="image" src="http://www.leenukes.co.uk/wp-content/uploads/2012/05/wpid-Screenshot_2012-05-08-06-30-26.png" /></p>
<p>Go to settings and choose Data Usage</p>
<p><img title="Screenshot_2012-05-08-06-30-43.png" class="alignnone" alt="image" src="http://www.leenukes.co.uk/wp-content/uploads/2012/05/wpid-Screenshot_2012-05-08-06-30-43.png" /></p>
<p>As you see, no prediction line.</p>
<p><img title="Screenshot_2012-05-08-06-30-59.png" class="alignnone" alt="image" src="http://www.leenukes.co.uk/wp-content/uploads/2012/05/wpid-Screenshot_2012-05-08-06-30-59.png" /></p>
<p>Select Show Wi-Fi usage from the menu.</p>
<p><img title="Screenshot_2012-05-08-06-31-11.png" class="alignnone" alt="image" src="http://www.leenukes.co.uk/wp-content/uploads/2012/05/wpid-Screenshot_2012-05-08-06-31-11.png" /></p>
<p>Press the Wi-Fi tab and then go back to Mobile</p>
<p><img title="Screenshot_2012-05-08-06-31-22.png" class="alignnone" alt="image" src="http://www.leenukes.co.uk/wp-content/uploads/2012/05/wpid-Screenshot_2012-05-08-06-31-22.png" /></p>
<p>There you go, the dotted prediction line is visible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=465</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Skype on Fedora 17</title>
		<link>http://www.leenukes.co.uk/?p=455</link>
		<comments>http://www.leenukes.co.uk/?p=455#comments</comments>
		<pubDate>Mon, 07 May 2012 20:26:40 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=455</guid>
		<description><![CDATA[Well, Skype, although it provides and RPM for Fedora 13+, it doesn&#8217;t really handle the dependencies very well. I found I had to install these items seperatly: yum install -y libXScrnSaver.i686 qt.i686 qt-x11.i686 you might find others though. To find it, do the following: in terminal as your account, type skype and press enter. If [...]]]></description>
			<content:encoded><![CDATA[<p>Well, Skype, although it provides and RPM for Fedora 13+, it doesn&#8217;t really handle the dependencies very well.</p>
<p>I found I had to install these items seperatly:</p>
<p><code>yum install -y libXScrnSaver.i686 qt.i686 qt-x11.i686<br />
</code></p>
<p>you might find others though. To find it, do the following:</p>
<p>in terminal as your account, type skype and press enter. If it doesn&#8217;t load it will tell you something is missing.</p>
<p>In this example what&#8217;s missing is libXss.so.1</p>
<p>To find what has that you run this command:</p>
<p><code>yum whatprovides */libXss.so.1<br />
</code><br />
It will tell you all the packages which include that file, however as Skype is 32bit, its looking for that library.</p>
<p>So, you tack on .i686 at the end, as above and it should deal with that minor issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=455</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Spotify Fedora Installer Script</title>
		<link>http://www.leenukes.co.uk/?p=451</link>
		<comments>http://www.leenukes.co.uk/?p=451#comments</comments>
		<pubDate>Wed, 04 Apr 2012 21:01:48 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[spotify fedora]]></category>
		<category><![CDATA[spotify install script]]></category>
		<category><![CDATA[spotify on linux]]></category>
		<category><![CDATA[spotify upgrader]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=451</guid>
		<description><![CDATA[A quick post just to put the installer script I&#8217;ve done for Fedora to get Spotify installed from the latest Debian packages available from their servers: Tested on Fedora 16 32bit, Fedora 16 64bit, Fedora 17 64bit. All fine so far. No uninstall script just yet though, I&#8217;ll likely incorporate it into this script anyway [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post just to put the installer script I&#8217;ve done for Fedora to get Spotify installed from the latest Debian packages available from their servers:</p>
<p>Tested on Fedora 16 32bit, Fedora 16 64bit, Fedora 17 64bit. All fine so far.<br />
No uninstall script just yet though, I&#8217;ll likely incorporate it into this script anyway and have it as an option. -i install -u uninstall maybe.</p>
<p><code>#!/bin/bash<br />
#<br />
# This script will download the .deb packages, unpack them and put the bits where they need to go.<br />
#<br />
# This does not have an uninstall element to it, nor does it keep it up to date. Sorry.<br />
#<br />
# Updated to just work and grab everything required rather then searching out a specific<br />
# This needs to be ran as root, because it extracts files into /usr/bin and /usr/share which is root only. sudo should work.</p>
<p>echo "Grabbing dependancies, say yes to this or Ctrl+C to cancel the script."</p>
<p>yum install binutils qt-x11 openssl nss nss-util nspr qtwebkit libpng-compat libXScrnSaver</p>
<p>mkdir -p packages/client/gnome<br />
cd packages/client<br />
lftp -e 'mget spotify-client-gnome-support;exit' http://repository.spotify.com/pool/non-free/s/spotify/<br />
ar xv spotify-client-gnome-support_*.deb data.tar.gz<br />
tar -C / -xf data.tar.gz<br />
cd gnome</p>
<p>if [ "$HOSTTYPE" == "x86_64" ]; then<br />
lftp -e 'mget amd64;exit' http://repository.spotify.com/pool/non-free/s/spotify/<br />
ar vx spotify-client_*_amd64.deb data.tar.gz<br />
tar -C / -xf data.tar.gz<br />
ln -s /lib64/libssl.so.10 /lib64/libssl.so.0.9.8<br />
ln -s /lib64/libcrypto.so.10 //lib64/libcrypto.so.0.9.8<br />
ln -s /lib64/libnss3.so /lib64/libnss3.so.1d<br />
ln -s /lib64/libnssutil3.so /lib64/libnssutil3.so.1d<br />
ln -s /lib64/libsmime3.so /lib64/libsmime3.so.1d<br />
ln -s /lib64/libplc4.so /lib64/libplc4.so.0d<br />
ln -s /lib64/libnspr4.so /lib64/libnspr4.so.0d</p>
<p>elif [ "$HOSTTYPE" == "i386" ]; then<br />
lftp -e 'mget i386;exit' http://repository.spotify.com/pool/non-free/s/spotify/<br />
ar vx spotify-client_*_i386.deb data.tar.gz data.tar.gz<br />
tar -C / -xf data.tar.gz<br />
ln -s /lib/libssl.so.10 /lib/libssl.so.0.9.8<br />
ln -s /lib/libcrypto.so.10 /lib/libcrypto.so.0.9.8<br />
ln -s /lib/libnss3.so /lib/libnss3.so.1d<br />
ln -s /lib/libnssutil3.so /lib/libnssutil3.so.1d<br />
ln -s /lib/libsmime3.so /lib/libsmime3.so.1d<br />
ln -s /lib/libplc4.so /lib/libplc4.so.0d<br />
ln -s /lib/libnspr4.so /lib/libnspr4.so.0d<br />
fi</p>
<p># for some reason Spotify is linked against specific libraries, but we can fake it with symlinks.</p>
<p>echo "Done, you should now be able to excute the spotify command succesfully. If not, something went wrong. Sorry"</code></p>
<p>I&#8217;ll put up another download at some point, but for now, that should work if you put it in a script and execute it as root.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=451</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Spotify Updater</title>
		<link>http://www.leenukes.co.uk/?p=446</link>
		<comments>http://www.leenukes.co.uk/?p=446#comments</comments>
		<pubDate>Thu, 29 Mar 2012 20:10:58 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=446</guid>
		<description><![CDATA[It appears that the Spotify Linux client has moved along quite a bit, leaving behind Fedora again as they always appear to do. As such I have recognised I need to make some serious modifications to my Spotify Linux Client Upgrader script. This will come in time, here is what I had to do to [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that the Spotify Linux client has moved along quite a bit, leaving behind Fedora again as they always appear to do.</p>
<p>As such I have recognised I need to make some serious modifications to my <a href="http://www.leenukes.co.uk/?p=410" title="Spotify Linux Client Upgrader">Spotify Linux Client Upgrader script</a>.</p>
<p>This will come in time, here is what I had to do to get it work on Fedora 17 though as a quick and dirty notes section, I&#8217;ll script this at some point as when they change the file names, its breaking the script:<br />
{after changing the download links in my script and running it again}</p>
<p><code>yum install qtwebkit-2.2.1-4.fc17.x86_64 nss-3.13.3-3.fc17.x86_64 openssl-devel<br />
ln -s /usr/lib64/libssl.so.0.9.8 /usr/lib64/libssl.so.10<br />
ln -s /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.0.9.8<br />
ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.0.9.8<br />
ln -s /usr/lib64/libnss3.so /usr/lib64/libnss3.so.1d<br />
ln -s /usr/lib64/libnssutil3.so /usr/lib64/libnssutil3.so.1d<br />
ln -s /usr/lib64/libsmime3.so /usr/lib64/libsmime3.so.1d<br />
ln -s /usr/lib64/libplc4.so /usr/lib64/libplc4.so.0d<br />
ln -s /usr/lib64/libnspr4.so /usr/lib64/libnspr4.so.0d</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=446</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t make me a target.</title>
		<link>http://www.leenukes.co.uk/?p=444</link>
		<comments>http://www.leenukes.co.uk/?p=444#comments</comments>
		<pubDate>Wed, 08 Feb 2012 21:31:28 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[adverts]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook IPO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[gross invasion of privacy]]></category>
		<category><![CDATA[targeted adverts]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=444</guid>
		<description><![CDATA[Facebook has filed to become public and start selling bits of the 5% of itself to anyone with money. This has left some people questioning if Facebook is worth the $100 Billion it was valued at. My opinion is they are, and more still. The reason as we all know is that Facebook sells your [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook has filed to become public and start selling bits of the 5% of itself to anyone with money.</p>
<p>This has left some people questioning if Facebook is worth the $100 Billion it was valued at.</p>
<p>My opinion is they are, and more still. The reason as we all know is that Facebook sells your information by way of targeted ads. So a company says place my advert on females pages between the ages of 18-24 if they are in this area and have ever mentioned&#8221; diet&#8221; in their updates for example.</p>
<p>Fair enough, I have no problems with that, if a targeted ad shows up for me, I probably still won&#8217;t buy it. Saying that though, I DID buy my home server from a targeted ad on Facebook I seem to remember.</p>
<p>I have no problems unless the advertisers step over the mark. If they start to sell funeral services based on someone recently having suffered a bereavement, then that&#8217;s just TOO far. Will they know where to stop though? Will they care?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=444</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virgin Media Outage Caused by a Cooling Fault</title>
		<link>http://www.leenukes.co.uk/?p=438</link>
		<comments>http://www.leenukes.co.uk/?p=438#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:05:24 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[#fail]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[national problem]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[virgin media]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=438</guid>
		<description><![CDATA[Virgin Media Internet Cause Nation Wide Internet Chaos.]]></description>
			<content:encoded><![CDATA[<p>It appears that last nights <a href="http://www.theregister.co.uk/2012/01/18/virgin_media_national_outage/" title="Nation Wide Virgin Media Outage">Nation Wide Virgin Media Outage</a> was caused by some faulty cooling in one of their main backbone racks.</p>
<p>This was explained in a recent resolution email I&#8217;ve received:</p>
<p>&#8220;Master Update: On Tuesday evening (17th January), Virgin Media Business experienced a network outage that impacted customers using IPVPN, Managed Internet, National Ethernet and broadband services.  The problem was quickly traced to a failed cooling unit that had caused a core backbone router to overheat. Due to exceptional circumstances, other backup equipment also failed to activate properly. We&#8217;re are now working through a thorough investigation as to why this happened.</p>
<p>Engineers resolved the fault in about an hour.  Virgin Media Business would like to apologise to all customers impacted by this outage.</p>
<p>If you have any queries regarding this update &#8211; please contact Technical Support.&#8221;</p>
<p>The issue was resolved mostly later in the evening on Tuesday but additional load issues due to having to bypass the problem was still causing issues for some people.</p>
<p>Hopefully Virgin will be able to identify why their contingency plan didn&#8217;t work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=438</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare vSphere 5.0 and an HP X1400 NAS Server</title>
		<link>http://www.leenukes.co.uk/?p=436</link>
		<comments>http://www.leenukes.co.uk/?p=436#comments</comments>
		<pubDate>Sun, 30 Oct 2011 22:09:36 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[disappearing share]]></category>
		<category><![CDATA[nfs error]]></category>
		<category><![CDATA[nfs shares]]></category>
		<category><![CDATA[no mount]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere 5]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=436</guid>
		<description><![CDATA[I spent a good while debugging this not wanting to change too much incase it was something bizarre. Turned out to be something simple.]]></description>
			<content:encoded><![CDATA[<p>I spent a good while debugging this not wanting to change too much incase it was something bizarre.</p>
<p>Turned out to be something simple.</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/HKFRP2b2pY4" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=436</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSTicket Invalid Source Problem</title>
		<link>http://www.leenukes.co.uk/?p=433</link>
		<comments>http://www.leenukes.co.uk/?p=433#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:38:04 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[invalid source]]></category>
		<category><![CDATA[new ticket problem]]></category>
		<category><![CDATA[osticket]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=433</guid>
		<description><![CDATA[So, we use OSTicket at work, and for the most part it works well. However, there are parts which are a little buggy. One of these appears to be that, when we were trying to create a New Ticket using the New Ticket option when you&#8217;re signed in, it would highlight the Source field and [...]]]></description>
			<content:encoded><![CDATA[<p>So, we use OSTicket at work, and for the most part it works well. However, there are parts which are a little buggy.</p>
<p>One of these appears to be that, when we were trying to create a New Ticket using the New Ticket option when you&#8217;re signed in, it would highlight the Source field and give the error &#8220;Invalid Source&#8221;.</p>
<p>This happened no matter what option from the drop down you would choose.</p>
<p>I had a look at the code, and made a guess at the problem, at it appears to work:</p>
<p>In the file: scp/tickets.php</p>
<p>Change</p>
<p>Line 319:</p>
<p><code>if($_POST['source'] &#038;&#038; !in_array($_POST['source'],array('web','email','phone','other')))</code></p>
<p>to</p>
<p><code>if($_POST['source'] &#038;&#038; !in_array($_POST['source'],array('Web','Email','Phone','Other')))</code></p>
<p>This appeared to resolve my problem and the ticket was logged successfully without error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=433</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Honeycomb, the Windows ME of Android?</title>
		<link>http://www.leenukes.co.uk/?p=428</link>
		<comments>http://www.leenukes.co.uk/?p=428#comments</comments>
		<pubDate>Mon, 10 Oct 2011 20:44:30 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hannspree hannspad]]></category>
		<category><![CDATA[honeycomb]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows me]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=428</guid>
		<description><![CDATA[Is Android Honeycomb the new Windows ME?]]></description>
			<content:encoded><![CDATA[<div id="attachment_429" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.leenukes.co.uk/wp-content/uploads/2011/10/hcisme.png"><img src="http://www.leenukes.co.uk/wp-content/uploads/2011/10/hcisme-300x134.png" alt="" title="Honeycomb is Windows ME?" width="300" height="134" class="size-medium wp-image-429" /></a><p class="wp-caption-text">Is Honeycomb the new Windows ME?</p></div>
<p>I&#8217;ve been playing around with my Hannspree Hannspad that I bought a few months back, and sure, its a budget tablet, but I think Ice Cream Sandwich will make it much better.</p>
<p>I don&#8217;t know what I&#8217;m holding out for, something between Honeycomb and Gingerbread. I&#8217;ve used a Honeycomb ROM on my Hannspad, and I&#8217;ve also tried Froyo and Gingerbread ROMs, and I&#8217;ve come back to Gingerbread since trying all.</p>
<p>I suspect that with very few Honeycomb specific apps around and ICS (Ice Cream Sandwich) just around the corner, development on Android Honeycomb will halt and ICS will be its successor.</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=428</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://www.leenukes.co.uk/?p=425</link>
		<comments>http://www.leenukes.co.uk/?p=425#comments</comments>
		<pubDate>Sun, 09 Oct 2011 16:54:40 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[blogolife]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.leenukes.co.uk/?p=425</guid>
		<description><![CDATA[I've finally changed my WordPress theme on my website.]]></description>
			<content:encoded><![CDATA[<p>So, the old theme was getting a bit long in the tooth and everytime I looked at it, I was frustrated.</p>
<p>This new theme is called <a href="http://wplook.com/blogolife">BlogoLife</a> from wplook.com.</p>
<p>It is nice, simple and clean. Didn&#8217;t make many tweaks other then to add a few more items to the Widgets on the right side and replaced the header image with my AdSense code.</p>
<p>Let me know what you think of it if you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leenukes.co.uk/?feed=rss2&#038;p=425</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

