<?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>Special Topics in Interactive Art &#38; Computational Design &#187; Mishugana</title>
	<atom:link href="http://golancourses.net/2010spring/author/mrsandle/feed/" rel="self" type="application/rss+xml" />
	<link>http://golancourses.net/2010spring</link>
	<description>Carnegie Mellon University / Spring 2010</description>
	<lastBuildDate>Wed, 10 Nov 2010 02:32:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>twitter code mod for dog shock collar.</title>
		<link>http://golancourses.net/2010spring/04/20/twitter-code-mod-for-dog-shock-collar/</link>
		<comments>http://golancourses.net/2010spring/04/20/twitter-code-mod-for-dog-shock-collar/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 04:14:33 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Final-Project]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=3674</guid>
		<description><![CDATA[import processing.serial.*; XMLElement xml; ArrayList Followers = new ArrayList(); Serial myPort; int temptime=0; void setup() {   size(200, 200);    if (myPort!=null)    myPort.stop();    myPort=null;   xml = new XMLElement(this, &#8220;http://rssfriends.com/followers/waffleshop&#8220;);   XMLElement site = xml.getChild(0);   XMLElement[] siteData = site.getChildren();   for (int i=0;i&#60;site.getChildCount();i++){   if(siteData[i].getName().equals(&#8220;item&#8221;)){     String sttt =(siteData[i].getChild(0).getContent());     String[] tokins [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/04/20/twitter-code-mod-for-dog-shock-collar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Owner</title>
		<link>http://golancourses.net/2010spring/04/14/digital-owner/</link>
		<comments>http://golancourses.net/2010spring/04/14/digital-owner/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:14:27 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Looking-Outwards]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=3593</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/04/14/digital-owner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project-2 Cell Phone Paint</title>
		<link>http://golancourses.net/2010spring/04/14/project-2-cell-phone-paint/</link>
		<comments>http://golancourses.net/2010spring/04/14/project-2-cell-phone-paint/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:04:49 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Project-2]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=3586</guid>
		<description><![CDATA[Cell Phone paint createEmptyMovieClip(&#8220;pen_mc&#8221;,5); pen_mc.lineStyle(0,0&#215;000000,100); pen_mc.moveTo(120,160); var maxBatteryLevel:Number = fscommand2(&#8220;GetMaxBatteryLevel&#8221;) var signalStrength:Number; var hours:Number; var minutes:Number; _root.onEnterFrame = function () { getPhoneData(); loadVariables(&#8220;accelerometer://data&#8221;, _root); if(isCharging == 1) { blueee= random(3); } pen_mc.lineStyle(((hours*60)/50),RGBToHex(signalStrength,accY+1000/8,minutes),batteryLevel/blueee); pen_mc.lineTo(-(-120+accX/4),160+accY/6); } function getPhoneData(){ getBatteryLevel();                        // get the battery level getTime();                               [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/04/14/project-2-cell-phone-paint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dog shock collar</title>
		<link>http://golancourses.net/2010spring/04/14/dog-shock-collar/</link>
		<comments>http://golancourses.net/2010spring/04/14/dog-shock-collar/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 03:15:47 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Looking-Outwards]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=3576</guid>
		<description><![CDATA[CODE:: import processing.serial.*; Serial myPort; int val; void setup() { size(200, 200); } void draw() { if(!mousePressed) { if (myPort!=null) myPort.stop(); myPort=null; } else { if (myPort==null) myPort=new Serial(this, Serial.list()[0], 9600); } }]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/04/14/dog-shock-collar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cell phone intervention</title>
		<link>http://golancourses.net/2010spring/03/29/cell-phone-intervention/</link>
		<comments>http://golancourses.net/2010spring/03/29/cell-phone-intervention/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:53:21 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Project-3]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=3479</guid>
		<description><![CDATA[some explanation/stream of consciousness. needs work but i really wanted to post something before tonight and I&#8217;m running out of time that i can do that. I will fix up the rest of this on Wednesday night and make it clearer and much better written. (for now though, i feel that something is better than [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/03/29/cell-phone-intervention/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>project 1 &#8211; infovis.</title>
		<link>http://golancourses.net/2010spring/01/27/project-1-infovis/</link>
		<comments>http://golancourses.net/2010spring/01/27/project-1-infovis/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:24:54 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Project-1]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=2096</guid>
		<description><![CDATA[presentation]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/01/27/project-1-infovis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>looking outwards #3 &#8211; simulation of color blindness</title>
		<link>http://golancourses.net/2010spring/01/27/looking-outwards-3-simulation-of-color-blindness/</link>
		<comments>http://golancourses.net/2010spring/01/27/looking-outwards-3-simulation-of-color-blindness/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:21:49 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Looking-Outwards]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=2088</guid>
		<description><![CDATA[http://www.webexhibits.org/causesofcolor/2.html this site is great&#8230;. the Causes of Color project is really interesting, but this color blindness simulation meets these requirements for a simulation: interesting concept good application of coding artistically compelling&#8230; I only wish i could upload my own images or maybe see a live cam view. this site  simulates a zombie outbreak. it [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/01/27/looking-outwards-3-simulation-of-color-blindness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Price of liquids. Looking outwards #2 &#8211; freestyle&#8217;d</title>
		<link>http://golancourses.net/2010spring/01/27/price-of-liquids-looking-outwards-2-freestyled/</link>
		<comments>http://golancourses.net/2010spring/01/27/price-of-liquids-looking-outwards-2-freestyled/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:10:26 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Looking-Outwards]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=2073</guid>
		<description><![CDATA[http://cockeyed.com/science/gallon/liquid.html this is a nice infovis project that I believe was spawned from a smaller version of this chart. the smaller version spawned from a discussion about the price of oil in comparison with other liquids of equal volume. the pictures are humorous and it really makes you think about a subject in a new [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/01/27/price-of-liquids-looking-outwards-2-freestyled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking Outwards &#8211; Sonification</title>
		<link>http://golancourses.net/2010spring/01/18/1608/</link>
		<comments>http://golancourses.net/2010spring/01/18/1608/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:51:51 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Looking-Outwards]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=1608</guid>
		<description><![CDATA[Charts Music &#8211; Johannes Kreidler make  recession art with microsoft songsmith and depressing data. Johannes Kreidler is an german avant garde composer. A lot of his work deals with data and computers and composing sound with abstract concepts in mind. Kriedlers website A book Kriedler wrote on using pure data for music Below is an [...]]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/01/18/1608/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Matt Sandler&#8217;s Project 0</title>
		<link>http://golancourses.net/2010spring/01/13/matt-sandlers-project-0/</link>
		<comments>http://golancourses.net/2010spring/01/13/matt-sandlers-project-0/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:48:24 +0000</pubDate>
		<dc:creator>Mishugana</dc:creator>
				<category><![CDATA[Project-0]]></category>

		<guid isPermaLink="false">http://golancourses.net/2010spring/?p=1146</guid>
		<description><![CDATA[Part-A (In the USA) graphics.lineStyle&#40;1&#41;; for &#40;var why=50;why&#38;lt;590;why+=6&#41;&#123; graphics.moveTo&#40;0, why&#41;; for&#40;var i=0;i&#38;lt;600;i++&#41; graphics.lineTo&#40;i, &#40;why&#41; - Math.sin&#40;i/&#40;10+&#40;.03*i&#41;&#41;&#41; * 30&#41;;&#125; Part-B 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_PONG_1561681589"
			class="flashmovie"
			width="500"
			height="500">
	<param name="movie" value="http://icuredaids.com/Golan/STIAandCD/Project0/PongGame/PONG.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://icuredaids.com/Golan/STIAandCD/Project0/PongGame/PONG.swf"
			name="fm_PONG_1561681589"
			width="500"
			height="500">
	<!--<![endif]-->
		 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> USE LEFT AND RIGHT ARROW KEYS TO PLAY! ^_^ (embedding makes it buggy) click below to play if it isnt working http://icuredaids.com/Golan/STIAandCD/Project0/PongGame/PONG.swf]]></description>
		<wfw:commentRss>http://golancourses.net/2010spring/01/13/matt-sandlers-project-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

