<?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>Laurier Rochon &#187; code</title>
	<atom:link href="http://laurierrochon.com/w/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurierrochon.com/w</link>
	<description>art, technology and other nice things</description>
	<lastBuildDate>Wed, 17 Mar 2010 23:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>doubting.us &#8211; how to make your own</title>
		<link>http://laurierrochon.com/w/2009/12/06/doubting-us-how-to-make-your-own/</link>
		<comments>http://laurierrochon.com/w/2009/12/06/doubting-us-how-to-make-your-own/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:45:42 +0000</pubDate>
		<dc:creator>Laurier</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[doubting us]]></category>
		<category><![CDATA[download]]></category>

		<guid isPermaLink="false">http://laurierrochon.com/w/?p=570</guid>
		<description><![CDATA[I&#8217;ve decided to put up all the code for my doubting.us project &#8211; it uses MooSizer to scale the images, JS, CSS, PHP and HTML for the rest. I decided to strip down the functionality so it could be easily shareable and easily updated. I had everything in a database but moved it into a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-571" title="Doubting.us code" src="http://laurierrochon.com/w/wp-content/uploads/2009/12/d10.jpg" alt="Doubting.us code" width="550" height="413" /></p>
<p>I&#8217;ve decided to put up all the code for my doubting.us project &#8211; it uses MooSizer to scale the images, JS, CSS, PHP and HTML for the rest. I decided to strip down the functionality so it could be easily shareable and easily updated. I had everything in a database but moved it into a PHP file instead, so there is no need to setup mySql, etc.</p>
<p><a href="http://laurierrochon.com/w/wp-content/uploads/2009/12/doubting.us_.zip">DOWNLOAD THE FILES HERE</a></p>
<h3>Installing Doubting.us</h3>
<p>1) Download the ZIP archive<br />
2) Upload to your Web server, and that&#8217;s it!</p>
<h3>How to add pictures</h3>
<p>1) Open functions.php and add a new line to the array found at the top of the doc. Here&#8217;s the syntax to follow, don&#8217;t forget the comma at the end there :<br />
array(&#8221;name_of_your_image.jpg&#8221;,&#8221;Descriptive text&#8221;,&#8221;Slide label&#8221;,&#8221;Permalink_parameter_use_a_number_here&#8221;),<br />
2) upload the &#8220;name_of_your_images.jpg&#8221; image in the images folder, and you&#8217;re done.</p>
<h3>How to delete pictures</h3>
<p>Basically just undo what you did in the last step, although deleting the image in your &#8220;images&#8221; folder in not necessary. You can take out pretty much any line in that functions.php file, just make sure the code respects the syntax described earlier once you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://laurierrochon.com/w/2009/12/06/doubting-us-how-to-make-your-own/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patterns generated with Processing (500&#215;500px)</title>
		<link>http://laurierrochon.com/w/2009/05/23/patterns-generated-with-processing-500x500px/</link>
		<comments>http://laurierrochon.com/w/2009/05/23/patterns-generated-with-processing-500x500px/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:33:09 +0000</pubDate>
		<dc:creator>Laurier</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[tiliing]]></category>

		<guid isPermaLink="false">http://laurierrochon.com/laurier/blog/?p=267</guid>
		<description><![CDATA[I was in the bus for a few hours last weekend, and decided to fire up processing to make some simple patterns.
I actually really like the results, most of them are really simple in code, a bit of stuff in the void setup() and a class that randomizes the positions/alpha/color.
They actually work really well website [...]]]></description>
			<content:encoded><![CDATA[<p>I was in the bus for a few hours last weekend, and decided to fire up processing to make some simple patterns.<br />
I actually really like the results, most of them are really simple in code, a bit of stuff in the void setup() and a class that randomizes the positions/alpha/color.<br />
They actually work really well website backgrounds (tiling) in low opacity. Hmmm I would like to silkscreen one of these large format to see what it looks like.</p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pa.jpg"><img class="alignnone size-medium wp-image-268" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pa-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pb.jpg"><img class="alignnone size-medium wp-image-269" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pb-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pc.jpg"><img class="alignnone size-medium wp-image-270" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pc-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pd.jpg"><img class="alignnone size-medium wp-image-271" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pd-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pe.jpg"><img class="alignnone size-medium wp-image-272" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pe-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
<p><a href="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pf.jpg"><img class="alignnone size-medium wp-image-273" title="Patterns with Processing - Laurier Rochon" src="http://laurierrochon.com/laurier/blog/wp-content/uploads/2009/05/pf-300x300.jpg" alt="Patterns with Processing - Laurier Rochon" width="300" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://laurierrochon.com/w/2009/05/23/patterns-generated-with-processing-500x500px/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
