<?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</title>
	<atom:link href="http://www.markvandenbergh.com/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>Autowiring Spring bean in IntelliJ</title>
		<link>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/</link>
		<comments>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 08:17:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[autowire]]></category>
		<category><![CDATA[beans]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=260</guid>
		<description><![CDATA[Having one of the following errors in IntelliJ? Could not autowire. No beans of 'yourType' type found or Could not autowire. There is more than one bean of 'yourType' type. If you&#8217;re sure you have your Spring bean definitions correct &#8230; <a href="http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/260/autowiring-spring-bean-in-intellij/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ExtJS &#8211; Local combobox keeps loading</title>
		<link>http://www.markvandenbergh.com/archives/252/extjs-local-combobox-keeps-loading/</link>
		<comments>http://www.markvandenbergh.com/archives/252/extjs-local-combobox-keeps-loading/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 06:57:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[local]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=252</guid>
		<description><![CDATA[Had a problem with &#8216;local store comboboxes&#8217; on screens that I reused in several places. I&#8217;m mentioning &#8216;local store&#8217; because when using a local store the combobox doesn&#8217;t have any reason to show a loading box. Due to some strange &#8230; <a href="http://www.markvandenbergh.com/archives/252/extjs-local-combobox-keeps-loading/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/252/extjs-local-combobox-keeps-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trailing comma in JavaScript</title>
		<link>http://www.markvandenbergh.com/archives/243/trailing-comma-in-javascript/</link>
		<comments>http://www.markvandenbergh.com/archives/243/trailing-comma-in-javascript/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 07:12:12 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=243</guid>
		<description><![CDATA[When trying to find a trailing comma error in JavaScript/JSON (mostly for Internet Explorer) regular expressions come in nicely. Search for the following: ,\s+} It matches a comma followed by one or more whitespaces (tabs, spaces, line breaks), followed by &#8230; <a href="http://www.markvandenbergh.com/archives/243/trailing-comma-in-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/243/trailing-comma-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS &#8211; Method previous is undefined</title>
		<link>http://www.markvandenbergh.com/archives/232/extjs-method-previous-is-undefined/</link>
		<comments>http://www.markvandenbergh.com/archives/232/extjs-method-previous-is-undefined/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 18:38:51 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=232</guid>
		<description><![CDATA[Having a &#8216;method.$previous is undefined&#8217; error in ExtJS 4? You&#8217;re probably calling &#8216;callOverridden&#8216; instead of &#8216;callParent&#8216; when extending a class. Ext.define('MyApp.controller.BaseController', { extend: 'Ext.app.Controller', myFunction: function() { console.log('myFunction in BaseController'); } }); Ext.define('MyApp.controller.SpecificController', { extend: 'MyApp.controller.BaseController', myFunction: function() { this.callOverridden(arguments); &#8230; <a href="http://www.markvandenbergh.com/archives/232/extjs-method-previous-is-undefined/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/232/extjs-method-previous-is-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unchecked checkbox in ExtJS 4</title>
		<link>http://www.markvandenbergh.com/archives/220/unchecked-checkbox-in-extjs-4/</link>
		<comments>http://www.markvandenbergh.com/archives/220/unchecked-checkbox-in-extjs-4/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 15:58:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=220</guid>
		<description><![CDATA[I&#8217;m currently in the process of converting a ExtJS 3 application to ExtJS 4. One of the things ExtJS 3 couldn&#8217;t do is submit the value of an unchecked checkbox. Checkboxes only have a value when they are checked. Two &#8230; <a href="http://www.markvandenbergh.com/archives/220/unchecked-checkbox-in-extjs-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/220/unchecked-checkbox-in-extjs-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting M4B to MP3</title>
		<link>http://www.markvandenbergh.com/archives/208/converting-m4b-to-mp3/</link>
		<comments>http://www.markvandenbergh.com/archives/208/converting-m4b-to-mp3/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 14:39:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[M4B]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[sound converter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=208</guid>
		<description><![CDATA[Wanted to convert a M4B file to MP3 last week. When searching Google on how to do this it came up with loads of (commercial) conversion programs. Somehow I didn&#8217;t feel like installing any of the suggestions, and many ran &#8230; <a href="http://www.markvandenbergh.com/archives/208/converting-m4b-to-mp3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/208/converting-m4b-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mythical Man-Month</title>
		<link>http://www.markvandenbergh.com/archives/198/the-mythical-man-month/</link>
		<comments>http://www.markvandenbergh.com/archives/198/the-mythical-man-month/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 13:54:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=198</guid>
		<description><![CDATA[During my holiday I read &#8220;The Mythical Man-Month: Essays on Software Engineering&#8221; by Frederick Brooks. Published in 1975 it might sound outdated for a IT book. It&#8217;s not, mainly because it&#8217;s focused on software engineering and project management, not programming. &#8230; <a href="http://www.markvandenbergh.com/archives/198/the-mythical-man-month/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/198/the-mythical-man-month/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Variable scope in ActionScript Flex</title>
		<link>http://www.markvandenbergh.com/archives/182/variable-scope-in-actionscript-flex/</link>
		<comments>http://www.markvandenbergh.com/archives/182/variable-scope-in-actionscript-flex/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:22:12 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=182</guid>
		<description><![CDATA[Hoisting, the strangest ActionScript/Flex &#8220;feature&#8221; I&#8217;ve ever seen (at the moment of writing). Probably you&#8217;ve never heard of hoisting. I was hinted to this feature when I had two variables with the same name in one function. Flex was warning &#8230; <a href="http://www.markvandenbergh.com/archives/182/variable-scope-in-actionscript-flex/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/182/variable-scope-in-actionscript-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SoapUI in Ubuntu (9.10)</title>
		<link>http://www.markvandenbergh.com/archives/154/installing-soapui-in-ubuntu-910/</link>
		<comments>http://www.markvandenbergh.com/archives/154/installing-soapui-in-ubuntu-910/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:07:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=154</guid>
		<description><![CDATA[While googling for a guide to install soapUI in Ubuntu I found nothing useful. Could it be that installing soapUI in Ubuntu is too easy to describe? It turns out to be really easy, but just for the sake of &#8230; <a href="http://www.markvandenbergh.com/archives/154/installing-soapui-in-ubuntu-910/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/154/installing-soapui-in-ubuntu-910/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

