<?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>James Boelen &#187; Processing</title>
	<atom:link href="http://james.boelen.ca/category/programming/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.boelen.ca</link>
	<description>Software Developer</description>
	<lastBuildDate>Thu, 09 May 2013 22:02:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Getting Started with Processing.js</title>
		<link>http://james.boelen.ca/programming/processing/getting-started-with-processing-js/</link>
		<comments>http://james.boelen.ca/programming/processing/getting-started-with-processing-js/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 04:56:44 +0000</pubDate>
		<dc:creator>James Boelen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[processing.js]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[ticket #1417]]></category>

		<guid isPermaLink="false">http://james.boelen.ca/?p=115</guid>
		<description><![CDATA[Finally got my dev environment set up for processing.js. Took forever to get everything set up so I could run the tests (specifically cloning the mercurial repo) but it&#8217;s finally all set to go. My first bug I plan to tackle is #1417. I&#8217;m hoping that this will be a great way to get my feet wet [...]]]></description>
				<content:encoded><![CDATA[<p>Finally got my dev environment set up for processing.js. Took forever to get everything set up so I could run the tests (specifically cloning the mercurial repo) but it&#8217;s finally all set to go. My first bug I plan to tackle is <a title="Ticket 1417" href="https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/1417-curves-are-filled-even-with-nofill-set">#1417</a>. I&#8217;m hoping that this will be a great way to get my feet wet and take a tour of the processing.js code.</p>
<p>I often find that when trying to learn a new code base, a bug that allows you to travel far and wide across the system, yet one simple enough to get that feeling of achievement, is the best approach.  With this, you get to see much of what you will be working with, and at the end, you should hopefully have something to show for your meander around.</p>
<p>&#8220;Once more unto the breach, dear friends, once more;&#8221; - William Shakespeare</p>
]]></content:encoded>
			<wfw:commentRss>http://james.boelen.ca/programming/processing/getting-started-with-processing-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Design Elements</title>
		<link>http://james.boelen.ca/programming/processing/processing-design-elements/</link>
		<comments>http://james.boelen.ca/programming/processing/processing-design-elements/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 19:49:59 +0000</pubDate>
		<dc:creator>James Boelen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Design Elements]]></category>
		<category><![CDATA[GitHub]]></category>

		<guid isPermaLink="false">http://james.boelen.ca/?p=49</guid>
		<description><![CDATA[Today I’ve released the first version of what I’m calling the Processing Design Elements (a working title) on GitHub. Processing Design Elements is written in and for Processing and works in applications and on the web. Fundamentally, it’s a set of classes that enable easy creation of various form element controls like text boxes and [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.processing.org"><img class="aligncenter size-full wp-image-51" title="processing" src="http://james.boelen.ca/wp-content/uploads/2011/02/processing_cover.gif" alt="" width="500" height="80" /></a></p>
<p>Today I’ve released the first version of what I’m calling the <strong>Processing Design Elements</strong> (a working title) on <a href="https://github.com/JamesBoelen/Processing-Design-Elements/">GitHub</a>. <strong>Processing Design Elements</strong> is written in and for <a href="http://www.processing.org">Processing</a> and works in applications and on the web. Fundamentally, it’s a set of classes that enable easy creation of various form element controls like text boxes and buttons.</p>
<p>This current version is labeled 0.1 and is the first rough draft of what I hope to achieve by the end. The code is a bit messy and is lacking documentation, but it contains most of the ideas and concepts that I’m trying to implement. I hope that this collection will be able to help future developers easily retrieve user input and that someone finds this mildly interesting.</p>
<p>The current development plan is to work out some documentation and work on each of the different controls. The code is partially (read poorly) commented and I have not made any usage instructions outside of the test application that comes with the v0.1 release. I’m hoping to put documentation either in a wiki or make a website for it in the very near future. Ideally I’d like to refine and write the documentation for at least one control per week.</p>
<p>As I mentioned above, this is the first release. Though there is a lot I still need to get done for it, I’d greatly appreciate any comments or suggestions that people have. This is partially a learning experience for me and feedback will help me focus this project and get it to a point where other people find it useful.</p>
<p>Finally I’d like to thank the Processing team without whom, none of this would have been possible.</p>
<p><a href="http://james.boelen.ca/processing/processing-design-elements.html">Demo Page</a><br />
<a href="https://github.com/JamesBoelen/Processing-Design-Elements">Git Hub Repository</a><br />
<a href="http://www.processing.org">Processing.org</a></p>
<p><span style="color: #ff0000;">There is a known bug with the textbox adding int values instead of character pressed. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://james.boelen.ca/programming/processing/processing-design-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
