<?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; download</title>
	<atom:link href="http://laurierrochon.com/w/tag/download/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>
	</channel>
</rss>
