<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>anthony mattox</title>
	
	<link>http://www.anthonymattox.com</link>
	<description>new media art &amp; design</description>
	<lastBuildDate>Tue, 08 Jun 2010 12:48:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/amattox" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="amattox" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Controlling Quartz Composer with Pure Data</title>
		<link>http://www.anthonymattox.com/controlling-quartz-composer-with-pure-data</link>
		<comments>http://www.anthonymattox.com/controlling-quartz-composer-with-pure-data#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:48:49 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[pure data]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[quartz composer]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2209</guid>
		<description><![CDATA[Recently I performed with a musical group, creating generative imagery as a backdrop. I decided try using quartz composer again, primarily because it renders graphics so quickly and smoothly, but also because it&#8217;s fairly easy to put something together. Unfortunately I ran into a significant roadblock. Quartz composer has no way to control elements while [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I performed with a musical group, creating generative imagery as a backdrop. I decided try using quartz composer again, primarily because it renders graphics so quickly and smoothly, but also because it&#8217;s fairly easy to put something together. Unfortunately I ran into a significant roadblock. Quartz composer has no way to control elements while they are running. Although you can completely restructure and modify your script while it is running, there are no interface elements to control simple changes in values. Obviously, this makes QC so much less valuable as a performance tool.</p>
<p>Having already set up most of my script in Quartz Composer I decided to find a way to control it some other way. <a href="http://puredata.info/">Pure Data</a>, an application similar to Quartz but for the production of sound, allows you to easily build interfaces. The data is then sent out of <a href="http://puredata.info/">pure data</a> as midi controller values, sent through a virtual midi channel, and grabbed by Quartz Composer. From there the values can be used for whatever is necessary.</p>
<p>Figuring out the details took a little while and some help from my friend <a href="http://pcm.peabody.jhu.edu/~mscottnelson/">Michael Scoot-Nelson</a>, but the setup is actually quite simple. In <a href="http://puredata.info/">Pure Data</a>, just set up as many controller as you need in the form of sliders or other UI elements.</p>
<p><img src="http://www.anthonymattox.com/wp-content/uploads/2010/06/pure-data-controls.png" alt="Pure Data Controls" title="Pure Data Controls" width="400" height="364" class="alignnone size-medium wp-image-2214" /></p>
<p>In this case, I have a number of vertical sliders labelled for a particular application. Above each controller I have an object which receives a bang [r b]. In Pure Data the value from each slider is only sent when the slider is changed. Sending a bang to the value &#8216;b&#8217; pushes all the values down and sends them out to the midi channel. The Sliders should be set to a range from 0-127.</p>
<p>The values from the sliders are plugged into the first inlet of control out objects (ctlout). The ctlout objects also need a controller number and a channel number. These are used to get the value on the other end. The channels can all be set to one, and each slider should have it&#8217;s own controller number.</p>
<p><img src="http://www.anthonymattox.com/wp-content/uploads/2010/06/quartz-composer-midi-control-input.png" alt="Quartz Composer Midi Control Input" title="Quartz Composer Midi Control Input" width="400" height="240" class="alignnone size-medium wp-image-2216" /></p>
<p>In Quartz composer, a &#8216;Midi Controller Receiver&#8217; object will grab the values sent from Pure Data. Viewing it&#8217;s settings in the inspector, the number of inputs can be changed. Each input is listed with an integer, these are the controller numbers which must be matched to the ones set in pure data. The channels being received can also be changed.</p>
<p>There is one final step to getting everything hooked up. In <a href="http://puredata.info/">Pure Data</a>, under Preferences &gt; Midi Settings must be set to an Midi Channel that Quartz Composer is listening for. On a Mac it&#8217;s easy to set up this channel with the IAC Driver in Audio Midi Setup.</p>
<p><img src="http://www.anthonymattox.com/wp-content/uploads/2010/06/pure-data-pulse-width-modulation.png" alt="Pure Data - Pulse Width Modulation Midi Controller" title="Pure Data Pulse Width Modulation" width="169" height="387" class="alignleft wp-image-2215" /></p>
<p>I also created this little guy here. One element I was controlling in Quartz Composer (a particle generator) could only be set on or off and I needed it to vary smoothly. This creates what is essentially a pulse width modulation simulated analog output. Pressing the &#8216;on&#8217; and &#8216;off&#8217; buttons do just that, and pressing the pwm toggle lets you use the slider to set it more or less on.</p>
<p>Metro&#8217;s turn the output to on every tenth of a second. It is then turned off (ten times a second) after a short delay (less than a tenth of a second). If the slider is at the bottom it turns back off almost immediately, so for the greater part of a second it is off. If the slider is at the top, it takes nearly a tenth of a second to turn back off, so it is mostly on. In the middle it will be on half the time. The result, at least for my particle generator, was the appearance of it&#8217;s rate changing while really it was just turning on and off very quickly. I&#8217;m not sure where else this would be useful, but here it is.</p>
<p>It might be a little hard to read, but if it would be useful to anyone I can upload the pd file somewhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/controlling-quartz-composer-with-pure-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The List List</title>
		<link>http://www.anthonymattox.com/the-list-list</link>
		<comments>http://www.anthonymattox.com/the-list-list#comments</comments>
		<pubDate>Tue, 04 May 2010 19:37:13 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[net art]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2190</guid>
		<description><![CDATA[
The List List is net art* piece I&#8217;ve been working on for the past few months. It is a collaborative list of lists, an open platform for everyones favorite superlatives.*the deacons of new media art might not agree as it isn&#8217;t ugly as sin and the concept isn&#8217;t unbelievable convoluted and yet meaningless.
On the site, [...]]]></description>
			<content:encoded><![CDATA[<div class="img"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/05/the-list-list-header.png" alt="The List List - a net art piece by Anthony Mattox" title="the-list-list-header" width="450" height="346" class="alignnone size-medium wp-image-2195" /></div>
<p><a href="http://www.thelistlist.com">The List List</a> is net art* piece I&#8217;ve been working on for the past few months. It is a collaborative list of lists, an open platform for everyones favorite superlatives.<small>*the <a href="http://www.rhizome.org/">deacons of new media art</a> might not agree as it isn&#8217;t ugly as sin and the concept isn&#8217;t unbelievable convoluted and yet meaningless.</small></p>
<p>On the site, you can create lists and vote lists and items within them up and down. The goal is just to build a collection of fun and humorous lists.</p>
<p>The site has been an enormous technical exercise in precisely executing a complex web page. Despite the apparent simplicity, it is one of the more involved sites I&#8217;ve built. Including a number of interactions with the database and an extensive collection of ajax scripts so that all the site&#8217;s functions can be used without reloading the page and with a flourish of sleek animations.</p>
<p>It&#8217;s very easy to get burned out on a piece with just <a href="http://makesomethingcooleveryday.anthonymattox.com/uploads/058-progress-report.png">a few details left to go</a>. I did my best to polish every detail of the <a href="http://www.thelistlist.com">The List List</a>, making every transition smooth and considering every graphic, semantic, and functional minutia.</p>
<p>I built the site using <a href="http://www.codeigniter.com">CodeIgniter</a>, a php framework, and <a href="http://jquery.com">jQuery</a>. <a href="http://www.codeigniter.com">CodeIgniter</a> was probably not necessary, but it made laying out the foundation super fast. <a href="http://jquery.com">jQuery</a> is of course great for animations and simplifying Ajax scripts.</p>
<div class="img"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/05/the-list-list-450.png" alt="The List List - a net art piece by Anthony Mattox" title="the-list-list-450" class="alignnone size-medium wp-image-2194" /></div>
<p><a href="http://www.thelistlist.com">Go have some fun with it.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/the-list-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Music Exhibition – Poster for the Ligetisplit Ensemble</title>
		<link>http://www.anthonymattox.com/new-music-exhibition-poster-for-the-ligetisplit-ensemble</link>
		<comments>http://www.anthonymattox.com/new-music-exhibition-poster-for-the-ligetisplit-ensemble#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:37:40 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ligetisplit ensemble]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2175</guid>
		<description><![CDATA[Another poster for the Ligetisplit Ensemble.
The poster is a little atypical, but I tried to establish the relevant hierarchy of information in new ways to create an interesting poster. The title is near the bottom of the poster, but is large enough be the focal point. The background graphics also bring attention to it.
Other key [...]]]></description>
			<content:encoded><![CDATA[<p>Another poster for the <a href="http://www.ligetisplit.com/">Ligetisplit Ensemble</a>.</p>
<p>The poster is a little atypical, but I tried to establish the relevant hierarchy of information in new ways to create an interesting poster. The title is near the bottom of the poster, but is large enough be the focal point. The background graphics also bring attention to it.</p>
<p>Other key information, for someone who wants to attend, is closest to the top-left, in a position of attention. Little icons also help to make their purpose clear at a glance.</p>
<p>The graphics were created in illustrator using transform tools, something I&#8217;ve been playing with in my <a href="http://makesomethingcooleveryday.anthonymattox.com/">make something cool everyday project</a>.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/04/nme-large.png" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/04/nme-medium.png" alt="New Music Exhibition - Poster for the Ligetisplit Ensemble" title="nme-medium" width="450" height="318" class="alignnone size-medium wp-image-2181" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/new-music-exhibition-poster-for-the-ligetisplit-ensemble/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Something Cool Every Day</title>
		<link>http://www.anthonymattox.com/make-something-cool-every-day</link>
		<comments>http://www.anthonymattox.com/make-something-cool-every-day#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:07:43 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2161</guid>
		<description><![CDATA[In the shadow of Mark Weaver, my friends Andy Mangold and Jonnie Hallman, and many other more talented humans than myself, I&#8217;ve decided to make something cool. Every day.

Every day I plan to spend around 15 to 30 minutes making some quick piece of artwork, either an image, flash applet, processing sketch, sound, or any [...]]]></description>
			<content:encoded><![CDATA[<p>In the shadow of <a href="http://mrkwvr.com/">Mark Weaver</a>, my friends <a href="http://www.andymangold.com">Andy Mangold</a> and <a href="http://destroytoday.com">Jonnie Hallman</a>, and many other more talented humans than myself, I&#8217;ve decided to <a href="http://makesomethingcooleveryday.anthonymattox.com">make something cool. Every day</a>.</p>
<p><img src="http://www.anthonymattox.com/wp-content/uploads/2010/03/everyday.jpg" alt="Anthony Mattox: Make Something Cool Every Day" title="everyday" class="alignnone size-medium wp-image-2172" /></p>
<p>Every day I plan to spend around 15 to 30 minutes making some quick piece of artwork, either an image, flash applet, processing sketch, sound, or any other medium. The project is meant to keep me productive and be engaged in at least a little something creative every day. It&#8217;s also a place where I can exercise and develop skills which I don&#8217;t normally have many opportunities to use. Generally I like to work on larger scale projects, and, while this is a very large project, it&#8217;ll get me doing something a little different every day. I&#8217;m also hoping some of these sketches will set off other, more complete works. Hopefully I can stick to my time constraints so it doesn&#8217;t become a burden that I give up.</p>
<p>I began the project about a month ago to build up some content before I publicize it (also while I fixed things in the website). So I&#8217;ve got a good batch of things there already. Check out the project at <a href="http://makesomethingcooleveryday.anthonymattox.com">http://makesomethingcooleveryday.anthonymattox.com</a> and subscribe to the feed at <a href="http://feeds.feedburner.com/anthonymattox/msced">http://feeds.feedburner.com/anthonymattox/msced</a>.</p>
<p>The nerd stuff: The site is built with <a href="http://www.codeigniter.com">codeigniter</a> and <a href="http://jquery.com">jQuery</a>. This is the second project I&#8217;ve used <a href="http://www.codeigniter.com">codeigniter</a> for and I&#8217;m pretty happy with it. The site still has some kinks in it. Aside from those two frameworks, I built everything else from there up for my own edification and for more control. Bugs and more features will slowly be fixed and added.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/make-something-cool-every-day/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To Blog</title>
		<link>http://www.anthonymattox.com/to-blog</link>
		<comments>http://www.anthonymattox.com/to-blog#comments</comments>
		<pubDate>Sat, 27 Mar 2010 14:39:30 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2157</guid>
		<description><![CDATA[I&#8217;m planning to shift the direction of my site a little. Till now the focus of my blog has primarily been my artwork and little sketches I produce, and my portfolio has been a selection of the better works from my blog.
I&#8217;d like to expand the breadth of my blog and make it a bit [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m planning to shift the direction of my site a little. Till now the focus of my blog has primarily been my artwork and little sketches I produce, and my portfolio has been a selection of the better works from my blog.</p>
<p>I&#8217;d like to expand the breadth of my blog and make it a bit more bloggy. I plan on including posts of other artists I discover that inspire me and perhaps some other interesting things I come across. I&#8217;d also like to expand into some other interests of mine, including food and music. Through this I hope to share a larger range of my interests and perhaps share a little more about myself. Hopefully I can hold myself to this, so expect some thorough in the near future.</p>
<p>Further in the distance I plan to restructure my portfolio. Having it pull work from the blog makes it easy to update, but limits the functionality of it. Rather than a chronological list of my works, I hope to build something awesome which presents my work better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/to-blog/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website for Rachel Verhaaren</title>
		<link>http://www.anthonymattox.com/website-for-rachel-verhaaren</link>
		<comments>http://www.anthonymattox.com/website-for-rachel-verhaaren#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:55:46 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[folio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2133</guid>
		<description><![CDATA[I&#8217;ve just finished a website for this cute girl I know, Rachel Verhaaren. She is a photographer, and a student here at MICA. Her work has really fantastic colors and textures (two of my favorite things), especially her large format photographs and often focus on optics and perception.
Most photographers seem to want the most minimal [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished a website for this cute girl I know, <a href="http://www.rachelverhaaren.com">Rachel Verhaaren</a>. She is a photographer, and a student here at <a href="http://www.mica.edu">MICA</a>. Her work has really fantastic colors and textures (two of my favorite things), especially her large format photographs and often focus on optics and perception.</p>
<p>Most photographers seem to want the most minimal of sites, a white or dark grey page with their work in the middle. I felt it was more appropriate to give it just a little bit more color and give visitors a good impression of <a href="http://www.rachelverhaaren.com">Rachel&#8217;s work</a> as soon as they open the page, something few photographer&#8217;s sites do. WIth that in mind, her portfolio is on the front page with large images linking to sets of images.</p>
<p><a href="http://www.rachelverhaaren.com">www.rachelverhaaren.com</a></p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel-verhaaren-website-home.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel-verhaaren-website-home-small.jpg" alt="website of Rachel Verhaaren - home page" title="rachel-verhaaren-website-home-small" class="alignnone size-medium wp-image-2135" /></a></p>
<p>Some nice javascript touches are built with <a href="http://jquery.com">jQuery</a> and the site is powered by <a href="http://www.wordpress.org">Wordpress</a>.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel-verhaaren-website-portfolio.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel-verhaaren-website-portfolio-small.jpg" alt="website of Rachel Verhaaren - portfolio page" title="rachel-verhaaren-website-portfolio-small" width="450" height="285" class="alignnone size-medium wp-image-2137" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/website-for-rachel-verhaaren/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>History of Electronic Music Instruments – Poster for the Ligetisplit Ensemble</title>
		<link>http://www.anthonymattox.com/history-of-electronic-music-instruments-poster</link>
		<comments>http://www.anthonymattox.com/history-of-electronic-music-instruments-poster#comments</comments>
		<pubDate>Fri, 19 Feb 2010 05:08:27 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ligetisplit ensemble]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2124</guid>
		<description><![CDATA[Here is a poster I designed for an event held by the Ligetisplit Ensemble, a musical group in Baltimore. The event, a History of Electronic Music Instruments, should be a good night.
I used an old Processing sketch which visualized an audio stream. The typography isn&#8217;t quite what I usually do, but it seemed appropriate for [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a poster I designed for an event held by the Ligetisplit Ensemble, a musical group in Baltimore. The event, a History of Electronic Music Instruments, should be a good night.</p>
<p>I used an old <a href="http://www.processing.org">Processing</a> <a href="http://www.anthonymattox.com/audio-spectrum-and-wave-form">sketch</a> which visualized an audio stream. The typography isn&#8217;t quite what I usually do, but it seemed appropriate for the event. It probably isn&#8217;t that unusual anyway.</p>
<p><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/history-of-electronc-music.jpg" alt="history-of-electronc-music" title="history-of-electronc-music" class="alignnone size-medium wp-image-2127" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/history-of-electronic-music-instruments-poster/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mandala Coaster Sketches</title>
		<link>http://www.anthonymattox.com/mandala-coaster-sketches</link>
		<comments>http://www.anthonymattox.com/mandala-coaster-sketches#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:42:51 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[coaster]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[mandala]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2101</guid>
		<description><![CDATA[I&#8217;m taking a web design class this semester working with Etsy, an online marketplace for handmade goods. To familiarize ourselves with the site, our first assignment is to make something to sell on it. As you can imagine, students in a web design class are not necessarily the craftiest of people.
I&#8217;ve decided to design a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking a web design class this semester working with <a href="http://www.etsy.com">Etsy</a>, an online marketplace for handmade goods. To familiarize ourselves with the site, our first assignment is to make something to sell on it. As you can imagine, students in a web design class are not necessarily the craftiest of people.</p>
<p>I&#8217;ve decided to design a set of coasters and have them laser cut from wood. The coasters will be circular, with designs partially cut into the surface and then primed.</p>
<p>I&#8217;ll post the finished pieces and a link to the shop when they&#8217;re done. They&#8217;ll come in a set of four and there will be a handful of sets available if you&#8217;re interested in them. For now, here are the designs I&#8217;m planning. They were drawn in Illustrator. Nothing generative this time. Click on the images to see them larger.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-3.gif" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-3-small.gif" alt="mandala coaster 3" title="mandala coaster 3" width="217" height="217" class="alignright wp-image-2106" /></a><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-4.gif" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-4-small.gif" alt="mandala coaster 4" title="mandala coaster 4" width="217" height="217" class="alignleft wp-image-2108" /></a></p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-1.gif" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-1-small.gif" alt="mandala coaster 1" title="mandala coaster 1" width="217" height="217" class="alignright wp-image-2102" /></a><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-2.gif" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mandala-coaster-2-small.gif" alt="mandala coaster 2" title="mandala coaster 2" width="217" height="217" class="alignleft wp-image-2104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/mandala-coaster-sketches/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snow Snow Snow</title>
		<link>http://www.anthonymattox.com/snow-snow-snow</link>
		<comments>http://www.anthonymattox.com/snow-snow-snow#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:30:50 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[baltimore]]></category>
		<category><![CDATA[photograph]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2076</guid>
		<description><![CDATA[Snow. Venturing out in the tail end of the recent snow storm. I&#8217;m not used to so much snow, and neither was the rest of the city. Cars were (are) completely lost in snow and the streets were completely filled. The snow&#8217;s definitely slowed things down, and also stopped the whole city, But it was [...]]]></description>
			<content:encoded><![CDATA[<p>Snow. Venturing out in the tail end of the recent snow storm. I&#8217;m not used to so much snow, and neither was the rest of the city. Cars were (are) completely lost in snow and the streets were completely filled. The snow&#8217;s definitely slowed things down, and also stopped the whole city, But it was also a great experience.</p>
<p>With two feet of snow on the roads, the city belonged to pedestrians. The scene was fairly apocalyptic, but at the same time people were walking around in the snow and everyone seemed a little friendlier than usual. Not to mention crime has dropped to almost nothing.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/bolton_hill_houses.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/bolton_hill_houses.jpg" alt="Houses on Bolton Hill" title="Houses on Bolton Hill" width="450" height="672" class="alignnone size-medium wp-image-2077" /></a></p>
<p>At sunset after the storm, the houses were cast in the most beautiful warm light. Here is also a car under a pile of snow.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/snowy_street.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/snowy_street-medium.jpg" alt="Snowy Street in Baltimore" title="Snowy Street in Baltimore" width="450" height="301" class="alignnone size-medium wp-image-2087" /></a></p>
<p>When the snow first started it melted. The snow then stuck onto the wet trees. It made a great winter wonderland scene and took a few trees down.
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel_in_the_snow.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/rachel_in_the_snow-medium.jpg" alt="Rachel Verhaaren in the Snow" title="Rachel Verhaaren in the Snow" width="450" height="301" class="alignnone size-medium wp-image-2086" /></a></p>
<p><a href="http://www.rachelverhaaren.com">Rachel Verhaaren</a> wading through the snow.</p>
<p><span id="more-2076"></span></p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mattress_people.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mattress_people-medium.jpg" alt="Mattress People" title="Mattress People" width="450" height="187" class="alignnone size-medium wp-image-2085" /></a></p>
<p>These people have a mattress. I hope they used it as a sled.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/bolton_st.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/bolton_st-medium.jpg" alt="Snow on Bolton Street" title="Snow on Bolton Street" width="450" height="301" class="alignnone size-medium wp-image-2084" /></a></p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/02/mt_vernon_in_snow.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/02/mt_vernon_in_snow.jpg" alt="Mt Vernon in Snow" title="Mt Vernon in Snow" width="450" height="672" class="alignnone size-medium wp-image-2081" /></a></p>
<p>And the streets of Mt. Vernon, still not plowed after the storm. The snow had a strange effect on the landscape. It covered all of the familiar features and made most spaces unrecognizable. It&#8217;s impossible to distinguish between features such as sidewalks and roads. People have reshaped the landscape, cutting paths through the snow. It&#8217;s interesting to see how trails of footprints interact and eventually form into packed trails through the wasteland.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/snow-snow-snow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MICA Interaction Design T-Shirt</title>
		<link>http://www.anthonymattox.com/mica-interaction-design-t-shirt</link>
		<comments>http://www.anthonymattox.com/mica-interaction-design-t-shirt#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:03:19 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mica]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[shirt]]></category>

		<guid isPermaLink="false">http://www.anthonymattox.com/?p=2068</guid>
		<description><![CDATA[My department at MICA (The Maryland Institute College of Art), Interaction Design and Art, recently had a competition to design a shirt for the major.
The ring in the design was created in processing. My original design was a little bit more intricate and had four colors, but I think it still looks pretty good. If [...]]]></description>
			<content:encoded><![CDATA[<p>My department at <a href="http://www.mica.edu">MICA (The Maryland Institute College of Art)</a>, Interaction Design and Art, recently had a competition to design a shirt for the major.</p>
<p>The ring in the design was created in <a href="http://www.processing.org">processing</a>. My <a href="http://www.anthonymattox.com/ixda-design">original design</a> was a little bit more intricate and had four colors, but I think it still looks pretty good. If you want a free shirt, just come to mica and join our department.</p>
<p><a href="http://www.anthonymattox.com/wp-content/uploads/2010/01/mica-ixda-shirt-large.jpg" class="thickbox"><img src="http://www.anthonymattox.com/wp-content/uploads/2010/01/mica-ixda-shirt-medium.jpg" alt="Maryland Institute College of Art, Interaction Design shirt" title="MICA ixda shirt" width="450" height="317" class="alignnone size-medium wp-image-2070" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonymattox.com/mica-interaction-design-t-shirt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
