<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Coen Jacobs</title>
	<atom:link href="http://coenjacobs.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenjacobs.me</link>
	<description>Home to a WordPress developer</description>
	<lastBuildDate>Fri, 24 Feb 2012 11:09:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='coenjacobs.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/51d8fd6a0ae44ada438a673c7d1d00ce?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Coen Jacobs</title>
		<link>http://coenjacobs.me</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://coenjacobs.me/osd.xml" title="Coen Jacobs" />
	<atom:link rel='hub' href='http://coenjacobs.me/?pushpress=hub'/>
		<item>
		<title>A Twenty Eleven trick that doesn&#8217;t work on WordPress.com blogs</title>
		<link>http://coenjacobs.me/2012/02/13/twenty-eleven-trick-doesnt-work-wordpress-com/</link>
		<comments>http://coenjacobs.me/2012/02/13/twenty-eleven-trick-doesnt-work-wordpress-com/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 21:06:38 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[media query]]></category>
		<category><![CDATA[twenty eleven]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://coenjacobs.me/?p=1364</guid>
		<description><![CDATA[One of the things that bugged me since the first time I saw Twenty Eleven, is it&#8217;s lack of a sidebar on single post pages. To work around that, I tried to add the footer sidebar to the side of &#8230; <a href="http://coenjacobs.me/2012/02/13/twenty-eleven-trick-doesnt-work-wordpress-com/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1364&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the things that bugged me since the first time I saw Twenty Eleven, is it&#8217;s lack of a sidebar on single post pages. To work around that, I tried to add the footer sidebar to the side of the single column layout. That wasn&#8217;t too hard, with a few easy CSS overrides (that even work on WordPress.com blogs, with the Custom CSS Upgrade):</p>
<p><pre class="brush: css;">.one-column #page {
max-width:971px;
}

#primary {
max-width:690px;
}

#supplementary {
max-width:230px;
border-top:0;
position:absolute;
top:220px;
left:830px;
}

