<?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>24design</title>
	<atom:link href="http://24design.net/feed" rel="self" type="application/rss+xml" />
	<link>http://24design.net</link>
	<description>Creative portfolio of web designer Cor van Noorloos</description>
	<lastBuildDate>Mon, 10 Jan 2011 20:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-bleeding</generator>
		<item>
		<title>How to disable the WordPress admin bar</title>
		<link>http://24design.net/how-to-disable-the-wordpress-admin-bar</link>
		<comments>http://24design.net/how-to-disable-the-wordpress-admin-bar#comments</comments>
		<pubDate>Mon, 10 Jan 2011 20:20:01 +0000</pubDate>
		<dc:creator>Cor van Noorloos</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://24design.net/?p=103</guid>
		<description><![CDATA[In continue of Joost de Valk&#8217;s article about how to disable the new since WordPress 3.1, and quite awful looking admin bar here&#8217;s an updated guide on how to manage this. Using a cascading style sheet (CSS) would be a &#8230; <a href="http://24design.net/how-to-disable-the-wordpress-admin-bar">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In continue of <a href="http://yoast.com/disable-wp-admin-bar/">Joost de Valk&#8217;s</a> article about how to disable the new since WordPress 3.1, and quite awful looking admin bar here&#8217;s an updated guide on how to manage this.</p>
<p><a href="http://24design.net/wp-content/uploads/2011/01/wp-admin-bar.png"><img src="http://24design.net/wp-content/uploads/2011/01/wp-admin-bar-300x9.png" alt="" title="WordPress admin bar" width="300" height="9" class="alignnone size-medium wp-image-106" /></a></p>
<p>Using a cascading style sheet (CSS) would be a way to accomplish this, but since they both (<a href="http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/">Ozh</a>, and <a href="http://www.ilovecolors.com.ar/hide-personal-options-wordpress-user-profile/">ilovecolors</a>) have a wicked site, and it&#8217;s useful for all other kind of tweaks and setting-removals I sort of prefer the jQuery way of handling this.</p>
<h3>To disable the WordPress admin bar</h3>
<pre class="brush: php; title: ;">/*
 * Remove admin bar.
 */
add_filter( 'show_admin_bar', '__return_false' );</pre>
<h3>To disable the user settings</h3>
<p><a href="http://24design.net/wp-content/uploads/2011/01/wp-admin-bar-settings.png"><img src="http://24design.net/wp-content/uploads/2011/01/wp-admin-bar-settings-300x34.png" alt="" title="WordPress admin bar settings" width="300" height="34" class="alignnone size-medium wp-image-116" /></a></p>
<pre class="brush: php; title: ;">function cor_personal_options() {
?&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	jQuery(document).ready( function() {
		// Remove admin bar
		jQuery( &quot;form#your-profile table.form-table tr.show-admin-bar&quot; ).remove();
	} );
&lt;/script&gt;
&lt;?php
}
add_action( 'personal_options', 'cor_personal_options' );</pre>
]]></content:encoded>
			<wfw:commentRss>http://24design.net/how-to-disable-the-wordpress-admin-bar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hallo wereld!</title>
		<link>http://24design.net/hallo-wereld</link>
		<comments>http://24design.net/hallo-wereld#comments</comments>
		<pubDate>Wed, 01 Dec 2010 12:52:02 +0000</pubDate>
		<dc:creator>Cor van Noorloos</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Zoekmachine Optimalisatie]]></category>

		<guid isPermaLink="false">http://24design.net/?p=73</guid>
		<description><![CDATA[Hallo, mijn naam is Cor van Noorloos en ik ben de oprichter van ‘24design’, een freelance web ontwerpstudio gevestigd in Nederland. Op deze website vindt u mijn persoonlijke web design portfolio (mijn diensten zijn op dit moment beschikbaar), evenals een &#8230; <a href="http://24design.net/hallo-wereld">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hallo, mijn naam is Cor van Noorloos en ik ben de oprichter van ‘24design’, een freelance web ontwerpstudio gevestigd in Nederland.</p>
<p>Op deze website vindt u mijn persoonlijke web design portfolio (mijn diensten zijn op dit moment <a href="http://24design.net/contact">beschikbaar</a>), evenals een blog met het hoofdonderwerp web design voorzien van de nieuwste trends, variërend van maar niet beperkt tot, reclame, code productie, klantbeleving, digitale media, grafische vormgeving, logo ontwerp, zoekmachine optimalisatie en marketing, sociale netwerken, typografie, web design en nog veel meer ∞</p>
]]></content:encoded>
			<wfw:commentRss>http://24design.net/hallo-wereld/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Netherlands 2010</title>
		<link>http://24design.net/wordcamp-netherlands-2010</link>
		<comments>http://24design.net/wordcamp-netherlands-2010#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:02:15 +0000</pubDate>
		<dc:creator>Cor van Noorloos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://24design.net/?p=25</guid>
		<description><![CDATA[November 6, 2010. My very first WordCamp I&#8217;ll be visiting. Including speakers like Andrew Nacin, a core developer of WordPress and Adii Pienaar it looks like I&#8217;m up for a good start.]]></description>
			<content:encoded><![CDATA[<p><a href="http://24design.net/wp-content/uploads/2010/11/wordcampnl-2009.jpg"><img src="http://24design.net/wp-content/uploads/2010/11/wordcampnl-2009.jpg" alt="" title="WordCamp NL 2009 - Joost de Valk - Yoast" width="460" height="150" class="alignnone size-full wp-image-40" /></a><br />
<span class="entry-date">November 6, 2010</span>. My very first <a href="http://central.wordcamp.org/">WordCamp</a> I&#8217;ll be visiting. Including speakers like <a href="http://andrewnacin.com/">Andrew Nacin</a>, a core developer of WordPress and <a href="http://adiirockstar.com/">Adii Pienaar</a> it looks like I&#8217;m up for a good start.</p>
]]></content:encoded>
			<wfw:commentRss>http://24design.net/wordcamp-netherlands-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://24design.net/hello-world</link>
		<comments>http://24design.net/hello-world#comments</comments>
		<pubDate>Mon, 25 Oct 2010 19:07:07 +0000</pubDate>
		<dc:creator>Cor van Noorloos</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://24design.net/?p=1</guid>
		<description><![CDATA[Hello, my name is Cor van Noorloos and I am the founder of ‘24design’, a tiny web design studio located in the Netherlands. <a href="http://24design.net/hello-world">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello, my name is Cor van Noorloos and I am the founder of ‘24design’, a tiny design studio located in the Netherlands.</p>
<p>On this website you will find my personal web design portfolio (my design services are currently available for <a href="http://24design.net/contact">hire</a>), as well as a blog on the main subject of web design providing the latest trends, ranging from but not limited to; advertising, code production, customer experience, digital media, graphic design, logo design, search engine optimization and marketing, social networking, typography, web design and more ∞</p>
]]></content:encoded>
			<wfw:commentRss>http://24design.net/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

