<?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>Young Dutch Design &#187; WordPress</title>
	<atom:link href="http://youngdutchdesign.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://youngdutchdesign.com</link>
	<description>Young Dutch Design is a new platform for young designers with frequently new added postings about productdesign, webdesign and other related subjects.</description>
	<lastBuildDate>Tue, 14 Jun 2011 20:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mootools Widget Interface Demo</title>
		<link>http://youngdutchdesign.com/mootools-widget-interface-demo</link>
		<comments>http://youngdutchdesign.com/mootools-widget-interface-demo#comments</comments>
		<pubDate>Fri, 04 Feb 2011 07:00:33 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[Mootools]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=3588</guid>
		<description><![CDATA[Everybody who&#8217;s working with WordPress knows the &#8216;widgetised&#8217; dashboard. A couple of weeks ago I wanted two lists to sort and also to drag one list item from one list to the other. I&#8217;ve searched over the internet to a nice plugin to do this. I discovered (maybe you guys are aware of this) that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-4012" title="Screen shot 2011-02-03 at 22.08.11" src="http://youngdutchdesign.com/wp-content/uploads/2011/02/Screen-shot-2011-02-03-at-22.08.11--e1296767432388.png" alt="" width="300" height="216" />Everybody who&#8217;s working with WordPress knows the &#8216;widgetised&#8217; dashboard. A couple of weeks ago I wanted two lists to sort and also to drag one list item from one list to the other. I&#8217;ve searched over the internet to a nice plugin to do this. I discovered (maybe you guys are aware of this) that the default Sortable behavior of Mootools 1.2 is also to sort two list at a time.</p>
<p>I&#8217;ve made a simple example so you&#8217;ll see how it works. Read more about the set up in the full article.</p>
<p><a class="example_but demo" href="http://youngdutchdesign.com/examples/mootoolsWidgets.php">View example</a><br />
<span id="more-3588"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/mootools-widget-interface-demo/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maintain your WordPress plugin using Versions at Mac</title>
		<link>http://youngdutchdesign.com/maintain-your-wordpress-plugin-using-versions-at-mac</link>
		<comments>http://youngdutchdesign.com/maintain-your-wordpress-plugin-using-versions-at-mac#comments</comments>
		<pubDate>Sat, 27 Feb 2010 16:49:51 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Versions]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=3222</guid>
		<description><![CDATA[I&#8217;ve updated a couple of the WordPress plugins I&#8217;ve released in the past and I needed new software to do so. After a quick search I&#8217;ve found Versions, a little application for Mac OSX that has a nice user interface which is easy to use. I&#8217;ll be showing the method to publish your new WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3243" title="Versions 2" src="http://youngdutchdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-09-at-17.37.16-1.png" alt="" width="161" height="147" />I&#8217;ve updated a couple of the <a href="http://wordpress.org/extend/plugins/profile/crispijn" target="_blank">WordPress plugins</a> I&#8217;ve released in the past and I needed new software to do so. After a quick search I&#8217;ve found Versions, a little application for Mac OSX that has a nice user interface which is easy to use.</p>
<p>I&#8217;ll be showing the method to publish your new WordPress plugin in the <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress Plugin Directory</a>. Read more about the <a href="http://youngdutchdesign.com/subversion-folde-structure-for-wordpress-plugins">folder structure and the basics</a> of the subversion repository.</p>
<p>For this tutorial I&#8217;ll be using <a href="http://www.versionsapp.com/" target="_blank">Versions 2</a> that is available on their website.<br />
<span id="more-3222"></span><!--index--></p>
<h2>Write your plugin</h2>
<p>First of all: write, <a href="http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/" target="_blank">complete</a> and debug your plugin. There is a lot of documentation in the <a href="http://codex.wordpress.org/Developer_Documentation" target="_blank">WordPress Codex</a> where you can find you to do so and there are also dozens of great tutorials on the web available.</p>
<h2>Add your plugin to the Plugin Directory</h2>
<p>After your plugin is ready you add your plugin to the Plugin Directory by <a href="http://wordpress.org/extend/plugins/add/" target="_blank">sending the form on WordPress.org</a>. You&#8217;ll receive an email when your new plugin is accepted.</p>
<h2>Actions explained</h2>
<p>Just a few basic actions that are necessary for your to release your plugin in the plugin directory.</p>
<h3>Checkout</h3>
<p>Get all the files from your subversion account. You&#8217;ll download all the files and the file structure of your repository.</p>
<h3>Commit</h3>
<p>Upload all the new and modified files.</p>
<h3>Update</h3>
<p>Get only the updated files and folders</p>
<h2>Set the server settings</h2>
<p>After downloading Versions 2 just open the application and press the upper <strong>Repository </strong>button.</p>
<p><img class="alignnone size-full wp-image-3230" title="Screen shot 2010-01-05 at 04.03.56" src="http://youngdutchdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-05-at-04.03.56--e1262660710223.png" alt="" width="600" height="394" /></p>
<p>Enter all the fields that are requierd. Note, these are only the WordPress server settings.</p>
<p>The location is the url to the WordPress subversion server. You&#8217;ll find this url in the email that you&#8217;ve received when your plugin has been accepted. The username is automatically been placed after the <strong>http:// </strong>when you enter your username in the specified field. Enter your password en hit the <strong>Create</strong> button.</p>
<p><img class="alignnone size-full wp-image-3244" title="Screen shot 2010-01-09 at 17.40.36" src="http://youngdutchdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-09-at-17.40.36-.png" alt="" width="445" height="375" /></p>
<p>Your repository will be verified and if everything is alright the repository is added to the toolbar on the left of the interface.<br />
<!--adsense--></p>
<h2>Set up local settings</h2>
<p>Just select the bookmak and the main folder in the right column of the interface and press Checkout (The third icon on the left upper corner).</p>
<p><img class="alignnone size-full wp-image-3246" title="Screen shot 2010-01-09 at 17.51.12" src="http://youngdutchdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-09-at-17.51.12--e1263055977686.png" alt="" width="600" height="394" /></p>
<p>Browse to a local folder that you&#8217;d like to store your plugin. You do not need to create a subfolder, Versions will do this automatically. Press Checkout and Versions will copy the file structure from the WordPress server to your local machine.</p>
<p>In my case I&#8217;ll use the folder: <strong> </strong></p>
<p style="padding-left: 30px;"><strong>Desktop/10002 WordPress plugins/</strong></p>
<p><img class="alignnone size-full wp-image-3247" title="Screen shot 2010-01-09 at 17.54.12" src="http://youngdutchdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-09-at-17.54.12-.png" alt="" width="551" height="392" /></p>
<p>In this case it&#8217;s a existing plugin so there are some folders in the directories but that isn&#8217;t interfering this tutorial.</p>
<h2>Update or release your plugin</h2>
<p>Before we go any further, please be aware of the <a href="http://youngdutchdesign.com/subversion-folde-structure-for-wordpress-plugins">subverion folder structure</a>. I&#8217;ve published an article about this. Read this and you&#8217;ll understand what I&#8217;m going to do now.</p>
<h3>Copy the files to the local folders</h3>
<p>Just copy overwrite the plugin files to the local branche folder you&#8217;ve selected before you&#8217;ve pushed the checkout button so in my example it&#8217;s</p>
<p style="padding-left: 30px;"><strong>Desktop/10002 WordPress plugins/wordpress-easy-todo/branche/</strong></p>
<p>Create a new folder in the tags for the version you would like to share.</p>
<p style="padding-left: 30px;"><strong>Desktop/10002 WordPress plugins/wordpress-easy-todo/tags/1.1.5/</strong></p>
<h3>Do the versions magic</h3>
<p>Go to the Versions application and you&#8217;ll see the folder wordpress-easy-todo whith several files with questionmarks or edit icons in the left column.</p>
<ul>
<li>Select the files with a questionmark and press the <strong>Add</strong> button on the upper right.</li>
<li>Check if all the files are correct and if you do not have any overload in the folders. If so, mark them as deleted with the <strong>Delete </strong>button on the upper right.<br />
<strong>do not remove these files with finder, you&#8217;ll be ruin your repository bookmark and have to create a new one.</strong></li>
</ul>
<p>I&#8217;m going to update my plugin so I&#8217;ll have to add the folder 1.1.5.</p>
<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.32.10-.png"><img class="alignnone size-full wp-image-3419" title="Update the file status" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.32.10--e1267288415670.png" alt="" width="600" height="370" /></a></p>
<p>The question mark for folder 1.1.5 is now changed into a plus icon.</p>
<p>Now move the folder of the previous version to the branches folder. Do not change the name so it stays a good version identifier in the future.</p>
<p><img class="alignnone size-full wp-image-3420" title="Screen shot 2010-02-27 at 17.35.32" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.35.32-.png" alt="" width="344" height="256" /></p>
<p>After you hit the OK button the folder will be moved to the branches folder after we&#8217;ve commited all the changes we&#8217;ve made.</p>
<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.37.43-.png"><img class="alignnone size-full wp-image-3421" title="Screen shot 2010-02-27 at 17.37.43" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.37.43--e1267288701961.png" alt="" width="600" height="370" /></a></p>
<h3>Commit changes</h3>
<p>Select all the changed files and folders. The question mark identifier for the trunk folder is only mentioning that there are files in it with changes.</p>
<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.39.43-.png"><img class="alignnone size-full wp-image-3422" title="Select all the modified files and folders" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.39.43--e1267288877342.png" alt="" width="600" height="370" /></a></p>
<p>Hit the <strong>Commit</strong> button on the left upper corner. Describe what the changes are and press the commit button.</p>
<p><strong><img class="alignnone size-full wp-image-3423" title="Describe the changes and press commit" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.42.14-.png" alt="" width="449" height="306" /><br />
</strong></p>
<p>The files are commited to the server and after that everything has to look like this</p>
<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.45.47-.png"><img class="alignnone size-full wp-image-3424" title="Screen shot 2010-02-27 at 17.45.47" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-27-at-17.45.47--e1267289213303.png" alt="" width="600" height="370" /></a></p>
<p>The WordPress server updates every 15 minutes so grab a cup of coffee or a beer and try to install your new plugin via your WordPress admin panel.</p>
<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-28-at-23.12.30-.png"><img class="alignnone size-full wp-image-3433" title="Screen-shot-2010-02-28-at-23.12.30-" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-28-at-23.12.30--e1267395347147.png" alt="" width="600" height="135" /></a></p>
<h2>Notes</h2>
<p>Be sure you only <strong>add</strong> files and folders via the Finder interface. Please do not delete or move files and folders because this will ruin your plugin structure. You&#8217;ll get an error and in that case you have to remove the subversion bookmark from the Versions interface.</p>
<p>If your plugin isn&#8217;t updated you&#8217;ll have to check the status of all the files. When there are no icon&#8217;s shown in the left column of Version everything will be alright but be sure the <strong>tags </strong>folder only contains the folder of your latest version!</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/maintain-your-wordpress-plugin-using-versions-at-mac/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Official release of WordPress Easy Archive!</title>
		<link>http://youngdutchdesign.com/official-release-of-wordpress-easy-archive</link>
		<comments>http://youngdutchdesign.com/official-release-of-wordpress-easy-archive#comments</comments>
		<pubDate>Sat, 27 Feb 2010 01:34:54 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=3411</guid>
		<description><![CDATA[Today I&#8217;ve finished my new plugin, WordPress Easy Archive. This plugin will generate an image based archive for your WordPress blog. I&#8217;ve tried to make the plugin as useful and fast as possible so I hope it it exceeds your expectations. Words are not enough to describe this plugin so just take a look at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-22-at-21.13.00-.png"><img class="alignright size-medium wp-image-3412" title="Screen-shot-2010-02-22-at-21.13.00-" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/Screen-shot-2010-02-22-at-21.13.00--300x184.png" alt="" width="300" height="184" /></a>Today I&#8217;ve finished my new plugin, WordPress Easy Archive. This plugin will generate an image based archive for your WordPress blog. I&#8217;ve tried to make the plugin as useful and fast as possible so I hope it it exceeds your expectations.</p>
<p>Words are not enough to describe this plugin so just take a look at the <a href="http://www.crispijnverkade.nl/blog/wordpress-easy-archive" target="_blank">WordPress Easy Archive plugin page</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/official-release-of-wordpress-easy-archive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion folder structure for WordPress plugins</title>
		<link>http://youngdutchdesign.com/subversion-folde-structure-for-wordpress-plugins</link>
		<comments>http://youngdutchdesign.com/subversion-folde-structure-for-wordpress-plugins#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:25:26 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=3262</guid>
		<description><![CDATA[Last year I&#8217;ve released several WordPress plugins for the Plugin Directory. I was using a very old, not graphical program to update all the plugins and something strange happened: the file structure for all the plugins was messed up so it was not possible to add plugins on the fly via the normal install procedure. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3346" title="image.axd" src="http://youngdutchdesign.com/wp-content/uploads/2010/02/image.axd_-e1266854798852.png" alt="" width="250" height="216" />Last year I&#8217;ve released several WordPress plugins for the <a href="http://wordpress.org/extend/plugins/" target="_blank">Plugin Directory</a>. I was using a very old, not graphical program to update all the plugins and something strange happened: the file structure for all the plugins was messed up so it was not possible to add plugins on the fly via the normal install procedure.</p>
<p>Therefore, I&#8217;m going to tell you something about the file structure of subversion so you can easily maintain your plugin on the subversion repository.</p>
<p><span id="more-3262"></span>There are three folders that will help separate development versions from stable versions.</p>
<p style="padding-left: 30px;"><strong>Branches<br />
</strong>This is where the previous versions are stored. For example: you are maybe working on version 1.2 in <em>Trunk </em>but you could have a subdirectory for the development of version 1.1 in <em>branches</em>. This is done to restore bugs or security reasons.</p>
<p style="padding-left: 30px;"><strong>Tags<br />
</strong>When the plugin is ready for release, copy the files into a sub-directory in the tags folder. The name of the sub-directory is the version name.</p>
<p style="padding-left: 30px;"><strong>Trunk</strong><br />
This is where the files for your latest version are stored. This is most likely the bleeding edge version of your plugin.</p>
<p><!--adsense--></p>
<p>With this knowlegde I can build my own imaginary folder/file structure for a wordpress plugin:</p>
<ul>
<li>WordPress-YDD-Plugin
<ul>
<li>Branches
<ul>
<li>1.0.0
<ul>
<li>wordpress-ydd-plugin.css</li>
<li>wordpress-ydd-plugin.php</li>
<li>etc.</li>
</ul>
</li>
</ul>
<ul>
<li>1.1.0
<ul>
<li>wordpress-ydd-plugin.css</li>
<li>wordpress-ydd-plugin.php</li>
<li>etc.</li>
</ul>
</li>
</ul>
</li>
<li>Tags
<ul>
<li>1.0.0</li>
<li>1.1.0
<ul>
<li>wordpress-ydd-plugin.css</li>
<li>wordpress-ydd-plugin.php</li>
<li>etc.</li>
</ul>
</li>
</ul>
</li>
<li>Trunk
<ul>
<li>wordpress-ydd-plugin.css</li>
<li>wordpress-ydd-plugin.php</li>
<li>etc.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>I&#8217;m searching for a good subversion client on Mac. Which one do you guys recommend?</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/subversion-folde-structure-for-wordpress-plugins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrite $_GET variables for WordPress plugins</title>
		<link>http://youngdutchdesign.com/rewrite-multiple-get-variables-for-wordpress-plugins</link>
		<comments>http://youngdutchdesign.com/rewrite-multiple-get-variables-for-wordpress-plugins#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:29:23 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=1566</guid>
		<description><![CDATA[A while ago I was figuring out how to rewrite GET variables for a wordpress plugin. For example: http://mysite.com/mypage/?myvar=test rewriting to http://mysite.com/mypage/test After a long search on the WordPress forums and the whole internet I&#8217;ve found this topic: using an extra parameter in an URL but it wasn&#8217;t very sufficient in my opinion. So that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1570" title="get" src="http://youngdutchdesign.com/wp-content/uploads/2009/08/get1.jpg" alt="get" width="200" height="100" />A while ago I was figuring out how to rewrite GET variables for a wordpress plugin. For example:</p>
<p style="padding-left: 30px;">http://mysite.com/mypage/?myvar=test</p>
<p>rewriting to</p>
<p style="padding-left: 30px;">http://mysite.com/mypage/test</p>
<p>After a long search on the WordPress forums and the whole internet I&#8217;ve found this topic: <a href="http://wordpress.org/support/topic/208830" target="_blank">using an extra parameter in an URL</a> but it wasn&#8217;t very sufficient in my opinion. So that&#8217;s why I&#8217;ll explain the use of multiple parameters in the url.<br />
<span id="more-1566"></span></p>
<h2>One $_GET variable</h2>
<pre class="php">function add_mypage_var($public_query_vars) {
$public_query_vars[] = 'myvar1';
return $public_query_vars;
}

//add a rewrite rule
function do_rewrite_mypage() {
add_rewrite_rule('brands/([^/]+)/?$', 'index.php?pagename=mypage&amp;myvar1=$matches[1]','top');
}

add_filter('query_vars', 'add_mypage_var');
add_action('init', 'do_rewrite_brands');</pre>
<p>You can use this variable in a plugin like this:</p>
<pre class="php">$slug = get_query_var('myvar');</pre>
<h2>Multiple $_GET variables</h2>
<p>There was just one thing that cost me a headache&#8230; I&#8217;d like to add multiple parameters to the url and this method I just described isn&#8217;t sufficient. I&#8217;ve checked the basic url rewrite trough mod_rewrite and this method needs several lines to declare all the possible amount of variables in the url. I&#8217;ve tried this method also for the url rewrites via WordPress and here we are: a simple working function:</p>
<pre class="php">function add_mypage_var($public_query_vars) {
	$public_query_vars[] = 'myvar1';
	$public_query_vars[] = 'myvar2';

	return $public_query_vars;
}

//add a rewrite rule
function do_rewrite_mypage() {
	add_rewrite_rule('brands/([^/]+)/?$', 'index.php?pagename=mypage&amp;myvar1=$matches[1]&amp;myvar2=$matches[2]','top');
	add_rewrite_rule('brands/([^/]+)/?$', 'index.php?pagename=mypage&amp;myvar1=$matches[1]','top');
}

add_filter('query_vars', 'add_mypage_var');
add_action('init', 'do_rewrite_mypage');</pre>
<p>You can check all the url rewrites that are used for your WordPress post.</p>
<pre class="php">function get_rewrite_urls(){
	global $wp_rewrite;

	return $wp_rewrite-&gt;wp_rewrite_rules(); /* Returns an array */
}

print_r(get_rewrite_urls());</pre>
<h2>flush_rules</h2>
<p>You need to flush your rules to install your plugin and make the rewrite work. Also it can be handy to flush the rules during your development phase. So, just detect if the plugin is going to be installed:</p>
<pre class="php">register_activation_hook(__FILE__,'do_flush_gear'); /* Place this at the bottom of your plugin file */
</pre>
<p>And in some cases you&#8217;d like to remove all your custom rewrites. Just use this function:</p>
<pre class="php">function do_flush_gear{
	global $wp_rewrite;

	$wp_rewrite-&gt;flush_rules();
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/rewrite-multiple-get-variables-for-wordpress-plugins/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>BuddyPress for WordPress MU</title>
		<link>http://youngdutchdesign.com/buddypress-for-wordpress-mu</link>
		<comments>http://youngdutchdesign.com/buddypress-for-wordpress-mu#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:11:33 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[BuddyPress]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=1560</guid>
		<description><![CDATA[Recently I&#8217;ve found a great plugin for WordPress Multi User: Buddy Press. BuddyPress is a suite of WordPress plugins and themes, each adding a distinct new feature. BuddyPress contains all the features you&#8217;d expect from WordPress but aims to let members socially interact. BuddyPress is by it selves a very complete plugin that you easily [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1561" title="buddypress_logo" src="http://youngdutchdesign.com/wp-content/uploads/2009/08/buddypress_logo.gif" alt="buddypress_logo" width="214" height="50" />Recently I&#8217;ve found a great plugin for <a href="http://mu.wordpress.org/" target="_blank">WordPress Multi User</a>: <a href="http://buddypress.org" target="_blank">Buddy Press</a>.</p>
<p style="padding-left: 30px;"><em>BuddyPress is a suite of WordPress plugins and themes,  				each adding a distinct new feature. BuddyPress  				contains all the features you&#8217;d expect from WordPress  				but aims to let members socially interact.</em></p>
<p>BuddyPress is by it selves a very complete plugin that you easily transform to the layout of your own blog, just like WorPress.</p>
<p><span id="more-1560"></span></p>
<p><img class="alignright size-medium wp-image-1562" title="home of standard buddypress" src="http://youngdutchdesign.com/wp-content/uploads/2009/08/home-300x227.png" alt="home of standard buddypress" width="300" height="227" />In the standard installation you&#8217;ll have several default plugins like:</p>
<ul>
<li>Activity streams</li>
<li>Blog tracking</li>
<li>Forums (after you&#8217;ve installed <a href="http://bbpress.org/" target="_blank">bbPress forums</a>)</li>
<li>Friends</li>
<li>Groups</li>
<li>Private Messages</li>
<li>Comment wire</li>
<li>Extended profiles</li>
</ul>
<h2>Custom BuddyPress Plugin</h2>
<p>It is also very easy to add some custom functionality to it when you write your own plugin. When you have plans in this direction I can recommend the <a href="http://wordpress.org/extend/plugins/buddypress-skeleton-component/" target="_blank">BuddyPress Skeleton Plugin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/buddypress-for-wordpress-mu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Easy Contents</title>
		<link>http://youngdutchdesign.com/wp-easy-contens</link>
		<comments>http://youngdutchdesign.com/wp-easy-contens#comments</comments>
		<pubDate>Sun, 03 May 2009 11:08:43 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=1278</guid>
		<description><![CDATA[Today I&#8217;ve listed the simple but powerfull WordPress Easy Contents Plugin. This plugin is written for this website and I thought it would be honest to share it with the world! Go and check it out!]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve listed the simple but powerfull WordPress Easy Contents Plugin. This plugin is written for this website and I thought it would be honest to share it with the world!</p>
<p><a href="http://www.crispijnverkade.nl/blog/wordpress-easy-contents">Go and check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/wp-easy-contens/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; Cleanup revision posts</title>
		<link>http://youngdutchdesign.com/wordpress-plugin-clean-revision-posts</link>
		<comments>http://youngdutchdesign.com/wordpress-plugin-clean-revision-posts#comments</comments>
		<pubDate>Tue, 13 Jan 2009 23:01:53 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=489</guid>
		<description><![CDATA[I&#8217;m using WordPress now for 2 weeks at the moment and I was searching in the database with my control panel for some content. It surprised me that I saw a lot of duplicate content. After a search I&#8217;ve found out that these duplicate records are called Revisions &#8211; old copy&#8217;s witch are save by [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using WordPress now for 2 weeks at the moment and I was searching in the database with my control panel for some content. It surprised me that I saw a lot of duplicate content. After a search I&#8217;ve found out that these duplicate records are called Revisions &#8211; old copy&#8217;s witch are save by the auto-save functionality that is build in WordPress.</p>
<p><img class="alignright size-full wp-image-569" title="cleanup_revision" src="http://youngdutchdesign.com/wp-content/uploads/2009/01/cleanup_revision1.jpg" alt="cleanup_revision" width="150" height="150" />Still, the revision feature is great. When you&#8217;re working with a large team on a WP blog it&#8217;s very handy to see all the changes that users have been made and also the auto-save function is to important to throw it away. So here we are, a small plugin that deletes the revision records when you publish the article.</p>
<p><strong>Note</strong><br />
I&#8217;m aware of the small amount of data that is stored in this revisions. But when I have a 1000 posts with 5 revisions it turns out to be a great number off useless posts. This amount of posts decreases the speed of some WordPress features. Read the discussion on <a href="http://wordpress.org/support/topic/175886" target="_blank">the support forum</a>.</p>
<p><span id="more-489"></span></p>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#compatibility">Compatibility</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#changelog">Changelog</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#comments">Comments</a></li>
</ul>
<p><a name="features" id="features"></a></p>
<h2>Features</h2>
<p>It&#8217;s important that you know which posts are going to be deleted and when.</p>
<ul>
<li>When you publish a post</li>
<li>When you schedule a post</li>
<li>When you edit an published post</li>
</ul>
<p><a name="compatibility" id="compatibility"></a></p>
<h2>Compatibility</h2>
<p>This plugin is only tested with WordPress 2.7 but will probably work just as well with WordPress 2.6. Have you tested in 2.6? Please let me know in the <a href="#comments">comments area</a>.<br />
<a name="installation" id="installation"></a></p>
<h2>Installation</h2>
<ol>
<li>Upload the `wp-cleanup-revision-posts` folder to your `/wp-content/plugins/` directory.<br />
Or upload the file in your WordPress backend under Plugins/Add New.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>
</ol>
<p><a name="changelog" id="changelog"></a></p>
<h2>Changelog</h2>
<p>This is the first version, no changes yet.<br />
<a name="download" id="download"></a></p>
<h2>Download</h2>
<p>Download this new <a href="wp-content/files/wp-cleanup-revision-posts.0.1.zip" target="_blank">Cleanup revision posts plugin</a>. Later this week this it will be available at the WordPress repository and than you&#8217;ll get noticed when new versions are available.</p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/wordpress-plugin-clean-revision-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Styling a Tagcloud</title>
		<link>http://youngdutchdesign.com/css-styling-a-tagcloud</link>
		<comments>http://youngdutchdesign.com/css-styling-a-tagcloud#comments</comments>
		<pubDate>Fri, 09 Jan 2009 08:32:00 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML / XHTML]]></category>

		<guid isPermaLink="false">http://design.crispijnverkade.nl/?p=124</guid>
		<description><![CDATA[On a lot of websites, this one including, you see tag-clouds. These are lists of most popular alphabetical sorted tags relevant to that website. This tutorial is about how to style a tag-cloud that is used in WordPress with css, a cascading style sheet. Note: This is not the widget that you can activate in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-431" title="tagcloud" src="http://youngdutchdesign.com/wp-content/uploads/2009/01/tagcloud.jpg" alt="tagcloud" width="264" height="88" />On a lot of websites, this one including, you see tag-clouds. These are lists of most popular alphabetical sorted tags relevant to that website. This tutorial is about how to style a tag-cloud that is used in <a href="http://wordpress.org/" target="_blank">WordPress</a> with css, a cascading style sheet.</p>
<p><span id="more-124"></span></p>
<p><strong>Note:</strong><br />
This is not the widget that you can activate in your WordPress. This is a modification in your template witch allows you to modify the styles of your links via css. To prevent duplicate tag clouds remove the default widget in your WordPress dashboard.</p>
<h2>The html</h2>
<pre class="html">
<div id="tagcloud">
    Here the php code</div>
</pre>
<h2>The php</h2>
<pre class="php">    if(function_exists('wp_tag_cloud')){
        wp_tag_cloud('smallest=8&amp;largest=22');
    }</pre>
<h2>The css</h2>
<pre class="css">#tagcloud a:link, #tagcloud a:visited {
	position: relative;
	float: left;
	margin: 2px;
	color: #999;
	text-decoration: none;
	}

#tagcloud a:hover {
	color: #EF7A06;
	}

.clear {
    clear: both;
    }</pre>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/css-styling-a-tagcloud/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
