<?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>Interaction Designer Craig Dennis &#187; Shoutbox</title>
	<atom:link href="http://craigmdennis.com/tag/shoutbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigmdennis.com</link>
	<description>The portfolio &#38; blog for Craig Dennis, an Interaction Designer based in South East England</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:41:35 +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>Visual Programming Spreading To The Web</title>
		<link>http://craigmdennis.com/visual-programming-spreading-to-the-web/</link>
		<comments>http://craigmdennis.com/visual-programming-spreading-to-the-web/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:21:23 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Shoutbox]]></category>
		<category><![CDATA[Visual Programming]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Yahoo Pipes]]></category>

		<guid isPermaLink="false">http://craigmdennis.com/?p=702</guid>
		<description><![CDATA[MaxMSP is a great tool for creating interactive experiences using a method of programming similar to a flow diagram. You simply position the objects on the canvas and connect them in order to accomplish a goal. I used this program to create the Shoutbox application. Recently I have discovered Yahoo Pipes which is a web... <a class="more" href="http://craigmdennis.com/visual-programming-spreading-to-the-web/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>MaxMSP is a great tool for creating interactive experiences using a method of programming similar to a flow diagram. You simply position the objects on the canvas and connect them in order to accomplish a goal. I used this program to create the <a href="http://www.youtube.com/watch?v=bodzZZXFcm8" target="_blank">Shoutbox </a>application.</p>
<p><img class="alignleft size-medium wp-image-703" title="Yahoo Pipes" src="http://uploads.craigmdennis.com/2008/08/yahoo-pipes-edit-by-robin-good-465-235x167.jpg" alt="" width="235" height="167" />Recently I have discovered <a href="http://pipes.yahoo.com/pipes/" target="_blank">Yahoo Pipes</a> which is a web based program allowing you to create a custom web 2.0 application using a library of existing APIs and filters from Google, Yahoo, Flickr and loads more. The surprising thing is that it also uses a visual programming style in order to simplify the experience and open it up to developers who are not as well versed in the various development languages.</p>
<p>I have only just starting using it but I will post whatever it is that I make. Check it out for yourselves at <a href="http://pipes.yahoo.com/" target="_blank">http://pipes.yahoo.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://craigmdennis.com/visual-programming-spreading-to-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta &amp; RC1 Problems / Solutions / End Result</title>
		<link>http://craigmdennis.com/beta-rc1-problems-solutions-end-result/</link>
		<comments>http://craigmdennis.com/beta-rc1-problems-solutions-end-result/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:12:04 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Uni work]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Interactive Spaces]]></category>
		<category><![CDATA[MaxMSP]]></category>
		<category><![CDATA[Shoutbox]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://craigmdennis.com/?p=623</guid>
		<description><![CDATA[Needed to do today: Need to &#8216;bang&#8217; through a single number without it constantly updating. Send messages from Flash to Max. Playback from collisions in Flash. To start with the Beta that had been the focus of our efforts had &#8216;broken&#8217; as certain tweaking had meant that a few files had been edited for the... <a class="more" href="http://craigmdennis.com/beta-rc1-problems-solutions-end-result/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Needed to do today:</p>
<ul>
<li>Need to &#8216;bang&#8217; through a single number without it constantly updating.</li>
<li>Send messages from Flash to Max.</li>
<li>Playback from collisions in Flash.</li>
</ul>
<p>To start with the Beta that had been the focus of our efforts had &#8216;broken&#8217; as certain tweaking had meant that a few files had been edited for the worse.</p>
<p>After much painstaking research into how to only bang through a number once, the help of Stewart  was enlisted and he helped us understand the logical way to do it, then we helped him understand why that wasn&#8217;t possible in Max. So together we overcame the &#8216;single number bang&#8217; issue and the project was then able to progress. (See 1 Below.)</p>
<p><a href="http://uploads.craigmdennis.com/2008/06/2008-06-02_rc1.jpg"><img class="alignnone size-medium wp-image-624" title="Release Candidate 1" src="http://uploads.craigmdennis.com/2008/06/2008-06-02_rc1-235x169.jpg" alt="" width="235" height="169" /></a></p>
<p>Thankfully sending of information from Flash to Max didn&#8217;t appear to be a difficult one but the reference was less than comprehensive. The problem was not sending the information as we could &#8216;print&#8217; the information in the Max window to confirm that information was transmitting, it was getting that information into the patcher window and then doing something with it.</p>
<p>It was the [remote] function that was needed and when turned on allowed a receive object reference in the Flash actionscript to receive a message. Further problems arose when Flash tried to send the ball number on collision as you can just insert the variable so 10 different functions needed to be created to send each number when called. (See 2 Above)</p>
<p>This linked to the playback patcher in Max, which was straight forward linking to the already existing playback setup.</p>
<p>Here is a video of the RC1 in operation in its proposed display space.</p>
<div id="embed"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/bodzZZXFcm8&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/bodzZZXFcm8&amp;hl=en" wmode="transparent"></embed></object></div>
<p>See also: <a href="http://www.youtube.com/watch?v=SZ7EiZLmqIM" target="_blank">http://www.youtube.com/watch?v=SZ7EiZLmqIM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://craigmdennis.com/beta-rc1-problems-solutions-end-result/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ShoutBox Dedicated Blog :D</title>
		<link>http://craigmdennis.com/shoutbox-dedicated-blog-d/</link>
		<comments>http://craigmdennis.com/shoutbox-dedicated-blog-d/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 18:59:15 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Uni work]]></category>
		<category><![CDATA[Interactive Spaces]]></category>
		<category><![CDATA[Shoutbox]]></category>

		<guid isPermaLink="false">http://craigmdennis.com/?p=254</guid>
		<description><![CDATA[Today the subdomain http://shoutbox.craigmdennis.com/blog was setup and a fresh install of WordPress was thrown in there. Now each member of the group their own login details and shows as posting separate entries. This is a great way to show some sort of gauge of what people have contributed. This remains a personal blog detailing the... <a class="more" href="http://craigmdennis.com/shoutbox-dedicated-blog-d/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-255" title="shoutbox-logo" src="http://uploads.craigmdennis.com/2008/04/shoutbox-logo.jpg" alt="" width="362" height="83" /><br />
Today the subdomain <a href="http://shoutbox.craigmdennis.com/blog" target="_blank">http://shoutbox.craigmdennis.com/blog</a> was setup and a fresh install of WordPress was thrown in there. Now each member of the group their own login details and shows as posting separate entries. This is a great way to show some sort of gauge of what people have contributed.</p>
<p>This remains a personal blog detailing the overall progress of the project and the subdomain will chart the research and individual contributions.</p>
<p>So far so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://craigmdennis.com/shoutbox-dedicated-blog-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: craigmdennis.com @ 2012-02-07 01:09:04 by W3 Total Cache -->
