<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Frank Groeneveld &#187; Programming</title>
	<atom:link href="http://frankgroeneveld.nl/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 25 Apr 2012 18:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Automatic Invariant Detection in Dynamic Web Applications</title>
		<link>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/</link>
		<comments>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 17:49:49 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[invarscope]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=274</guid>
		<description><![CDATA[For the last year, I have been working on my master project and two weeks ago I finally graduated. I did my master project at Tam Tam, an internet agency that provides full service internet services. It was nice to &#8230; <a href="http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the last year, I have been working on my master project and two weeks ago I finally graduated. I did my master project at <a href="http://www.tamtam.nl/">Tam Tam</a>, an internet agency that provides full service internet services. It was nice to work there and if I did not have the opportunity to expand <a href="http://ivaldi.nl/">my own company</a> I would have applied for a job at Tam Tam.</p>
<p>The project was about automatically finding invariants in web applications. The first focus was finding invariants in the JavaScript parts, but later on we extended the scope a bit and also included invariants over the DOM. While most of the techniques I developed can be used in a very generic way, my implementation depends on <a href="http://crawljax.com/">Crawljax</a>. I developed plugins to Crawljax, under the name of <a href="http://crawljax.com/plugins/invarscope-plugins/">InvarScope</a>, that can automatically find these invariants and use them for regression testing.</p>
<p>We submitted a paper based on my work to <a href="http://2011.icse-conferences.org/">ICSE'11</a>, so before that was finished I was not allowed to blog or publish any of my work. Well, we made the deadline, so I can now release all of the code, <a href="http://frankgroeneveld.nl/files/2010/09/thesis-frank-groeneveld.pdf">my thesis</a> and the <a href="http://swerl.tudelft.nl/twiki/pub/Main/TechnicalReports/TUD-SERG-2010-037.pdf">paper</a> itself.</p>
<p>The code I wrote is available in a <a href="http://code.google.com/p/crawljax-plugins/source/browse/#svn/trunk/invarscope">subdirectory of the Crawljax plugins Google code project</a>. We're currently in the process of fixing all Maven dependencies, cleaning up some code and making it all work with the current Crawljax trunk version, so expect a binary release in a few days.</p>
<p>Don't hesitate to contact me if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symphony CMS; the Best CMS?</title>
		<link>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/</link>
		<comments>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:17:34 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[symphony]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=259</guid>
		<description><![CDATA[I've been looking for a good Content Management System (CMS) the last couple of days after a colleague and I had some discussion about what CMS to use for our clients. Sometimes we have clients with specific needs, which are &#8230; <a href="http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I've been looking for a good Content Management System (CMS) the last couple of days after a colleague and I had some discussion about what CMS to use for our clients. Sometimes we have clients with specific needs, which are difficult to fulfill using <a href="http://wordpress.org/">WordPress</a>. The solution we used to choose was either build some plugins or use our custom developed CMS. However, none of these are a great solution. WordPress can be complicated for novice computer users, has a messy code-base and our own CMS is not really user-friendly either.</p>
<p>My colleague decided to try out <a href="http://expressionengine.com/">ExpressionEngine</a>. He bought the freelancer edition and he's been trying things out. Up until now, it all seems to work quite well, although the back-end can still be too complicated for our clients. Also, I hate the fact that you should pay 300 dollars to use ExpressionEngine for a commercial company. Thats an added fee some customers would rather spend on different things.</p>
<p>So, I started to search for open-source CMSes myself and made a list of requirements.</p>
<ul>
<li>It should not be page based, it should allow you to model your own content. If you use a CMS that supports types/entities/resources/sections/whatever you can create your own page type, but you can also create more advanced things like portfolio items, projects or products (yes, even a simple web shop is possible then).</li>
<li>The back-end should be as simple as possible.</li>
<li>It should be written in PHP, object-oriented if possible, and use MySQL for storage.</li>
<li>There should be a good, flexible templating engine for the views.</li>
<li>It should have a good plugin API.</li>
</ul>
<p>Well, using this list it was a lot easier to search for the most fitting CMS, as quite a lot CMSes are only page or post based. The list of possible candidates shrunk by more than 75%. Eventually I found a CMS I had never heard of, but which seemed to have all the things we were looking for: Symphony CMS.</p>
<p>I've been trying it out in the last few days and I still haven't found any deal-breakers. <a href="http://symphony-cms.com/">Symphony CMS</a> has a great website, friendly community (because it's still small I think), great features, simple back-end, small code-base and it can be easily extended by writing extensions.</p>
<p>Some things might give problems for specific clients though: multi file upload is non-existant (there's one extension that doesn't do what it should) and the WYSIWYG editor extensions, with support for placing images etc., don't seem to be integrated well enough with Symphony CMS yet. Well, maybe I'll just fix those two myself and contribute them upstream. That is, if I have some spare time... <img src='http://frankgroeneveld.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dropbox on Your Own Server</title>
		<link>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/</link>
		<comments>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sparkleshare]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=243</guid>
		<description><![CDATA[I've always liked Dropbox, except for one thing: I don't trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available &#8230; <a href="http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I've always liked <a href="https://www.dropbox.com/referrals/NTU3NDI2Njk5">Dropbox</a>, except for one thing: I don't trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network. <span style="color: #808080;">With all these uncertainty, it is good to seek out <a href="http://www.yousendit.com/solutions/dropbox"><span style="color: #808080;">Dropbox alternatives</span></a> that are more trustworthy.</span></p>
<p>Well, finally there is a solution. It's called <a href="http://www.sparkleshare.org/">SparkleShare</a> and it's completely open source and uses <a href="http://git-scm.com/">Git</a> as a backend. Today <a href="http://www.bomahy.nl/hylke/blog/sparkleshare-02-alpha-1-for-linux/">they released </a>a very early alpha version and I tried it out immediately. After having some trouble with the interface (you need to insert &lt;username&gt;/&lt;reponame&gt; in the folder input box if you use Github), everything worked great. However, I don't advice anybody to use it in production. It's still in development and can contain serious bugs. I can't wait till it gets more mature and ready for production usage!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crawljax 1.9 Released</title>
		<link>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/</link>
		<comments>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:56:45 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[1.9]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=236</guid>
		<description><![CDATA[We just released Crawljax 1.9, the project I'm working on for my master thesis. It's mostly a "bug fix and clean up" release, but some important changes were made as well. You can download the release at our project page. &#8230; <a href="http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We just released <a href="http://crawljax.com">Crawljax 1.9</a>, the project I'm working on for my master thesis. It's mostly a "bug fix and clean up" release, but some important changes were made as well.<br />
<span id="more-236"></span><br />
You can download the release at <a href="http://crawljax.com/download">our project page</a>. There is also a full changelog <a href="http://crawljax.com/documentation/changes/">available</a>. If all goes well, this release will end up in the Maven central repository as well. Whats keeping you from using it?</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crawljax 1.8 released</title>
		<link>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/</link>
		<comments>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:32:58 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[1.8]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[mirroring]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[webdriver]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=169</guid>
		<description><![CDATA[I'm working on a cool project for my master thesis: Crawljax. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as Firefox and controlling it via WebDriver. The core of Crawljax does &#8230; <a href="http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I'm working on a cool project for my master thesis: <a href="http://crawljax.com">Crawljax</a>. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as <a href="http://firefox.com">Firefox</a> and controlling it via <a href="http://code.google.com/p/webdriver/">WebDriver</a>. The core of Crawljax does only that: crawling websites. However, there is a very flexible plugin system available that allows you to do all kinds of cool things such as creating a static mirror of an AJAX website or creating test suites for you AJAX webapplications.</p>
<p><a href="http://crawljax.com/download/">Download Crawljax</a> now and give it a try!</p>
<p>To get a better grasp of what is possible, have a look at the Google Tech Talk a colleague of mine did:</p>
<p><iframe width="584" height="329" src="http://www.youtube.com/embed/rYAO94GnBlY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 released</title>
		<link>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/</link>
		<comments>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:15:42 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[plugin upgrade]]></category>
		<category><![CDATA[posts trash]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=167</guid>
		<description><![CDATA[WordPress 2.9 was just released. All in all this seems to be a great release again, including some features I had been looking forward to: Easier bulk plugin upgrades In browser image editing A trash for posts you remove, so &#8230; <a href="http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9 was just <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">released</a>. All in all this seems to be a great release again, including some features I had been looking forward to:</p>
<ul>
<li>Easier bulk plugin upgrades</li>
<li>In browser image editing</li>
<li>A trash for posts you remove, so you can undo it if necessary</li>
</ul>
<p>Upgrade now!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speeding up your website</title>
		<link>http://frankgroeneveld.nl/2009/06/28/speeding-up-your-website/</link>
		<comments>http://frankgroeneveld.nl/2009/06/28/speeding-up-your-website/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 14:17:50 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[speeding up]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=53</guid>
		<description><![CDATA[A few days ago I stumbled upon the new Google "Let's make the web faster"-page. I found some useful tips on there. Some of them are public knowledge, for example the fact that using echo in php is faster than print, &#8230; <a href="http://frankgroeneveld.nl/2009/06/28/speeding-up-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few days ago I stumbled upon the new Google <a href="http://code.google.com/speed/">"Let's make the web faster"-page</a>. I found some useful tips on there. Some of them are <a href="http://code.google.com/speed/articles/optimizing-php.html">public knowledge</a>, for example the fact that using echo in php is faster than print, single quotes are faster than double quotes and echo supports endless arguments, which is faster than string concatenating (so you write <code>echo 'this', $is, 'faster than', $concatenating, 'the string'</code> instead of <code>echo 'this' . $is . 'slower'</code>).<br />
However, there's a nice article about <a href="http://code.google.com/speed/articles/optimizing-html.html">ommitting html tags</a>, which had some tips I did not know. For example, if you're using HTML, instead of XHTML, you're allowed to ommit more tags than most people know. For example, you don't need to close a paragraph, you can just start a new one. For the complete list, have a look at the articles section of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/06/28/speeding-up-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first Cherokee patch</title>
		<link>http://frankgroeneveld.nl/2009/05/24/my-first-cherokee-patch/</link>
		<comments>http://frankgroeneveld.nl/2009/05/24/my-first-cherokee-patch/#comments</comments>
		<pubDate>Sun, 24 May 2009 08:16:30 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cherokee]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=46</guid>
		<description><![CDATA[I've been playing with Cherokee (the light-weight web server) for a while now. I really like the way their configuration file can be managed with cherokee-admin. This is basically a secured web page that provides a convenient interface to all &#8230; <a href="http://frankgroeneveld.nl/2009/05/24/my-first-cherokee-patch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I've been playing with <a href="http://cherokee-project.com">Cherokee</a> (the light-weight web server) for a while now. I really like the way their configuration file can be managed with cherokee-admin. This is basically a secured web page that provides a convenient interface to all of Cherokees settings.<br />
Although Cherokee is looks so great, I can't switch the <a href="http://ivaldi.nl">Ivaldi</a> web server to it, because of a few problems:</p>
<ul>
<li>No support for authentication against SHA1 hashed passwords from a MySQL database</li>
<li>No support for webdav/svn, we currently use Apaches mod_subversion with authentication against a MySQL database.</li>
</ul>
<p>The first point didn't seem so hard to fix, so I <a href="http://code.google.com/p/cherokee/issues/detail?id=477">submitted a patch</a> to the Cherokee project. The maintainer got in contact with me and let me sign a contributors agreement. I think this means that the code can be committed to their subversion repositories now.<br />
This still leaves one problem before I can switch: webdav/svn. I don't think I have enough knowledge to fix that. I might try to switch all our current sites to Cherokee though and keep a light-weight, trimmed down, Apache for webdav/svn.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/05/24/my-first-cherokee-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics API launched!</title>
		<link>http://frankgroeneveld.nl/2009/04/24/google-analytics-api-launched/</link>
		<comments>http://frankgroeneveld.nl/2009/04/24/google-analytics-api-launched/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:15:02 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=44</guid>
		<description><![CDATA[Google just announced the public availability of the Google Analytics API. This is great news, because you can now write your own (web) applications that use the data from your analytics account. I might integrate this with the CMS we &#8230; <a href="http://frankgroeneveld.nl/2009/04/24/google-analytics-api-launched/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google just announced the public availability of the Google Analytics API. This is great news, because you can now write your own (web) applications that use the data from your analytics account. I might integrate this with the CMS we wrote for <a href="http://ivaldi.nl">my company</a>.<br />
The announcement is available <a href="http://analytics.blogspot.com/2009/04/attention-developers-google-analytics.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/04/24/google-analytics-api-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic c-style comments</title>
		<link>http://frankgroeneveld.nl/2009/04/23/magic-c-style-comments/</link>
		<comments>http://frankgroeneveld.nl/2009/04/23/magic-c-style-comments/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:17:20 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=41</guid>
		<description><![CDATA[A friend/collegea of mine had a really cool idea about c-style comments. C-style comments are multi-line comments that start with /* and end with */. They can be used in C, C++, C#, PHP, Java and a other languages. When &#8230; <a href="http://frankgroeneveld.nl/2009/04/23/magic-c-style-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A friend/collegea of mine had a really cool idea about c-style comments. C-style comments are multi-line comments that start with /* and end with */. They can be used in C, C++, C#, PHP, Java and a other languages. When this friend debugged some code, he found himself switching some blocks of code on and off all the time. He came up with a solution to switch between two blocks of code by just removing or adding one character!<br />
See for yourself at: <a href="http://blog.mycroes.nl/2009/04/magic-comments.html">http://blog.mycroes.nl/2009/04/magic-comments.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/04/23/magic-c-style-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

