<?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; Coding</title>
	<atom:link href="http://www.markvandenbergh.com/archives/category/coding/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>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>Setting width and height in Flex using CSS</title>
		<link>http://www.markvandenbergh.com/archives/134/setting-width-and-height-in-flex-using-css/</link>
		<comments>http://www.markvandenbergh.com/archives/134/setting-width-and-height-in-flex-using-css/#comments</comments>
		<pubDate>Sat, 09 May 2009 16:47:12 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.markvandenbergh.com/?p=134</guid>
		<description><![CDATA[In the current version of Flex (3) it&#8217;s not possible to set width and height using CSS. The application I&#8217;m working on has a lot of screens containing a lot of TextInput fields. I want to be able to control &#8230; <a href="http://www.markvandenbergh.com/archives/134/setting-width-and-height-in-flex-using-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.markvandenbergh.com/archives/134/setting-width-and-height-in-flex-using-css/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>

