<?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>Michiel Bijland &#187; php</title>
	<atom:link href="http://michiel.bijland.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://michiel.bijland.net</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 08:41:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Release&#160;Day</title>
		<link>http://michiel.bijland.net/2007/01/02/release-day/</link>
		<comments>http://michiel.bijland.net/2007/01/02/release-day/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 22:10:33 +0000</pubDate>
		<dc:creator>Michiel Bijland</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://michiel.bijland.net/2007/01/02/release-day/</guid>
		<description><![CDATA[Gallery 2 Bridge component for Joomla was released and we are at version 2.0.14. This version now uses Joomlalib for configuration and caching, but this will grow with the next release. The major change between last release and this one is I have trimmed down many option and made it more user friendly, hopefully this [...]]]></description>
			<content:encoded><![CDATA[<p>Gallery 2 Bridge component for Joomla was released and we are at version 2.0.14. This version now uses Joomlalib for configuration and caching, but this will grow with the next release. The major change between last release and this one is I have trimmed down many option and made it more user friendly, hopefully this will reduce support request and overall&nbsp;stability.</p>
]]></content:encoded>
			<wfw:commentRss>http://michiel.bijland.net/2007/01/02/release-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Annoying things can make you&#160;work.</title>
		<link>http://michiel.bijland.net/2006/09/08/annoying-things-can-make-you-work/</link>
		<comments>http://michiel.bijland.net/2006/09/08/annoying-things-can-make-you-work/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 15:01:04 +0000</pubDate>
		<dc:creator>Michiel Bijland</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://michiel.bijland.net/2006/09/15/annoying-things-can-make-you-work/</guid>
		<description><![CDATA[Last 2 weeks I noticed my Weekly backups I make from my sites started to grow rapidly. I mean with more the 10MB a week and not from the sites I expected. So investigation was in order. I found out that Gallery 2 was hording cache data into the database like mad man. The cache [...]]]></description>
			<content:encoded><![CDATA[<p>Last 2 weeks I noticed my Weekly backups I make from my sites started to grow rapidly. I mean with more the 10MB a week and not from the sites I expected. So investigation was in order. I found out that Gallery 2 was hording cache data into the database like mad man. The cache works great and speed bump was very good so I though this was the price to pay. Except Almost all the rows 98% where expired cache entries.<span id="more-13"></span>This was perplexing but Gallery 2 didn&#8217;t cleaned there cache but left old cache entries sitting there until some visitor revisited that page I would get updated again but this rarely happens on a family album. Family album flow is typically: &#8220;Family event, post pictures, everybody checks them out, no visits in a very long time&#8221;. So why store that info for so long, I decided to write a patch and submit and has already made it into the svn. The patch updates every expired entry with a null value so it doesn&#8217;t take up any extra space but keeps rows intact for fast updating when revisiting the page. Yes just a update as this will only update 1 index instead of 5 when a insert has to be made. Hopefully some user will be pleasantly surprised with the&nbsp;patch.</p>
<p>Michiel</p>
]]></content:encoded>
			<wfw:commentRss>http://michiel.bijland.net/2006/09/08/annoying-things-can-make-you-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
