<?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>David.R.Gilson &#187; wordpress</title>
	<atom:link href="http://www.davidgilson.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgilson.co.uk</link>
	<description>Talking about technology, and more</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:32:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using images to help visitors see more of your Wordpress site</title>
		<link>http://www.davidgilson.co.uk/2009/10/using-thumbnails-to-help-visitors-see-more-of-your-wordpress-blog/</link>
		<comments>http://www.davidgilson.co.uk/2009/10/using-thumbnails-to-help-visitors-see-more-of-your-wordpress-blog/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:05:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yarrp]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2574</guid>
		<description><![CDATA[Here I explain how I customised the YARRP plug-in on my Wordpress blog to display thumbnails for related posts, and how it benefited my blog.]]></description>
			<content:encoded><![CDATA[<div id="attachment_2578" class="wp-caption alignright" style="width: 260px"><img class="size-full wp-image-2578" title="related-post-thumbnails" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/related-post-thumbnails.png" alt="Retain your visitors by using related post thumbnails!" width="250" height="250" /><p class="wp-caption-text">Retain your visitors by using related post thumbnails!</p></div>
<p>A while ago I was doing some research into how I could better design the layout of my blog to encourage new visitors to read more posts, rather than just bouncing away (i.e. leaving after reading one post).</p>
<p>I already used a plug-in called <a href="http://mitcho.com/code/yarpp/" target="_blank">YARRP</a> (Yet Another Related Posts Plug-in), to show a list of posts that were similar to the one the reader was looking at. Although I found this <a href="http://buildinternet.com/2009/07/display-thumbnails-for-related-posts-in-wordpress/" target="_blank">blog post</a> describing how you could customise your related posts layout to include thumbnail images for each post.</p>
<p>Depending on your PHP &amp; CSS skills, the customisation could either take you 20 minutes to implement, or a whole evening. It also depends on what formatting problems your theme has would would need working around. In my case, I think it took me five hours, on and off. My CSS skills were a little rusy, and my theme had an issue which made different posts have different issues. So it took a lot of systematic experimentation to mess around with CSS margins to make sure everything stayed where it was supposed to be!</p>
<p><em>Note that you need to be self-hosting to be able to do this one.</em></p>
<p>You&#8217;ll be able to see the results of my implementation of this at the bottom of the page, and it I have noticed an objective benefit in having done this. According to Google Analytics, comparing the month before and the month after making this change, my bounce rate fell by <strong>4.4%</strong>, my page views per visit ratio increased by <strong>3.4%</strong>, and my average time per visit went up by <strong>25%</strong>.</p>
<p>Doing this hasn&#8217;t gained me more visitors, but that&#8217;s not the point. From where ever they come, this layout change is designed to make your visitors stick around and see more of your work. Going by the above results, it really does seem to work.</p>
<p>So, all that&#8217;s left to say is thanks to Zach at buildinternet.com for posting about this, as it&#8217;s been a good help to me.</p>
<h5>References:</h5>
<ul>
<li><a href="http://buildinternet.com/2009/07/display-thumbnails-for-related-posts-in-wordpress/" target="_blank">Display Thumbnails For Related Posts in Wordpress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/10/using-thumbnails-to-help-visitors-see-more-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to protect your wp-admin folder when you have a dynamic IP address</title>
		<link>http://www.davidgilson.co.uk/2009/10/script-to-res-your-wp-admin-folder-when-you-have-a-chang-ip-address/</link>
		<comments>http://www.davidgilson.co.uk/2009/10/script-to-res-your-wp-admin-folder-when-you-have-a-chang-ip-address/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:09:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[changing]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[restrict]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-admin]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2505</guid>
		<description><![CDATA[Many blogs already show you how to protect your wp-admin folder with a .htaccess file. This shows a script which updates that file when you change your IP address.]]></description>
			<content:encoded><![CDATA[<div id="attachment_2508" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-2508" title="wordpress" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/wordpress-icon_full-150x150.png" alt="Wordpress" width="150" height="150" /><p class="wp-caption-text">Wordpress</p></div>
<p>If you have a self-hosted Wordpress blog, I hope that you are thinking about security. The best thing you can do is to use the automatic updates so you always have the current version of Wordpress.</p>
<p>One of the most pernicious hacks someone can do to your blog is to access to your wp-admin folder. This folder contains the back-end PHP pages of your site where you control everything and write your posts.</p>
<p>Via your web-host&#8217;s control panel you might be able to password protect this directory, although that could still be brute forced. An alternative method, which is well documented (<em>see reference links below</em>), is to create a &#8220;<code>.htaccess</code>&#8221; file in your wp-admin directory, with which you can limit access to a specific set of IP addresses. E.g. your home IP address and your work IP address. See the references below for links on how to write this.</p>
<p>This method is perfect for locking down and restricting who can access your admin pages without having to go through any sort of manual authentication. I held off doing this for a long time because my ISP assigns dynamic IP addresses, and my Netgear router needs frequent reboots. So my IP address changes a lot, so I&#8217;d keep getting locked out of my own blog!</p>
<p>To get around this, I thought of a script I could write to keep my wp-admin&#8217;s .htaccess file automatically updated! You could even use this if you took your laptop away from home and connected on another network, as your laptop will have your ssh keys installed. Try to stickto using a secure VPN though, just on principal <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sorry, it&#8217;s a bash script, so if you use Windows you&#8217;ll be stuck unless you install the <a href="http://www.cygwin.com/" target="_blank">cygwin</a> environment and <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">PuTTY</a>. If you use a Mac, I&#8217;m sure you can switch on the bash shell.</p>
<p>Without further ado, here&#8217;s the script:<br />
<em>Note: make sure you have <a href="http://curl.haxx.se/" target="_blank">cURL</a> installed first.</em></p>
<blockquote><p><code>#! /bin/bash<br />
# Auto-update .htaccess in http://your-blog/wp-admin/<br />
# Run this from cron on a short interval.<br />
# This will grab your IP address, and then rewrite the<br />
# .htaccess file and use scp to upload to your server.<br />
#<br />
# David.R.Gilson 3rd October 2009<br />
# <a href="http://www.davidgilson.co.uk" target="_blank">http://www.davidgilson.co.uk</a><br />
# I distrobute this under the Creative Commons Attribution </code><code>Share Alike license.</code><br />
<code> # <a href="http://creativecommons.org/licenses/by-sa/3.0/" target="_blank">http://creativecommons.org/licenses/by-sa/3.0/</a></code><br />
<code><br />
cd ~</code><br />
<code><br />
# Grab your external IP address.<br />
<span style="text-decoration: line-through;">ip="$(curl <a href="http://www.whatismyip.org" target="_blank">www.whatismyip.org</a>)"</span><br />
ip="$(curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/&lt;.*$//')"<br />
</code><code><br />
# Write the file.<br />
echo "AuthUserFile /dev/null" &gt; htacc.txt<br />
echo "AuthGroupFile /dev/null" &gt;&gt; htacc.txt<br />
echo -e "AuthName \042Limit wp-admin access\042" &gt;&gt; htacc.txt<br />
echo "AuthType Basic" &gt;&gt; htacc.txt<br />
echo "&lt;LIMIT GET&gt;" &gt;&gt; htacc.txt<br />
echo "order deny,allow" &gt;&gt; htacc.txt<br />
echo "deny from all" &gt;&gt; htacc.txt<br />
echo "# Whitelist home router" &gt;&gt; htacc.txt<br />
echo "allow from "$ip &gt;&gt; htacc.txt<br />
echo "&lt;/LIMIT&gt;" &gt;&gt; htacc.txt</code><br />
<code><br />
# Copy to server<br />
scp htacc.txt [YOUR SSH LOGIN HERE]:"~/www/wp-admin/.htaccess"<br />
</code><code><br />
# Clean up<br />
rm htacc.txt</code></p></blockquote>
<p>Once you&#8217;ve pasted all that into a file (I named mine <code>htaccessupdate.sh</code>), remember to make it executable by typing <code>chmod +x htaccessupdate.sh</code>.</p>
<h4>References</h4>
<ul>
<li><a href="http://malayamaarutham.blogspot.com/2009/03/script-to-get-external-ip-address.html" target="_blank">script to get the external IP address</a></li>
<li><a href="http://www.linuxquestions.org/questions/linux-general-1/adding-strings-in-bash-49275/" target="_blank">adding strings in bash</a></li>
<li><a href="http://linux.die.net/abs-guide/escapingsection.html" target="_blank">BASH escape characters</a></li>
<li><a href="http://www.reubenyau.com/protecting-the-wordpress-wp-admin-folder/" target="_blank">Protecting the Wordpress wp-admin folder</a></li>
<li><a href="http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/" target="_blank">Three tips to protect your WordPress installation</a></li>
<li><a href="http://info.scrapur.com/wordpress/protect-wordpress-from-hackers-safe-wp-admin-folder/" target="_blank">Protect Wordpress From Hackers Safe wp-admin folder</a></li>
<li><em><a href="http://curl.haxx.se/" target="_blank">cURL</a></em></li>
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">PuTTY</a></li>
<li><a href="http://www.cygwin.com/" target="_blank">Cygwin</a></li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 570px; width: 1px; height: 1px;">ip=&#8221;$(curl -s checkip.dyndns.org|sed -e &#8217;s/.*Current IP Address: //&#8217; -e &#8217;s/&lt;.*$//&#8217;)&#8221;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/10/script-to-res-your-wp-admin-folder-when-you-have-a-chang-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A year of blogging</title>
		<link>http://www.davidgilson.co.uk/2009/09/a-year-of-blogging/</link>
		<comments>http://www.davidgilson.co.uk/2009/09/a-year-of-blogging/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:30:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1785</guid>
		<description><![CDATA[A year ago today, my website as it is now, went live. People always say this, but it is hard to believe that a year has gone by ...]]></description>
			<content:encoded><![CDATA[<div id="attachment_2250" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-2250" title="header" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/09/header-150x150.jpg" alt="Happy 1st Birthda Blog!" width="150" height="150" /><p class="wp-caption-text">Happy 1st Birthday Blog!</p></div>
<p>A year ago today, my website as it is now, went live. People always say this, but <em>it is</em> hard to believe that a year has gone by &#8211; that I&#8217;ve actually been writing for that long. Ah, you got me, I have had a couple of breaks. Although, in that time I&#8217;ve managed to clock up over 190 posts, and with around 460 comments there&#8217;s been a lot of chat (<em>mostly thanks to Spotify!</em>).</p>
<p>Still though, this has been a fantastic experience. It is helping me to stay active and hone my writing skills. It has also helped me rediscover how much I actually enjoy writing.</p>
<p>There&#8217;s a few people I should thank. <a href="http://www.letterstoburn.net/" target="_blank">Nate Lanxon</a> for suggesting that I switch to using Wordpress, Ryan Hitch for hosting this site, and my mother Carol for listening to me go on about my ideas. I&#8217;d also like to thank everyone who regularly reads me (<em>you&#8217;re an exclusive group!</em>) and who has linked to me over the past year.</p>
<p>What&#8217;s for the next 12 months? I am going to continue to cover the same general topics as I do already. I&#8217;m planning that <em>Tip of the week</em> will close at the end of the 2009, but I&#8217;m hoping to write more hardware and software reviews. Tips may come back in a less frequent but more in-depth form. I am hoping that I can develop writing relationships with other sites too, so you may find that I have less actual posts on here, but instead posting links to what I&#8217;ve written elsewhere. All this is subject to change <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Once again, thanks for reading and supporting me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/09/a-year-of-blogging/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thursday night&#8217;s outage</title>
		<link>http://www.davidgilson.co.uk/2009/06/thursday-nights-outage/</link>
		<comments>http://www.davidgilson.co.uk/2009/06/thursday-nights-outage/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 10:54:16 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1565</guid>
		<description><![CDATA[Okay so what the heck happened to the site on Thursday night?
It all boiled down to running out of storage quota on my server. My server account had crept over its quota limit without me knowing. Things were still working like this, but since Wordpress 2.8 (the software that runs this website) came out on [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so what the heck happened to the site on Thursday night?</p>
<p><img class="alignright size-thumbnail wp-image-1577" style="padding-left: 15px;" title="caution-sign" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/06/caution-sign-150x150.png" alt="caution-sign" width="105" height="105" />It all boiled down to running out of storage quota on my server. My server account had crept over its quota limit without me knowing. Things were still working like this, but since Wordpress 2.8 (the software that runs this website) came out on Thursday I ran the upgrade, and then we hit problems.</p>
<p>Anyway, lots of technical details later storage quota was extended and the site was put back as it was, and subsequently upgrade to WP 2.8.</p>
<p>Why am I telling you all this? Well the moral of the story is that no matter what you&#8217;re doing &#8211; keep backups of everything you do! Had I not had backups of this site, it would be trashed now. Moreover, had my backups been better organised, the site would have been up several hours sooner.</p>
<p>I&#8217;ve now improved my file backup procedures to be automatic so they&#8217;re always up to date. Fortunately, I was already using a Wordpress plugin which e-mailed me a daily backup of my database.</p>
<p>Make sure you keep your stuff backed up too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/06/thursday-nights-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cosmetic changes to the blog</title>
		<link>http://www.davidgilson.co.uk/2009/01/cosmetic-changes-to-the-blog/</link>
		<comments>http://www.davidgilson.co.uk/2009/01/cosmetic-changes-to-the-blog/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 01:07:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[socialnetworking]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1073</guid>
		<description><![CDATA[Okay folks, I know I&#8217;ve broken with my regular posting schedule, sorry!
However, I haven&#8217;t abandoned things; I&#8217;ve been busying myself with making some subtle changes to the looks of the site. This post is more for myself than anything, as a record of what I&#8217;ve done. Also, I&#8217;d like to thank my friend and server [...]]]></description>
			<content:encoded><![CDATA[<p>Okay folks, I know I&#8217;ve broken with my regular posting schedule, sorry!</p>
<p>However, I haven&#8217;t abandoned things; I&#8217;ve been busying myself with making some subtle changes to the looks of the site. This post is more for myself than anything, as a record of what I&#8217;ve done. Also, I&#8217;d like to thank my friend and server admin, Ryan, for suggesting most of the things I&#8217;ve done to the site.</p>
<div id="attachment_1074" class="wp-caption alignright" style="width: 354px"><img class="size-full wp-image-1074" title="header-rss-old" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/header-rss-old.png" alt="Header - before" width="344" height="82" /><p class="wp-caption-text">Header - before</p></div>
<div id="attachment_1075" class="wp-caption alignright" style="width: 354px"><img class="size-full wp-image-1075" title="header-rss-new" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/header-rss-new.png" alt="Header - after" width="344" height="82" /><p class="wp-caption-text">Header - after</p></div>
<h3>Header</h3>
<p>I&#8217;ve done two things to the header, and I&#8217;m very pleased with both.</p>
<p>First of all, I&#8217;ve created a search box (one less widget to put on the sidebar). I also created a custom background for the text box so that it fitted in with the theme design. The submit button looks like text, although it is actually an image of text. This is because no matter how I set the style of the basic button, I could not get rid of the edge shading effect. So instead I made some text in the same font as the page links, and used it as an image.</p>
<p>Secondly, I changed the RSS link. Before it was a simple line of text with an RSS icon. Although now, I have taken the Feedburner counter that was on my social networks widget and put that in place. Then also, I have replaced the standard RSS icon with one lovingly drawn by yours truely.</p>
<h3>
<div id="attachment_1079" class="wp-caption alignright" style="width: 232px"><img class="size-full wp-image-1079" title="socialnetworkwidgets" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/socialnetworkwidgets.png" alt="Custom social networking widgets" width="222" height="257" /><p class="wp-caption-text">Custom social networking widgets</p></div>
<p>Sidebar</h3>
<p>I have dropped several unnecessary widgets, including my free-form text boxes with the QR codes and campaign badges. I&#8217;ve added a collapsible archive widget, I wanted to have a collapsible category widget too, although I just could not find one that worked properly, shame!</p>
<p>My &#8220;social networking&#8221; (a simple Text WP widget) has gone back to the original version &#8211; a collection of favicons. The first time I had it like that, I eventually dropped it as I thought it too much work to keep maintained. I still feel that way although I developed a spreadsheet to help me manage all the lines of text. So now, I just enter any new social networks into the spreadsheet, and then copy-paste the final cell of the sheet into my text box.</p>
<p>After having such a massive traffic spike last week (1,432 visitors!), I thought I should put up a &#8220;most popular&#8221; widget (rather than just a recent posts widget). It took a lot of experimenting to find a plugin that worked the way I wanted it to. I ended up settling with a plugin called <a title="Visit plugin homepage" href="http://eric.biven.us/2008/12/03/recently-popular-wordpress-plugin/">Recently Popular</a>. I also modified my <a title="Visit plugin homepage" href="http://seanys.com/2007/10/12/twitter-wordpress-widget/">Twitter Widget</a> to show my <a href="http://twittercounter.com/?username=davidgilson" target="_blank">Twitter counter</a>. With these changes, I didn&#8217;t loose the counters I had in my social networks widget, but instead distrobuted them around the page!</p>
<p>Finally, just to try and save on more space, I have reduced the line height and font size (1.1em &amp; 90% respectively).</p>
<h3>
<div id="attachment_1081" class="wp-caption alignright" style="width: 343px"><img class="size-full wp-image-1081" title="davidgilson-co-uk-2009-01-19" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/01/davidgilson-co-uk-2009-01-19.png" alt="The great spike of January 10th 2009" width="333" height="152" /><p class="wp-caption-text">The great spike of January 10th 2009</p></div>
<p>Popularity</h3>
<p>I didn&#8217;t finish reporting my traffic surge properly, but I just thought I&#8217;d show the spike before I let anymore time slip by. I&#8217;m dissappointed things have slipped back to normal, but there is a small improvement on my mean daily visitors, and I&#8217;m hoping to get writing more soon to pull more people in from search engines. (Chart created by <a href="http://piwik.org/blog/" target="_blank">Piwik</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/01/cosmetic-changes-to-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aligning images with captions in WP 2.6 and newer.</title>
		<link>http://www.davidgilson.co.uk/2009/01/aligning-images-with-captions-with-wp-26-and-newer/</link>
		<comments>http://www.davidgilson.co.uk/2009/01/aligning-images-with-captions-with-wp-26-and-newer/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 11:18:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp2.6]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1005</guid>
		<description><![CDATA[I&#8217;ll say now, if you&#8217;re not a Wordpress user this post will be of no interest to you!
I was recently trying to add images with captions to my blog, and I had a problem getting them to align how I wanted them to. A little research uncovered that a change which came with Wordpress 2.6 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll say now, if you&#8217;re not a <a href="http://www.wordpress.org" target="_blank">Wordpress</a> user this post will be of no interest to you!</p>
<p>I was recently trying to add images with captions to my blog, and I had a problem getting them to align how I wanted them to. A little research uncovered that a change which came with Wordpress 2.6 meant that a lot of themes had been <em>broken</em> when it came to aligning captioned images.</p>
<p>A little more research uncovered a solution. According to <a href="http://wordpress.org/support/topic/194919" target="_blank">this WP support article</a>, you need to add the following code to the <strong>styles.css</strong> file of your theme.</p>
<blockquote><p>/*<br />
The following is a fix for changes form WP 2.6 that broke a lot of themes.<br />
Have had to fix some colours for this particular theme.<br />
*/</p>
<p>.aligncenter,<br />
div.aligncenter {<br />
display: block;<br />
margin-left: auto;<br />
margin-right: auto;<br />
}</p>
<p>.alignleft {<br />
float: left;<br />
}</p>
<p>.alignright {<br />
float: right;<br />
}</p>
<p>.wp-caption {<br />
border: 2px solid #000000;<br />
text-align: center;<br />
background-color: #292b2e;<br />
padding-top: 4px;<br />
margin: 10px;<br />
/* optional rounded corners for browsers that support it */<br />
-moz-border-radius: 9px;<br />
-khtml-border-radius: 9px;<br />
-webkit-border-radius: 9px;<br />
border-radius: 9px;<br />
}</p>
<p>.wp-caption img {<br />
margin: 0;<br />
padding: 0;<br />
border: 0 none;<br />
}</p>
<p>.wp-caption p.wp-caption-text {<br />
font-size: 11px;<br />
line-height: 17px;<br />
padding: 0 4px 5px;<br />
margin: 0;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/01/aligning-images-with-captions-with-wp-26-and-newer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7</title>
		<link>http://www.davidgilson.co.uk/2008/12/wordpress-27/</link>
		<comments>http://www.davidgilson.co.uk/2008/12/wordpress-27/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 14:56:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=801</guid>
		<description><![CDATA[If you didn&#8217;t know, I don&#8217;t write this site by hand   I have open source software on my webserver called Wordpress. Recently the latest version, 2.7, of Wordpress was released, and along with it are some fantastic new features.
I upgraded this site, and foreverfifteen.com (which is a site I help out with), and [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t know, I don&#8217;t write this site by hand <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I have open source software on my webserver called <a href="http://www.wordpress.org" target="_blank">Wordpress</a>. Recently the latest version, 2.7, of Wordpress was released, and along with it are some fantastic new features.</p>
<p>I upgraded this site, and <a href="http://www.foreverfifteen.com" target="_blank">foreverfifteen.com</a> (which is a site I help out with), and also installed it as-new for my good friend Rachael Eldritch-Böersen, on <a href="http://tweeduizendzes.nl/" target="_blank">tweeduizendzes.nl</a>. Manually upgrading was rather intimidating, seeing as I had not done it before, although it seems that it was the first and last time I&#8217;d need to do it, because with the advent of Wordpress 2.7, it can no upgrade itself when new versions are released.</p>
<p>Anyway, without further ado, you can sit back and releax and watch a video to tell you all about Wordpress 2.7.</p>
<p><object width="640" height="360" data="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/hFr8Nyar" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/12/wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to expect from the blog in the next few weeks</title>
		<link>http://www.davidgilson.co.uk/2008/10/what-to-expect-from-the-blog-in-the-next-few-weeks/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/what-to-expect-from-the-blog-in-the-next-few-weeks/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 17:42:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[livejournal]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[serialised]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=457</guid>
		<description><![CDATA[Since this blog was officially launched I made sure I at least got one major article posted, that being the VX Revolution review. Hopefully, next week will follow up with a steady flow of content. That being the case, I thought it would be good to let you know what to expect.
In terms of upcoming [...]]]></description>
			<content:encoded><![CDATA[<p>Since this blog was officially <a href="http://www.davidgilson.co.uk/2008/10/launch-day/" target="_blank">launched</a> I made sure I at least got one major article posted, that being the <a href="http://www.davidgilson.co.uk/2008/10/review-logitech-vx-revolution/" target="_blank">VX Revolution review</a>. Hopefully, next week will follow up with a steady flow of content. That being the case, I thought it would be good to let you know what to expect.</p>
<p>In terms of upcoming material, I have some old material from my <a href="http://digitalranger.livejournal.com" target="_blank">LiveJournal</a> which I shall be reposting here (and deleting from the LiveJournal). Although some of those pieces are actually so long, that I am breaking them ~500 word sections and serialising them. Also, as mentioned before, I am also researching a piece about social bookmarking. I will probably not publish that until the older material has gone out first. Between now and then, I&#8217;m considering whether to try and get this upcoming story (when it&#8217;s done) published on a bigger site. In which case I probably won&#8217;t post it here, but I shall certainly post a link to it. If it does get posted here, I may well serialise that too.</p>
<p>I have some other types of serialised content in mind, but you&#8217;ll just have to wait and see!</p>
<p>I want to become a good, and well read, blogger, and I know that my personal qualities tick all but one of the <a href="http://www.makeuseof.com/write-for-make-use-of/" target="_blank">boxes</a> to achieve it. The one short coming I do have is that I am not a consistent writer, I have patches where I will produce a lot of material, and then long periods of nothing. So, I am hoping that the scheduled publishing facility in Wordpress will help smooth out my output, and make the reading of my material more satisfying for you.</p>
<p>P.S.<br />
As and when I do any major work on the blog itself, I shall still post about it. Not only do I like to have a record of what I&#8217;ve done, but I also like to think that <em>blogging about blogging</em> could be of interest to other people who are starting out like I am.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/what-to-expect-from-the-blog-in-the-next-few-weeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor site updates</title>
		<link>http://www.davidgilson.co.uk/2008/10/minor-site-updates/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/minor-site-updates/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:27:44 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[retaggr]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=401</guid>
		<description><![CDATA[Even though we&#8217;ve officially launched, I&#8217;m still tweaking around the look of this blog. Do expect this sort of thing to continue for, like, ever  
Anyway here&#8217;s what I&#8217;ve done to save you going crazy looking for differences:

I&#8217;ve set up with Feedburner and edited the theme to point at my Feedburner feeds accordingly. I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Even though we&#8217;ve officially launched, I&#8217;m still tweaking around the look of this blog. Do expect this sort of thing to continue for, like, ever <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyway here&#8217;s what I&#8217;ve done to save you going crazy looking for differences:</p>
<ul>
<li>I&#8217;ve set up with Feedburner and edited the theme to point at my Feedburner feeds accordingly. I&#8217;ve done three Feedburner feeds, one for the blog, one for comments and the other for my Friendfeed. You can access them all via your browser&#8217;s feed auto-discovery system. I&#8217;ve also linked the Feedburner feed of the blog into the big Subscribe link in the top right of this theme.</li>
<li>I&#8217;ve expanded the set of Web2.0 icon links in that sidebar widget over there, top-right. I&#8217;ve now split them up into named categories, and I&#8217;ve also added a couple of badges underneath.</li>
<li>Speaking of badges in the top widget. The contact me page has gone. The contact page was merely displaying my <a href="http://www.retaggr.com/" target="_blank">Retaggr</a> <a href="http://www.retaggr.com/Card/DavidRGilson" target="_blank">card</a>, so I&#8217;ve now put an image link which you can click to display said card. It seemed a worthwhile trade, a static page for a sidebar badge. Let me know if you think it&#8217;s cluttered.</li>
<li>The &#8220;About&#8221; page has been renamed to &#8220;About David&#8221;, for obvious reasons.</li>
<li>I&#8217;ve also suspended the &#8220;miniBlog&#8221; page, which displayed the entries of my <a href="http://friendfeed.com/davidgilson" target="_blank">Friendfeed</a>. I haven&#8217;t deleted it, merely marked it as &#8220;pending review&#8221;. I wasn&#8217;t sure if the page was too unweidly to make sense of. I also reasoned that if someone knew enough about current web services to know what a Friendfeed was, then they could just click the icon in my sidebar and go directly to my Friendfeed page, rather than seeing a much rougher Javascript rendered version on my site.</li>
</ul>
<p>So all in all, I&#8217;m two static pages down, and just up a little by some sidebar clutter <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Feedback is welcomed, as ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/minor-site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter widgets</title>
		<link>http://www.davidgilson.co.uk/2008/10/twitter-widgets/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/twitter-widgets/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:16:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=364</guid>
		<description><![CDATA[I thought it would be nice to put a Twitter widget on here although having tried several, I can&#8217;t seem to get one that works. I&#8217;ve tried &#8220;Twitter Tools&#8221;, &#8220;Twitter for Wordpress&#8221; and &#8220;MyTwitter&#8221;. &#8220;Twitter Tools&#8221; just wouldn&#8217;t update, &#8220;Twitter for Wordpress&#8221; wouldn&#8217;t ignore @ replies, and &#8220;MyTwitter&#8221; didn&#8217;t integrate with the them. All very [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be nice to put a Twitter widget on here although having tried several, I can&#8217;t seem to get one that works. I&#8217;ve tried &#8220;Twitter Tools&#8221;, &#8220;Twitter for Wordpress&#8221; and &#8220;MyTwitter&#8221;. &#8220;Twitter Tools&#8221; just wouldn&#8217;t update, &#8220;Twitter for Wordpress&#8221; wouldn&#8217;t ignore @ replies, and &#8220;MyTwitter&#8221; didn&#8217;t integrate with the them. All very frustrating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/twitter-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design update</title>
		<link>http://www.davidgilson.co.uk/2008/10/design-update/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/design-update/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 01:05:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[retaggr]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=358</guid>
		<description><![CDATA[Have been mulling over a few design features.
First of all, the footer; The footer originally only had information about the theme. I added a creative commons licence and a XFN compliance link. Although today I tried taking those plus a couple of other chicklets and putting them in the sidebar. Looked okay, but also looked [...]]]></description>
			<content:encoded><![CDATA[<p>Have been mulling over a few design features.</p>
<p>First of all, the footer; The footer originally only had information about the theme. I added a creative commons licence and a <a href="http://www.gmpg.org/xfn/" target="_blank">XFN</a> compliance link. Although today I tried taking those plus a couple of other <a href="http://www.chicklets.net/" target="_blank">chicklets</a> and putting them in the sidebar. Looked okay, but also looked like sports-wear with logo&#8217;s spattered all over it. So, they&#8217;ve gone back into the footer and are aptly headed with &#8220;<em>The Small Print!</em>&#8220;.</p>
<p>The search widget was broken, because the header was incorrectly placed, I&#8217;ve now fixed this.</p>
<p>I&#8217;ve removed the &#8220;Recent posts&#8221; sidebar widget. My reasoning was <em>you&#8217;re looking at the damn thing, you can see what was recent</em>! In it&#8217;s place I&#8217;ve put a Twitter widget. Only showing the latest post, just as a sign that I&#8217;m alive and to catch reader&#8217;s attention.</p>
<p><span id="more-358"></span></p>
<p>Finally the contact page. I had three candidates posted. The first was a manually written list of all my profiles, I was manually linking the favicons and site names. The second was a widget from <a href="http://www.retaggr.com/" target="_blank">Retaggr</a>, which also did the same thing, but automated (thus giving me the Retaggr site as a profile management tool). The final candidate was an embedded copy of <a href="http://www.retaggr.com/Card/DavidRGilson" target="_blank">my Retaggr card</a>.</p>
<p>Most of the feedback went for the second candidate. I am always highly grateful of feedback and I will abide by it 99% of the time. Although this time was that 1%, therefore I would like to give my reasons.</p>
<ol>
<li>I wanted to embed Retaggr code for two reasons:
<ol>
<li>It provides an e-mail me link which is <a href="http://en.wikipedia.org/wiki/Captcha" target="_blank">CAPTCHA</a> protected.</li>
<li>It provides an automated way of presenting all the sites I use.</li>
</ol>
</li>
<li>I wanted something clean and simple (which I think you&#8217;d all agree with).</li>
<li>The Retaggr widget profile links didn&#8217;t link to the indicated sites, instead they launched a copy of my card, most of the time saying something like &#8220;Retaggr doesn&#8217;t yet have a widget for this site&#8221;.</li>
<li>Given the choice I didn&#8217;t want to maintain the manual list. This was despite that it provided page that functioned as you&#8217;d expect the Retaggr widget to (merely on first sight).</li>
</ol>
<p>The only disadvantage with the embedded card is that it&#8217;s bright white, and doesn&#8217;t blend in with the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/design-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More minor aesthetic adjustments</title>
		<link>http://www.davidgilson.co.uk/2008/10/more-minor-aesthetic-adjustments/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/more-minor-aesthetic-adjustments/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 05:16:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=324</guid>
		<description><![CDATA[I felt that the top of the blog was too vertically spaced out. Most of my screen was being filled by the header (still is actually, hmm). So I looked to see what I could comfortably shave off; which happened to be 20 pixels :-)]]></description>
			<content:encoded><![CDATA[<p>I felt that the top of the blog was too vertically spaced out. Most of my screen was being filled by the header (still is actually, hmm). So I looked to see what I could comfortably shave off; which happened to be 20 pixels <img src='http://www.davidgilson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span id="more-324"></span>Anyway, In The GIMP I re-drew the header background (had to re-scale the grey gradient), and shifted the orange strip upwards. This meant that the blog title and slogan were off-centre. After much poking around in the HTML and CSS code, I couldn&#8217;t work out how the title was getting positioned as it was. As such, I couldn&#8217;t find any way of moving it without it shooting off in inexplicable directions! I really wanted to learn something about writing themes from studying this problem. Although in the end I just had to admit that it was working <em>in a very strange way</em>, and do the fudging solution by using a &lt;span&gt; tag to shift both lines up by 5 pixels.</p>
<p>Moving on, so that&#8217;s my minor adjustment, I&#8217;ve shifted stuff up 20 pixels. Although what it has left me with is a desire to learn how to write my own theme. I&#8217;m editing this theme, which was written by someone else, and I don&#8217;t know what in there is their kludges and what is text-book style coding. So I feel like I&#8217;d like to write my own code, and make it very clean and precise. That&#8217;s how I <em>feel </em>about it, but I don&#8217;t know if I&#8217;ll have the time or comprehension to do it. Be sure that I&#8217;ll let you know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/more-minor-aesthetic-adjustments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor update to blog theme</title>
		<link>http://www.davidgilson.co.uk/2008/10/minor-update-to-blog-theme/</link>
		<comments>http://www.davidgilson.co.uk/2008/10/minor-update-to-blog-theme/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:10:52 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xfn]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=321</guid>
		<description><![CDATA[Two trivial things done today. First of all, I went through my blogroll links and filled in all the XFN fields, in case that ever becomes popular. Secondly, I added two things to the footer section: an XFN badge, and a Creative Commons licence.
]]></description>
			<content:encoded><![CDATA[<p>Two trivial things done today. First of all, I went through my blogroll links and filled in all the <a href="http://gmpg.org/xfn/" target="_blank">XFN</a> fields, in case that ever becomes popular. Secondly, I added two things to the footer section: an XFN badge, and a Creative Commons licence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/10/minor-update-to-blog-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little change goes a long way</title>
		<link>http://www.davidgilson.co.uk/2008/09/a-little-change-goes-a-long-way/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/a-little-change-goes-a-long-way/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:11:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=297</guid>
		<description><![CDATA[Two updates to the site today.
First I added a profile picture to my about page. I&#8217;m not sure about this one, but I&#8217;ve had one shot of good feedback.
Second, I went into this theme&#8217;s style sheet and simply altered the text alignment for posts and lists. The default was to the left, although I thought [...]]]></description>
			<content:encoded><![CDATA[<p>Two updates to the site today.</p>
<p>First I added a profile picture to my <a href="/about">about</a> page. I&#8217;m not sure about this one, but I&#8217;ve had one shot of good feedback.</p>
<p>Second, I went into this theme&#8217;s style sheet and simply altered the text alignment for posts and lists. The default was to the left, although I thought that pages and posts would benefit from being justified to both sides. Indeed, I think the result was quite pleasing. However, I didn&#8217;t think that lists benefitted from this, so I had to explicitly set them back to left align.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/a-little-change-goes-a-long-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking about another theme</title>
		<link>http://www.davidgilson.co.uk/2008/09/thinking-about-another-theme/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/thinking-about-another-theme/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 11:18:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=251</guid>
		<description><![CDATA[I&#8217;m pretty much settled with this theme, but I was looking at others yesterday. There is one particular one that caught my eye. It still has orange parts, but it is white, rather than dark, and narrower (~800px vs 950px). I haven&#8217;t spent any time modifying the theme although did replace the header image with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty much settled with this theme, but I was looking at others yesterday. There is one particular one that caught my eye. It still has orange parts, but it is white, rather than dark, and narrower (~800px vs 950px). I haven&#8217;t spent any time modifying the theme although did replace the header image with a cropped version of my own. Here&#8217;s a little screen shot comparing them. Let me know what you think.</p>
<p><span id="more-251"></span></p>
<p><a href="http://www.digitalranger.org.uk/wp-content/uploads/2008/09/theme-compar-hi.jpg"><img class="alignleft size-full wp-image-252" style="border: 0pt none;" title="theme-compar" src="http://www.digitalranger.org.uk/wp-content/uploads/2008/09/theme-compar.jpg" alt="" width="542" height="587" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/thinking-about-another-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving a blog isnt&#8217; that hard, seemingly</title>
		<link>http://www.davidgilson.co.uk/2008/09/moving-a-blog-isnt-that-hard-seemingly/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/moving-a-blog-isnt-that-hard-seemingly/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 01:48:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=245</guid>
		<description><![CDATA[Well, I&#8217;m not going to call myself stupid, although I am going to admit to misdirecting myself while being swept over by lots of new stuff.
Moving a blog isn&#8217;t that hard at all. I&#8217;ve been playing around with the local server. I see now how all the documentation I have read, is actually correct. Now [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m not going to call myself stupid, although I am going to admit to misdirecting myself while being swept over by lots of new stuff.</p>
<p>Moving a blog isn&#8217;t that hard at all. I&#8217;ve been playing around with the local server. I see now how all the documentation I have read, is actually correct. Now that, in retrospect, I see what they mean by certain terms. Although I only understand what they mean by having tried doing things the hard way first. So, they weren&#8217;t that helpful, by the time I&#8217;d understood them, I&#8217;d figured it out for myself!</p>
<p>Anyway, suffice to say I know how to move this to a new domain, I am no longer scared by the task, and I&#8217;m pretty much ready as I don&#8217;t know what else I could need to do with this blog that I could really need to do inside a sandbox (which is what this domain is all about).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/moving-a-blog-isnt-that-hard-seemingly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking ahead for getting this blog launched</title>
		<link>http://www.davidgilson.co.uk/2008/09/looking-ahead-for-getting-this-blog-launched/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/looking-ahead-for-getting-this-blog-launched/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:06:53 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=240</guid>
		<description><![CDATA[I&#8217;m getting pretty close to declaring this blog ready to go live. So, I have to look ahead at how to move the thing. Sure I could remap domains, but at some point in the future I could need to know how to do this, so I might as well get it figured out now.
Using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting pretty close to declaring this blog ready to go live. So, I have to look ahead at how to move the thing. Sure I could remap domains, but at some point in the future I could need to know how to do this, so I might as well get it figured out now.</p>
<p>Using &#8220;Xampp&#8221; I&#8217;ve installed a local Apache server on my laptop, to have a go at importing this on-line version of my blog, to my local machine. Having had a quick look at the guides on Wordpress.org, I couldn&#8217;t really follow it. Therefore, I just tried the simple export/import feature of the Wordpress dashboard. It seemed to get all of the essential data imported (took three attempts to do it without timing out on my laptop though). Although quite a lot wasn&#8217;t brought across.</p>
<p>The main things that didn&#8217;t work this way were my themes and plugins. Sure, I downloaded them via FPT from this server to my local server, although their settings didn&#8217;t come with them.</p>
<p>I need to work out a more comprehensive way of moving a wordpress site. More reading to do!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/looking-ahead-for-getting-this-blog-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Header hacking!</title>
		<link>http://www.davidgilson.co.uk/2008/09/header-hacking/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/header-hacking/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 23:12:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=226</guid>
		<description><![CDATA[Well, I&#8217;ve done a bit more hacking to this &#8220;MoreOrange&#8221; theme, specifically to the header.
Firstly, I discovered this is where the auto feed discovery code is hidden. So, you will now find that as well as Atom and two versions of RSS, there is also a link to my Friendfeed &#8230; feed &#8230; (ahem) which [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve done a bit more hacking to this &#8220;MoreOrange&#8221; theme, specifically to the header.</p>
<p>Firstly, I discovered this is where the auto feed discovery code is hidden. So, you will now find that as well as Atom and two versions of RSS, there is also a link to my Friendfeed &#8230; feed &#8230; (ahem) which is a catch all for everything I do on-line. I&#8217;m really pleased I could work out how to do this as it&#8217;s something I&#8217;ve wanted to do from day one.</p>
<p>Secondly, I&#8217;ve added an RSS subscribe link to the top-right corner. This has enabled me to remove the &#8220;Subscribe Me&#8221; sidebar widget. I was using 10 sidebar widgets, I&#8217;m now down to 7 with all the changes I&#8217;ve made in the last 24 horus.</p>
<p>Lastly, even though the post headings act as a permalink, I&#8217;ve added &#8220;permalink&#8221; permalinks to every post now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/header-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New static pages.</title>
		<link>http://www.davidgilson.co.uk/2008/09/new-static-pages/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/new-static-pages/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:22:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[static pages]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=216</guid>
		<description><![CDATA[In an attempt to organise and relieve the sidebar of information/links I want to share, I have two new static pages.

miniBlog : This simply shows my Friendfeed (via the Friendfeed widget). I mentioned earlier, that it&#8217;s called &#8220;miniBlog&#8221; as it&#8217;s more than a micro-blog (i.e. Twitter), but it&#8217;s less than a blog. So mini is [...]]]></description>
			<content:encoded><![CDATA[<p>In an attempt to organise and relieve the sidebar of information/links I want to share, I have two new static pages.</p>
<ul>
<li><a href="/miniblog">miniBlog</a> : This simply shows my Friendfeed (via the Friendfeed widget). I mentioned earlier, that it&#8217;s called &#8220;miniBlog&#8221; as it&#8217;s more than a micro-blog (i.e. Twitter), but it&#8217;s less than a blog. So mini is between micro and full.</li>
<li><a href="/links">Links</a> : Here I have taken the favicon links that were atop of the sidebar and but them as a simple list.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/new-static-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress daylight saving</title>
		<link>http://www.davidgilson.co.uk/2008/09/wordpress-daylight-saving/</link>
		<comments>http://www.davidgilson.co.uk/2008/09/wordpress-daylight-saving/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 15:55:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[dst]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalranger.org.uk/?p=128</guid>
		<description><![CDATA[I have just discovered that Wordpress does not automatically adjust for daylight saving time. Well, a very quick Google led me to this little gem: &#8220;Time Zone&#8220;. It&#8217;s a single PHP file which you drop into your plugin&#8217;s directory.
]]></description>
			<content:encoded><![CDATA[<p>I have just discovered that Wordpress does not automatically adjust for daylight saving time. Well, a very quick Google led me to this little gem: &#8220;<a href="http://kimmo.suominen.com/sw/timezone/" target="_blank">Time Zone</a>&#8220;. It&#8217;s a single PHP file which you drop into your plugin&#8217;s directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2008/09/wordpress-daylight-saving/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
