<?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>Flibbles Wibble</title>
	<atom:link href="http://www.flibblesan.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flibblesan.co.uk</link>
	<description>Internet &#38; technology news with a splash of randomness</description>
	<lastBuildDate>Sat, 24 Oct 2009 18:30:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix for non-working DirectFB and VPAU on Nvidia</title>
		<link>http://www.flibblesan.co.uk/2009/10/fix-for-non-working-directfb-and-vpau-on-nvidia/</link>
		<comments>http://www.flibblesan.co.uk/2009/10/fix-for-non-working-directfb-and-vpau-on-nvidia/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 16:32:29 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[vpau]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=512</guid>
		<description><![CDATA[Simple fix for this. When running any application that is either using DirectFB or VPAU, you may find the following error:
NVIDIA: could not open the device file /dev/nvidiactl (Permission denied)
this is caused by your user account not having access to the video group. Without this access, you have no permissions to access the Nvidia card.
Solution:
Add [...]]]></description>
			<content:encoded><![CDATA[<p>Simple fix for this. When running any application that is either using DirectFB or VPAU, you may find the following error:</p>
<pre><em>NVIDIA: could not open the device file /dev/nvidiactl (Permission denied</em>)</pre>
<p>this is caused by your user account not having access to the video group. Without this access, you have no permissions to access the Nvidia card.</p>
<p>Solution:</p>
<p>Add your username to the video group. Open up a terminal, and run this:</p>
<pre>sudo usermod -a -G video username</pre>
<p>changing &#8216;username&#8217; to your actual username. Reboot and all should be well. If you are also a Boxee user like myself then you will find it has the added bonus of boxee no longer crashing when trying to use VPAU.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=512&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/10/fix-for-non-working-directfb-and-vpau-on-nvidia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify in Ubuntu</title>
		<link>http://www.flibblesan.co.uk/2009/10/spotify-in-ubuntu/</link>
		<comments>http://www.flibblesan.co.uk/2009/10/spotify-in-ubuntu/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:56:45 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=508</guid>
		<description><![CDATA[Spotify doesn&#8217;t yet have a native Linux client, but that doesn&#8217;t stop us from using this brilliant program. The developers of Spotify have made sure that the application has close to 100% compatibility with Wine so it can be used on Linux. The best guide to getting this installed is to follow the guide at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-509" title="spotify" src="http://www.flibblesan.co.uk/wp-content/uploads/2009/10/spotify-150x150.png" alt="spotify" width="150" height="150" />Spotify doesn&#8217;t yet have a native Linux client, but that doesn&#8217;t stop us from using this brilliant program. The developers of Spotify have made sure that the application has close to 100% compatibility with Wine so it can be used on Linux. The best guide to getting this installed is to follow the guide at the official <a href="http://www.spotify.com/en/help/faq/wine/">Spotify website</a>. One thing to mention is that if you are using the latest Wine with Karmic, then you will want to use Pulseaudio instead of ALSA in winecfg.</p>
<p>One thing you will want to do is add Spotify to the Gnome menu. By going to <strong>System &gt; Preferences &gt; Main Menu</strong> and selecting <strong>New Item</strong> you can make the shortcut to load Spotify. I selected Sound &amp; Video from the left and clicked <strong>New Item</strong> using these settings:</p>
<pre>Type: Application
Name: Spotify
Command: wine "C:\Program Files\Spotify\spotify.exe"
Comment: Spotify</pre>
<p>You&#8217;ll most likely want to have a nice icon for Spotify. You can download this SVG icon <a href="http://kallepersson.se/upl/spotify.svg ">http://kallepersson.se/upl/spotify.svg </a>and place it into <strong>/usr/share/icons/hicolor/scalable/apps/</strong> (you&#8217;ll need to be superuser to do this):</p>
<pre>sudo mv /path/to/spotify.svg /usr/share/icons/hicolor/scalable/apps/</pre>
<p>changing /path/to to the location of the spotify.svg file you downloaded. ~/Downloads/spotify.svg if you downloaded using Firefox.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=508&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/10/spotify-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HD audio and clicking sound before playback bug</title>
		<link>http://www.flibblesan.co.uk/2009/10/hd-audio-and-clicking-sound-before-playback-bug/</link>
		<comments>http://www.flibblesan.co.uk/2009/10/hd-audio-and-clicking-sound-before-playback-bug/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:10:30 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[hda]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=505</guid>
		<description><![CDATA[There seems to be a well known bug with HD audio in Ubuntu which causes a loud click to be heard before playback. I was slightly confused initially when searching for fixes as all posts referred to this as Intel HDA and I&#8217;m running an AMD system. It turns out that the VIA VT1708S HD [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a well known bug with HD audio in Ubuntu which causes a loud click to be heard before playback. I was slightly confused initially when searching for fixes as all posts referred to this as Intel HDA and I&#8217;m running an AMD system. It turns out that the VIA VT1708S HD Audio chipset is used by both AMD and Intel motherboards and ALSA has support for this in the snd-hda-intel module.</p>
<p>The problem is that the snd-hda-intel module is set to power down the audio chip after 10 minutes. The causes a clicking noise before playback. The easy fix for this is to edit /etc/modprobe.d/alsa-base.conf and look for this line:</p>
<pre># Power down HDA controllers after 10 idle seconds</pre>
<p>below this, change the timeout from 10 to 0 like this:</p>
<pre>options snd-hda-intel power_save=0 power_save_controller=N</pre>
<p>and save the file. You&#8217;ll need to do this as superuser so either use &#8220;gksu gedit /etc/modprobe.d/alsa-base.conf&#8221; or do it the hardcore way with nano!</p>
<p>Reboot!</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=505&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/10/hd-audio-and-clicking-sound-before-playback-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Maplin MCE remote working in Ubuntu</title>
		<link>http://www.flibblesan.co.uk/2009/10/getting-the-maplin-mce-remote-working-in-ubuntu/</link>
		<comments>http://www.flibblesan.co.uk/2009/10/getting-the-maplin-mce-remote-working-in-ubuntu/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:57:57 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[formosa]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=501</guid>
		<description><![CDATA[Today I finally decided to get this remote working in Ubuntu. The remote has the model number of RC118 and works exactly like the standard MCE remote. The difficulty is with the receiver which is a Formosa device which emulates the MCE Home receiver. Lirc now has support for this receiver so I just had [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally decided to get this remote working in Ubuntu. The remote has the model number of RC118 and works exactly like the standard MCE remote. The difficulty is with the receiver which is a Formosa device which emulates the MCE Home receiver. Lirc now has support for this receiver so I just had to make a small change:</p>
<p>install lirc and replace /etc/lirc/hardware.conf with the following:</p>
<pre>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px; text-align: left;" dir="ltr"># /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="Windows Media Center Remotes (new version Philips et al.)"
REMOTE_MODULES="lirc_dev lirc_mceusb"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"
REMOTE_LIRCD_ARGS=""

#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""

#Enable lircd
START_LIRCD="true"

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD="false"

#Try to load appropriate kernel modules
LOAD_MODULES="true"

# Default configuration files for your hardware if any
LIRCMD_CONF=""

#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""</pre>
</pre>
<p>then remove the current loaded module for lirc_mceusb and load the new one:</p>
<pre>$ sudo rmmod lirc_mceusb
$ sudo modprobe lirc_mceusb</pre>
<p>and running irw should show the module working and recognising keypresses. Boxee is great when using a remote!</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=501&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/10/getting-the-maplin-mce-remote-working-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Misplaced ad</title>
		<link>http://www.flibblesan.co.uk/2009/08/misplaced-ad/</link>
		<comments>http://www.flibblesan.co.uk/2009/08/misplaced-ad/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:11:54 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[misplaced]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/2009/08/misplaced-ad/</guid>
		<description><![CDATA[Reading news today about a Swedish teacher that had her hair set alight on a train, and came across this totally misplaced ad.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignleft size-thumbnail wp-image-499" title="Misplaced ad" src="http://www.flibblesan.co.uk/wp-content/uploads/2009/08/wtf2-150x150.png" alt="Misplaced ad" width="150" height="150" />Reading news today about a <a title="/Video Womans hair set on fire" href="http://www.telegraph.co.uk/telegraphtv/6057479/Video-Womans-hair-set-on-fire.html" target="_blank">Swedish teacher that had her hair set alight on a train</a>, and came across this <a title="misplaced ad" href="flibblesan.co.uk/wp-content/uploads/2009/08/wtf2.png" target="_blank">totally misplaced ad</a>.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=494&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/08/misplaced-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus Xtreme Global Summit</title>
		<link>http://www.flibblesan.co.uk/2009/08/asus-xtreme-global-summit/</link>
		<comments>http://www.flibblesan.co.uk/2009/08/asus-xtreme-global-summit/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:44:50 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[xtreme]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=486</guid>
		<description><![CDATA[Asus and Bit-Tech are hosting the UK leg of the Xtreme Global Summit on Friday 28th August. Thanks to Bit-Tech I will be attending the event and getting hands on with some new hardware. Photos of the event will be taken and published on the blog with some writeups. As part of the event I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-488" title="ASUS Xtreme" src="http://www.flibblesan.co.uk/wp-content/uploads/2009/08/thumb.jpg" alt="ASUS Xtreme" width="75" height="75" />Asus and Bit-Tech are hosting the UK leg of the Xtreme Global Summit on Friday 28th August. Thanks to Bit-Tech I will be attending the event and getting hands on with some new hardware. Photos of the event will be taken and published on the blog with some writeups. As part of the event I will also be writing some reviews for Asus directly based on hardware they will supply to myself.</p>
<p>Watch this space!</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=486&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/08/asus-xtreme-global-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard updates to 10.5.8 &#8211; hack safe</title>
		<link>http://www.flibblesan.co.uk/2009/08/leopard-updates-to-10-5-8-hack-safe/</link>
		<comments>http://www.flibblesan.co.uk/2009/08/leopard-updates-to-10-5-8-hack-safe/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:15:51 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[osx86]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=482</guid>
		<description><![CDATA[Apple released an update for Leopard a few days ago and yesterday I decided to update. Before the update, my system was as follows:
Motherboard: Abit IP35
Processor: Intel Pentium Dual Core E2160 @3GHz
Memory: 2&#215;1GB Geil Black Dragon CL4
Hard Disk: Hitachi Deskstar 500Gb
Video Card: MSI 7950GT 512mb PCIexpress
Leopard was installed from a copy of iPC 10.5.6 which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.apple.com/downloads/Mac_OS_X_10_5_8_Update" target="_blank">Apple released an update </a>for Leopard a few days ago and yesterday I decided to update. Before the update, my system was as follows:</p>
<p>Motherboard: Abit IP35<br />
Processor: Intel Pentium Dual Core E2160 @3GHz<br />
Memory: 2&#215;1GB Geil Black Dragon CL4<br />
Hard Disk: Hitachi Deskstar 500Gb<br />
Video Card: MSI 7950GT 512mb PCIexpress</p>
<p>Leopard was installed from a copy of iPC 10.5.6 which I downloaded. Patches used are:</p>
<ul>
<li> AppleHDA patched for ALC888</li>
<li>NVdarwin for 512mb cards</li>
<li>OpenHaltRestart to enable restart</li>
<li>IONetworkingFamily patched to provide Marvell Yukon 8056 support</li>
</ul>
<p>My video card suffered from the issue where it was only recognised as a 256mb card. A quick BIOS edit and flash later, it&#8217;s fully detected as a 512mb card. Details of this <a href="http://nvinject.free.fr/512Mb.html" target="_blank">here</a>.</p>
<p>Bootloader was updated to <a href="http://chameleon.osx86.hu/" target="_blank">Chameleon 2 RC2</a> and I ticked to install the Extra folder.</p>
<p>Contents of my Extra folder:</p>
<ul>
<li> AHCIPortInjector &#8211; allows correct detection of ICH9R chipset</li>
<li>AppleDecrypt &#8211; decrypts the apple binaries</li>
<li>ATAPortInjector</li>
<li>Disable &#8211; stops AppleIntelCPUPowerManagement from loading</li>
<li>IOAHCIBlockStorageInjector</li>
<li>JMicronATAInjector</li>
<li>OpenHaltRestart</li>
</ul>
<p>Because I have a disabler for the CPUPowerManagement kext and a DSDT file generated, I could do the update to 10.5.8 without any problems.</p>
<p>Downloaded the combo update for 10.5.8 and used it to update from 10.5.6 without any issues. Once rebooted the only job left is the edit the Info.plist inside AppleYukon2.kext which is found inside IONetworkingFamily.kext to add device ID for the 8056 card.</p>
<p>Video card worked find with NVdarwin but I finally managed to get EFI strings working, so I&#8217;m using them now. I used <a href="http://www.projectosx.com/forum/index.php?showtopic=76" target="_blank">this guide</a> (with thanks to projectosx)</p>
<p>My Extra folder, patched AppleHDA.kext and IONetworkingFamily can be downloaded <a href="http://www.mediafire.com/download.php?yrmrniqnmza" target="_blank">here</a>.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=482&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/08/leopard-updates-to-10-5-8-hack-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brit in Jerusalem</title>
		<link>http://www.flibblesan.co.uk/2009/07/brit-in-jerusalem/</link>
		<comments>http://www.flibblesan.co.uk/2009/07/brit-in-jerusalem/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:14:42 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=480</guid>
		<description><![CDATA[I&#8217;ve been reading about a good friend Jonathan who has gone to Jerusalem to work for a charity. He is receiving no wage for the work and having to pay all costs out of his own pocket. Some might call him crazy, others may call him brave. Either way, check out his blog at http://jonnyh.wordpress.com/ [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading about a good friend Jonathan who has gone to Jerusalem to work for a charity. He is receiving no wage for the work and having to pay all costs out of his own pocket. Some might call him crazy, others may call him brave. Either way, check out his blog at <a href="http://jonnyh.wordpress.com/">http://jonnyh.wordpress.com/</a> and also check out his website at <a href="http://britinjerusalem.com/default.aspx">http://britinjerusalem.com/</a></p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=480&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/07/brit-in-jerusalem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephen Fry Admits He’s a BitTorrent Pirate &#124; TorrentFreak</title>
		<link>http://www.flibblesan.co.uk/2009/07/stephen-fry-admits-he%e2%80%99s-a-bittorrent-pirate-torrentfreak/</link>
		<comments>http://www.flibblesan.co.uk/2009/07/stephen-fry-admits-he%e2%80%99s-a-bittorrent-pirate-torrentfreak/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 01:30:08 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Tech]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=473</guid>
		<description><![CDATA[Stephen Fry, a highly respected actor, comedian, writer, presenter and author yesterday admitted to downloading TV shows for free using BitTorrent. Speaking at the iTunes Festival in London last night, Fry told the audience that he’s grabbed episodes of 24 and the series finale of House, starring his former comedy partner Hugh Laurie.
Stephen Fry Admits [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Stephen Fry, a highly respected actor, comedian, writer, presenter and author yesterday admitted to downloading TV shows for free using BitTorrent. Speaking at the iTunes Festival in London last night, Fry told the audience that he’s grabbed episodes of 24 and the series finale of House, starring his former comedy partner Hugh Laurie.</p></blockquote>
<p><a href="http://torrentfreak.com/stephen-fry-admits-hes-a-bittorrent-pirate-090713/">Stephen Fry Admits He’s a BitTorrent Pirate | TorrentFreak</a>.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=473&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/07/stephen-fry-admits-he%e2%80%99s-a-bittorrent-pirate-torrentfreak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website design tweaks and updates</title>
		<link>http://www.flibblesan.co.uk/2009/07/website-design-tweaks-and-updates/</link>
		<comments>http://www.flibblesan.co.uk/2009/07/website-design-tweaks-and-updates/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 17:13:06 +0000</pubDate>
		<dc:creator>flibble</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flibblesan.co.uk/?p=471</guid>
		<description><![CDATA[I&#8217;ve been working on the website template and making some changes to the design and layout. It&#8217;s still a work in progress but if you have any comments, I would love to hear them.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on the website template and making some changes to the design and layout. It&#8217;s still a work in progress but if you have any comments, I would love to hear them.</p>
<img src="http://www.flibblesan.co.uk/?ak_action=api_record_view&id=471&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.flibblesan.co.uk/2009/07/website-design-tweaks-and-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
