<?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>carroll.org.uk &#187; web dev</title>
	<atom:link href="http://carroll.org.uk/topics/technology/web-dev/feed" rel="self" type="application/rss+xml" />
	<link>http://carroll.org.uk</link>
	<description>.: science : activism : social justice :.</description>
	<lastBuildDate>Wed, 13 Apr 2011 05:27:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Alternative PHP Cache (APC) on Debian</title>
		<link>http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian</link>
		<comments>http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian#comments</comments>
		<pubDate>Thu, 02 Feb 2006 18:52:22 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian</guid>
		<description><![CDATA[[Update, March 9th: Be sure to read the comments!] The Alternative PHP Cache is a great way to improve the performance of webservers. I just finished installing it on mokey the server that runs this site and a number of others, primarily because of our increased use of a content management system called eZpublish which [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2006/02/02/alternative-php-cache-apc-on-debian/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Time Since Plugin</title>
		<link>http://carroll.org.uk/archives/2005/09/17/time-since-plugin</link>
		<comments>http://carroll.org.uk/archives/2005/09/17/time-since-plugin#comments</comments>
		<pubDate>Sat, 17 Sep 2005 07:14:37 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://carroll.org.uk/?p=67</guid>
		<description><![CDATA[At the bottom of each post on this site, a wonderful little WordPress plugin adds how long it&#8217;s been since the post was made. It&#8217;s called Time Since. But there&#8217;s a bug in the example &#8216;how to use&#8217; code&#8230; actually a few, so I&#8217;m posting updated examples of how to use the plugin here in [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2005/09/17/time-since-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Trouble</title>
		<link>http://carroll.org.uk/archives/2005/09/14/server-trouble</link>
		<comments>http://carroll.org.uk/archives/2005/09/14/server-trouble#comments</comments>
		<pubDate>Wed, 14 Sep 2005 22:25:37 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://carroll.org.uk/archives/2005/09/14/server-trouble</guid>
		<description><![CDATA[Update: All websites and services are now back online. Contact me if you are experiencing any problems. We&#8217;ve had some fairly major server problems this week, as many of my colleagues (and many of my friends) who I share an online home with know. We suffered some website vandalism and consequently had to take the [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2005/09/14/server-trouble/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rising Tide site redesign</title>
		<link>http://carroll.org.uk/archives/2005/05/16/rising-tide-site-redesign</link>
		<comments>http://carroll.org.uk/archives/2005/05/16/rising-tide-site-redesign#comments</comments>
		<pubDate>Mon, 16 May 2005 21:45:56 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[climate change]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://carroll.org.uk/archives/2005/05/16/rising-tide-site-redesign/</guid>
		<description><![CDATA[It&#8217;s been long overdue. On the train back from San Francisco I finished the redesign of the Rising Tide website. Along side a standards-based redesign of the original site structure, using a fluid 3 column css-layout, I&#8217;ve built the site around Drupal, an open-source Content Management System that alows for collaborative publishing rather like Indymedia [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2005/05/16/rising-tide-site-redesign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webcalendar upcoming events list</title>
		<link>http://carroll.org.uk/archives/2005/04/04/webcalendar-upcoming-events-list</link>
		<comments>http://carroll.org.uk/archives/2005/04/04/webcalendar-upcoming-events-list#comments</comments>
		<pubDate>Mon, 04 Apr 2005 20:07:32 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://test.carroll.org.uk/archives/2005/04/04/29/</guid>
		<description><![CDATA[I&#8217;ve been working on some basic integration of webcalendar and wordpress for the Guelph Students for Environmental Change site. It took a tiny bit of hacking, and I couldn&#8217;t find an answer anywhere else online, so I thought I&#8217;d post how I did it&#8230; The idea I had was fairly simple &#8211; to have an [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2005/04/04/webcalendar-upcoming-events-list/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>xhtml Script Tag in Internet Explorer</title>
		<link>http://carroll.org.uk/archives/2005/01/17/xhtml-script-tag-in-internet-explorer</link>
		<comments>http://carroll.org.uk/archives/2005/01/17/xhtml-script-tag-in-internet-explorer#comments</comments>
		<pubDate>Tue, 18 Jan 2005 00:31:45 +0000</pubDate>
		<dc:creator>Matthew Carroll</dc:creator>
				<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://test.carroll.org.uk/log/2005/01/17/8/</guid>
		<description><![CDATA[This one caused me a headache for a bit, trying to figure out what was wrong. Don&#8217;t use something like this in internet explorer&#8230; &#60;script type="text/javascript" src="script.js" /&#62; For some reason, ie doesn&#8217;t understand the xhtml tag properly, and up goes your page in a puff of smoke &#8211; the source looks fine, and validates, [...]]]></description>
		<wfw:commentRss>http://carroll.org.uk/archives/2005/01/17/xhtml-script-tag-in-internet-explorer/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

