<?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>Programming Fundamentals &#187; how to</title>
	<atom:link href="http://legacy.iaacblog.com/mai2012-2013-programming/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://legacy.iaacblog.com/mai2012-2013-programming</link>
	<description>Programming Fundamentals</description>
	<lastBuildDate>Tue, 18 Dec 2012 18:15:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Publishing a Processing sketch</title>
		<link>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/publishing-a-processing-sketch/</link>
		<comments>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/publishing-a-processing-sketch/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 15:13:58 +0000</pubDate>
		<dc:creator>cristobal@aerstudio.com</dc:creator>
				<category><![CDATA[Exercises]]></category>
		<category><![CDATA[Int Programming]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://legacy.iaacblog.com/mai2012-2013-programming/?p=63</guid>
		<description><![CDATA[Please follow these instructions for publishing your Processing sketches in the blog: 1.- Connect to IAAC&#8217;s FTP with your favorite FTP software. 2.- Upload the Processing files (.pde) to your folder (optional: create more folders inside yours to have your sketches orginized) 3.- In the WordPress admin panel create a New Post and make sure [...]]]></description>
				<content:encoded><![CDATA[<p>Please follow these instructions for publishing your Processing sketches in the blog:</p>
<p>1.- Connect to IAAC&#8217;s FTP with your favorite FTP software.<br />
2.- Upload the Processing files (.pde) to your folder (optional: create more folders inside yours to have your sketches orginized)<br />
3.- In the WordPress admin panel create a New Post and make sure that the content field is in HTML mode (not Visual mode)<br />
4.- Type the text you want as an explanation of the task and include a canvas tag indicating the path to your file in the attribute <strong>data-processing-sources</strong><br />
5.- Add to the canvas tag the width and height attributes indicating the size of your processing canvas<br />
6.- Add categories and tags to your post&#8230; and we are good to go! (I mean, click the Update button ;)</p>
<p>Here is an example, your canvas tag should look something like this:<br />
<code>&lt;canvas width="640" height="480" data-processing-sources="http://legacy.iaacblog.com/intprocessing/cristobalcastilla/T03_02_ClockAnalog.pde"&gt;&lt;/canvas&gt;</code></p>
<p>You should see the following sketch:<br />
<canvas width="640" height="480" data-processing-sources="http://legacy.iaacblog.com/intprocessing/cristobalcastilla/T03_02_ClockAnalog.pde"></canvas></p>
<p>FYI: we&#8217;re using <a href="http://processingjs.org/">Processing JS</a> to make processing sketches work in the browser. Please visit the <a href="http://processingjs.org/">plug-in&#8217;s page</a> to read more info about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/publishing-a-processing-sketch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
