<?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>Pro-G &#187; processing</title>
	<atom:link href="http://projets.ch/wp/blog/tag/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://projets.ch/wp</link>
	<description>Accélérateur d'Innovation</description>
	<lastBuildDate>Tue, 24 Jun 2008 08:00:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Processing WordPress plugin.</title>
		<link>http://projets.ch/wp/blog/14/</link>
		<comments>http://projets.ch/wp/blog/14/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 15:27:08 +0000</pubDate>
		<dc:creator>Philippe Guglielmetti</dc:creator>
				<category><![CDATA[graphisme]]></category>
		<category><![CDATA[programmation]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://projets.ch/wp/blog/2008/04/14/extension-wordpress-pour-processing/</guid>
		<description><![CDATA[This addin enables integration of Processing applets in a Wordpress website/blog.
Installation and usage:

Download wp-processing (130) &#8211; 1.46 KB , unzip and and upload the full wp-processing folder to your server it in folder wp-content/plugins
Activate the &#8220;Processing&#8221; plugin in WordPress admin console
Copy your Processing content on sur votre serveur in a folder named /processing, preserving the [...]]]></description>
			<content:encoded><![CDATA[<p>This addin enables integration of Processing applets in a Wordpress website/blog.</p>
<h3>Installation and usage:</h3>
<ol>
<li>Download <a href="http://projets.ch/wp/wp-content/plugins/wp-download_monitor/download.php?id=2" title="Version 0.9 alpha downloaded 130 times" >wp-processing (130) &#8211; 1.46 KB</a> , unzip and and upload the full wp-processing folder to your server it in folder wp-content/plugins</li>
<li>Activate the &#8220;Processing&#8221; plugin in WordPress admin console</li>
<li>Copy your Processing content on sur votre serveur in a folder named /processing, preserving the file structure used by Processing&#8217;s IDE. While looking for application &#8220;AppName&#8221;, the plugin will search for file &#8220;/processing/AppName/applet/AppName.jar&#8221;</li>
<li>Insert a Processing applet in a page or article by using the following syntax :  [ processing=AppName ]</li>
</ol>
<h3>History:</h3>
<ul>
<li>2008/04/13 0.1 alpha</li>
</ul>
<h3>ToDo / A Faire:</h3>
<ul>
<li>paramètres pour taille et path</li>
<li></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://projets.ch/wp/blog/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spiral Galaxy with Processing</title>
		<link>http://projets.ch/wp/blog/13/</link>
		<comments>http://projets.ch/wp/blog/13/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:34:21 +0000</pubDate>
		<dc:creator>Philippe Guglielmetti</dc:creator>
				<category><![CDATA[physique]]></category>
		<category><![CDATA[temps réel]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://projets.ch/wp/blog/2008/04/04/galaxie-spirale-en-processing/</guid>
		<description><![CDATA[Usage:

press [up] and [left] cursor keys to alter the ellipses ratio
press [left] and [right] cursor keys to alter the ellipses tilt angle


			
				
					
					
					
					
					
					
					
			
				
				
					
					
					
					
					
					
					
					
					
							This browser does not have a Java Plug-in.
							
							
								Get the latest Java Plug-in here.
							
					
				
			
				
			
			
Source code: Galaxy
Built with Processing
]]></description>
			<content:encoded><![CDATA[<p>Usage:</p>
<ul>
<li>press [up] and [left] cursor keys to alter the ellipses ratio</li>
<li>press [left] and [right] cursor keys to alter the ellipses tilt angle</li>
</ul>
<p><div id="processing">
			<!--[if !IE]> -->
				<object classid="java:Galaxy.class" 
            			type="application/x-java-applet"
            			archive="/processing/Galaxy/applet/Galaxy.jar"
            			width="512" height="384"
            			standby="Loading Processing software..." >
					<param name="archive" value="/processing/Galaxy/applet/Galaxy.jar" />
					<param name="mayscript" value="true" />
					<param name="scriptable" value="true" />
					<param name="image" value="loading.gif" />
					<param name="boxmessage" value="Loading Processing software..." />
					<param name="boxbgcolor" value="#FFFFFF" />
					<param name="test_string" value="outer" />
			<!--<![endif]-->
				
				<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" 
						codebase="http://java.sun.com/update/1.4.2/jinstall-1_4_2_12-windows-i586.cab"
						width="512" height="384"
						standby="Loading Processing software..."  >
					<param name="code" value="Galaxy" />
					<param name="archive" value="/processing/Galaxy/applet/Galaxy.jar" />
					<param name="mayscript" value="true" />
					<param name="scriptable" value="true" />
					<param name="image" value="loading.gif" />
					<param name="boxmessage" value="Loading Processing software..." />
					<param name="boxbgcolor" value="#FFFFFF" />
					<param name="test_string" value="inner" />
					<p>
							This browser does not have a Java Plug-in.
							<br />
							<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
								Get the latest Java Plug-in here.
							</a>
					</p>
				</object>
			<!--[if !IE]> -->
				</object>
			<!--<![endif]-->
			</div></p>
<p>Source code: <a href="wp-content/uploads/galaxy_applet/Galaxy.pde">Galaxy</a></p>
<p>Built with <a href="http://processing.org" title="Processing.org">Processing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://projets.ch/wp/blog/13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
