<?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"
	>

<channel>
	<title>Matt Clegg .com &#124;&#124; blog</title>
	<atom:link href="http://mattclegg.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://mattclegg.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 01 Jun 2008 23:14:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Latest Post</title>
		<link>http://mattclegg.com/blog/wordpress/latest-post-from-each-category-plugin-17-mattc</link>
		<comments>http://mattclegg.com/blog/wordpress/latest-post-from-each-category-plugin-17-mattc#comments</comments>
		<pubDate>Sun, 01 Jun 2008 20:37:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[hacks]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mattclegg.com/blog/?p=5</guid>
		<description><![CDATA[I updated the script from Dagon Design with options to;

remove the category name from output text
remove duplicate posts from output. this is useful if a single post is in more than 1 category.
Please note this is only available for WordPress version &#62; 2.3. If you need it for an earlier version please contact me as [...]]]></description>
			<content:encoded><![CDATA[<p>I updated the script from <a title="Latest Post from each Category plugin for WordPress" href="http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/" target="_blank">Dagon Design</a> with options to;</p>
<ul>
<li>remove the category name from output text</li>
<li>remove duplicate posts from output. this is useful if a single post is in more than 1 category.<br />
<em>Please note this is only available for WordPress version &gt; 2.3. If you need it for an earlier version please contact me as it would be great to know someone is actually using my work &amp; such joy will encourage me to write it for you</em></li>
</ul>
<p>I have also;</p>
<ul>
<li>changed comments to appear in brackets (as apposed to a full text listing)</li>
<li>optimsed / fixed the invalid html tags</li>
<li>optimsed php functions for speed</li>
<li>optimsed sql queries for speed</li>
</ul>
<h3>Download</h3>
<ul>
<li><a title="Latest From Each Category || 1.7-mattc" href="/downloads/wordpress/dd-lastest-from-each/dd-lastest-from-each.txt" target="_self">Latest Release (1.7-mattc)</a></li>
</ul>
<h3>Installing</h3>
<ul>
<li>Download the above file, rename it from <strong>.txt</strong> to <strong>.php</strong>, and upload it to your plugins directory.</li>
<li>Enable the plugin.</li>
<li>Configure the plugin options (under DDLatestFromEach).</li>
</ul>
<h3>Using</h3>
<p>There are two ways you can use this plugin.</p>
<blockquote><p><strong>1)</strong> In a post or page, insert the following line:<br />
<code>&lt;!-- ddlastfromeach --&gt;</code></p></blockquote>
<blockquote><p><strong>2)</strong> In a template file, insert the following code:<br />
<code>&lt;?php echo dd_last_from_each(); ?&gt;</code>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mattclegg.com/blog/wordpress/latest-post-from-each-category-plugin-17-mattc/feed</wfw:commentRss>
		</item>
		<item>
		<title>Event Management</title>
		<link>http://mattclegg.com/blog/wordpress/mattc-edit_user_profile_add_conference</link>
		<comments>http://mattclegg.com/blog/wordpress/mattc-edit_user_profile_add_conference#comments</comments>
		<pubDate>Sat, 31 May 2008 21:27:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[mattc-edit_user_profile]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=4</guid>
		<description><![CDATA[The plugin mattc-edit_user_profile_Add_Conference allows the administrator to: Add conference style fields to user profile.
This plugin is a plugin for another plugin called ‘mattc-edit_user_profile’. You will need  both for this to work correctly.
This plugin is aimed at seminars at conferences but allows you to use wordpress for any type of event management software as the [...]]]></description>
			<content:encoded><![CDATA[<p>The plugin mattc-edit_user_profile_Add_Conference allows the administrator to: Add conference style fields to user profile.</p>
<p>This plugin is a plugin for another plugin called ‘mattc-edit_user_profile’. You will need  both for this to work correctly.</p>
<p>This plugin is aimed at seminars at conferences but allows you to use wordpress for any type of event management software as the users can book for the events from the user panel &amp; the administrator can export the values as a CSV (similar to the parent plugin).</p>
<p>As usual, its got a clean look &amp; ajax effects you&#8217;d expect from my web work.</p>
<p><span id="more-4"></span></p>
<p><strong>Demo</strong><br />
<em>click on images for larger screenshot</em><br />
<a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/initial.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/initial.jpg" alt="screenshot of the initial page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>The initial page shows there is no seminars. So click on &#8216;Add Seminar Details&#8217; to add some.</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/add.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/add.jpg" alt="screenshot of the add page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>Complete all the details for the &#8217;seminar&#8217;. In particular complete how long the event will last.</p>
<p>I completed this screen twice with one test event starting at 22:00, and another at 23:00. The &#8216;Conference Details&#8217; page now shows both.</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/choose.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/choose.jpg" alt="screenshot of the conference details page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>I have decided to attend the event starting at 23:00 -as indicated by highlighting in green.</p>
<p>I then decided to also attend the event at 22:00 -creating an error.</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/change-sure.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/change-sure.jpg" alt="screenshot of an event clash error page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>This is because both events clash &amp; the user cannot attend both. Iv tried testing this over different days, and time lengths and all appears to be bug free -although if anyone finds a bug in this please let me know as it would be great to know someone is actually using my work &amp; such joy will encourage me to debug it for you.</p>
<p>I decide to attend the event at 22:00 (instead of the 23:00)</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/change-conf.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/change-conf.jpg" alt="screenshot of the Re-Registered page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>You can also edit the event.</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/edit.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/edit.jpg" alt="screenshot of the edit page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>And view a csv of all bookings.</p>
<p><a href="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/export.jpg"><img src="/screenshots/wordpress/mattc-edit_user_profile_Add_Conference/export.jpg" alt="screenshot of the export page for mattc-edit_user_profile_Add_Conference" /></a></p>
<p>Thanks for reading</p>
]]></content:encoded>
			<wfw:commentRss>http://mattclegg.com/blog/wordpress/mattc-edit_user_profile_add_conference/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
