<?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>Chris&#039; Blog &#187; phpBB</title>
	<atom:link href="http://www.cs278.org/blog/category/technology/web/phpbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cs278.org/blog</link>
	<description>“A metal loving, web developing, open source contributor.”</description>
	<lastBuildDate>Sun, 03 Apr 2011 14:36:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Jump In! Camp</title>
		<link>http://www.cs278.org/blog/2010/03/13/jump-in-camp/</link>
		<comments>http://www.cs278.org/blog/2010/03/13/jump-in-camp/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 13:52:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=538</guid>
		<description><![CDATA[I&#8217;ve been invited alongside two fellow phpBB developers to attend Microsoft&#8217;s Jump In! Developers&#8217; Campnext month in Switzerland to learn about interoperability between Microsoft&#8217;s software stacks and PHP applications. For more information on how to attend this event read on &#8230; <a href="http://www.cs278.org/blog/2010/03/13/jump-in-camp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been invited alongside two fellow <a href="http://www.phpbb.com/" rel="external">phpBB</a> developers to attend <a href="http://www.microsoft.com/" rel="external">Microsoft&#8217;s</a> <em>Jump In! Developers&#8217; Camp</em>next month in Switzerland to learn about interoperability between Microsoft&#8217;s software stacks and PHP applications. For more information on how to attend this event read on or visit, <a href="http://www.jumpincamp.com/" rel="external">www.jumpincamp.com</a>.</p>
<p><span id="more-538"></span></p>
<blockquote><p>Open source programming and Microsoft: two incompatible worlds? Microsoft is partnering with renowned actors of the open-source community to organise the <em>Jump In! Developers&#8217; Camp</em> in an effort to combat this misperception. Twenty-five knowledge-hungry open source application developers from all over Europe will be invited to spend four unforgettable days of dialogue, networking and workshops at the beautiful Panorama Resort &#038; Spa Feusisberg in Switzerland.</p>
<p>The Jump In! Developers&#8217; Camp is designed primarily for open-source application developers who are interested in increasing their skills in a range of specific areas. Here they will be able to experiment with ways of combining open-source technologies with Microsoft products to optimize applications. But don’t worry: no one is out to ‘convert’ anybody! The aim instead is to promote interoperability, problem-solving and enhance programming skills. Software experts will be on hand to provide tips and advice, and a range of workshops will be held on topics including Azure, IIS, Silverlight and more in combination with open-source applications. Plenty of time for actual coding will be available.</p>
<p>Potential participants are invited to file an application at <a href="http://www.jumpincamp.com/" rel="external">www.jumpincamp.com</a>, outlining their profile. The 25 developers who are creating the most “buzz” for themselves and their programming abilities will then be selected. Attendees of the JumpIn! Developers&#8217; Camp will then record their impressions and experiences in a live blog for their community of ‘followers’. The Camp will be held between 6 &#8211; 9 April 2010.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2010/03/13/jump-in-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB Hook to remove success messages</title>
		<link>http://www.cs278.org/blog/2010/02/16/phpbb-hook-to-remove-success-messages/</link>
		<comments>http://www.cs278.org/blog/2010/02/16/phpbb-hook-to-remove-success-messages/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:32:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=531</guid>
		<description><![CDATA[Time for another phpBB hook, this time the aim is to remove the messages which irritate some people when a post has been made and instead redirect the user immediately to the default choice. A few considerations had to be &#8230; <a href="http://www.cs278.org/blog/2010/02/16/phpbb-hook-to-remove-success-messages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Time for another <a href="http://www.phpbb.com/" rel="external">phpBB</a> <a href="http://www.cs278.org/blog/tag/hook/">hook</a>, this time the aim is to remove the messages which irritate some people when a post has been made and instead redirect the user immediately to the default choice. A few considerations had to be made with this, firstly the administration panel is off limits as this uses messages for success and failure in some places. Secondly any page which goes back to itself by default is made confusing if there isn&#8217;t a confirmation, so these aren&#8217;t automatically redirected; a good example of this being the UCP preferences.<span id="more-531"></span></p>
<p>This change exploits phpBB&#8217;s <a href="http://code.phpbb.com/svn/phpbb/branches/phpBB-3_0_0/phpBB/docs/hook_system.html">hook system</a> which allows us to execute custom code in certain phpBB functions/methods without modifying any files. To do this we need to create a new file in our phpBB installation in the <code>includes/hooks/</code> directory, the file name must begin with <code>hook_</code> and end with your PHP extension (usually <code>.php</code>.) So, basically you need to drop the below file into your <code>includes/hooks/</code> directory and purge the board cache, job done!</p>
<p><script src="http://gist.github.com/305915.js?file=hook_disable-delayed-redirects.php"></script><noscript>
<p><a href="http://gist.github.com/305915" rel="external">includes/hooks/hook_disable-delayed-redirects.php</a></p>
<p></noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2010/02/16/phpbb-hook-to-remove-success-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another phpBB Hook</title>
		<link>http://www.cs278.org/blog/2009/04/05/another-phpbb-hook/</link>
		<comments>http://www.cs278.org/blog/2009/04/05/another-phpbb-hook/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 14:56:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=475</guid>
		<description><![CDATA[Further to my entry last month about a phpBB Hook to disable the post queue for certain users, I&#8217;ve written a really quick one to enable phpBB&#8217;s debugging mode for founder users. Debug mode is usually enabled by using the &#8230; <a href="http://www.cs278.org/blog/2009/04/05/another-phpbb-hook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Further to my <a href="http://www.cs278.org/blog/2009/03/15/phpbb-post-queue/">entry</a> last month about a phpBB Hook to disable the post queue for certain users, I&#8217;ve written a really quick one to enable phpBB&#8217;s debugging mode for founder users. Debug mode is usually enabled by using the constants <code>DEBUG</code> and <code>DEBUG_EXTRA</code> in the configuration file but these can be defined anywhere. The only downside debugging information will only be available after the hook is included, however this is sufficient to get the page generation time, memory usage etc. in the footer which is what I was after. <span id="more-475"></span></p>
<p><a href="http://gist.github.com/90448" rel="external">includes/hooks/hook_enable-debug-for-founders.php </a></p>
<pre>&lt;?php

/**
 * This program is free software. It comes without any warranty, to
 * the extent permitted by applicable law. You can redistribute it
 * and/or modify it under the terms of the Do What The Fuck You Want
 * To Public License, Version 2, as published by Sam Hocevar. See
 * http://sam.zoy.org/wtfpl/COPYING for more details.
 */

if (!defined('IN_PHPBB'))
{
	exit;
}

/**
 * This hook enables the debug mode for founders
 */
function hook_enable_debug_for_founders(&#038;$hook)
{
	global $user;

	if ($user-&gt;data['user_type'] == USER_FOUNDER)
	{
		// Be careful when defining the constants

		if (!defined('DEBUG'))
		{
			define('DEBUG', true);
		}

		if (!defined('DEBUG_EXTRA'))
		{
			define('DEBUG_EXTRA', true);
		}
	}
}

$phpbb_hook-&gt;register('phpbb_user_session_handler', 'hook_enable_debug_for_founders');</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/04/05/another-phpbb-hook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB Post Queue</title>
		<link>http://www.cs278.org/blog/2009/03/15/phpbb-post-queue/</link>
		<comments>http://www.cs278.org/blog/2009/03/15/phpbb-post-queue/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 17:58:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xmedia]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=463</guid>
		<description><![CDATA[In phpBB 3.0.3 we added the possibility to queue posts of users who had a post count lower than an administrator defined threshold, this works very well at keeping spam out of the public eye on your board. But on &#8230; <a href="http://www.cs278.org/blog/2009/03/15/phpbb-post-queue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.phpbb.com/community/viewtopic.php?f=14&#038;t=1292765" rel="external">phpBB 3.0.3</a> we added the possibility to queue posts of users who had a post count lower than an administrator defined threshold, this works very well at keeping spam out of the public eye on your board. But on the <a href="http://xmedia.ex.ac.uk/forums/" rel="external">board</a> I administer which is primarily for <a href="http://www.exeter.ac.uk/" rel="external">university</a> students who all have their own university e-mail address it penalises new users who I as the board administrator trust. To get around this, I will be applying a small modification to our board during the next maintenance period which I thought I will share with you. <span id="more-463"></span></p>
<p>This change exploits phpBB&#8217;s <a href="http://code.phpbb.com/svn/phpbb/branches/phpBB-3_0_0/phpBB/docs/hook_system.html">hook system</a> which allows us to execute custom code in certain phpBB functions/methods without modifying any files. To do this we need to create a new file in our phpBB installation in the <code>includes/hooks/</code> directory, the file name must begin with <code>hook_</code> and end with your PHP extension (usually <code>.php</code>.)</p>
<p><a href="http://gist.github.com/79491">includes/hooks/hook_trusted-users.php</a>:</p>
<pre>&lt;?php

/**
 * This program is free software. It comes without any warranty, to
 * the extent permitted by applicable law. You can redistribute it
 * and/or modify it under the terms of the Do What The Fuck You Want
 * To Public License, Version 2, as published by Sam Hocevar. See
 * http://sam.zoy.org/wtfpl/COPYING for more details.
 */

if (!defined('IN_PHPBB'))
{
	exit;
}

/**
 * This hook disables the post queue for accounts registered with a trusted
 * e-mail address.
 */
function hook_trusted_users(&#038;$hook)
{
	global $config, $user;

	/**
	 * Skip when the queue is disabled, or this is an administration
	 * session so we don't break the ACP, chances are that administrators
	 * have moderation permissions or more posts than required to post any way.
	 */
	if ($config['enable_queue_trigger'] &#038;&#038; !$user-&gt;data['session_admin'] &#038;&#038; preg_match('#@example\.com$#i', $user-&gt;data['user_email']))
	{
		$config['enable_queue_trigger'] = 0; // Disable the post queue for our trusted users
	}
}

$phpbb_hook-&gt;register('phpbb_user_session_handler', 'hook_trusted_users');</pre>
<p>Once you have dropped the file in place you will need to purge your cache, or just manually delete <code>cache/data_hooks.php</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/03/15/phpbb-post-queue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Planet phpBB</title>
		<link>http://www.cs278.org/blog/2009/03/02/planet-phpbb/</link>
		<comments>http://www.cs278.org/blog/2009/03/02/planet-phpbb/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:13:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[blogs]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=449</guid>
		<description><![CDATA[I have created a phpBB Planet you can find it at planet.phpbb.cs278.org. Currently I am only aggregating 15 blogs of current and former team members, there is room for expansion. I am quite happy to add anybody who is notable &#8230; <a href="http://www.cs278.org/blog/2009/03/02/planet-phpbb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have created a phpBB <a href="http://www.planetplanet.org/" rel="external">Planet</a> you can find it at <a href="http://planet.phpbb.cs278.org/">planet.phpbb.cs278.org</a>. Currently I am only aggregating 15 blogs of current and former team members, there is room for expansion. I am quite happy to add anybody who is notable in the phpBB community, contact me if you want your blog added.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/03/02/planet-phpbb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mah Pizza</title>
		<link>http://www.cs278.org/blog/2009/02/03/mah-pizza/</link>
		<comments>http://www.cs278.org/blog/2009/02/03/mah-pizza/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:42:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpBB Edinburgh 2009]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=443</guid>
		<description><![CDATA[Thanks Will! and Kenny.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center">
<p><a href="http://static.cs278.org/multimedia/images/misc/2009/edinburgh_pizza.jpg"><img src="http://static.cs278.org/multimedia/images/misc/2009/edinburgh_pizza.jpg" alt="Pizza: Iz mine n u can't have any!" /></a></p>
<p>Thanks <a href="http://www.willhough.net/" rel="external friend">Will</a>! and <a href="http://www.sixstringmods.co.uk/" rel="external friend met">Kenny</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/02/03/mah-pizza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB 2.0.x Retired</title>
		<link>http://www.cs278.org/blog/2009/01/01/phpbb-20x-retired/</link>
		<comments>http://www.cs278.org/blog/2009/01/01/phpbb-20x-retired/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 13:25:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=439</guid>
		<description><![CDATA[As of this morning phpBB 2.0.x has been officially retired, there will be one more month of security update support and after that time there will not be another release.]]></description>
			<content:encoded><![CDATA[<p>As of this morning phpBB 2.0.x has been <a href="http://www.phpbb.com/community/viewtopic.php?f=14&#038;t=1385785" rel="external">officially retired</a>, there will be one more month of security update support and after that time there will not be another release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/01/01/phpbb-20x-retired/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quiet</title>
		<link>http://www.cs278.org/blog/2008/08/29/quiet/</link>
		<comments>http://www.cs278.org/blog/2008/08/29/quiet/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:42:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=384</guid>
		<description><![CDATA[So I&#8217;ve been fairly quiet for the past month, whoops. I&#8217;ve had a fairly relaxed holiday, not doing much of anything, its been the break I&#8217;ve needed though. I&#8217;ve got a while to go before I am back to university &#8230; <a href="http://www.cs278.org/blog/2008/08/29/quiet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been fairly quiet for the past month, whoops. I&#8217;ve had a fairly relaxed holiday, not doing much of anything, its been the break I&#8217;ve needed though. I&#8217;ve got a while to go before I am back to university which I hopefully can spend doing some items on my list of things to do. I can&#8217;t say that life has been all sunshine and smiles, firstly because its been raining lots and because I keep getting various shit thrown at me when I least expect it which is occupying my time much than I would like. I&#8217;ve got some work on phpBB to do, which is really bugging me because I haven&#8217;t had the mindset or time to sit down and do it, its starting to make me feel bad inside. I&#8217;ve also got some X-Media work I should do, once again not enough time. I hoped I could get some stuff done this weekend but I&#8217;ve not been able to sleep too well the past two days so I am fairly tired.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2008/08/29/quiet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Londonvasion</title>
		<link>http://www.cs278.org/blog/2008/07/27/londonvasion/</link>
		<comments>http://www.cs278.org/blog/2008/07/27/londonvasion/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 23:25:25 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[londonvasion]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=379</guid>
		<description><![CDATA[So this time last weekend I had just arrived in London, after driving around the hotel twice and Heathrow once, for Londonvasion. Which was the first of its kind for phpBB, a conference bringing together not only the teams for &#8230; <a href="http://www.cs278.org/blog/2008/07/27/londonvasion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So this time last weekend I had just arrived in London, after driving around the hotel twice and Heathrow once, for <a href="http://www.phpbb.com/londonvasion/" rel="external">Londonvasion</a>. Which was the first of its kind for <a href="http://www.phpbb.com/" rel="external">phpBB</a>, a conference bringing together not only the <a href="http://www.phpbb.com/community/memberlist.php?mode=leaders" rel="external">teams</a> for the first time, but users as well. Sadly I was unable to attend the team meetings on Saturday to work commitments and my late joining preventing me arranging time off. Annoyingly my plans didn&#8217;t get executed exactly as planned, and I didn&#8217;t arrive until about 10:30pm. I had no idea where anyone was, so I checked in and got my laptop out and jumped on IRC somebody heard my distress call but my laptop overheated (serves myself right for using it on a bed I guess) so I decided to return to aimlessly wondering around the hotel lobby and corridors hoping I might bump into someone. I did <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&#038;u=107978" rel="external">AdamR</a> from the <a href="http://www.phpbb.com/community/memberlist.php?mode=group&#038;g=7330">Support Team</a> who showed me to the room were some people remained. I met quite a few people that I don&#8217;t recall who there were.</p>
<p>The next morning was the big event, users and team members alike gathering to listen to other users and team members talk and engage in discussions amongst one another. I must say it was extremely insightful to meet the other people that I am forging relationships with as I settle into the teams and some of the users that turned up. <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&#038;u=2075" rel="external">Meik</a> gave a presentation detailing the route the project has taken and where its planning to go, which apparently required pulling the rest of the <a href="http://www.phpbb.com/community/memberlist.php?mode=group&#038;g=4">development team</a> up to join him. I was most pleased to meet <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&#038;u=199338" rel="external">DavidMJ</a> who I have known since late 2003 when we were both involved in another project. We <a href="http://www.phpbb.com/blog/2008/07/25/things-we-took-from-london/" rel="external">learned</a> a lot from Londonvasion and because of this some features are under discussion, which will become available in good time. It was good to see some outside presentations one given by <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&#038;u=159988" rel="external">Noth</a> who sung praise of phpBB 3.0 even though I haven&#8217;t contributed as part of the development team (I have filed numerous patches and bug reports) I felt his presentation was touching. <a href="http://www.rockettheme.com/" rel="external">Andy Miller</a>, a guy working on integrating <a href="http://www.joomla.org/" rel="external">Joomla!</a> and phpBB 3.0 gave a presentation on some of his styles for phpBB and Joomla! that give an integrated look and feel to both applications and in combination with his <a href="http://www.rocketwerx.com/products/rokbridge/overview" rel="external">bridge</a> offer almost seamless operation.</p>
<p>To wrap up I think the event was an outstanding success and should definitely be at least a bi-annual event as a lot more can be done face to face than via IRC and forums and meeting new people is also fun and helps build relationships and morale in the teams. Many thanks to <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&#038;u=151944" rel="external">Marshalrusty</a> who arranged <em>everything</em> and the phpBB users who give us a reason to do what we do. Finally would implore every phpBB administrator to try and attend the next conference!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2008/07/27/londonvasion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB Developer</title>
		<link>http://www.cs278.org/blog/2008/06/15/phpbb-developer/</link>
		<comments>http://www.cs278.org/blog/2008/06/15/phpbb-developer/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 16:22:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=371</guid>
		<description><![CDATA[It&#8217;s about time I wrote an entry about this amazing opportunity I have been given, I have joined the phpBB development team and I will be helping them with their journey towards the next major release, 3.2 or Ascraeus. Sadly &#8230; <a href="http://www.cs278.org/blog/2008/06/15/phpbb-developer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time I wrote an entry about this amazing opportunity I have been given, I have joined the <a href="http://www.phpbb.com/" rel="external">phpBB</a> development team and I will be helping them with their journey towards the next major release, 3.2 or Ascraeus. Sadly I am currently quite busy with stuff that needs finishing off before I can jump in and start committing, but I am immensely looking forward to being in the thick of it so to speak.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2008/06/15/phpbb-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

