<?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/category/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>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>Curved pressure springs in SolidWorks</title>
		<link>http://youngdutchdesign.com/curved-pressure-springs-in-solidworks</link>
		<comments>http://youngdutchdesign.com/curved-pressure-springs-in-solidworks#comments</comments>
		<pubDate>Wed, 13 May 2009 20:15:50 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[SolidWorks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Render]]></category>
		<category><![CDATA[springs]]></category>
		<category><![CDATA[Top down]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=1358</guid>
		<description><![CDATA[You can also create a curved or tapered pressure spring like the example here on the right. This tuotorial will show you how to create this kind of springs. Create the contour First you&#8217;ll need to sketch something like this on the front plane. Please note that all the dimension lines are centre lines and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1395" title="screenshot105" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot105.jpeg" alt="screenshot105" width="200" height="207" />You can also create a curved or tapered pressure spring like the example here on the right. This tuotorial will show you how to create this kind of springs.</p>
<p><span id="more-1358"></span><br />
<!--index--></p>
<h2>Create the contour</h2>
<p>First you&#8217;ll need to sketch something like this on the front plane. Please note that all the dimension lines are centre lines and the poly line is not. The vertical line is our axis in the next step.</p>
<p class="note">You can also add this sketch is a part that you have inserted like I described in the previous article about springs <a href="http://youngdutchdesign.com/pressuresprings-in-solidworks">Pressure springs in SolidWorks</a>.</p>
<p><img class="alignnone size-full wp-image-1396" title="screenshot93" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot93.jpeg" alt="screenshot93" width="312" height="350" /></p>
<p>For the next step you&#8217;ll need the surfaces toolbar. If you don&#8217;t see this toolbar in your interface you can add this by right clicking on a empty space in the upper command bar and select the surfaces tool bar.</p>
<p><img class="alignnone size-full wp-image-1400" title="screenshot94" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot94.jpeg" alt="screenshot94" width="241" height="73" /></p>
<p>Add a Revolved Surface to the sketch.</p>
<p><img class="alignnone size-full wp-image-1401" title="screenshot95" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot95.jpeg" alt="screenshot95" width="341" height="227" /></p>
<p>Line 1 is the centre line we&#8217;ve defined in the sketch.</p>
<p><img class="alignnone size-full wp-image-1402" title="screenshot96" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot96.jpeg" alt="screenshot96" width="321" height="251" /></p>
<p>This is what we have now</p>
<p><img class="alignnone size-full wp-image-1403" title="screenshot97" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot97.jpeg" alt="screenshot97" width="414" height="479" /></p>
<h2>Create the path</h2>
<p>Add another sketch on the front plane (or the same plane you&#8217;ve created the first sketch).</p>
<p><img class="alignnone size-full wp-image-1404" title="screenshot98" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot98.jpeg" alt="screenshot98" width="455" height="268" /></p>
<p>Draw a simple line in this sketch from top do bottom.</p>
<p><img class="alignnone size-full wp-image-1405" title="screenshot99" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot99.jpeg" alt="screenshot99" width="465" height="465" /></p>
<p>Add another sketch on the front plane an this one contains a horizontal line. The length of this line is not important, as long as it intersects the cup we&#8217;ve already made with the revolved surface.</p>
<p><img class="alignnone size-full wp-image-1406" title="screenshot100" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot100.jpeg" alt="screenshot100" width="474" height="169" /></p>
<p>Now we need a surface sweep. Select this feature in the surface toolbar. Sketch 2 is the rotation axis, Sketch 3 is the profile that needs to be swept. Choose in the options &#8216;Twist Along Path&#8217; and specify the turns.</p>
<p><img class="alignnone size-full wp-image-1407" title="screenshot101" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot101.jpeg" alt="screenshot101" width="600" height="388" /></p>
<p>This is what we have at the moment. Two surfaces that are totally a mess, but there is a logic behind these two surfaces. The first one is the contour of the spring and the second one is the path of the spring.</p>
<p><img class="alignnone size-full wp-image-1408" title="screenshot102" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot102.jpeg" alt="screenshot102" width="369" height="267" /></p>
<h2>Project path on contour</h2>
<p>We&#8217;re almost done and we&#8217;re up to the point were the magic happens. Now we need to project the path of the spring on the contour. Select the two surfaces.</p>
<p><img class="alignnone size-full wp-image-1409" title="screenshot114" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot114.jpeg" alt="screenshot114" width="471" height="358" /></p>
<p>And choose &#8216;Intersection Curve&#8217; and select the contour (cup) and the inner line of the path.</p>
<p><img class="alignnone size-full wp-image-1492" title="screenshot.157" src="http://youngdutchdesign.com/wp-content/uploads/2009/06/screenshot.157.jpeg" alt="screenshot.157" width="392" height="371" /></p>
<p>You&#8217;ll get a curved 3D sketch that looks like this. Select the two surfaces and hide them for a better overview.</p>
<p><img class="alignnone size-full wp-image-1411" title="screenshot116" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot116.jpeg" alt="screenshot116" width="224" height="196" /><img class="alignnone size-full wp-image-1410" title="screenshot119" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot119.jpeg" alt="screenshot119" width="219" height="247" /></p>
<h3>Create the profile</h3>
<p>Create a sketch on the front plane and draw the profile of the spring.</p>
<p><img class="alignnone size-full wp-image-1412" title="screenshot121" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot121.jpeg" alt="screenshot121" width="442" height="161" /></p>
<p>Make sure that the centre of the circle is pierced by the 3D sketch.</p>
<p><img class="alignnone size-full wp-image-1413" title="screenshot104" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot104.jpeg" alt="screenshot104" width="221" height="140" /></p>
<p>At last we&#8217;ve got to add a swept boss/base to these two sketches.</p>
<p><img class="alignnone size-full wp-image-1414" title="screenshot122" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot122.jpeg" alt="screenshot122" width="377" height="185" /></p>
<p>Define the profile and the path and you&#8217;ll have a tapered or curved pressure spring!</p>
<p><img class="alignnone size-full wp-image-1415" title="screenshot123" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot123.jpeg" alt="screenshot123" width="474" height="289" /></p>
<h2>The result</h2>
<p><img class="alignnone size-full wp-image-1416" title="screenshot1051" src="http://youngdutchdesign.com/wp-content/uploads/2009/05/screenshot1051.jpeg" alt="screenshot1051" width="400" height="414" /></p>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/curved-pressure-springs-in-solidworks/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>
	</channel>
</rss>
