<?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 life of a web developer &#187; wordpress</title>
	<atom:link href="http://gavtaylor.co.uk/blog/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 Nov 2011 14:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Configure WordPress to store FTP details</title>
		<link>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details</link>
		<comments>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:13:43 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=212</guid>
		<description><![CDATA[Hate having to type your server FTP details when upgrading WordPress? Would you like WordPress to remember your FTP login details? then read on&#8230; Anybody familiar with WordPress will know that when adding/removing or upgrading any of your plug-ins, even upgrading the WordPress itself, you are prompted for the FTP connection details for your server, [...]]]></description>
			<content:encoded><![CDATA[<p>Hate having to type your server FTP details when upgrading WordPress? Would you like WordPress to remember your FTP login details? then read on&#8230;</p>
<p>Anybody familiar with WordPress will know that when adding/removing or upgrading any of your  plug-ins, even upgrading the WordPress itself, you are prompted for the FTP connection details for your server, while not a big or frustrating step, it can be a pain if you don&#8217;t have the details to hand or want others to install plugins or be able to upgrade your blog to ensure its secure but not give them the login details for the server.</p>
<p>The answer is surprisingly a simple one, you don&#8217;t need to install one of the various FTP Saver plug-ins and spend hours trawling through the code, and any updates, to check your details will be secure, all you have to do is add a few extra lines to your wp-config.php file by defining the connection details, WordPress will do the rest.</p>
<p>The constants should be defines as follows,</p>
<p><code> /**  Store Server FTP Details  */<br />
define("FTP_HOST", "domain.tld");<br />
define("FTP_USER", "username");<br />
define("FTP_PASS", "password");<br />
</code></p>
<p>Once you have saved the config file, all you need to do is test it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>XSS vulnerability in WordPress</title>
		<link>http://gavtaylor.co.uk/blog/xss-vulnerability-in-wordpress</link>
		<comments>http://gavtaylor.co.uk/blog/xss-vulnerability-in-wordpress#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:02:46 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[2.8.2]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=186</guid>
		<description><![CDATA[just a quick note to anyone that uses wordpress on their website, developers have found a XSS vulnerability that could allow people to redirect you from your blog admin. Comment author URLs were not being fully sanitized before they were displayed. This bug has been fixed in version 2.8.2 so best to upgrade as soon [...]]]></description>
			<content:encoded><![CDATA[<p>just a quick note to anyone that uses wordpress on their website, developers have found a XSS vulnerability that could allow people to redirect you from your blog admin.<br />
Comment author URLs were not being fully sanitized before they were displayed. This bug has been fixed in version 2.8.2 so best to upgrade as soon as possible&#8230;</p>
<p><a href="http://wordpress.org/development/2009/07/wordpress-2-8-2/" target="_blank">blog post on wordpress.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/xss-vulnerability-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Release Candidate 1</title>
		<link>http://gavtaylor.co.uk/blog/wordpress-28-release-candidate-1</link>
		<comments>http://gavtaylor.co.uk/blog/wordpress-28-release-candidate-1#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:04:25 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[2.8rc1]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=135</guid>
		<description><![CDATA[WordPress.org yesterday announced a release candidate of version 2.8 of their popular blogging software. If no show stoppers are found it is expected to be rolled out this Wednesday (10th June) to all who wish to upgrade. 2.8 includes a host of new features, far too many to list here so for those interested clicky here to read [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress.org yesterday announced a release candidate of version 2.8 of their popular blogging software.<br />
If no show stoppers are found it is expected to be rolled out this Wednesday (10th June) to all who wish to upgrade.</p>
<p>2.8 includes a host of new features, far too many to list here so for those interested <a href="http://codex.wordpress.org/Version_2.8" target="_blank">clicky here to read the list</a></p>
<p>Highlights include;</p>
<ul>
<li>New drag-and-drop widgets admin interface and new widgets API</li>
<li>Syntax highlighting and function lookup built into plugin and theme editors</li>
<li>Browse the theme directory and install themes from the admin</li>
<li>Allow the dashboard widgets to be arranged in up to four columns</li>
<li>Allow configuring the number of items to show on management pages with an option in Screen Options</li>
<li>Support timezones and automatic daylight savings time adjustment</li>
<li>Support IIS 7.0 URL Rewrite Module</li>
<li>Faster loading of admin pages via script compression and concatenation</li>
</ul>
<p>If you want to preview the release, you can <a title="Download WordPress 2.8rc1" href="http://wordpress.org/wordpress-2.8-RC1.zip" target="_blank">download version 2.8rc1 here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/wordpress-28-release-candidate-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gavtaylor.co.uk @ 2012-05-22 01:52:14 by W3 Total Cache -->
