<?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>Catalyst</title>
	<atom:link href="http://www.catalystgallery.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.catalystgallery.org</link>
	<description>A UCI Undergraduate Art Community and Gallery Space</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:33:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Web Basics II</title>
		<link>http://www.catalystgallery.org/2010/09/web-basics-ii/</link>
		<comments>http://www.catalystgallery.org/2010/09/web-basics-ii/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:47:32 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Workshop]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[carrot]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[network solutions]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web hosing pad]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=715</guid>
		<description><![CDATA[Time: September 1, 2010 &#124; 4:00 PM Location: AITR 190 Here are some simple steps to getting your online portfolio off the ground. For more in-depth information, check out Jason&#8217;s workshop notes: http://www.catalystgallery.org/2010/05/web-basics/ Domain Name Imagine you&#8217;re a mover, new to the job and you have your first assignment. The first thing your given is the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: September 1, 2010 | 4:00 PM<br />
Location: AITR 190</p></blockquote>
<p>Here are some simple steps to getting your online portfolio off the ground. For more in-depth information, check out Jason&#8217;s workshop notes: <a href="http://www.catalystgallery.org/2010/05/web-basics/">http://www.catalystgallery.org/2010/05/web-basics/</a></p>
<h2>Domain Name</h2>
<p><em>Imagine you&#8217;re a mover, new to the job and you have your first assignment. The first thing your given is the first house&#8217;s address.</em> A website&#8217;s domain name is like an address, it tells your web browser where the website is. It&#8217;s what you put into your web browser&#8217;s address bar, like <a href="http://www.google.com/">www.google.com</a>, or <a href="http://www.catalystgallery.com/">www.catalystgallery.com</a></p>
<p>If you&#8217;re interested in buying your own domain name, here are a few places to check out:</p>
<ul>
<li>GoDaddy</li>
<li>Yahoo</li>
<li>Network Solutions</li>
<li>Register.com</li>
<li>Domains</li>
</ul>
<p>Getting a domain name is the first step to setting up your website. After you buy a domain name, it&#8217;s time to get&#8230;</p>
<h2>Hosting</h2>
<p><em>You&#8217;ve driven to the address and now you&#8217;re at the empty house that you&#8217;re about to move a bunch of stuff into.</em> A website&#8217;s hosting is like the actual house at an address. Hosting is where your website is actually stored. While you can do this on your own computer (this gets into server management), it&#8217;s usually easier (and faster for your viewers) to get hosting at an external company. That company will tie your hosting space (maybe 10 GB at a server out in Denver) to your domain name so that when someone enters that web address into their browser, it&#8217;ll contact the server in Denver and retrieve the information there.</p>
<p><em> </em></p>
<p>We&#8217;ve already set up hosting for anaan.org because it typically takes 24-48 hours for hosting to activate, but after you purchase hosting, you generally set-up a username, password, and enter your domain name. Make sure you remember the username and password, these are going to be what we use to upload your website!</p>
<p><em> </em></p>
<p>Some good hosting services can be found at:</p>
<ul>
<li>GoDaddy</li>
<li>HostGator</li>
<li>BlueHost</li>
<li>Host Monster</li>
<li>JustHost.com</li>
<li>Web Hosting Pad</li>
</ul>
<p>After your hosting is set up, we get into&#8230;</p>
<h2>Designing</h2>
<p>There are a huge number of ways to design a website ranging from getting into the nitty-gritty of coding to using more complex software like dreamweaver. Here, we&#8217;re going to use a very simple but highly-customizable HTML template to introduce you to the basics of coding and file structures in websites.</p>
<p>HTML or <strong>H</strong>yper <strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage, is a language that browsers read to translate how a webpage is supposed to look. HTML is made up of tags, that are entered in &lt; &gt; carrots and come with a starting and ending pair, for example, if you wanted to make a word bold, you would surround that word with a starting &lt;b&gt; and ending &lt;/b&gt; tag, such as &lt;b&gt;this text is going to appear bold&lt;/b&gt;</p>
<p>Every HTML website&#8217;s code begins with &lt;html&gt; and ends with &lt;/html&gt;. This is like telling someone, I am going to speak in Russian now, and then they begin speaking in Russian. This tells your browser what language the website is coded in.</p>
<p>Here are some other basic tags:</p>
<ul>
<li>&lt;h1&gt;&lt;/h1&gt; the heading</li>
<li>&lt;body&gt;&lt;/body&gt; the visible content on the page</li>
<li>&lt;p&gt;&lt;/p&gt; text in between is displayed as a paragraph</li>
<li>&lt;a href=”LinkAddress”&gt;LinkText&lt;/a&gt; is used for putting links in your website</li>
<li>&lt;img src=”ImageAddress” /&gt; is used for inserting images in your website</li>
<li>&lt;hr /&gt; puts a horizontal line in your website</li>
<li>&lt;br /&gt; is a line break (new line) that you can put in without starting a new paragraph</li>
<li>&lt;b&gt;This text is bold&lt;/b&gt; makes text bold</li>
<li>&lt;i&gt;This text is italicized&lt;/i&gt; makes text italicized</li>
<li>&lt;u&gt;This text is underlined&lt;/u&gt; makes text underlined</li>
</ul>
<p>Some applications for editing code are:</p>
<ul>
<li>Notepad++ (Win)</li>
<li>The HTML Editor (Win)</li>
<li>PSPad (Win)</li>
<li>Coda (Mac)</li>
<li>WebDesign (Mac)</li>
<li>Espresso (Mac</li>
<li>TextWrangler (Mac)</li>
<li>Komodo Edit (Mac &amp; Win)</li>
</ul>
<p>Next, to get our website online&#8230;</p>
<h2>Uploading your Website</h2>
<p>Now that we have the website done on our computers, we need to upload it to the web. We do this using FTP programs that allow us to upload our files to our hosting provider.</p>
<p>Some good FTP software:</p>
<ul>
<li>FileZilla (Mac &amp; Win)</li>
<li>Cyberduck (Mac)</li>
<li>SmartFTP (Win)</li>
<li>WinSCP (Win)</li>
<li>Transmit (Mac)</li>
<li>Fire FTP (Firefox add-on)</li>
<li>net2ftp (Browser based client)</li>
</ul>
<h3>More Notes</h3>
<p>The page titled “index.html” is going to be the webpage that gets automatically loaded when people type in “http://www.yourdomain.com”</p>
<p>The titles of your HTML files appear in the address bar.</p>
<ul></ul>
<p>There are plenty of great resources on the internet for coding, website construction tutorials, and templates. Looking at how people code their webpages (by going to View-&gt; View Source in your web browser) is a great way of learning what you can do with web design.</p>
<p>Web Editors &amp; Website Builders</p>
<ul>
<li>Dreamweaver (Mac &amp; Win)</li>
<li>RapidWeaver</li>
<li>Sandvox (Mac)</li>
<li>Freeway</li>
<li>NetObjects Fusion Essentials</li>
<li>KompoZer</li>
<li>Amaya</li>
<li>SeaMonkey Composer</li>
</ul>
<p>Website Templates &amp; Content Management Systems</p>
<ul>
<li>WordPress</li>
<li>Joomla</li>
</ul>
<h3>Links</h3>
<p><a href="http://www.w3schools.com" target="_blank">w3schools.com</a>: free resource for learning about HTML as well as other languages such as CSS, Java, PHP, SQL</p>
<p><a href="http://www.envato.com" target="_blank">envato.com</a>: a great source for digital media, graphics, codes, etc. for sell.</p>
<p><a href="http://www.facebook.com/event.php?eid=153750961304590" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/1h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/1.jpg'" src="http://www.catalystgallery.org/images/fEvents/1.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/09/web-basics-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senior Year Prep/Post Graduation Guide: Tips and Resources</title>
		<link>http://www.catalystgallery.org/2010/06/senior-year-preppost-graduation-guide-tips-and-resources/</link>
		<comments>http://www.catalystgallery.org/2010/06/senior-year-preppost-graduation-guide-tips-and-resources/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 00:42:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Supplement]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[journals]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[prepare]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=708</guid>
		<description><![CDATA[Mindset Make, Read, and Look at Art. Repeat. Summer Make Online Portfolio! READ Watch FILMS Go to as many shows as possible (always carry notebook) Take summer technical class (photo, woodshop, electronics) Figure out what faculty you want to work with (studio art website) Introspection: why make art? Books 3 main categories: MEDIUM STUDIES-PHILOSOPHY-HISTORY Seven [...]]]></description>
			<content:encoded><![CDATA[<h2>Mindset</h2>
<p><strong> </strong>Make, Read, and Look at Art. Repeat.</p>
<h2>Summer</h2>
<p><strong> </strong>Make Online Portfolio!</p>
<ul>
<li>READ</li>
<li>Watch FILMS</li>
<li>Go to as many shows as possible (always carry notebook)</li>
<li>Take summer technical class (photo, woodshop, electronics)</li>
<li>Figure out what faculty you want to work with (studio art website)</li>
<li>Introspection: why make art?</li>
</ul>
<p><strong> </strong></p>
<h3>Books</h3>
<p>3 main categories: MEDIUM STUDIES-PHILOSOPHY-HISTORY</p>
<ul>
<li><em>Seven Days in the Art World </em>(Sarah Thornton)<strong> </strong></li>
<li><em>Between The Eyes (David Levi Strauss)</em></li>
<li><em>Society of the Spectacle </em>(Guy Debord)</li>
<li><em>On Photography (</em>Susan Sontag<em>)</em></li>
<li><em>Illuminations </em>(Walter Benjamin)</li>
<li><em>Mythologies (Roland Barthes)</em></li>
<li><em>The Logic of Sensation (Deluze)</em></li>
<li><em>The Future of the Image (</em>Ranciere<em>)</em></li>
<li><em>How we Became Posthuman (</em>KN Hayles<em>)</em></li>
<li><em>Teaching to Transgress (</em>Bell Hooks<em>)</em></li>
<li><em>Peddagogy of the Oppressed ( </em>Paulo Freire<em>)</em></li>
<li><em>The Body in Contemporary Art (</em>Sally O’Reilly<em>)</em></li>
<li><em>Performance Art</em> (Roselee Goldberg)</li>
<li><em>Art And Electronic Media (</em>Edward Shanken<em>)</em></li>
<li><em>Introducing Semiotics </em>(Paul Cobley, Litza Jansz)</li>
</ul>
<h3>Movies</h3>
<p><strong> </strong>Watch to understand</p>
<ul>
<li>Ways of seeing (John Berger: youtube)</li>
<li>2001 space odyssey</li>
<li>Vertigo</li>
<li>Psycho</li>
<li>Soylent Green</li>
<li>8 ½</li>
<li>Naked Lunch</li>
<li>Aliens</li>
<li>Seven Samarai</li>
<li>Apocalypse now</li>
</ul>
<p><strong> </strong></p>
<h2>Resources</h2>
<p><strong> </strong></p>
<h3>Art Journals and Magazines</h3>
<ul>
<li><em>Artforum</em> <a href="http://artforum.com/">http://artforum.com/</a></li>
<li><em>Frieze </em> <a href="http://www.frieze.com/">http://www.frieze.com/</a></li>
<li><em>Art in America</em> <a href="http://www.artinamericamagazine.com/">http://www.artinamericamagazine.com/</a></li>
<li><em>Flash Art</em> <a href="http://www.flashartonline.com/">http://www.flashartonline.com/</a></li>
<li><em>Art Asia Pacific </em> <a href="http://www.aapmag.com/">http://www.aapmag.com/</a></li>
<li><em>Bidoun</em> <a href="http://bidoun.com/bdn/">http://bidoun.com/bdn/</a></li>
<li><em>Art Papers</em> <a href="http://artpapers.org/">http://artpapers.org/</a></li>
<li>CAA <em>Art Journal</em> <a href="http://www.collegeart.org/artjournal/">http://www.collegeart.org/artjournal/</a></li>
<li><em>October </em> <a href="http://www.mitpressjournals.org/loi/octo?cookieSet=1">http://www.mitpressjournals.org/loi/octo?cookieSet=1</a></li>
<li><em>Grey Room</em> <a href="http://www.mitpressjournals.org/loi/grey">http://www.mitpressjournals.org/loi/grey</a></li>
<li><em>New Yorker</em> <a href="http://www.newyorker.com/">http://www.newyorker.com/</a></li>
<li><em>Cabinet </em> <a href="http://www.cabinetmagazine.org/">http://www.cabinetmagazine.org/</a></li>
</ul>
<p><strong> </strong></p>
<h3>LA/SoCal Based Journals</h3>
<ul>
<li><em>Coagula</em> <a href="http://www.coagula.net/">http://www.coagula.net/</a></li>
<li><em>X-TRA</em> <a href="http://www.x-traonline.org/">http://www.x-traonline.org/</a></li>
</ul>
<p><strong> </strong></p>
<h3>Online Resources</h3>
<ul>
<li>Major Photographers		 <a href="http://www.zeroland.co.nz/photographers.html">http://www.zeroland.co.nz/photographers.html</a></li>
<li>LA Gallery &amp; Museum Guide	<a href="http://artscenecal.com/">http://artscenecal.com/</a></li>
<li>Theartnewspaper.com</li>
<li>e-flux.com</li>
<li>apexart.org</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/06/senior-year-preppost-graduation-guide-tips-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patina</title>
		<link>http://www.catalystgallery.org/2010/06/patina/</link>
		<comments>http://www.catalystgallery.org/2010/06/patina/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 01:00:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=678</guid>
		<description><![CDATA[An exhibition showcasing the works of Iris Hu, Mitchell Klein, Melissa Lee, Tessa Kurszewski, and Maivy Nguyen. Time: June 3 &#8211; 8, 2010 Opening Reception: Thursday, June 3, 2010 &#124; 6:00 &#8211; 9:00 PM Location: Catalyst Gallery]]></description>
			<content:encoded><![CDATA[<p>An exhibition showcasing the works of Iris Hu, Mitchell Klein, Melissa Lee, Tessa Kurszewski, and Maivy Nguyen.</p>
<blockquote><p>Time: June 3 &#8211; 8, 2010<br />
Opening Reception: Thursday, June 3, 2010 | 6:00 &#8211; 9:00 PM<br />
Location: Catalyst Gallery</p></blockquote>
<div id="attachment_700" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-700 " title="Untitled" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0902.jpg" alt="" width="610" height="425" /><p class="wp-caption-text">&quot;Untitled&quot; by Melissa &quot;Melly&quot; Lee, inkjet print</p></div>
<div id="attachment_701" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-701" title="Self Portrait: Prurient Asana -  Dandayamana Bibhaktapada Paschimottanasana" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0909.jpg" alt="" width="610" height="700" /><p class="wp-caption-text">&quot;Self Portrait: Prurient Asana -  Dandayamana Bibhaktapada Paschimottanasana&quot; by Mitchell Klein, acrylic on denim</p></div>
<p><img class="alignnone size-full wp-image-703" title="I am a girl/not a boy" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0912_2.jpg" alt="" width="610" height="859" /></p>
<div id="attachment_702" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-702" title="I am a girl/not a boy" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0911_2.jpg" alt="" width="610" height="830" /><p class="wp-caption-text">&quot;I am a girl/not a boy&quot; by Iris Hu, &quot;touched&quot; photo paper</p></div>
<div id="attachment_704" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-704" title="AltoArizona.com" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0915.jpg" alt="" width="610" height="365" /><p class="wp-caption-text">&quot;AltoArizona.com&quot; by Tessa Kurszewski, acrylic on illustration board</p></div>
<p><a href="http://www.facebook.com/event.php?eid=112313455480167" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/3h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/3.jpg'" src="http://www.catalystgallery.org/images/fEvents/3.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/06/patina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tissue</title>
		<link>http://www.catalystgallery.org/2010/05/tissue/</link>
		<comments>http://www.catalystgallery.org/2010/05/tissue/#comments</comments>
		<pubDate>Fri, 28 May 2010 01:00:20 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[realism]]></category>
		<category><![CDATA[sculpture]]></category>
		<category><![CDATA[surrealism]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=670</guid>
		<description><![CDATA[Time: May 27 &#8211; June 1, 2010 Opening Reception: Thursday, May 27, 2010 &#124; 6:00 &#8211; 9:00 PM Location: Catalyst Gallery An exhibition featuring works by Natalie Bojórquez, Noe Gaytan, Tessa Kurszewski, Kelly Mayfield, and Gabriel Tellez.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: May 27 &#8211; June 1, 2010<br />
Opening Reception: Thursday, May 27, 2010 | 6:00 &#8211; 9:00 PM<br />
Location: Catalyst Gallery</p></blockquote>
<p>An exhibition featuring works by Natalie Bojórquez, Noe Gaytan, Tessa Kurszewski, Kelly Mayfield, and Gabriel Tellez.</p>
<p><img class="alignnone size-full wp-image-688" src="http://www.catalystgallery.org/wp-content/uploads/DSC_2183.jpg" alt="" width="610" height="408" /></p>
<p><img class="alignnone size-full wp-image-695" src="http://www.catalystgallery.org/wp-content/uploads/IMG_08701.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-686" src="http://www.catalystgallery.org/wp-content/uploads/DSC_2106.jpg" alt="" width="610" height="408" /></p>
<div id="attachment_694" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-694" title="El Dorado" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0888.jpg" alt="" width="610" height="765" /><p class="wp-caption-text">&quot;El Dorado&quot; by Kelly Mayfield, video, sound, latex</p></div>
<div id="attachment_691" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-691" title="Binge/Purge" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0871.jpg" alt="" width="610" height="406" /><p class="wp-caption-text">&quot;Binge/Purge&quot; by Natalie Bojórquez, acrylic on canvas</p></div>
<div id="attachment_696" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-696" title="Mictlantecuhtli and Quetzalcoatl " src="http://www.catalystgallery.org/wp-content/uploads/IMG_0884.jpg" alt="" width="610" height="815" /><p class="wp-caption-text">&quot;Mictlantecuhtli and Quetzalcoatl&quot; by Gabriel Tellez, oil on canvas</p></div>
<div id="attachment_692" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-692" title="Untitled" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0876.jpg" alt="" width="610" height="803" /><p class="wp-caption-text">&quot;Untitled&quot; by Tessa Kurszewski, charcoal on paper</p></div>
<div id="attachment_693" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-693" title="Hold the Heartbreak" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0880.jpg" alt="" width="610" height="432" /><p class="wp-caption-text">&quot;Hold the Heartbreak&quot; by Noe Gaytan, inkjet print on paper, public installation</p></div>
<p><a href="http://www.facebook.com/event.php?eid=124617350901092" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/27h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/27.jpg'" src="http://www.catalystgallery.org/images/fEvents/27.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/tissue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chimera</title>
		<link>http://www.catalystgallery.org/2010/05/chimera/</link>
		<comments>http://www.catalystgallery.org/2010/05/chimera/#comments</comments>
		<pubDate>Fri, 21 May 2010 01:00:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[flower]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[sculpture]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=596</guid>
		<description><![CDATA[An exhibition featuring JoAnn Hockersmith, Iris Hu, Daniel McMullin, and Paolo Rondina.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: May 20 – 25, 2010<br />
Opening Reception: Thursday, May 20, 2010 | 6:00 – 9:00 PM<br />
Location: Catalyst Gallery</p></blockquote>
<p>An exhibition featuring JoAnn Hockersmith, Iris Hu, Daniel McMullin, and Paolo Rondina.</p>
<div id="attachment_644" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-644" title="People" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0755.jpg" alt="" width="610" height="406" /><p class="wp-caption-text">&quot;People&quot; by Paolo Rondina, series of digital prints</p></div>
<p><img class="alignnone size-full wp-image-645" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0756.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-646" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0757.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-647" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0759.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-648" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0760.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-649" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0761.jpg" alt="" width="610" height="406" /></p>
<p><img class="alignnone size-full wp-image-650" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0763.jpg" alt="" width="610" height="406" /></p>
<div id="attachment_651" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-651" title="Botanicals" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0765.jpg" alt="" width="610" height="406" /><p class="wp-caption-text">&quot;Botanicals&quot; by Iris Hu, watercolor and ink on paper</p></div>
<p><img class="alignnone size-full wp-image-652" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0766.jpg" alt="" width="610" height="915" /></p>
<p><img class="alignnone size-full wp-image-653" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0767.jpg" alt="" width="610" height="915" /></p>
<div id="attachment_654" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-654" title="Untitled" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0768.jpg" alt="" width="610" height="406" /><p class="wp-caption-text">&quot;Untitled&quot; by JoAnn Hockersmith, video installation</p></div>
<p><img class="alignnone size-full wp-image-655" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0774.jpg" alt="" width="610" height="406" /></p>
<div id="attachment_656" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-656" title="Lolonga" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0781.jpg" alt="" width="610" height="406" /><p class="wp-caption-text">&quot;Lolonga&quot; by Daniel McMullin, steel and wood</p></div>
<p><a href="http://www.facebook.com/event.php?eid=123613667667114" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/20h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/20.jpg'" src="http://www.catalystgallery.org/images/fEvents/20.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/chimera/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Untitled</title>
		<link>http://www.catalystgallery.org/2010/05/untitled-2/</link>
		<comments>http://www.catalystgallery.org/2010/05/untitled-2/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:30:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Crit Circles]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[figural]]></category>
		<category><![CDATA[fluidity]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[strokes]]></category>
		<category><![CDATA[technique]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=660</guid>
		<description><![CDATA[Time: Tuesday, May 18, 2010 &#124; 7:30 PM Location: Outside the Honor Studios on the 3rd Floor of the ACT bldg.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: Tuesday, May 18, 2010 | 7:30 PM<br />
Location: Outside the Honor Studios on the 3rd Floor of the ACT bldg.</p></blockquote>
<div id="attachment_664" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-664" title="Untitled" src="http://www.catalystgallery.org/wp-content/uploads/IMG_0991.jpg" alt="" width="610" height="813" /><p class="wp-caption-text">&quot;Untitled&quot; by Katy Wang, acrylic and oil on canvas</p></div>
<p><img class="alignnone size-full wp-image-662" src="http://www.catalystgallery.org/wp-content/uploads/DSCN5384.jpg" alt="" width="610" height="457" /></p>
<p><img class="alignnone size-full wp-image-661" src="http://www.catalystgallery.org/wp-content/uploads/DSCN5381.jpg" alt="" width="610" height="457" /></p>
<p><img class="alignnone size-full wp-image-663" src="http://www.catalystgallery.org/wp-content/uploads/DSCN5388.jpg" alt="" width="610" height="457" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/untitled-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.catalystgallery.org/wp-content/uploads/katy.mp3" length="19652598" type="audio/mpeg" />
		</item>
		<item>
		<title>&#8220;Kids&#8221;</title>
		<link>http://www.catalystgallery.org/2010/05/kids/</link>
		<comments>http://www.catalystgallery.org/2010/05/kids/#comments</comments>
		<pubDate>Sat, 15 May 2010 01:30:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Screening]]></category>
		<category><![CDATA[aids]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[disease]]></category>
		<category><![CDATA[drugs]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[hiv]]></category>
		<category><![CDATA[innocent]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[rape]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[teen]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=499</guid>
		<description><![CDATA[A disturbing portrayal of teenage life, AIDS, and the Kids of New York City. Controversial in its content, the film exposes the grim reality of a group of skate-boarders in the space of 24 hours. Primarily the story consists of Telly (Leo Fitzpatrick) a 17 year old slacker whose mission is to de-flower as many young girls as possible, whilst unprotected. Things turn bad when an old flame finds out she has tested positive for HIV and the only person she has had sex with is Telly. She chases through New York to find him but is too late as he has already de-flowered yet another innocent pre-teen. Written by Dan Adamson <dan@clanjade.freeserve.co.uk>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: May 14, 2010 | 6:30 PM<br />
Location: ART 165</p></blockquote>
<p>A disturbing portrayal of teenage life, AIDS, and the Kids of New York City. Controversial in its content, the film exposes the grim reality of a group of skate-boarders in the space of 24 hours. Primarily the story consists of Telly (Leo Fitzpatrick) a 17 year old slacker whose mission is to de-flower as many young girls as possible, whilst unprotected. Things turn bad when an old flame finds out she has tested positive for HIV and the only person she has had sex with is Telly. She chases through New York to find him but is too late as he has already de-flowered yet another innocent pre-teen. <em>Written by <a href="http://www.imdb.com/search/title?plot_author=Dan%20Adamson%20%3Cdan@clanjade.freeserve.co.uk%3E&amp;view=simple&amp;sort=alpha">Dan Adamson &lt;dan@clanjade.freeserve.co.uk&gt;</a></em></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="610" height="489" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Myzec1dgSqc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="610" height="489" src="http://www.youtube.com/v/Myzec1dgSqc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/kids/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Basics</title>
		<link>http://www.catalystgallery.org/2010/05/web-basics/</link>
		<comments>http://www.catalystgallery.org/2010/05/web-basics/#comments</comments>
		<pubDate>Wed, 12 May 2010 02:30:19 +0000</pubDate>
		<dc:creator>Jayson Ward</dc:creator>
				<category><![CDATA[Workshop]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[indexexhibit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[justhost]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[startlogic]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=571</guid>
		<description><![CDATA[A basic introduction to what a person needs when setting up a personal website. This workshop is geared toward studio art majors that want to set up a portfolio site.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: May 11, 2010 | 7:30 PM<br />
Location: ART 165</p></blockquote>
<p><img class="alignnone size-full wp-image-575" src="http://www.catalystgallery.org/wp-content/uploads/DSC_1592.jpg" alt="" width="610" height="408" /></p>
<p><img class="alignnone size-full wp-image-576" src="http://www.catalystgallery.org/wp-content/uploads/DSC_1593.jpg" alt="" width="610" height="408" /></p>
<h3>1. Domain Name</h3>
<p>A domain name is the thing you enter into the browser&#8217;s address bar, such as www.yahoo.com.</p>
<ul>
<li>You can register a domain name with most website hosting companies. The typical price is around $11.00 to $35.00 per year</li>
<li>Some companies:
<ul>
<li><a href="http://www.startlogic.com/product/domainRegistration.bml" target="_blank">Startlogic</a></li>
<li><a href="http://www.godaddy.com/domains/search.aspx" target="_blank">GoDaddy</a></li>
<li><a href="http://smallbusiness.yahoo.com/domains/">Yahoo</a></li>
<li><a href="http://www.networksolutions.com/domain-name-registration/index.jsp" target="_blank">Network Solutions</a> &#8211; most expensive</li>
<li><a href="http://www.register.com/register-domain-names.rcmx" target="_blank">Register.com</a></li>
<li><a href="http://www.justhost.com/web-hosting">JustHost</a> &#8211; domain name included with hosting</li>
</ul>
</li>
<li>More Info &gt; <a href="http://en.wikipedia.org/wiki/Domain_name_registry" target="_blank">Wikipedia Article</a></li>
</ul>
<p><span style="font-size: medium;"><span><strong>2. Hosting Package</strong></span></span></p>
<p>You will need a place to host your website, meaning a company&#8217;s server space where your website files will sit and be accessed from.</p>
<ul>
<li>There are two typical types of web hosting packages
<ul>
<li>A <a href="http://en.wikipedia.org/wiki/Unix">UNIX</a> or <a href="http://en.wikipedia.org/wiki/Unix-like">LINUX</a> based package
<ul>
<li><a href="http://en.wikipedia.org/wiki/PHP">PHP</a> / <a href="http://en.wikipedia.org/wiki/MySQL">mySQL</a> / <a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache</a></li>
<li>Also known as a <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP development environment</a>.</li>
<li>These packages tend to come with alot of built in tools and content management systems.
<ul>
<li><a href="http://wordpress.org/">WordPress</a></li>
<li><a href="http://www.joomla.org/about-joomla.html">Joomla Templates</a></li>
</ul>
</li>
<li>This is the best type of package to buy unless you have a specific need to work in a Windows based environment, which most people will not.</li>
</ul>
</li>
<li>A <a href="http://en.wikipedia.org/wiki/Windows_Server_2008" target="_blank">Windows Server</a> based pacakge
<ul>
<li><a href="http://en.wikipedia.org/wiki/ASP.NET">ASP.Net</a> / <a href="http://en.wikipedia.org/wiki/Microsoft_SQL_Server">SQLServer</a> / <a href="http://en.wikipedia.org/wiki/Internet_Information_Services">IIS</a></li>
</ul>
</li>
<li>Either of these packages will serve straight HTML scripts if you don&#8217;t want to utilize server-side scripting &#8211;&gt; PHP or ASP.Net</li>
</ul>
</li>
<li>Some companies:
<ul>
<li><a href="http://www.startlogic.com/startlogic/hosting.bml" target="_blank">Startlogic</a> &#8211; average cost</li>
<li><a href="https://www.godaddy.com/Hosting/web-hosting.aspx" target="_blank">GoDaddy</a> &#8211; cheaper cost</li>
<li><a href="http://www.networksolutions.com/web-hosting/index.jsp" target="_blank">Network Solutions</a> &#8211; more expensive</li>
<li><a href="http://smallbusiness.yahoo.com/webhosting/" target="_blank">Yahoo</a> &#8211; average cost</li>
<li><a href="http://www.justhost.com/web-hosting">JustHost</a> &#8211; inexpensive hosting &#8211; unsure about quality of service</li>
</ul>
</li>
</ul>
<h3>3. Design Tools or Content Management Systems</h3>
<p>You will need design tools if you want to build your own site from scratch; even if you want to hack into some content management templates, having Dreamweaver helps.</p>
<ul>
<li>DESIGN TOOLS &#8211; These are the most common, industry standards
<ul>
<li>Adobe Dreamweaver
<ul>
<li>The standard for website construction and management</li>
</ul>
</li>
<li>Adobe Photoshop or Adobe Fireworks
<ul>
<li>Image editing, as well as &#8216;Save for Web&#8217; tools that allow for excellent compression without loss of quality.</li>
</ul>
</li>
<li>Adobe Flash
<ul>
<li>Flash is used to create rich interactive content, games as well as animations.</li>
<li>Flash&#8217;s future is in flux.</li>
</ul>
</li>
<li>Adobe Illustrator
<ul>
<li>Awesome vector based design application. Useful when creating more &#8216;graphic&#8217; imagery, etc. for a website.</li>
</ul>
</li>
<li>Best Bet &#8211;&gt; <a href="http://www.computerstore.uci.edu/products/1454">Buy the student version of Creative Suiite at the UCI Computer store before you graduate!!!!!!!</a> The website lists the price as $599, but it is cheaper for UCI students. Don&#8217;t miss this opportunity to get awesome software for a great price.</li>
</ul>
</li>
<li>CONTENT MANAGEMENT TOOLS
<ul>
<li>Use a CMT if you do not want to design and build your own site from scratch. Typically, they can be customized.</li>
<li><a href="http://www.indexhibit.org/">indexhibit</a>
<ul>
<li>It&#8217;s a free content management system that you &#8216;install&#8217; on your LAMP based hosting package.</li>
<li>Many artists use it. I use it for <a href="http://www.jaysonward.com/">my personal art portfolio site</a> [though I hacked the templates to suit my needs]</li>
<li>Requires some basic database setup on your hosting server</li>
</ul>
</li>
<li><a href="http://wordpress.org/">WordPress</a>
<ul>
<li>A very popular content management/blog type tool that can meet alot of demands.</li>
<li>The <a href="http://www.catalystgallery.org/">Catalyst website</a> is now built using WordPress as the base.</li>
</ul>
</li>
<li><a href="http://www.joomla-templates.com/">Joomla</a>
<ul>
<li>I&#8217;m not familiar with all of the Joomla templates, but there are many.</li>
</ul>
</li>
<li>The only drawback to using these types of tools and templates is that if you don&#8217;t know how to hack them and customize them, they will look unoriginal.</li>
</ul>
</li>
</ul>
<h3>4. Other Notes</h3>
<ul>
<li>Don&#8217;t pollute the web with bad design or bad coding practices.
<ul>
<li>The web is full of badly designed sites with extremely bad back end coding.</li>
<li>If you produce such work, you pollute the web and diminish the practice of web design</li>
<li>If you don&#8217;t know how to design a great site, use a content management system until you do acquire the graphic and technical skills</li>
</ul>
</li>
<li>Educate yourself
<ul>
<li>Web design and development, just like graphic design and studio art, is a profession. Good web design and development professionals seek to maintain the highest quality of design and coding practices, while also staying on the cutting edge of technological practices.</li>
<li>Take design classes
<ul>
<li>They are very different than studio art classes and teach you to create pragmatic visual designs.</li>
</ul>
</li>
<li>Take web design and programming classes
<ul>
<li>It is important to understand the coding behind a website otherwise you are never going to be able to make website do what you want.</li>
<li>The basic things to learn (you can teach yourself these things on your own computer without a web server)
<ul>
<li>HTML
<ul>
<li><a href="http://en.wikipedia.org/wiki/HTML">About HTML</a></li>
<li><a href="http://www.w3schools.com/html/default.asp">HTML Tutorials</a></li>
</ul>
</li>
<li>CSS &#8211; Cascading Style Sheets
<ul>
<li><a href="http://en.wikipedia.org/wiki/Css">About CSS</a></li>
<li><a href="http://www.w3schools.com/css/default.asp">CSS Tutorials</a></li>
</ul>
</li>
<li>JavaScript
<ul>
<li><a href="http://en.wikipedia.org/wiki/Javascript">About JavaScript</a></li>
<li><a href="http://www.w3schools.com/js/default.asp">JavaScript Tutorials</a></li>
</ul>
</li>
<li>A quick tutorial about how to set a simple site up and test on your personal computer is coming soon.</li>
</ul>
</li>
<li>Advanced topics (you will need a web server and database to experiment with these)
<ul>
<li>PHP &#8211; Used for dynamic server side webpages
<ul>
<li><a href="http://en.wikipedia.org/wiki/Php">About PHP</a></li>
<li><a href="http://www.w3schools.com/php/default.asp">PHP Tutorials</a> &#8211; from W3 Schools</li>
<li><a href="http://www.php.net/docs.php">PHP Documentation</a> &#8211; from PHP website</li>
</ul>
</li>
<li>SQL &#8211; Used to query and write to databases
<ul>
<li><a href="http://en.wikipedia.org/wiki/Sql">About SQL</a></li>
<li><a href="http://en.wikipedia.org/wiki/Sql">SQL Tutorials</a> &#8211; From W3 Schools</li>
<li><a href="http://www.mysql.com/">MySQL</a> &#8211; Comes with LAMP web hosting</li>
<li><a href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx">SQL Server</a> &#8211; Windows</li>
</ul>
</li>
<li>ASP.NET with C# or VB.Net &#8211; Used with Windows Server sites
<ul>
<li><a href="http://www.w3schools.com/aspnet/default.asp">ASP.Net Tutorials</a> &#8211; From W3 Schools</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Community Colleges are great and in-expensive places to gain technical knowledge</li>
<li><a href="http://www.artcenter.edu/atnight/main.jsp">Art Center at Night</a> also offers classes in design, however the tuition is much higher than at a community college.</li>
</ul>
</li>
</ul>
<p><small>Original Source: <a href="http://www.defiantgoat.com/workshop/web_workshop.html" target="_blank">http://www.defiantgoat.com/workshop/web_workshop.html</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/web-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In Light of Recent Events</title>
		<link>http://www.catalystgallery.org/2010/05/in-light-of-recent-events/</link>
		<comments>http://www.catalystgallery.org/2010/05/in-light-of-recent-events/#comments</comments>
		<pubDate>Fri, 07 May 2010 01:00:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[sculpture]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=450</guid>
		<description><![CDATA[A solo show exhibiting new works by James E. Anderson.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: May 6 &#8211; 18, 2010<br />
Opening Reception: Thursday, May 6, 2010 | 6:00 &#8211; 9:00 PM<br />
Location: Catalyst Gallery</p></blockquote>
<p>A solo show exhibiting new works by James E. Anderson.</p>
<div id="attachment_514" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-514" title="The End Is" src="http://www.catalystgallery.org/wp-content/uploads/P1010607-Edit-2.jpg" alt="" width="610" height="457" /><p class="wp-caption-text">&quot;The End Is&quot; by James E. Anderson, acrylic and neon, 84&quot; x 44&quot;, 2008-09</p></div>
<div id="attachment_513" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-513" title="This Is Made Better Than I Could Make It ( Before )" src="http://www.catalystgallery.org/wp-content/uploads/P1010606.jpg" alt="" width="610" height="457" /><p class="wp-caption-text">&quot;This Is Made Better Than I Could Make It ( Before )&quot; by James E. Anderson, acrylic and neon, 30” x 30” x 30” + dimensions variable, 2010</p></div>
<div id="attachment_511" class="wp-caption alignnone" style="width: 620px"><img class="size-full wp-image-511" title="Game Over" src="http://www.catalystgallery.org/wp-content/uploads/DSC_0109.jpeg" alt="" width="610" height="403" /><p class="wp-caption-text">&quot;Game Over&quot; by James E. Anderson, acrylic and neon, 42&quot; x 24&quot;, 2009</p></div>
<div id="attachment_512" class="wp-caption alignnone" style="width: 478px"><img class="size-full wp-image-512" title="I Need You To Complete Me" src="http://www.catalystgallery.org/wp-content/uploads/P1010605-Edit.jpg" alt="" width="468" height="750" /><p class="wp-caption-text">&quot;I Need You To Complete Me&quot; by James E. Anderson, 16&quot; x 74&quot; x 4&quot;, 2009</p></div>
<p><a href="http://www.facebook.com/event.php?eid=114392448595328" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/6h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/6.jpg'" src="http://www.catalystgallery.org/images/fEvents/6.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/05/in-light-of-recent-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Primed</title>
		<link>http://www.catalystgallery.org/2010/04/primed/</link>
		<comments>http://www.catalystgallery.org/2010/04/primed/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 01:00:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Crit Circles]]></category>
		<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[participation]]></category>
		<category><![CDATA[smell]]></category>

		<guid isPermaLink="false">http://www.catalystgallery.org/?p=443</guid>
		<description><![CDATA[A solo, participatory installation by Maivy Nguyen.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time: April 29 &#8211; May 4, 2010<br />
Opening Reception: Thursday, April 29, 2010 | 6:00 &#8211; 9:00 PM<br />
Location: Catalyst Gallery</p></blockquote>
<p>A solo, participatory installation by Maivy Nguyen.</p>
<p><a href="http://www.catalystgallery.org/wp-content/uploads/DSC_1375.jpg"><img class="alignnone size-full wp-image-459" src="http://www.catalystgallery.org/wp-content/uploads/DSC_1375.jpg" alt="" width="610" height="408" /></a></p>
<p><a href="http://www.catalystgallery.org/wp-content/uploads/DSC_1386.jpg"><img class="alignnone size-full wp-image-461" src="http://www.catalystgallery.org/wp-content/uploads/DSC_1386.jpg" alt="" width="610" height="368" /></a></p>
<p><a href="http://www.catalystgallery.org/wp-content/uploads/DSC_1384.jpg"><img class="alignnone size-full wp-image-460" src="http://www.catalystgallery.org/wp-content/uploads/DSC_1384.jpg" alt="" width="610" height="408" /></a></p>
<p><a href="http://www.facebook.com/event.php?eid=120711097945915" target="_blank"><img onmouseover="this.src='http://www.catalystgallery.org/images/fEvents/29h.jpg'" onmouseout="this.src='http://www.catalystgallery.org/images/fEvents/29.jpg'" src="http://www.catalystgallery.org/images/fEvents/29.jpg" alt="" /></a></p>
<hr size="1px" color="#dddddd" />
<h2>Crit Circle</h2>
<hr size="1px" color="#dddddd" />
<p><span style="color: #777777;"><em>May 5th, 2010</em> → <em>6:00 pm</em></span></p>
<p><em><img class="alignnone size-full wp-image-472" src="http://www.catalystgallery.org/wp-content/uploads/2010-05-05-18.32.19.jpg" alt="" width="610" height="813" /></em></p>
<p><em><img class="alignnone size-full wp-image-474" src="http://www.catalystgallery.org/wp-content/uploads/2010-05-05-19.45.47.jpg" alt="" width="610" height="457" /></em></p>
<p><em><img class="alignnone size-full wp-image-475" src="http://www.catalystgallery.org/wp-content/uploads/2010-05-05-19.45.57.jpg" alt="" width="610" height="457" /></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.catalystgallery.org/2010/04/primed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
