<?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; Javascript</title>
	<atom:link href="http://gavtaylor.co.uk/blog/category/javascript-website-design/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>WDC2011 is approaching</title>
		<link>http://gavtaylor.co.uk/blog/wdc2011-is-approaching</link>
		<comments>http://gavtaylor.co.uk/blog/wdc2011-is-approaching#comments</comments>
		<pubDate>Tue, 06 Sep 2011 11:25:42 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Bristol]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[WDC]]></category>
		<category><![CDATA[WDC2011]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=600</guid>
		<description><![CDATA[October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end. The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development. The schedule has now been released, and the speakers have been [...]]]></description>
			<content:encoded><![CDATA[<p>October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end.</p>
<p>The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development.</p>
<p>The schedule has now been released, and the speakers have been known for a while, there are a couple of well-known speakers that will be there so I&#8217;m really looking forward to this and hopefully learning a few things front end related , as a PHP developer that&#8217;s where my skills aren&#8217;t so strong.</p>
<p><a href="http://webdevconf.com/tickets/">Tickets are still available</a> at a very reasonable £50 for the days festivities, and will be entering a Late Bird stage at the start of October, so get your tickets now to avoid disappointment if they sell out or go past your budget! Various discount codes are floating around on <a href="http://twitter.com/#!/search/WDC2011">Twitter</a> if you need one, or just ask one of the speakers if you&#8217;re struggling.</p>
<p>You can find out more information on the conference website<a href="http://webdevconf.com/"> http://webdevconf.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/wdc2011-is-approaching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>preventing SPAM</title>
		<link>http://gavtaylor.co.uk/blog/preventing-spam</link>
		<comments>http://gavtaylor.co.uk/blog/preventing-spam#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:45:48 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Brent Meisher]]></category>
		<category><![CDATA[grey-listing]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[spamdyke]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=241</guid>
		<description><![CDATA[Since I moved to my VPS, one of the biggest problems I&#8217;ve had is with spam. Not just with my email account but everyone who&#8217;s email accounts Im hosting on the VPS have all seen a sharp increase in spam emails. On the reseller server I had access to grey-listing and SpamAssassin to filter mail [...]]]></description>
			<content:encoded><![CDATA[<p>Since I moved to my VPS, one of the biggest problems I&#8217;ve had is with spam. Not just with my email account but everyone who&#8217;s email accounts Im hosting on the VPS have all seen a sharp increase in spam emails.</p>
<p>On the reseller server I had access to grey-listing and SpamAssassin to filter mail as it arrived and I got maybe 2 or 3 a week, but the day after I moved onto the vps this shot up to between 20 and 50 a day!  I have my emails pushed straight to my phone as well so this fast became a bit of a pain.</p>
<p>My VPS did come with SpamAssassin pre-installed as part of Plesk but due to the licence I have installed I couldn&#8217;t use it so this caused two problems, 1) emails are not filtered for spam and 2) SpamAssassin is using up precious memory while not actually helping.</p>
<p>The first thing I did was to turn off SpamAssassin, it was using a lot of memory as even tho it wasn&#8217;t filtering any mail  it was still scanning every message that arrived on the server, On advice of my hosting providers tech support I decided not to un-install it in case it caused problems so I just stopped the service from running and then disabled it from auto starting on system reboot to preventing it restarting if I ever need to reboot the server.</p>
<p>I then tried to find the grey-listing software used on my old reseller server, this seemed to work really well so I wanted it on my server too. Support told me they were using a script put together by Brent Meisher written to work specifically with Plesk but  unfortunately the repo had been removed and I couldn&#8217;t download the files.</p>
<p>I was speaking with a support engineer about it and he mentioned a new tool he was playing with called <a href="http://www.spamdyke.org/" target="_blank">SpamDyke</a> and how it was looking promising as a replacement to their current grey-listing solution, so I decided to give it a try.</p>
<p>The good news is, that since I started writing this blog post, SpamDyke has been added into the atomic repositories, so to install it is as simple as using apt get or yum. Configuration is just as simple, the default settings are actually quite effective and I&#8217;ve been using them for two weeks and haven&#8217;t received a single piece of spam.</p>
<p>All the information you need can be found on the <a href="http://www.spamdyke.org/" target="_blank">SpamDyke website</a> and the <a href="http://www.spamdyke.org/documentation/README.html" target="_blank">README</a> file is really useful.<br />
This is something I defiantly recommend to everyone who is running their own mail server.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/preventing-spam/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>saving data with localStorage</title>
		<link>http://gavtaylor.co.uk/blog/saving-data-with-localstorage</link>
		<comments>http://gavtaylor.co.uk/blog/saving-data-with-localstorage#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:06:58 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fx3.5]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Jeff Balogh]]></category>
		<category><![CDATA[localstorage]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=180</guid>
		<description><![CDATA[I read an interesting article on hacks.mozilla.org the other day that I thought a few people may be interested in. Its about a new DOM function, part of the Web Storage specification, that allows you to store data on a users local system. Its written by Jeff Balogh, part of the Mozilla web development team [...]]]></description>
			<content:encoded><![CDATA[<p>I read an interesting article on <a href="http://hacks.mozilla.org" target="_blank">hacks.mozilla.org</a> the other day that I thought a few people may be interested in.<br />
Its about a new DOM  function, part of the <a href="http://www.w3.org/TR/webstorage/#the-storage-interface">Web Storage</a> specification, that allows you to store data on a users local system.</p>
<p>Its written by <a href="http://blog.jeffbalogh.org/" target="_blank">Jeff Balogh</a>, part of the Mozilla web development team<br />
Link : <a href="http://hacks.mozilla.org/2009/06/localstorage/" target="_blank">http://hacks.mozilla.org/2009/06/localstorage/</a></p>
<p>hacks.mozilla.org is a site full of guides and demo&#8217;s of the new features that can be found in Firefox 3.5</p>
<p><em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/saving-data-with-localstorage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gavtaylor.co.uk @ 2012-02-07 07:49:15 by W3 Total Cache -->
