<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>KennethVR</title>
	
	<link>http://www.kennethvr.be/blog</link>
	<description>References and Experiences</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Kennethvr" /><feedburner:info uri="kennethvr" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>.Project File in Eclipse</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/zP2kmkYrVQA/</link>
		<comments>http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 09:59:41 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[study references]]></category>
		<category><![CDATA[.project]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1556</guid>
		<description><![CDATA[This is perhaps more a reference for me than for anyone else reading my blog But I think it might come in quite useful someday. Here&#8217;s a description of the project file of an eclipse project: http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/project_description_file.html and here is my code on the php project: &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;projectDescription&#62; &#60;name&#62;ProjectName&#60;/name&#62; &#60;comment&#62;&#60;/comment&#62; &#60;projects&#62; &#60;/projects&#62; &#60;buildSpec&#62; &#60;buildCommand&#62; &#60;name&#62;org.eclipse.wst.validation.validationbuilder&#60;/name&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>This is perhaps more a reference for me than for anyone else reading my blog</p>
<p>But I think it might come in quite useful someday.</p>
<p>Here&#8217;s a description of the project file of an eclipse project:</p>
<p><a href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/project_description_file.html">http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/project_description_file.html</a></p>
<p>and here is my code on the php project:</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;projectDescription&gt;
	&lt;name&gt;ProjectName&lt;/name&gt;
	&lt;comment&gt;&lt;/comment&gt;
	&lt;projects&gt;
	&lt;/projects&gt;
  &lt;buildSpec&gt;
    &lt;buildCommand&gt;
      &lt;name&gt;org.eclipse.wst.validation.validationbuilder&lt;/name&gt;
      &lt;arguments&gt;
      &lt;/arguments&gt;
    &lt;/buildCommand&gt;
    &lt;buildCommand&gt;
      &lt;name&gt;org.eclipse.dltk.core.scriptbuilder&lt;/name&gt;
      &lt;arguments&gt;
      &lt;/arguments&gt;
    &lt;/buildCommand&gt;
  &lt;/buildSpec&gt;
  &lt;natures&gt;
    &lt;nature&gt;org.eclipse.php.core.PHPNature&lt;/nature&gt;
  &lt;/natures&gt;
&lt;/projectDescription&gt;
</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=.Project+File+in+Eclipse+-+http://b2l.me/adfygs&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;title=.Project+File+in+Eclipse" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;t=.Project+File+in+Eclipse" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=.Project+File+in+Eclipse&amp;body=Link: http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20perhaps%20more%20a%20reference%20for%20me%20than%20for%20anyone%20else%20reading%20my%20blog%0D%0A%0D%0ABut%20I%20think%20it%20might%20come%20in%20quite%C2%A0useful%C2%A0someday.%0D%0A%0D%0AHere%27s%20a%20description%20of%20the%20project%20file%20of%20an%20eclipse%20project%3A%0D%0A%0D%0Ahttp%3A%2F%2Fhelp.eclipse.org%2Fganymede%2Findex.jsp%3Ftopic%3D%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fpro" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22.Project%20File%20in%20Eclipse%22&amp;body=Link: http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20perhaps%20more%20a%20reference%20for%20me%20than%20for%20anyone%20else%20reading%20my%20blog%0D%0A%0D%0ABut%20I%20think%20it%20might%20come%20in%20quite%C2%A0useful%C2%A0someday.%0D%0A%0D%0AHere%27s%20a%20description%20of%20the%20project%20file%20of%20an%20eclipse%20project%3A%0D%0A%0D%0Ahttp%3A%2F%2Fhelp.eclipse.org%2Fganymede%2Findex.jsp%3Ftopic%3D%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fpro" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;n=.Project+File+in+Eclipse&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;title=.Project+File+in+Eclipse" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;title=.Project+File+in+Eclipse&amp;summary=This%20is%20perhaps%20more%20a%20reference%20for%20me%20than%20for%20anyone%20else%20reading%20my%20blog%0D%0A%0D%0ABut%20I%20think%20it%20might%20come%20in%20quite%C2%A0useful%C2%A0someday.%0D%0A%0D%0AHere%27s%20a%20description%20of%20the%20project%20file%20of%20an%20eclipse%20project%3A%0D%0A%0D%0Ahttp%3A%2F%2Fhelp.eclipse.org%2Fganymede%2Findex.jsp%3Ftopic%3D%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fpro&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/&amp;title=.Project+File+in+Eclipse" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/zP2kmkYrVQA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/07/29/project-file-in-eclipse/</feedburner:origLink></item>
		<item>
		<title>the bucket list</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/jKMDd7sEXRI/</link>
		<comments>http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:32:42 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[bucket list]]></category>
		<category><![CDATA[walk america]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1553</guid>
		<description><![CDATA[Here&#8217;s a nice project, perhaps I could make my own list of things that I want to do before I die&#8230; Tweet This! Share this on del.icio.us Share this on Facebook Email this via Gmail Email this to a friend? Blog this on Blogger Subscribe to the comments for this post? Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice project, perhaps I could make my own list of things that I want to do before I die&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/lzRKEv6cHuk&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=nl_NL&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/lzRKEv6cHuk&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=nl_NL&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=the+bucket+list+-+http://b2l.me/ac7kh6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;title=the+bucket+list" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;t=the+bucket+list" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=the+bucket+list&amp;body=Link: http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%27s%20a%20nice%20project%2C%20perhaps%20I%20could%20make%20my%20own%20list%20of%20things%20that%20I%20want%20to%20do%20before%20I%20die...%0D%0A%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22the%20bucket%20list%22&amp;body=Link: http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%27s%20a%20nice%20project%2C%20perhaps%20I%20could%20make%20my%20own%20list%20of%20things%20that%20I%20want%20to%20do%20before%20I%20die...%0D%0A%0D%0A" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;n=the+bucket+list&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;title=the+bucket+list" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;title=the+bucket+list&amp;summary=Here%27s%20a%20nice%20project%2C%20perhaps%20I%20could%20make%20my%20own%20list%20of%20things%20that%20I%20want%20to%20do%20before%20I%20die...%0D%0A%0D%0A&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/&amp;title=the+bucket+list" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/jKMDd7sEXRI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/07/28/the-bucket-list/</feedburner:origLink></item>
		<item>
		<title>upgrade to the new version of PhpMyAdmin 3.3.4</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/v5-PFSfZos0/</link>
		<comments>http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 14:21:24 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[DEVelopment EXPerience]]></category>
		<category><![CDATA[study references]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1541</guid>
		<description><![CDATA[Since 28th of June, the new version of phpMyAdmin 3.3.4 came out and here is how you can upgrade your previously installed version to the newer one. My setup is on Windows with Wamp so if you have another local host running, you’ll have to adapt to your way of working, but I’ll bet that [...]]]></description>
			<content:encoded><![CDATA[<p>Since 28th of June, the new version of phpMyAdmin 3.3.4 came out and here is how you can upgrade your previously installed version to the newer one.<br />
My setup is on Windows with Wamp so if you have another local host running, you’ll have to adapt to your way of working, but I’ll bet that the difference isn’t that big.</p>
<p>My start screen looked something like this, on which we can see the older version and obviously it’s time to upgrade.</p>
<p style="text-align: center;"><a href="http://www.kennethvr.be/blog/wp-content/uploads/oldversion.jpg"><img class="size-full wp-image-1542 aligncenter" title="oldversion" src="http://www.kennethvr.be/blog/wp-content/uploads/oldversion.jpg" alt="" width="400" height="400" /></a></p>
<p style="text-align: left;">Go to the download page and download the latest version you prefer. As my whole environment is set in English I just select the <a href="http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.3.4%2FphpMyAdmin-3.3.4-english.7z/download#!md5!323edbe2a48ba71dfdf1fc73069c1742" target="_blank">phpMyAdmin-3.3.4-english.7z</a> version.</p>
<p>Second step is to extract the downloaded files to your local location and set the rights as you prefer. This can be done in different ways but I prefer the manual way, this is done by copying the config.sample.inc.php, renaming it to config.inc.php and change the preferences in the file as you prefer.</p>
<p>In my case the only two lines that had to be changed where:</p>
<pre class="brush: php;">
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = 'blabla';
</pre>
<p>If you need more information, it can be found in the documentation included in the package (documentation.txt).</p>
<p>If we go to the location on our local host now (in my case http://localhost/phpMyAdmin/) we get an error saying that we don’t have permissions to view this page.</p>
<p>In order to get this working we need to set the phpmyadmin.conf file and adapt it, the alias and directory need to be adapted to the freshly installed version.</p>
<pre class="brush: php;">
Alias /phpmyadmin &quot;C:\wamp\apps\phpMyAdmin-3.3.4-english&quot;

# to give access to phpmyadmin from outside
# replace the lines
#
#        Order Deny,Allow
#	Deny from all
#	Allow from 127.0.0.1
#
# by
#
#        Order Allow,Deny
#   Allow from all
#

&lt;Directory &quot;C:\wamp\apps\phpMyAdmin-3.3.4-english/&quot;&gt;
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1
&lt;/Directory&gt;
</pre>
<p>After restarting your local wamp, you’ll get the correct and new version of phpMyAdmin in your browser.</p>
<p><a href="http://www.kennethvr.be/blog/wp-content/uploads/newversion.jpg"><img class="aligncenter size-full wp-image-1543" title="newversion" src="http://www.kennethvr.be/blog/wp-content/uploads/newversion.jpg" alt="" width="400" height="400" /></a></p>
<p>Have fun.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4+-+http://b2l.me/aaaymj&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;title=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;t=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4&amp;body=Link: http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%2028th%20of%20June%2C%20the%20new%20version%20of%20phpMyAdmin%203.3.4%20came%20out%20and%20here%20is%20how%20you%20can%20upgrade%20your%20previously%20installed%20version%20to%20the%20newer%20one.%0D%0AMy%20setup%20is%20on%20Windows%20with%20Wamp%20so%20if%20you%20have%20another%20local%20host%20running%2C%20you%E2%80%99ll%20have%20to%20adapt%20to%20your%20way%20of%20working%2C%20but%20I%E2%80%99ll%20bet%20that%20the%20dif" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22upgrade%20to%20the%20new%20version%20of%20PhpMyAdmin%203.3.4%22&amp;body=Link: http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%2028th%20of%20June%2C%20the%20new%20version%20of%20phpMyAdmin%203.3.4%20came%20out%20and%20here%20is%20how%20you%20can%20upgrade%20your%20previously%20installed%20version%20to%20the%20newer%20one.%0D%0AMy%20setup%20is%20on%20Windows%20with%20Wamp%20so%20if%20you%20have%20another%20local%20host%20running%2C%20you%E2%80%99ll%20have%20to%20adapt%20to%20your%20way%20of%20working%2C%20but%20I%E2%80%99ll%20bet%20that%20the%20dif" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;n=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;title=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;title=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4&amp;summary=Since%2028th%20of%20June%2C%20the%20new%20version%20of%20phpMyAdmin%203.3.4%20came%20out%20and%20here%20is%20how%20you%20can%20upgrade%20your%20previously%20installed%20version%20to%20the%20newer%20one.%0D%0AMy%20setup%20is%20on%20Windows%20with%20Wamp%20so%20if%20you%20have%20another%20local%20host%20running%2C%20you%E2%80%99ll%20have%20to%20adapt%20to%20your%20way%20of%20working%2C%20but%20I%E2%80%99ll%20bet%20that%20the%20dif&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/&amp;title=upgrade+to+the+new+version+of+PhpMyAdmin+3.3.4" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/v5-PFSfZos0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/07/12/upgrade-to-the-new-version-of-phpmyadmin-3-3-4/</feedburner:origLink></item>
		<item>
		<title>Google Internet Summit 2009: The Future</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/2rZ_60Hq7To/</link>
		<comments>http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 10:11:16 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[Chip Elliot]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[moore]]></category>
		<category><![CDATA[Nick McKeown]]></category>
		<category><![CDATA[Paul Saffo]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1535</guid>
		<description><![CDATA[Here is a really really long video on the future of the internet by Chip Elliot, Nick McKeown, and Paul Saffo. One of the most interesting things is on 1:05:00 where he starts talking about robots becoming smarter than people. His example is about cars driving a race, without any human interaction, on a track [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a really really long video on the future of the internet by Chip Elliot, Nick McKeown, and Paul Saffo.<br />
One of the most interesting things is on 1:05:00 where he starts talking about robots becoming smarter than people.<br />
His example is about cars driving a race, without any human interaction, on a track just using sensors. Just a half hour before the race, where 9 out of ten cars get to the finish, an accident happens with real humans down the road and this confirms his theory on robots becoming better then people.</p>
<p>I believe that this is happening indeed, the only question is: When will robots take all possible issues and influences into account that only can be done by human common sense?<br />
That and the enormous amount of data that has to be processed will be the biggest issues to solve in the future.<br />
The amount of data of what is happening with us and around us increases on a daily basis and basic sensors won&#8217;t be sufficient&#8230;</p>
<p>I&#8217;m really curious where this is all heading. Following <a href="http://en.wikipedia.org/wiki/Moore's_law" target="_blank">Moore&#8217;s law</a>, doubling everything in the next 2 years, I will outlive all these inventions <img src='http://www.kennethvr.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>That is off course, if I stop drinking those loads of coffee&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/YP2Rp5x46OQ&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/YP2Rp5x46OQ&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+Internet+Summit+2009%3A+The+Future+-+http://b2l.me/9v7n6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;title=Google+Internet+Summit+2009%3A+The+Future" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;t=Google+Internet+Summit+2009%3A+The+Future" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Google+Internet+Summit+2009%3A+The+Future&amp;body=Link: http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%20is%20a%20really%20really%20long%20video%20on%20the%20future%20of%20the%20internet%20by%20Chip%20Elliot%2C%20Nick%20McKeown%2C%20and%20Paul%20Saffo.%0D%0AOne%20of%20the%20most%20interesting%20things%20is%20on%201%3A05%3A00%20where%20he%20starts%20talking%20about%20robots%20becoming%20smarter%20than%20people.%0D%0AHis%20example%20is%20about%20cars%20driving%20a%20race%2C%20without%20any%20human%20interaction" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Google%20Internet%20Summit%202009%3A%20The%20Future%22&amp;body=Link: http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%20is%20a%20really%20really%20long%20video%20on%20the%20future%20of%20the%20internet%20by%20Chip%20Elliot%2C%20Nick%20McKeown%2C%20and%20Paul%20Saffo.%0D%0AOne%20of%20the%20most%20interesting%20things%20is%20on%201%3A05%3A00%20where%20he%20starts%20talking%20about%20robots%20becoming%20smarter%20than%20people.%0D%0AHis%20example%20is%20about%20cars%20driving%20a%20race%2C%20without%20any%20human%20interaction" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;n=Google+Internet+Summit+2009%3A+The+Future&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;title=Google+Internet+Summit+2009%3A+The+Future" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;title=Google+Internet+Summit+2009%3A+The+Future&amp;summary=Here%20is%20a%20really%20really%20long%20video%20on%20the%20future%20of%20the%20internet%20by%20Chip%20Elliot%2C%20Nick%20McKeown%2C%20and%20Paul%20Saffo.%0D%0AOne%20of%20the%20most%20interesting%20things%20is%20on%201%3A05%3A00%20where%20he%20starts%20talking%20about%20robots%20becoming%20smarter%20than%20people.%0D%0AHis%20example%20is%20about%20cars%20driving%20a%20race%2C%20without%20any%20human%20interaction&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/&amp;title=Google+Internet+Summit+2009%3A+The+Future" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/2rZ_60Hq7To" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/07/09/google-internet-summit-2009-the-future/</feedburner:origLink></item>
		<item>
		<title>Designing the Obama Campaign by Scott Thomas</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/wvSusUzkVtE/</link>
		<comments>http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 08:46:23 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[study references]]></category>
		<category><![CDATA[analyse]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[Onit]]></category>
		<category><![CDATA[Scott Thomas]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[versioning]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1522</guid>
		<description><![CDATA[Very inspirational speech by Scott Thomas, lead designer on the Obama Campaign. Every designer and project manager should take a look at this video, superb. The &#8216;on it&#8217; joke is one to remember, even the best make mistakes, roflmao! Tweet This! Share this on del.icio.us Share this on Facebook Email this via Gmail Email this [...]]]></description>
			<content:encoded><![CDATA[<p>Very inspirational speech by Scott Thomas, lead designer on the Obama Campaign.</p>
<p>Every designer and project manager should take a look at this video, superb.</p>
<p>The &#8216;on it&#8217; joke is one to remember, even the best make mistakes, roflmao!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5943199&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=e91c6b&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="600" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=5943199&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=e91c6b&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Designing+the+Obama+Campaign+by+Scott+Thomas+-+http://b2l.me/ytybB&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;title=Designing+the+Obama+Campaign+by+Scott+Thomas" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;t=Designing+the+Obama+Campaign+by+Scott+Thomas" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Designing+the+Obama+Campaign+by+Scott+Thomas&amp;body=Link: http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Very%20inspirational%20speech%20by%20Scott%20Thomas%2C%20lead%20designer%20on%20the%20Obama%20Campaign.%0D%0A%0D%0AEvery%20designer%20and%20project%20manager%20should%20take%20a%20look%20at%20this%20video%2C%20superb.%0D%0A%0D%0AThe%20%27on%20it%27%20joke%20is%20one%20to%20remember%2C%20even%20the%20best%20make%20mistakes%2C%20roflmao%21%0D%0A%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Designing%20the%20Obama%20Campaign%20by%20Scott%20Thomas%22&amp;body=Link: http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Very%20inspirational%20speech%20by%20Scott%20Thomas%2C%20lead%20designer%20on%20the%20Obama%20Campaign.%0D%0A%0D%0AEvery%20designer%20and%20project%20manager%20should%20take%20a%20look%20at%20this%20video%2C%20superb.%0D%0A%0D%0AThe%20%27on%20it%27%20joke%20is%20one%20to%20remember%2C%20even%20the%20best%20make%20mistakes%2C%20roflmao%21%0D%0A%0D%0A" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;n=Designing+the+Obama+Campaign+by+Scott+Thomas&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;title=Designing+the+Obama+Campaign+by+Scott+Thomas" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;title=Designing+the+Obama+Campaign+by+Scott+Thomas&amp;summary=Very%20inspirational%20speech%20by%20Scott%20Thomas%2C%20lead%20designer%20on%20the%20Obama%20Campaign.%0D%0A%0D%0AEvery%20designer%20and%20project%20manager%20should%20take%20a%20look%20at%20this%20video%2C%20superb.%0D%0A%0D%0AThe%20%27on%20it%27%20joke%20is%20one%20to%20remember%2C%20even%20the%20best%20make%20mistakes%2C%20roflmao%21%0D%0A%0D%0A&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/&amp;title=Designing+the+Obama+Campaign+by+Scott+Thomas" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/wvSusUzkVtE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/06/03/designing-the-obama-campaign-by-scott-thomas/</feedburner:origLink></item>
		<item>
		<title>Mysql-bin files ate up all disc space</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/JJGQJZode9w/</link>
		<comments>http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:10:40 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[DEVelopment EXPerience]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql-bin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1508</guid>
		<description><![CDATA[Since a few weeks I got the problem that my C drive was getting completely filled and I didn’t found where it came from. Well seems like the MySQL-bin log files where eating up all of the space on the C as my Wamp folder is located there. I have a Wamp running with Apache [...]]]></description>
			<content:encoded><![CDATA[<p>Since a few weeks I got the problem that my C drive was getting completely filled and I didn’t found where it came from. Well seems like the MySQL-bin log files where eating up all of the space on the C as my Wamp folder is located there.</p>
<p>I have a Wamp running with Apache 2.2.14, PHP 5.2.11 and MySQL 5.1.41 and log files are stored locally in the bin folder.</p>
<p>Over the past few months those bin logs grew to huge files and where taking over 7 GB in space.</p>
<p>It could be good to know what those MySQL-bin log files are:</p>
<p style="padding-left: 30px;"><em>The binary log contains “events” that describe database changes such as table creation operations or changes to table data. It also contains events for statements that potentially could have made changes (for example, a </em><a title="12.2.2. DELETE Syntax" href="http://dev.mysql.com/doc/refman/5.0/en/delete.html"><code><em>DELETE</em></code></a><em> which matched no rows). The binary log also contains information about how long each statement took that updated data.</em></p>
<p>So if I understand this correctly, these files are completely useless in my personal case. Time to remove them, but can you do that without destroying my whole setup?<br />
Well the answer is quite easy: Yes!</p>
<p>How then: well go to your MySQL prompt and run this commando to get an overview of all current bin files.</p>
<pre class="brush: plain;">
MySQL &gt; show binary logs;
</pre>
<p>An overview of binary logs is given.</p>
<p><a href="http://www.kennethvr.be/blog/wp-content/uploads/binary-logs.jpg"><img class="size-full wp-image-1512 alignnone" title="show binary logs" src="http://www.kennethvr.be/blog/wp-content/uploads/binary-logs.jpg" alt="show binary logs" width="299" height="139" /></a></p>
<p>Then simply remove all files that are changed before a certain date:</p>
<pre class="brush: plain;">
MySQL &gt; PURGE MASTER LOGS BEFORE '2010-06-01 00:00:00';
</pre>
<p>And all magic is been done, logs are removed and you can start all over again filling up all space on your C drive.</p>
<p>To turn off log-bin, edit /etc/mysql/my.cnf and comment out log-bin:<br />
#log-bin = &lt;your-value&gt;</p>
<p>Have fun.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mysql-bin+files+ate+up+all+disc+space+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Too many connections&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;title=Mysql-bin+files+ate+up+all+disc+space" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;t=Mysql-bin+files+ate+up+all+disc+space" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Mysql-bin+files+ate+up+all+disc+space&amp;body=Link: http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%20a%20few%20weeks%20I%20got%20the%20problem%20that%20my%20C%20drive%20was%20getting%20completely%20filled%20and%20I%20didn%E2%80%99t%20found%20where%20it%20came%20from.%20Well%20seems%20like%20the%20MySQL-bin%20log%20files%20where%20eating%20up%20all%20of%20the%20space%20on%20the%20C%20as%20my%20Wamp%20folder%20is%20located%20there.%0D%0A%0D%0AI%20have%20a%20Wamp%20running%20with%20Apache%202.2.14%2C%20PHP%205.2.11%20and" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Mysql-bin%20files%20ate%20up%20all%20disc%20space%22&amp;body=Link: http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%20a%20few%20weeks%20I%20got%20the%20problem%20that%20my%20C%20drive%20was%20getting%20completely%20filled%20and%20I%20didn%E2%80%99t%20found%20where%20it%20came%20from.%20Well%20seems%20like%20the%20MySQL-bin%20log%20files%20where%20eating%20up%20all%20of%20the%20space%20on%20the%20C%20as%20my%20Wamp%20folder%20is%20located%20there.%0D%0A%0D%0AI%20have%20a%20Wamp%20running%20with%20Apache%202.2.14%2C%20PHP%205.2.11%20and" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;n=Mysql-bin+files+ate+up+all+disc+space&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;title=Mysql-bin+files+ate+up+all+disc+space" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;title=Mysql-bin+files+ate+up+all+disc+space&amp;summary=Since%20a%20few%20weeks%20I%20got%20the%20problem%20that%20my%20C%20drive%20was%20getting%20completely%20filled%20and%20I%20didn%E2%80%99t%20found%20where%20it%20came%20from.%20Well%20seems%20like%20the%20MySQL-bin%20log%20files%20where%20eating%20up%20all%20of%20the%20space%20on%20the%20C%20as%20my%20Wamp%20folder%20is%20located%20there.%0D%0A%0D%0AI%20have%20a%20Wamp%20running%20with%20Apache%202.2.14%2C%20PHP%205.2.11%20and&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/&amp;title=Mysql-bin+files+ate+up+all+disc+space" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/JJGQJZode9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/06/02/mysql-bin-files-ate-up-all-disc-space/</feedburner:origLink></item>
		<item>
		<title>Manage your directory structure for development</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/bwFnE0ASZgM/</link>
		<comments>http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 10:31:03 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[DEVelopment EXPerience]]></category>
		<category><![CDATA[study references]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Groove]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[versioning]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1479</guid>
		<description><![CDATA[It isn’t easy to get your client data organized correctly and above all convenient. When you start out on a project you don’t need a complex structure, but as your project grows, you’ll see that your initial small structure grows very fast. Five years ago it might have been sufficient to just work with the [...]]]></description>
			<content:encoded><![CDATA[<p>It isn’t easy to get your client data organized correctly and above all convenient. When you start out on a project you don’t need a complex structure, but as your project grows, you’ll see that your initial small structure grows very fast. Five years ago it might have been sufficient to just work with the mails clients send to you but today, that isn’t enough for several reasons:</p>
<ul style="margin-bottom: 25px;">
<li>colleagues need access to data that is included in the mail</li>
<li>you need backup files of your development files</li>
<li>planning has to be made and followed</li>
<li>you and others need to find information quickly in the future</li>
</ul>
<p>These and many other reasons can have an influence on your method of working, but I’ll try to explain a few possibilities on how to organize your data properly and correctly. At least, this is how my way of doing things, from experiences I got along the past 5 years.</p>
<p>Most correspondence is done via mail to a specific contact person and he is in my opinion, one of the most important people in the whole cycle. He needs to develop a habit of managing the files directly as soon as he got them and if they might be important for analyze or development of the project. These actions should be done if we are dealing with: source files for development (images, xml …), documents (Word, Excel…) or feedback.</p>
<p>As files should be available for everyone who will work on the project, a shared folder is a good option. Different solutions are possible: Microsoft Groove, SharePoint, a folder on a server with a versioning system placed on it and many other ways. Personally I prefer a shared folder on a local server (if all users have access on this server) with <a href="http://git-scm.com/" target="_blank">Git</a> or <a href="http://subversion.tigris.org/" target="_blank">SVN</a> to do the versioning. In this way data will never be lost and everyone has access to the repository.</p>
<p>For more information on Git, I recommend everyone to look at the video, it’s the one I saw <a href="http://schacon.github.com/" target="_blank">Scott Chacon</a> do on the Symfony Live conference in Paris and I must say that it was one of the most clarifying talks I have ever seen on the complex topic of versioning.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="620" height="445" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="111111" /><param name="src" value="http://www.gitcasts.com/flowplayer/FlowPlayerLight.swf?config=%7Bembedded%3Atrue%2CbaseURL%3A%27http%3A%2F%2Fwww%2Egitcasts%2Ecom%2Fflowplayer%27%2CvideoFile%3A%27http%3A%2F%2Fmedia%2Egitcasts%2Ecom%2Fgit%2Dtalk%2Eflv%27%2CautoBuffering%3Afalse%2CautoPlay%3Afalse%7D" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="620" height="445" src="http://www.gitcasts.com/flowplayer/FlowPlayerLight.swf?config=%7Bembedded%3Atrue%2CbaseURL%3A%27http%3A%2F%2Fwww%2Egitcasts%2Ecom%2Fflowplayer%27%2CvideoFile%3A%27http%3A%2F%2Fmedia%2Egitcasts%2Ecom%2Fgit%2Dtalk%2Eflv%27%2CautoBuffering%3Afalse%2CautoPlay%3Afalse%7D" allowfullscreen="true" bgcolor="111111"></embed></object></p>
<p>The folder you place your files in has to be logically split up in the way you prefer it. I had 2 different ways of organizing my data as I was, art of the time, developing small projects for different customers and developing for one big software.<br />
In the case of the customers I chose to separate everything per client</p>
<div id="attachment_1481" class="wp-caption alignnone" style="width: 185px"><a href="http://www.kennethvr.be/blog/wp-content/uploads/clientSeperate.jpg"><img class="size-full wp-image-1481" title="client seperated structure" src="http://www.kennethvr.be/blog/wp-content/uploads/clientSeperate.jpg" alt="" width="175" height="172" /></a><p class="wp-caption-text">client seperated structure</p></div>
<p>As you see everything is split up into customers and sub folders are created as needed, I generally start out with 3 folder: analyse, delivered and work area, each with there own topic related sub folders.</p>
<p>Note that I always use the camel-Case way of writing, this increases readability without using underscores or other special characters. A lot of sources recommend the use of dates in the naming convention, but personally I believe this is not a good way of working. In a versioning system (like Git) the update datetime of files often changes and it would be an extra workload to change the date in the name each time. From my experience, these kinds of updates are often forgotten and date of files and folders is most of the time viewable in explorer windows or Linux (ls –l commando).</p>
<p>In case of the one big software we were developing, we agreed to create 1 folder containing different sub folders for each small sub-project organized by: analyse, customer and documents.</p>
<div id="attachment_1483" class="wp-caption alignnone" style="width: 142px"><a href="http://www.kennethvr.be/blog/wp-content/uploads/software.jpg"><img class="size-full wp-image-1483" title="software system" src="http://www.kennethvr.be/blog/wp-content/uploads/software.jpg" alt="" width="132" height="268" /></a><p class="wp-caption-text">software system</p></div>
<p>As you can see the structure you use is strongly dependent on the project you are working on, and is a part of development that has to be custom made, but if you start out with one of these basics, I guess you are taking the correct path.</p>
<p>A few things you might ask yourself before creating this kind of structure and will influence your choice are:</p>
<ul style="margin-bottom: 25px;">
<li>What entities and kinds of entities need to be stored?</li>
<li>Who needs access to the data?</li>
<li>Why do they need access it?</li>
<li>Are there any existing standards your organization is following?<br />
The bigger your company is, the harder it might be to change the current way of working.</li>
</ul>
<p>Hope this works for you&#8230; it does for me&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Manage+your+directory+structure+for+development+-+http://b2l.me/ybmd8&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;title=Manage+your+directory+structure+for+development" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;t=Manage+your+directory+structure+for+development" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Manage+your+directory+structure+for+development&amp;body=Link: http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%20isn%E2%80%99t%20easy%20to%20get%20your%20client%20data%20organized%20correctly%20and%20above%20all%20convenient.%20When%20you%20start%20out%20on%20a%20project%20you%20don%E2%80%99t%20need%20a%20complex%20structure%2C%20but%20as%20your%20project%20grows%2C%20you%E2%80%99ll%20see%20that%20your%20initial%20small%20structure%20grows%20very%20fast.%20Five%20years%20ago%20it%20might%20have%20been%20sufficient%20to%20just%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Manage%20your%20directory%20structure%20for%20development%22&amp;body=Link: http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%20isn%E2%80%99t%20easy%20to%20get%20your%20client%20data%20organized%20correctly%20and%20above%20all%20convenient.%20When%20you%20start%20out%20on%20a%20project%20you%20don%E2%80%99t%20need%20a%20complex%20structure%2C%20but%20as%20your%20project%20grows%2C%20you%E2%80%99ll%20see%20that%20your%20initial%20small%20structure%20grows%20very%20fast.%20Five%20years%20ago%20it%20might%20have%20been%20sufficient%20to%20just%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;n=Manage+your+directory+structure+for+development&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;title=Manage+your+directory+structure+for+development" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;title=Manage+your+directory+structure+for+development&amp;summary=It%20isn%E2%80%99t%20easy%20to%20get%20your%20client%20data%20organized%20correctly%20and%20above%20all%20convenient.%20When%20you%20start%20out%20on%20a%20project%20you%20don%E2%80%99t%20need%20a%20complex%20structure%2C%20but%20as%20your%20project%20grows%2C%20you%E2%80%99ll%20see%20that%20your%20initial%20small%20structure%20grows%20very%20fast.%20Five%20years%20ago%20it%20might%20have%20been%20sufficient%20to%20just%20&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/&amp;title=Manage+your+directory+structure+for+development" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/bwFnE0ASZgM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/06/01/manage-your-directory-structure-for-development/</feedburner:origLink></item>
		<item>
		<title>Windows Mobile Application junkyard</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/69ZMJ8qmIrM/</link>
		<comments>http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/#comments</comments>
		<pubDate>Fri, 28 May 2010 10:06:02 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1469</guid>
		<description><![CDATA[Since a year I&#8217;ve been an owner of a Samsung Omnia with Windows Mobile OS 6.1 on it and I must say I&#8217;m a bit disappointed in Microsoft when it comes to application management. If you compare this software with Apple iPhone, BlackBerry or Android, they all have a better application management. You can actually [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kennethvr.be/blog/wp-content/uploads/wm6.jpg"><img class="alignright size-full wp-image-1474" title="wm6" src="http://www.kennethvr.be/blog/wp-content/uploads/wm6.jpg" alt="" width="400" height="329" /></a>Since a year I&#8217;ve been an owner of a Samsung Omnia with Windows Mobile OS 6.1 on it and I must say I&#8217;m a bit disappointed in Microsoft when it comes to application management. If you compare this software with Apple iPhone, BlackBerry or Android, they all have a better application management.</p>
<p>You can actually find some applications for those systems, as for Windows Mobile you should search for them on Google, or use ugly, inconvenient websites like: <a href="http://www.1800pocketpc.com/" target="_blank">1800 pocket pc</a>, <a href="http://wmpoweruser.com/" target="_blank">WMPoweruser</a> or <a href="http://www.wm6software.net/" target="_blank">WM6 software</a>.<br />
WTF is that all about, they only share crappy designed applications and after installing some of them, you want to get rid of them within 5 minutes. Off course there is nothing they should be ashamed off, don&#8217;t shoot the messenger, but what the hell does Microsoft about the situation? nothing&#8230; I don&#8217;t think they are going to survive on a quickly evolving mobile market, but if I&#8217;m wrong, please correct me, or prove me wrong.</p>
<p>On the <a href="http://www.microsoft.com/windowsmobile/en-us/meet/marketplace.mspx" target="_blank">windows mobile website</a> there are a few applications that are actually usable, but the marketplace they created is under expectations if you ask me. I think the community isn&#8217;t that interested in building applications if it&#8217;s too difficult, resolutions of different screens and phone  specifications are often the problem and nothing is user friendly&#8230;</p>
<p>Haven&#8217;t they got the clue why iPhone uses those big finger friendly buttons, or why blackberry has that nice joystick in the middle of the phone? Common people, the phones are ok, why are the applications so crappy? I presume that the strategy for future phones slightly changed, but I don&#8217;t think that I will buy a Microsoft OS phone in the future&#8230;</p>
<p>And what the f*ck is that <a href="http://myphone.microsoft.com/mkweb/Start.po?mkt=en-US&amp;ocid=adv_enus_WP_HP" target="_blank">MyPhone</a> thing all about? Who the hell wants to have all his pictures on his phone uploaded to his MyPhone space as a backup. This takes hours before 200-300 pictures are uploaded if you are even lucky not to get disconnected or get an error on your phone. For those kind of actions cables and usb connections where invented&#8230;..</p>
<p>I thought of building an application for the upcoming World Championship in South-Africa, but I stopped digging in to it, as it was too complicated building an app that would suit all windows operated phones. I guess that there are a lot of designers and developers out there with the same hesitation and then I&#8217;m not even talking about the <a href="http://www.microsoft.com/belux/nl/visualstudio/products" target="_blank">Visual Studio environment</a> you should develop in&#8230; How the hell can you create a development community if there is a super expensive .Net framework in a developers way (700 $ &#8211; 11000$).</p>
<p>In times where user friendliness and simplicity stand central, this method will fail&#8230; shame on you Microsoft&#8230; take action, this won&#8217;t last for ever.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Windows+Mobile+Application+junkyard+-+http://b2l.me/ybnaa&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;title=Windows+Mobile+Application+junkyard" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;t=Windows+Mobile+Application+junkyard" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Windows+Mobile+Application+junkyard&amp;body=Link: http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%20a%20year%20I%27ve%20been%20an%20owner%20of%20a%20Samsung%20Omnia%20with%20Windows%20Mobile%20OS%206.1%20on%20it%20and%20I%20must%20say%20I%27m%20a%20bit%20disappointed%20in%20Microsoft%20when%20it%20comes%20to%20application%20management.%20If%20you%20compare%20this%20software%20with%20Apple%20iPhone%2C%20BlackBerry%20or%20Android%2C%20they%20all%20have%20a%20better%20application%20management.%0D%0A%0D%0AYou" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Windows%20Mobile%20Application%20junkyard%22&amp;body=Link: http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Since%20a%20year%20I%27ve%20been%20an%20owner%20of%20a%20Samsung%20Omnia%20with%20Windows%20Mobile%20OS%206.1%20on%20it%20and%20I%20must%20say%20I%27m%20a%20bit%20disappointed%20in%20Microsoft%20when%20it%20comes%20to%20application%20management.%20If%20you%20compare%20this%20software%20with%20Apple%20iPhone%2C%20BlackBerry%20or%20Android%2C%20they%20all%20have%20a%20better%20application%20management.%0D%0A%0D%0AYou" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;n=Windows+Mobile+Application+junkyard&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;title=Windows+Mobile+Application+junkyard" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;title=Windows+Mobile+Application+junkyard&amp;summary=Since%20a%20year%20I%27ve%20been%20an%20owner%20of%20a%20Samsung%20Omnia%20with%20Windows%20Mobile%20OS%206.1%20on%20it%20and%20I%20must%20say%20I%27m%20a%20bit%20disappointed%20in%20Microsoft%20when%20it%20comes%20to%20application%20management.%20If%20you%20compare%20this%20software%20with%20Apple%20iPhone%2C%20BlackBerry%20or%20Android%2C%20they%20all%20have%20a%20better%20application%20management.%0D%0A%0D%0AYou&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/&amp;title=Windows+Mobile+Application+junkyard" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/69ZMJ8qmIrM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/05/28/windows-mobile-application-junkyard/</feedburner:origLink></item>
		<item>
		<title>Unit testing in Symfony</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/FN40RQ85zq4/</link>
		<comments>http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/#comments</comments>
		<pubDate>Wed, 26 May 2010 10:42:49 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[DEVelopment EXPerience]]></category>
		<category><![CDATA[adil akhter]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[lime]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[yml]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1446</guid>
		<description><![CDATA[I hope I don’t have to convince you of the importance of unit testing&#8230; and if I do, just read this post from Adil Akhter on the importance of unit testing. In Symfony, A lime test library has been included and makes it easy for us to do these kinds of tests. You can do [...]]]></description>
			<content:encoded><![CDATA[<p>I hope I don’t have to convince you of the importance of unit testing&#8230; and if I do, just read this post from Adil Akhter on <a href="http://weblogs.asp.net/adilakhter/archive/2008/04/18/why-unit-testing-is-so-important.aspx" target="_blank">the importance of unit testing</a>.</p>
<p>In Symfony, A lime test library has been included and makes it easy for us to do these kinds of tests.<br />
You can do this by requiring the unit.php file that is included in the Symfony package.</p>
<p>And create an instance of the lime_test class</p>
<pre class="brush: php;">
require_once dirname(__FILE__).'/../bootstrap/unit.php';

$t = new lime_test(3, new lime_output_color());
</pre>
<p>In this case with initialize $t as an instance of lime_test and in the constructor we set 3 as variable, being the number of tests we want to run.</p>
<p>If we run this test in a command prompt, it will execute our test and display the results line by line.<br />
To make it more readable you could set extra text like this:</p>
<pre class="brush: php;">
$t-&gt;diag(‘this is the start of the test’);
</pre>
<p>From the moment the class was initialized, you can create any test you want by simply using the predefined functions in the lime_test class.</p>
<p><strong>Diag </strong>generates text<br />
<strong> is </strong>compares two values<br />
<strong> like </strong>compares two strings<br />
and so on…</p>
<p>In our little test we simply use ‘is’ as we only want to check if the values that have been calculated are correct if we run it trough a function.</p>
<p>What we want to do is do a unit test of 2 functions, one called sum and one called multiply. The best way to test them is to split them up into 2 unit tests, but in my example, I’ll test them both at once.</p>
<p>The data we can use for this test is set up in an YML file called fixtures.yml and is placed in the same folder as the file that contains the unit test.<br />
I like using this YML file for this kind of tests for several reasons:</p>
<ul>
<li>You can set a huge amount of test data (almost equal to xml)</li>
<li>The test data is separated from the code, and code is therefore more readable</li>
</ul>
<p>We save our file in the same folder as the yml file and call it: SumTest.php, the yml file, containing all the test data is called fixtures.yml.<br />
Here is all code that I wrote in the SumTest.php file, and under the code, you can find the complete explanation.</p>
<pre class="brush: php;">
require_once(dirname(__FILE__).'/../../bootstrap/unit.php');

/**
 * Sum of set of values
 * @param array $inputData
 * @return integer $sum
 */
function sum($inputData){
  $sum = 0;
  $sum = $inputData['a'] + $inputData['b'] + $inputData['c'];
  return $sum;
}

/**
 * Multiply set of values
 * @param array $inputData
 * @return integer $multiply
 */
function multiply($inputData){
  $multiply = 0;
  $multiply = $inputData['a'] * $inputData['b'] * $inputData['c'];
  return $multiply;
}

// Initialize the test engine.
$t = new lime_test(6, new lime_output_color());

$t-&gt;diag('Our small function test');

// retrieve test data
$dataProvider = sfYaml::load(dirname(__FILE__) . &quot;/fixtures.yml&quot;);

//loop tests
foreach($dataProvider as $testId =&gt; $testData) {

  //for each test run the test data trough the functions, retrieving a result
  $sum = sum($testData['input']);
  $multiply = multiply($testData['input']);

  //get the expected data from the yml file
  $expectedData = $testData['expected'];

  //do the actual unit test for the sum and multiply
  $t-&gt;is($sum, $expectedData['sum'], &quot; Result of the sum is: &quot; . $sum);
  $t-&gt;is($multiply, $expectedData['multiply'], &quot; Result of the multiplication is: &quot; . $multiply);
}
</pre>
<p>On top of the file I wrote 2 functions that I wanted to test, sum and multiply, a better way would be to include them from the file where they were originally placed and used. If you copy your method in your test, and later change the original method, your test will be totally useless, so be sure to include that in stead of copying it.</p>
<p>The both simply loop the data and add or multiply it and finally return the result.</p>
<p>After initializing our lime_test and displaying a line on the output, we get all test data from the YML file.</p>
<p>We can execute all tests by looping them and using the test data by sending it trough our 2 functions we wrote on top of the page.<br />
Get the expected results out of that same YML file and run them both trough the unit tests.</p>
<p>In our case we simply compare the result of the function with the expected result giving a third parameter as output result on success, or giving an error on failure.</p>
<p>In our YML file data is set as followed.</p>
<pre class="brush: php;">
Test1:
  input: { a: 17, b: 26, c: 35}
  expected: { sum: 78, multiply: 15470 }

Test2:
  input: { a: 2, b: 13, c: 18}
  expected: { sum: 33, multiply: 468 }

Test3:
  input: { a: 3, b: 0, c: 1500}
  expected: { sum: 1503, multiply: 0 }
</pre>
<p>If we run our test in dos prompt, we see that all results went just fine, even when trying to multiply by 0 as this was an expected output.<br />
You can run your test by calling Symfony test:unit and then the name of your test without Test.php on the end(Remember our file was called SumTest.php).<br />
<a href="http://www.kennethvr.be/blog/wp-content/uploads/output1.jpg"><img class="alignnone size-full wp-image-1458" title="output" src="http://www.kennethvr.be/blog/wp-content/uploads/output1.jpg" alt="" width="543" height="129" /></a><br />
Hope this was a bit clear for y&#8217;all.<br />
greetings.<br />
K.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Unit+testing+in+Symfony+-+http://b2l.me/ybnat&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;title=Unit+testing+in+Symfony" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;t=Unit+testing+in+Symfony" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Unit+testing+in+Symfony&amp;body=Link: http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20hope%20I%20don%E2%80%99t%20have%20to%20convince%20you%20of%20the%20importance%20of%20unit%20testing...%20and%20if%20I%20do%2C%20just%20read%20this%20post%20from%20Adil%20Akhter%20on%20the%20importance%20of%20unit%20testing.%0D%0A%0D%0AIn%20Symfony%2C%20A%20lime%20test%20library%20has%20been%20included%20and%20makes%20it%20easy%20for%20us%20to%20do%20these%20kinds%20of%20tests.%0D%0AYou%20can%20do%20this%20by%20requiring%20the%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Unit%20testing%20in%20Symfony%22&amp;body=Link: http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20hope%20I%20don%E2%80%99t%20have%20to%20convince%20you%20of%20the%20importance%20of%20unit%20testing...%20and%20if%20I%20do%2C%20just%20read%20this%20post%20from%20Adil%20Akhter%20on%20the%20importance%20of%20unit%20testing.%0D%0A%0D%0AIn%20Symfony%2C%20A%20lime%20test%20library%20has%20been%20included%20and%20makes%20it%20easy%20for%20us%20to%20do%20these%20kinds%20of%20tests.%0D%0AYou%20can%20do%20this%20by%20requiring%20the%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;n=Unit+testing+in+Symfony&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;title=Unit+testing+in+Symfony" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;title=Unit+testing+in+Symfony&amp;summary=I%20hope%20I%20don%E2%80%99t%20have%20to%20convince%20you%20of%20the%20importance%20of%20unit%20testing...%20and%20if%20I%20do%2C%20just%20read%20this%20post%20from%20Adil%20Akhter%20on%20the%20importance%20of%20unit%20testing.%0D%0A%0D%0AIn%20Symfony%2C%20A%20lime%20test%20library%20has%20been%20included%20and%20makes%20it%20easy%20for%20us%20to%20do%20these%20kinds%20of%20tests.%0D%0AYou%20can%20do%20this%20by%20requiring%20the%20&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/&amp;title=Unit+testing+in+Symfony" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/FN40RQ85zq4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/05/26/unit-testing-in-symfony/</feedburner:origLink></item>
		<item>
		<title>Kick those colleagues asses … or not.</title>
		<link>http://feedproxy.google.com/~r/Kennethvr/~3/UTZ9X2Fl6Co/</link>
		<comments>http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:32:58 +0000</pubDate>
		<dc:creator>Kenneth van Rumste</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[boss]]></category>
		<category><![CDATA[colleague]]></category>
		<category><![CDATA[deal]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[let it go]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[smoke]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://www.kennethvr.be/blog/?p=1419</guid>
		<description><![CDATA[An issue free work environment doesn&#8217;t exist, lets face it, everybody has some issues on what his colleagues do or what is happing within 3 feet from your desk. Some have the most obvious laughter, others have to tap on your desk every time they pass by, I even heard my brother in law go [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kennethvr.be/blog/wp-content/uploads/computer_smash.jpg"></a><a href="http://www.kennethvr.be/blog/wp-content/uploads/mba0797l.jpg"><img class="alignright size-full wp-image-1436" title="mba0797l" src="http://www.kennethvr.be/blog/wp-content/uploads/mba0797l.jpg" alt="" width="348" height="400" /></a>An issue free work environment doesn&#8217;t exist, lets face it, everybody has some issues on what his colleagues do or what is happing within 3 feet from your desk.</p>
<p>Some have the most obvious laughter, others have to tap on your desk every time they pass by, I even heard my brother in law go completely crazy on a sound his colleague made if they where talking too loud. It&#8217;s funny to watch those things or hear those stories on how people get irritated by others. This is not something new, everybody hates the habits of others, and what might be something stupid in the beginning and might end up as being the reason to beat up the guy (or girl, girls have those habits too you know, I never meet any on my work as I&#8217;m a it-nerd, the root of all evil).</p>
<p>Improving your working environment isn&#8217;t easy at all but there might be some things you can do:</p>
<p><strong>Buy yourself a stress ball</strong></p>
<p style="padding-left: 30px;">Every time you hear or see something that irritates you, start squeezing the damn thing like it&#8217;s the dudes head.<br />
Another thing you can do, and is a more common method, is counting to 10 very slowly. This might end up in counting number all day long, but hey, better counting than smashing someones face in I guess.</p>
<p><strong>Start smoking</strong></p>
<p style="padding-left: 30px;">This might not be the most healthy way, but as I was a smoker once, many moons ago, it got me a little distressed on the funkiest, deadline moments. I used to always go for this excuse to get away for a five minute break (7 actually, as this is the average time of smoking a cigarette) and from the moment I stopped smoking this was the most difficult habit to get rid of. But hey, I did it and am now already more then 2 years smoke free.&lt;</p>
<p style="padding-left: 30px;">So actually, don&#8217;t start smoking, and to all the smokers out there, stop smoking and buy yourself a stress ball.<br />
I know that there are 10 000 friends and relatives that tried to convince you on the health issue, but hey, try these reasons:</p>
<ul style="padding-left: 30px;">
<li>On a yearly base if you stop smoking your pack a day you save (following Belgium prices)  about 1700 €. Common man, that&#8217;s almost 3 days of work (just kidding).</li>
<li>Your 7 minutes you smoke per cigarette, for 20 times a day takes you about 51100 minutes in a year you are inhaling toxic air and being unproductive, man that&#8217;s  851 hours or 35 days!!!</li>
<li>if you&#8217;re young it looks cool to smoke, but as the <a href="http://www.youtube.com/watch?v=EvfsUX4Np0c" target="_blank">Editors</a> say, have you ever seen those smokers outside of hospital doors, they are the saddest thing in the world&#8230;</li>
</ul>
<p style="padding-left: 30px;">I guess I made my point here <img src='http://www.kennethvr.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Just&#8230; let it go</strong></p>
<p style="padding-left: 30px;">Stop trying to make it a better world, you will be doing this the rest of your life trying to improve people, just face it, it&#8217;s not worth the time. Pick the people you need to change carefully&#8230;</p>
<p><strong>Report it to your boss</strong></p>
<p style="padding-left: 30px;">Let him do the dirty job of facing the person with the problem. You need a reason why?<br />
- Well he won&#8217;t get beaten up, as he is the boss and can say whatever he wants to his employees (in the right way off course)<br />
- He has the actual power of changing people, and probably or hopefully the correct people skills to do this.</p>
<p style="padding-left: 30px;">Make sure that, if you choose this way, that the person doesn&#8217;t know that you are the one that started nagging to the boss, otherwise you might end up getting beaten after all <img src='http://www.kennethvr.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Deal with it yourself</strong></p>
<p style="padding-left: 30px;">This might be the best option after all, but be careful when doing so, you don&#8217;t want to hurt anyone&#8217;s feelings on this. Be gentle and try bringing this on as something that isn&#8217;t the worst thing in the world, but is just getting on your nerves. Be prepared for some reactions, for example:</p>
<p style="padding-left: 30px;">- He might give you a list of things that bother him about you, and those can also hurt your feelings. But I believe this reaction only comes back to you if you got too confronting in the first place.</p>
<p style="padding-left: 30px;">- He says &#8216;ok man, thanks for telling me this, I&#8217;ll try to do something about it, didn&#8217;t know it was a problem&#8217;, deals with it, and never does it again. This is off course the best one, yeeey, you win, fatality, flawless victory!</p>
<p style="padding-left: 30px;">- You get a positive reaction in the first place, but after a few days the other guy explodes inside because he cannot stand you anymore and then you&#8217;ll end up sitting at the bosses desk explaining why the guy gave his resignation.</p>
<p style="padding-left: 30px;">This is delicate matter for everyone, be careful how to tell it to your colleague&#8230;</p>
<p>As you can see, there are some options and I bet you that you can find tons of other ways to deal with this. Just remember that after all, it is only some thing that is happening, it&#8217;s not world war 3, it&#8217;s not Nagasaki, nobody died, try to deal with it or try to find a good solution.</p>
<p>And until you found a solution, watch out for flying staplers of irritated colleagues&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Kick+those+colleagues+asses+...+or+not.+-+http://b2l.me/ybnav&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;title=Kick+those+colleagues+asses+...+or+not." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;t=Kick+those+colleagues+asses+...+or+not." rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Kick+those+colleagues+asses+...+or+not.&amp;body=Link: http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20issue%20free%20work%20environment%20doesn%27t%20exist%2C%20lets%20face%20it%2C%20everybody%20has%20some%20issues%20on%20what%20his%20colleagues%20do%20or%20what%20is%20happing%20within%203%20feet%20from%20your%20desk.%0D%0A%0D%0ASome%20have%20the%20most%20obvious%20laughter%2C%20others%20have%20to%20tap%20on%20your%20desk%20every%20time%20they%20pass%20by%2C%20I%20even%20heard%20my%20brother%20in%20law%20go%20complete" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Kick%20those%20colleagues%20asses%20...%20or%20not.%22&amp;body=Link: http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A An%20issue%20free%20work%20environment%20doesn%27t%20exist%2C%20lets%20face%20it%2C%20everybody%20has%20some%20issues%20on%20what%20his%20colleagues%20do%20or%20what%20is%20happing%20within%203%20feet%20from%20your%20desk.%0D%0A%0D%0ASome%20have%20the%20most%20obvious%20laughter%2C%20others%20have%20to%20tap%20on%20your%20desk%20every%20time%20they%20pass%20by%2C%20I%20even%20heard%20my%20brother%20in%20law%20go%20complete" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;n=Kick+those+colleagues+asses+...+or+not.&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;title=Kick+those+colleagues+asses+...+or+not." rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;title=Kick+those+colleagues+asses+...+or+not.&amp;summary=An%20issue%20free%20work%20environment%20doesn%27t%20exist%2C%20lets%20face%20it%2C%20everybody%20has%20some%20issues%20on%20what%20his%20colleagues%20do%20or%20what%20is%20happing%20within%203%20feet%20from%20your%20desk.%0D%0A%0D%0ASome%20have%20the%20most%20obvious%20laughter%2C%20others%20have%20to%20tap%20on%20your%20desk%20every%20time%20they%20pass%20by%2C%20I%20even%20heard%20my%20brother%20in%20law%20go%20complete&amp;source=KennethVR" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/&amp;title=Kick+those+colleagues+asses+...+or+not." rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://feeds.feedburner.com/~r/Kennethvr/~4/UTZ9X2Fl6Co" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kennethvr.be/blog/2010/05/21/kick-those-colleagues-asses-or-not/</feedburner:origLink></item>
	</channel>
</rss>
