<?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>The ramblings of a geek</title>
	<atom:link href="http://www.deandunn.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deandunn.co.uk</link>
	<description>Useful info about all things tech</description>
	<lastBuildDate>Tue, 16 Aug 2011 10:08:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu &#8211; network card not recognised when system cloned.</title>
		<link>http://www.deandunn.co.uk/virtualisation/ubuntu-network-card-not-recognised-when-system-cloned/</link>
		<comments>http://www.deandunn.co.uk/virtualisation/ubuntu-network-card-not-recognised-when-system-cloned/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 13:32:22 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[cloned]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[network card not recognised]]></category>
		<category><![CDATA[no such device]]></category>
		<category><![CDATA[SIOCSIFADDR]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=212</guid>
		<description><![CDATA[I&#8217;m currently moving VMs around a lot between VirtualBox and ESXi and came across the following problem I hadn&#8217;t had for a while. If you clone a Ubuntu VM and import it into ESXi you may get the following error:- SIOCSIFADDR: no such device The problem is that a new MAC address is created, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently moving VMs around a lot between VirtualBox and ESXi and came across the following problem I hadn&#8217;t had for a while.</p>
<p>If you clone a Ubuntu VM and import it into ESXi you may get the following error:-</p>
<pre>SIOCSIFADDR: no such device</pre>
<p>The problem is that a new MAC address is created, and the old one still exists. What you need to do is get the MAC address of your card from the Virtual Infrastructure Client (right click the VM &#8211; select network adapter and you will see the MAC address).</p>
<p>Then and edit this file:-</p>
<pre>/etc/udev/rules.d/70-persistent-net.rules</pre>
<p>What you need to do is delete the old NIC references (i.e. the ones that arent your MAC address).</p>
<p>Now save the file, and reboot the system (a cold reboot) and your NIC should now be recognised.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/virtualisation/ubuntu-network-card-not-recognised-when-system-cloned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVG Gradient Maker</title>
		<link>http://www.deandunn.co.uk/website-design/svg-gradient-maker/</link>
		<comments>http://www.deandunn.co.uk/website-design/svg-gradient-maker/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 07:22:03 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[border-radius]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[linear-gradient]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=209</guid>
		<description><![CDATA[If you have had problems with linear-gradient and rounded corners support in IE9, then you are probably aware there are several fixes available to make these two features work together, although should we really be having to do this in 2011? Come on Microsoft step up! After looking at the options and reading an interesting [...]]]></description>
			<content:encoded><![CDATA[<p>If you have had problems with linear-gradient and rounded corners support in IE9, then you are probably aware there are several fixes available to make these two features work together, although should we really be having to do this in 2011? Come on Microsoft step up!</p>
<p>After looking at the options and reading an interesting thread <a title="IE9 border-radius and linear-gradient" href="http://stackoverflow.com/questions/4692686/ie9-border-radius-and-background-gradient-bleeding">here</a>, my preferred fix is to use SVG to create a gradient and use background-image with a base64 encoded file. There is a nice little tool available that will do the hard work for you here:-</p>
<p><a title="Microsoft IE testdrive SVG gradient maker" href="http://ie.microsoft.com/testdrive/Graphics/SVGGradientBackgroundMaker/Default.html">http://ie.microsoft.com/testdrive/Graphics/SVGGradientBackgroundMaker/Default.html</a></p>
<p>For those of you that don&#8217;t want to go to the bother rilling your own gradients, you can also use <a title="CSS3 PIE" href="http://www.css3pie.com">CSS3 PIE</a>, which essentially does the same thing via a JS library.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/svg-gradient-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Like Button &#8211; Module Positioning</title>
		<link>http://www.deandunn.co.uk/website-design/facebook-like-button-module-positioning/</link>
		<comments>http://www.deandunn.co.uk/website-design/facebook-like-button-module-positioning/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:05:26 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[.fb_edge_widget_with_comment]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook like]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=207</guid>
		<description><![CDATA[I recently integrated the Facebook Like button into a client&#8217;s website (see here for more details on the like button) using XFBML to allow website visitors to also send a message along with their FB like. The message box however was cutoff inside my DIV due to overflow: hidden and also the message box was [...]]]></description>
			<content:encoded><![CDATA[<p>I recently integrated the Facebook Like button into a client&#8217;s website (see<a title="Facebook Social Plugin - Like Button" href="http://developers.facebook.com/docs/reference/plugins/like/"> here</a> for more details on the like button) using XFBML to allow website visitors to also send a message along with their FB like. The message box however was cutoff inside my DIV due to overflow: hidden and also the message box was not ideally positioned.</p>
<p>I changed the CSS for the parent DIVs to overflow: visible and inserted the following CSS to overridew the standard facebook CSS selectors:</p>
<pre>.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    top: 120px !important;
    left: -215px !important;
}</pre>
<p>Hope this helps some of you out that have been having a similar problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/facebook-like-button-module-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 and VirtualBox &#8211; Does your console run slow?</title>
		<link>http://www.deandunn.co.uk/linux/ubuntu-10-04-and-virtualbox-does-your-console-run-slow/</link>
		<comments>http://www.deandunn.co.uk/linux/ubuntu-10-04-and-virtualbox-does-your-console-run-slow/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 20:31:16 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=205</guid>
		<description><![CDATA[I&#8217;ve been running Ubuntu 8.04 for quite a while now, and thought it was about time I tried out a more recent LTS version of Ubuntu Server, so downloaded and installed 10.04 recently. First thing I found was that the screen console in VirtualBox was dog slow. After a bit of digging I found out [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running Ubuntu 8.04 for quite a while now, and thought it was about time I tried out a more recent LTS version of Ubuntu Server, so downloaded and installed 10.04 recently. First thing I found was that the screen console in VirtualBox was dog slow.</p>
<p>After a bit of digging I found out this was to do with running the 16 bit framebuffer driver, so all you need to do is blacklist it. The file you need to edit is here:-</p>
<p>/etc/modprobe.d/blacklist-framebuffer.conf</p>
<p>just add the followin onto the end of the file:</p>
<p>blacklist vga16fb</p>
<p>Reboot and you should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/linux/ubuntu-10-04-and-virtualbox-does-your-console-run-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Im not dead, honestly!</title>
		<link>http://www.deandunn.co.uk/website-design/im-not-dead-honestly/</link>
		<comments>http://www.deandunn.co.uk/website-design/im-not-dead-honestly/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:15:14 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=201</guid>
		<description><![CDATA[Well, you would I was dead from the lack of activityon here, however I have been busily beavering away, albeit not on my blog! I have a new flying job and I now work for Jet2 on the 737, based back in my home city of Newcastle. I have been busy  training for the past [...]]]></description>
			<content:encoded><![CDATA[<p>Well, you would I was dead from the lack of activityon here, however I have been busily beavering away, albeit not on my blog!</p>
<p>I have a new flying job and I now work for Jet2 on the 737, based back in my home city of Newcastle. I have been busy  training for the past few months, so web design and all things tech related had to take a bit of a back seat. I am now busy working on a couple of new projects, one is an online appointment booking system for a physiotherapist, and the other is a website for a riding stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/im-not-dead-honestly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Activation Email Text</title>
		<link>http://www.deandunn.co.uk/jseblod-and-seblod-cck/user-activation-email-text/</link>
		<comments>http://www.deandunn.co.uk/jseblod-and-seblod-cck/user-activation-email-text/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 14:59:47 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[jSeblod and Seblod CCK]]></category>
		<category><![CDATA[jseblod 1.8]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=194</guid>
		<description><![CDATA[To change the account activation text that is sent to the user when he first registers, you need to go to the jSeblod field manager and edit the field &#8220;user construction email&#8221;, click on the EDITOR button and edit the message accordingly. Note &#8211; Dont try to edit the en-GB.com_user.ini language file, as this is [...]]]></description>
			<content:encoded><![CDATA[<p>To change the account activation text that is sent to the user when he first registers, you need to go to the jSeblod field manager and edit the field &#8220;user construction email&#8221;, click on the EDITOR button and edit the message accordingly.</p>
<p>Note &#8211; Dont try to edit the en-GB.com_user.ini language file, as this is not used by jSeblod.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/jseblod-and-seblod-cck/user-activation-email-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox &#8211; Problems installing Guest Additions in Ubuntu Linux?</title>
		<link>http://www.deandunn.co.uk/virtualisation/virtualbox-problems-installing-guest-additions-in-ubuntu-linux/</link>
		<comments>http://www.deandunn.co.uk/virtualisation/virtualbox-problems-installing-guest-additions-in-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 18:29:38 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=185</guid>
		<description><![CDATA[VirtualBox is now my defacto development environment for websites. I came across the VirtualBox feature Shared Folders and thought I would give it a try, and see if it was any better or different from using Samba or just plain old FTP for file copies. Easier said than done&#8230;&#8230;. Everytime I tried to install the [...]]]></description>
			<content:encoded><![CDATA[<p>VirtualBox is now my defacto development environment for websites. I came across the VirtualBox feature Shared Folders and thought I would give it a try, and see if it was any better or different from using Samba or just plain old FTP for file copies.</p>
<p>Easier said than done&#8230;&#8230;.</p>
<p>Everytime I tried to install the GuestAdditions from the VirtualBox ISO file I got the following message from the install script:</p>
<p><code>Building the VirtualBox Guest Additions kernel modules ...fail!</code></p>
<p>Heres how I resolved the problem. Remember however that this solution is for Ubuntu Server 8.04 LTS and that your system may be configured differently.</p>
<p>First update your system using:</p>
<p><code>sudo apt-get update</code><br />
<code>sudo apt-get upgrade</code></p>
<p>Guest additions needs some dev tools to help build the Kernel which I found were missing from my server install (namely dkms gcc and make):-</p>
<p><code>sudo apt-get install dkms gcc make</code></p>
<p>Once I installed these and restarted the system everything built perfectly.</p>
<p>Another thing you might have a problem with is not having the build and kernel headers installed, so you might want to try updating them:-</p>
<p><code>sudo apt-get install linux-headers-$(uname -r)</code></p>
<p>If you get totally stuck a good place to start is the install log which is at <code>/var/log/vboxadd-install.log</code></p>
<p>Happy virtualising!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/virtualisation/virtualbox-problems-installing-guest-additions-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel web disk, WebDAV and Windows 64-bit woes</title>
		<link>http://www.deandunn.co.uk/website-design/cpanel-web-disk-webdav-and-windows-64-bit-woes/</link>
		<comments>http://www.deandunn.co.uk/website-design/cpanel-web-disk-webdav-and-windows-64-bit-woes/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 15:07:08 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[basic authentication]]></category>
		<category><![CDATA[bitkinex]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[digest authentication]]></category>
		<category><![CDATA[web disk]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows 7 64-bit]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=181</guid>
		<description><![CDATA[When working with files at my web host, I usually either use DreamWeaver to edit files directly, or just FTP them up with my FTP client. Sometimes it would be convenient to access my remote files using Windows Explorer, just as you do with local files. A lot of hosting providers use cPanel, and one [...]]]></description>
			<content:encoded><![CDATA[<p>When working with files at my web host, I usually either use DreamWeaver to edit files directly, or just FTP them up with my FTP client. Sometimes it would be convenient to access my remote files using Windows Explorer, just as you do with local files.</p>
<p>A lot of hosting providers use cPanel, and one of the features of CPanel is something called &#8220;Web Disk&#8221;. This allows drag and drop access using (in my case) the Windows desktop. On trying this I just could not get it to work, I kept getting the error &#8211; “<em>The folder you entered does not appear to be valid</em>”.</p>
<p>I discovered there is a compatibility issue with regard to Web Disk folders with Windows 7 64-bit, which hopefully someone might find helpful, if like me you have struggled to make this feature work.</p>
<p><strong>SOLUTION</strong></p>
<p>The problem is that Windows 7 64-bit expects [I]digest authentication[/I], and will not use [I]basic authentication[/I] to establish the webDAV connection to the web host.</p>
<p>Apache server can be configured to use digest authentication (see here &#8211; http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html). This would be my preferred solution as I dont have to use any 3rd party software, but currently my web hosting provider does not support it.</p>
<p>The solution I found was to use a 3rd party application.  bitkinex will support webdav and will work with Windows 7 64-bit, it does not (as far as I am aware) integrate with Windows Explorer, but it does allow easy access using WebDAV. You can download a copy here &#8211; http://www.bitkinex.com. I have also tried NetDrive with good results.</p>
<p>Hope this helps someone else with this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/cpanel-web-disk-webdav-and-windows-64-bit-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Websites</title>
		<link>http://www.deandunn.co.uk/website-design/new-websites/</link>
		<comments>http://www.deandunn.co.uk/website-design/new-websites/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 10:31:07 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[listenupnorth]]></category>
		<category><![CDATA[rachel cochrane]]></category>
		<category><![CDATA[restored furniture]]></category>
		<category><![CDATA[spoken word website]]></category>
		<category><![CDATA[thepaintedtree]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=177</guid>
		<description><![CDATA[It&#8217;s been a long while since I posted on here and feel my blog is being sadly neglected. However I have been using my time productively and have recently finished two websites. listenupnorth.com is a really exciting project by Rachel Cochrane and provides spoken word content such as online books, dramas, stories, poems and interviews. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long while since I posted on here and feel my blog is being sadly neglected. However I have been using my time productively and have recently finished two websites.</p>
<p><a title="listenupnorth.com website" href="http://WWW.LISTENUPNORTH.COM" target="_blank">listenupnorth.com</a> is a really exciting project by <a title="Rachel Cochrane Blog" href="http://www.listenupnorth.typepad.com" target="_blank">Rachel Cochrane</a> and provides spoken word content such as online books, dramas, stories, poems and interviews. It is as its name suggests focused on the North East of England and brings together some of the best writers from the region.</p>
<p>My other site has just been completed for a friend at <a title="thePaintedTree website" href="http://www.thepaintedtree.co.uk" target="_blank">thepaintedtree.co.uk</a>. The Painted Tree restores furniture and produces quirky hand made items. Hopefully they will get around to putting some content on shortly to show their wares!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/new-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Large File Upload Issue</title>
		<link>http://www.deandunn.co.uk/website-design/php-large-file-upload-issue/</link>
		<comments>http://www.deandunn.co.uk/website-design/php-large-file-upload-issue/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 23:33:33 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[large files]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP upload issue]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.deandunn.co.uk/?p=174</guid>
		<description><![CDATA[I&#8217;m currently working on a website project where we will be uploading large MP3 files to a Joomla site. Smaller MP3 files would load fine, but larger files just refused to upload. I checked all the obvious settings within Joomla, all of which were fine and set for 100MB max upload. I then thought to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a website project where we will be uploading large MP3 files to a Joomla site. Smaller MP3 files would load fine, but larger files just refused to upload. I checked all the obvious settings within Joomla, all of which were fine and set for 100MB max upload.</p>
<p>I then thought to check my php.ini settings, and sure enough upload_max_filesize variable=2M (maximum of 2MB), I changed this, restarted Apache and it still didn&#8217;t work!</p>
<p>Eventually I found out that PHP uses the POST method to upload files and an additional variable post_max_size was set too low. I upped the size, restarted Apache and ihey presto, upload of large files now worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deandunn.co.uk/website-design/php-large-file-upload-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

