<?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>MvdB &#187; General</title>
	<atom:link href="http://www.markvandenbergh.com/archives/category/coding/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markvandenbergh.com</link>
	<description>I spent a minute looking at my own code by accident... thinking &#34;What the hell is this guy doing?&#34; (bash.org)</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:09:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Aspect trace logging in Java (Spring Framework)</title>
		<link>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/</link>
		<comments>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:54:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Aspect]]></category>
		<category><![CDATA[AspectJ]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tracing]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=270</guid>
		<description><![CDATA[An easy way to enable tracing of methods and parameter values in Java Spring is by using AspectJ. A simplified example of my Aspect class to make tracing easy, without any &#8216;logger.trace&#8217; code in the classes itself: package com.markvandenbergh.test.util; import &#8230; <a href="http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/270/aspect-trace-logging-in-java-spring-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flex Builder on Ubuntu 9.04</title>
		<link>http://www.markvandenbergh.com/archives/83/installing-flex-builder-on-ubuntu-904/</link>
		<comments>http://www.markvandenbergh.com/archives/83/installing-flex-builder-on-ubuntu-904/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 13:48:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=83</guid>
		<description><![CDATA[For my work I&#8217;ve been working with Adobe Flex. If you&#8217;re doing Flex development you (probably) work with Flex Builder. It has features a development tool should provide; code completion, design view, good integrated building/running of projects, debugging etc. At &#8230; <a href="http://www.markvandenbergh.com/archives/83/installing-flex-builder-on-ubuntu-904/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/83/installing-flex-builder-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Applying Game Mechanics to Functional Software</title>
		<link>http://www.markvandenbergh.com/archives/78/applying-game-mechanics-to-functional-software/</link>
		<comments>http://www.markvandenbergh.com/archives/78/applying-game-mechanics-to-functional-software/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:22:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Game Mechanics]]></category>
		<category><![CDATA[Google Techtalks]]></category>
		<category><![CDATA[Social Architect]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=78</guid>
		<description><![CDATA[Just finished watching a Google Tech Talk by Amy Jo Kim of Shuffle Brain, regarding game mechanics in functional software (video embedded below). She has worked as a social architect on for example Rockband, and applying game mechanics on the &#8230; <a href="http://www.markvandenbergh.com/archives/78/applying-game-mechanics-to-functional-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/78/applying-game-mechanics-to-functional-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast debugging statements</title>
		<link>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/</link>
		<comments>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 16:00:10 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[defensive programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[precompilation]]></category>
		<category><![CDATA[precompiler]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=41</guid>
		<description><![CDATA[While reading Code Complete 2nd Edition I ran into a chapter which covers defensive programming. Defensive programming includes debugging, but not to any price of course. We don&#8217;t want performance of the application to suffer from debugging statements, at least &#8230; <a href="http://www.markvandenbergh.com/archives/41/fast-debugging-statements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/41/fast-debugging-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more comments in your code</title>
		<link>http://www.markvandenbergh.com/archives/21/no-more-comments-in-your-code/</link>
		<comments>http://www.markvandenbergh.com/archives/21/no-more-comments-in-your-code/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 07:07:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[commenting]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=21</guid>
		<description><![CDATA[Comments, the more the better&#8230; right? Well I thought so too, in fact this is some of my code of a few days ago: // handle the initialization of jobs if (request.getParameter("initiateJobs") != null &#38;&#38; request.getParameter("initiateJobs").equalsIgnoreCase("true")) { initializeJobs(); } // &#8230; <a href="http://www.markvandenbergh.com/archives/21/no-more-comments-in-your-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/21/no-more-comments-in-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