#supplementary.two .widget-area,#supplementary.one .widget-area {
float:none;
width:100%;
}</pre></p>
<p>Problem with this idea is that this will break the responsive design. This code should only be applied on the full size version of the theme. On any smaller screens, the footer sidebar should be shown below the content. Because my CSS uses absolute positioning, there is no way this will scale well. We need a media query here.</p>
<p>It would work if we would wrap the CSS code in a media query like this one:</p>
<p><pre class="brush: css;">@media (max-width &gt; 800px ) { /* CSS GOES HERE */ }</pre></p>
<p>Unfortunately, WordPress.com strips out specific CSS3 properties and characters.</p>
<p>Until WordPress.com supports media queries (and with that, other CSS3 goodies) we can&#8217;t fix this in a way that scales well. In case you want to attempt this, give the <a href="http://wordpress.org/extend/plugins/safecss/">WordPress.com Custom CSS plugin</a> a try. It is very close to the code they use at WordPress.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1364&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/02/13/twenty-eleven-trick-doesnt-work-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>
	</item>
		<item>
		<title>Twenty Twelve is now part of WordPress 3.4</title>
		<link>http://coenjacobs.me/2012/02/07/twenty-twelve-is-now-part-of-wordpress-3-4/</link>
		<comments>http://coenjacobs.me/2012/02/07/twenty-twelve-is-now-part-of-wordpress-3-4/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:45:09 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[twenty twelve]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1303</guid>
		<description><![CDATA[The first version of the all new Twenty Twelve theme has been added last night to WordPress 3.4 Alpha in Changeset 19842: Initial import of the Twenty Twelve theme, by Drew Strojny. This time around we’re trying something different than &#8230; <a href="http://coenjacobs.me/2012/02/07/twenty-twelve-is-now-part-of-wordpress-3-4/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1303&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first version of the all new Twenty Twelve theme has been added last night to WordPress 3.4 Alpha in <a href="http://core.trac.wordpress.org/changeset/19842">Changeset 19842</a>:</p>
<blockquote><p>Initial import of the Twenty Twelve theme, by Drew Strojny. This time around we’re trying something different than the previous twenty-something themes, a much more minimalist approach that affords easy use as a CMS in addition to being blog-forward. More information will be on wpdevel soon. Props drewstrojny and lancewillett.</p></blockquote>
<p><img class="alignright size-full wp-image-1307" style="border:#333 1px solid;color:#333333;font-style:normal;line-height:24px;margin-top:.4em;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;border-color:initial;border-style:initial;" title="Twenty Twelve screenshot" src="http://cnjcbs.files.wordpress.com/2012/02/screenshot.png?w=584" alt=""   /></p>
<p>You can see a live demo, setup by <a href="http://jamesc.id.au/2012/02/twenty-twelve-theme-added-to-wordpress-3-4-alpha/">James Collins</a>: <a title="Twenty Twelve demo" href="http://twentytwelve.jamesc.id.au/">Twenty Twelve demo</a>.</p>
<p>Please keep in mind that this is a very early version of the new default theme.</p>
<p>Many new features, changes and tweaks will be added in the next few weeks, while WordPress 3.4 is shaping up for its first beta.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1303&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/02/07/twenty-twelve-is-now-part-of-wordpress-3-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://cnjcbs.files.wordpress.com/2012/02/screenshot.png?w=150" />
		<media:content url="http://cnjcbs.files.wordpress.com/2012/02/screenshot.png?w=150" medium="image">
			<media:title type="html">Twenty Twelve screenshot</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/02/screenshot.png" medium="image">
			<media:title type="html">Twenty Twelve screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Chaos at Utrecht train station. No trains due to snow.</title>
		<link>http://coenjacobs.me/2012/02/04/chaos-at-utrecht-train-station-no-trains-due-to-snow/</link>
		<comments>http://coenjacobs.me/2012/02/04/chaos-at-utrecht-train-station-no-trains-due-to-snow/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 14:20:28 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Moblog]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1301</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1301&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://cnjcbs.files.wordpress.com/2012/02/20120204-151952.jpg?w=584" alt="20120204-151952.jpg" class="alignnone size-full" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1301&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/02/04/chaos-at-utrecht-train-station-no-trains-due-to-snow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.089709 5.110384</georss:point>
		<geo:lat>52.089709</geo:lat>
		<geo:long>5.110384</geo:long>
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/02/20120204-151952.jpg" medium="image">
			<media:title type="html">20120204-151952.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>New toys for remote working</title>
		<link>http://coenjacobs.me/2012/01/17/new-toys-for-remote-working/</link>
		<comments>http://coenjacobs.me/2012/01/17/new-toys-for-remote-working/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:59:53 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Moblog]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1293</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1293&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://cnjcbs.files.wordpress.com/2012/01/20120117-145931.jpg?w=584" alt="20120117-145931.jpg" class="alignnone size-full" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1293&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/17/new-toys-for-remote-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.379607 4.896026</georss:point>
		<geo:lat>52.379607</geo:lat>
		<geo:long>4.896026</geo:long>
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/01/20120117-145931.jpg" medium="image">
			<media:title type="html">20120117-145931.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Added a single character of BuddyPress code</title>
		<link>http://coenjacobs.me/2012/01/17/added-a-single-character-of-buddypress-code/</link>
		<comments>http://coenjacobs.me/2012/01/17/added-a-single-character-of-buddypress-code/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 06:17:27 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[buddypress]]></category>

		<guid isPermaLink="false">http://coenjacobs.me/?p=1282</guid>
		<description><![CDATA[Months after my first WordPress contribution, my first BuddyPress contribution is there. Changeset 5637 adds a single character, using a new function instead of the old deprecated one. After making this patch, I learned from Paul Gibbs that this was already &#8230; <a href="http://coenjacobs.me/2012/01/17/added-a-single-character-of-buddypress-code/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1282&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Months after <a title="My first code in WordPress core" href="http://coenjacobs.me/2011/09/25/first-wordpress-core-code/">my first WordPress contribution</a>, my first BuddyPress contribution is there.</p>
<p><img class="alignnone" title="My first BuddyPress contribution" src="http://cnjcbs.files.wordpress.com/2012/01/screen-shot-2012-01-17-at-07-07-02.png?w=584&#038;h=299" alt="" width="584" height="299" /></p>
<p><a title="BuddyPress Trac changeset 5637" href="http://buddypress.trac.wordpress.org/changeset/5637">Changeset 5637</a> adds a single character, using a new function instead of the old deprecated one. After making this patch, I learned from <a title="Paul Gibbs" href="http://byotos.com/">Paul Gibbs</a> that this was already added in trunk and I was simply looking at the 1.5 branch&#8230;</p>
<p>So, I have to work on something bigger to earn full props here. Good thing I have ticket <a title="BuddyPress Trac ticket 3929" href="http://buddypress.trac.wordpress.org/ticket/3929">#3929</a>, where there is a slightly bigger patch in the works. :)</p>
<p><strong>UPDATE:</strong> Paul just pushed <a title="BuddyPress Trac Changeset 5646" href="http://buddypress.trac.wordpress.org/changeset/5646">Changeset 5646</a> which commits my other patch. Yay!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1282&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/17/added-a-single-character-of-buddypress-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/01/screen-shot-2012-01-17-at-07-07-02.png" medium="image">
			<media:title type="html">My first BuddyPress contribution</media:title>
		</media:content>
	</item>
		<item>
		<title>Just got the all clear from the neurologist</title>
		<link>http://coenjacobs.me/2012/01/13/just-got-the-all-clear-from-the-neurologist/</link>
		<comments>http://coenjacobs.me/2012/01/13/just-got-the-all-clear-from-the-neurologist/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:43:43 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blackout]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1274</guid>
		<description><![CDATA[I am so relieved. Just got the all clear from the neurologist, there is nothing wrong with my brain. The little deviation visible in the left temporal lobe, is nothing to worry about. Yay! :D This all means that we still &#8230; <a href="http://coenjacobs.me/2012/01/13/just-got-the-all-clear-from-the-neurologist/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1274&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am so relieved. Just got the all clear from the neurologist, there is nothing wrong with my brain. The <a title="Nothing critical found in my brain. Phew!" href="http://coenjacobs.me/2012/01/04/nothing-critical-found-in-my-brain-phew/">little deviation visible</a> in the left temporal lobe, is nothing to worry about. Yay! :D</p>
<p>This all means that we still don&#8217;t know what caused <a title="So, I blacked out for 4 hours…" href="http://coenjacobs.me/2011/12/04/so-i-blacked-out-for-4-hours/">the blackout</a> in the first place. The neurologist concludes that it was an one time event. To make sure that he didn&#8217;t miss something, he asked two other specialists to check the MRI scan results.</p>
<p>Thanks for all the support in the past couple of weeks, I really appreciate it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1274/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1274&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/13/just-got-the-all-clear-from-the-neurologist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>52.114273 5.104787</georss:point>
		<geo:lat>52.114273</geo:lat>
		<geo:long>5.104787</geo:long>
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>
	</item>
		<item>
		<title>Nothing critical found in my brain. Phew!</title>
		<link>http://coenjacobs.me/2012/01/04/nothing-critical-found-in-my-brain-phew/</link>
		<comments>http://coenjacobs.me/2012/01/04/nothing-critical-found-in-my-brain-phew/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 20:31:30 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blackout]]></category>

		<guid isPermaLink="false">http://coenjacobs.me/?p=1253</guid>
		<description><![CDATA[The long wait for MRI results is over, sort of. The neurologist called me to inform that there is nothing critical wrong with my brain. There is a little deviation visible in the left temporal lobe. It has probably been &#8230; <a href="http://coenjacobs.me/2012/01/04/nothing-critical-found-in-my-brain-phew/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1253&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a title="And now the wait for MRI results starts…" href="http://coenjacobs.me/2011/12/21/and-now-the-wait-for-mri-results-starts/">long wait for MRI results</a> is over, sort of. The neurologist called me to inform that there is nothing critical wrong with my brain. There is a little deviation visible in the left temporal lobe. It has probably been there for all my life and it is not sure if that caused <a title="So, I blacked out for 4 hours…" href="http://coenjacobs.me/2011/12/04/so-i-blacked-out-for-4-hours/">my blackout</a>.</p>
<p>In an attempt to identify what the deviation exactly is, the neurologist sent the MRI images to another specialist. Tomorrow I&#8217;m going to schedule an appointment with the neurologist to talk about all the results and I hope we will get the all clear then.</p>
<p>All in all, nothing critical found in my brain. There is no indication that there is anything wrong that will bite me in the butt sooner or later. Very happy about that. :)</p>
<p>Only thing is, we have to wait a few days more for the final conclusion. And if there is one thing that I&#8217;m starting to hate, it&#8217;s the waiting&#8230;</p>
<p><strong>UPDATE:</strong> Appointment with neurologist is scheduled for next friday. Friday the 13th.. May that become my lucky date.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1253&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/04/nothing-critical-found-in-my-brain-phew/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>
	</item>
		<item>
		<title>Oh my.. I got myself into Just Dance 3</title>
		<link>http://coenjacobs.me/2012/01/03/oh-my-i-got-myself-into-just-dance-3/</link>
		<comments>http://coenjacobs.me/2012/01/03/oh-my-i-got-myself-into-just-dance-3/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:13:13 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Moblog]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1251</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1251&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://cnjcbs.files.wordpress.com/2012/01/20120103-211242.jpg?w=584" alt="20120103-211242.jpg" class="alignnone size-full" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1251&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/03/oh-my-i-got-myself-into-just-dance-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.079919 5.096014</georss:point>
		<geo:lat>52.079919</geo:lat>
		<geo:long>5.096014</geo:long>
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/01/20120103-211242.jpg" medium="image">
			<media:title type="html">20120103-211242.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 in review</title>
		<link>http://coenjacobs.me/2012/01/01/2011-in-review/</link>
		<comments>http://coenjacobs.me/2012/01/01/2011-in-review/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 19:46:14 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coenjacobs.me/?p=1243</guid>
		<description><![CDATA[All WordPress.com powered blogs got a nice gift at the end of 2011. My blog doesn&#8217;t come with impressive numbers, but the annual report is pretty cool: A San Francisco cable car holds 60 people. This blog was viewed about 1,200 times &#8230; <a href="http://coenjacobs.me/2012/01/01/2011-in-review/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1243&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>All WordPress.com powered blogs got a nice gift at the end of 2011. My blog doesn&#8217;t come with impressive numbers, but the annual report is pretty cool:</p>
<blockquote><p>A San Francisco cable car holds 60 people. This blog was viewed about <strong>1,200</strong> times in 2011. If it were a cable car, it would take about 20 trips to carry that many people.</p></blockquote>
<p>Check out the <a title="2011 annual report of my blog" href="http://coenjacobs.me/2011/annual-report/">full annual report of my blog</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1243&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/01/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://coenjacobs.me/2012/01/01/happy-new-year/</link>
		<comments>http://coenjacobs.me/2012/01/01/happy-new-year/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 23:33:55 +0000</pubDate>
		<dc:creator>Coen Jacobs</dc:creator>
				<category><![CDATA[Moblog]]></category>

		<guid isPermaLink="false">https://cnjcbs.wordpress.com/?p=1241</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1241&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://cnjcbs.files.wordpress.com/2012/01/20120101-003322.jpg?w=584" alt="20120101-003322.jpg" class="alignnone size-full" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cnjcbs.wordpress.com/1241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cnjcbs.wordpress.com/1241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cnjcbs.wordpress.com/1241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coenjacobs.me&amp;blog=25250962&amp;post=1241&amp;subd=cnjcbs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coenjacobs.me/2012/01/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>51.645859 5.280110</georss:point>
		<geo:lat>51.645859</geo:lat>
		<geo:long>5.280110</geo:long>
		<media:content url="http://1.gravatar.com/avatar/1f7987a9a5be32ae99d05946761026ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coenjacobs</media:title>
		</media:content>

		<media:content url="http://cnjcbs.files.wordpress.com/2012/01/20120101-003322.jpg" medium="image">
			<media:title type="html">20120101-003322.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
