<?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>thedrearlight</title>
	
	<link>http://thedrearlight.com</link>
	<description>web design and graphic design by Garrett Dawson</description>
	<lastBuildDate>Wed, 28 Mar 2012 15:29:40 +0000</lastBuildDate>
	<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/thedrearlight" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="thedrearlight" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Symfony and MAMP</title>
		<link>http://thedrearlight.com/symfony-and-mamp-a-love-story</link>
		<comments>http://thedrearlight.com/symfony-and-mamp-a-love-story#comments</comments>
		<pubDate>Fri, 23 Mar 2012 17:06:51 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=93</guid>
		<description><![CDATA[Well, it&#8217;s the day after Drupalcon 2012. I had the privilege of attending with my coworkers from NewMedia. My head is filled with a dizzying amount of new information and new curiousities. One topic that seemed to be on many a person&#8217;s lips was Dries Buytaert&#8217;s announcment that Drupal core will be leaning on Symfony2 for, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_100" class="wp-caption alignright" style="width: 310px"><a href="http://thedrearlight.com/wp-content/uploads/2012/03/dawson120320_0552-Edit.jpg"><img class="size-medium wp-image-100" title="new-media" src="http://thedrearlight.com/wp-content/uploads/2012/03/dawson120320_0552-Edit-300x224.jpg" alt="NewMedia at Drupalcon 2012" width="300" height="224" /></a><p class="wp-caption-text">Team NewMedia muggin&#39;</p></div>
<p>Well, it&#8217;s the day after Drupalcon 2012. I had the privilege of attending with my coworkers from <a href="http://newmediadenver.com">NewMedia</a>. My head is filled with a dizzying amount of new information and new curiousities.</p>
<p>One topic that seemed to be on many a person&#8217;s lips was <a href="http://twitter.com/dries" target="_blank">Dries Buytaert&#8217;s</a> announcment that Drupal core will be leaning on Symfony2 for, well, something.</p>
<p>It&#8217;s not completely clear to me yet what that something is, though Symfony&#8217;s founder, <a href="http://twitter.com/fabpot" target="_blank">Fabien Potencier</a>, described this holy union at a session during Drupalcon. If you&#8217;d like to watch it, here&#8217;s a linky &#8211;&gt; <a href="http://symfony.com/doc/current/book/index.html" target="_blank">http://blip.tv/drupalcondenver/drupal-8-meets-symfony2-6039079</a></p>
<p>As a Drupal developer, this is a rather uncomfortable revelation. In the same breath, it&#8217;s an awesome revelation. I&#8217;ve been itching to learn more about object oriented php for some time; The ecosystem is rife with php frameworks, and wading through them all is daunting. The decision about which framework to learn just got a lot more simple.</p>
<p>I&#8217;ve started fooling around with Symfony2 on my local server. Which happens to be a MAMP server. And it&#8217;s not a painless process. I thought I&#8217;d describe the steps I&#8217;ve gone through to get a working install of Symfony2 under MAMP.</p>
<h2>Step 1 &#8211; Install php with Hombrew</h2>
<p>Now, something interesting about php frameworks is that they rely heavily on cli interactivity to ease the creation of multiple files. You know, that MVC stuff. Not only does MAMP&#8217;s php need to meet the requirements for Symfony2, OS X needs an appropriately configured build of php. Let&#8217;s knock that out.</p>
<p>I&#8217;ve never really liked messing around with the programs that are pre-installed on OS X. I&#8217;d rather leave the system more or less pristine, and build myself a nice little sandbox where I can do anything with minimal fear that my computer will explode. Enter Homebrew. Homebrew is a nice little package manager that allows me to install packages like git, ruby, etc&#8230; without fear of configuring them and inadvertenly nuking them. Homebrew can be found at &#8211;&gt; <a href="http://mxcl.github.com/homebrew/" target="_blank">http://mxcl.github.com/homebrew/</a></p>
<p>Install it. Shit is tight.</p>
<p>Once you&#8217;ve got Hombrew installed, open a command prompt(terminal). Type &#8220;brew install php&#8221; into the prompt&#8230; And be disappointed. Turns out php isn&#8217;t in the default Homebrew repo. But! As luck has it, there is an alternate repository for brewing php related stuff, and it&#8217;s very easy to grab.</p>
<p>Follow the instructions at &#8211;&gt; <a href="http://github.com/josegonzalez/homebrew-php" target="_blank">http://github.com/josegonzalez/homebrew-php</a>. Now you&#8217;ve got a whole bunch of brew formulas for php. You&#8217;ll need to point brew directly at the package you&#8217;d like to install, instead of simply typing &#8220;brew install php&#8221;. You&#8217;ll end up typing something like <strong>brew install /usr/local/LibraryPHP/Formula/php.rb</strong>.</p>
<p>Now you&#8217;ve got a copy of php to use and mess with, absent of any fear that you might fuck up the copy of php that came with OS X. Check that this fresh php install is the php you&#8217;re using with your cli by typing &#8220;which php&#8221; into command prompt.</p>
<p>Terminal should kick back <strong>/usr/local/bin/php</strong>. If it doesn&#8217;t, that&#8217;s because of some secret magic that&#8217;s happening with your <strong>$PATH</strong>, and your cli is still finding OS X&#8217;s php before it&#8217;s finding yours. This is easily fixed with <strong>.bash_profile</strong>, by basically letting your brew installed packages cut to the front of the line.</p>
<p>Add the following lines to your <strong>.bash_profile</strong>. If you don&#8217;t have a <strong>.bash_profile</strong> in your home directory, make one.</p>
<p><strong># Put /usr/local/{sbin,bin} first</strong><br />
<strong> PATH=/usr/local/bin:/usr/local/sbin:$PATH</strong></p>
<p>For more on installing php with Homebrew, check out &#8211;&gt; <a href="http://notfornoone.com/2010/07/install-php53-homebrew-snow-leopard/" target="_blank">http://notfornoone.com/2010/07/install-php53-homebrew-snow-leopard/</a></p>
<h2>Step 2 &#8211; Install intl-php</h2>
<p>Now that you&#8217;ve got a nice install of php to wreck, type <strong>brew install /usr/local/LibraryPHP/Formula/intl-php.rb</strong> into command prompt. intl-php is a library that Symfony2 requires to work correctly. The install takes a little while, so go smoke a cigarette or partake of some similar vice.</p>
<p>Once intl-php is installed, type<strong> cd /usr/local/Cellar/intl-php/5.3.10/</strong> into a command prompt. Now type <strong>open .</strong></p>
<p>You&#8217;ll now have a Finder window open, and you&#8217;ll see a file called intl.so. Copy that file. You&#8217;re going to add the intl.so extension to MAMP&#8217;s version of php. Whoosh.</p>
<p>MAMP seems to be undecided as to where things belong. So, find where your copy of MAMP keeps php. My copy of MAMP keeps php at <strong>/Applications/MAMP/bin/php/php5.3.6</strong>. You can use Finder to navigate here, or just type <strong>cd /Applications/MAMP/bin/php/php5.3.6</strong> into a command prompt. Then, <strong>open .</strong></p>
<p>You&#8217;ll want to add intl.so to php&#8217;s extensions directory. Mine is at <strong>/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626</strong>. Paste intl.so here.</p>
<h2>Step 3 &#8211; Edit php.ini</h2>
<p>Okay. Now you&#8217;re almost there. You need to edit some php.ini files. php.ini is a file that instructs php how it oughta behave and which modules it should load, amongst other mystical things. You&#8217;ll need to edit MAMP&#8217;s php.ini, as well as the php.ini that belongs to your Homebrew installed php.</p>
<p>MAMP&#8217;s php.ini lives at <strong>/Applications/MAMP/bin/php/php5.3.6/conf</strong>. Before you edit it, make a backup copy. If you&#8217;re not already in the habit of making .bak files of things that you&#8217;re not sure what they do, get in that habit. Right now.</p>
<p>Once you&#8217;ve got a backup of php.ini, you&#8217;ll need to make some edits to the one that php will be using. Find the line that says <strong>short_open_tag = On</strong> and change it to read <strong>short_open_tag = Off</strong>.</p>
<p>Next, look for the line that reads <strong>magic_quotes_sybase = Off</strong>. Below it, add a line that reads <strong>magic_quotes_gpc = Off</strong>.</p>
<p>Finally, find the &#8220;extesions&#8221; portion of your php.ini, and add a line that reads <strong>extension = intl.so</strong>.</p>
<p>Alright, that&#8217;s it. Restart MAMP, and start a new terminal session. You&#8217;re ready to install Symfony</p>
<p>Another great article for getting an environment ready for Symfony2 is at &#8211;&gt; <a href="http://thewebfactory.wordpress.com/2011/10/21/setting-up-symfony-2-on-mac-os-x-lion-with-mamp-2-0/" target="_blank">http://thewebfactory.wordpress.com/2011/10/21/setting-up-symfony-2-on-mac-os-x-lion-with-mamp-2-0/</a></p>
<h2>Step 4 &#8211; Download Symfony2</h2>
<p>Now that OS X is warmed up, let&#8217;s get crackin&#8217; on a Symfony2 environment. You can grab a Symfony2 package at &#8211;&gt; <a href="http://symfony.com/download" target="_blank">http://symfony.com/download</a>.</p>
<p>I use git heavily, and the project page suggests that, if you use git, one should download the &#8220;without vendors&#8221; package.</p>
<p>If you opt to use the Symfony2 package that doesn&#8217;t include vendor libraries, you&#8217;ll need to fetch the &#8220;Vendors&#8221; directory in order for Symfony2 to work. In a command prompt, <strong>cd</strong> to your Symfony directory, and then run <strong>php bin/vendors install</strong>.</p>
<p>If you&#8217;ve added your Symfony directory to OS X&#8217;s hosts file and MAMP&#8217;s httpd.conf, you&#8217;re ready to start working through the Symfony2 tutorials at &#8211;&gt; <a href="http://symfony.com/doc/current/book/index.html" target="_blank">http://symfony.com/doc/current/book/index.html</a></p>
<h2>PS &#8211; Drush &amp; Stuff</h2>
<p>If you&#8217;re really fancy, and using drush (you should be), then you&#8217;ll be disappointed to know that installing php with Homebrew seems to upset drush. After following the above steps, drush will begin to throw errors. It&#8217;s easily fixed, though. All you need to do is make some changes to your Drupal settings.php. In your setup, where it says &#8220;localhost&#8221;, change this to read &#8220;127.0.0.1&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/symfony-and-mamp-a-love-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wallpaper</title>
		<link>http://thedrearlight.com/wallpaper</link>
		<comments>http://thedrearlight.com/wallpaper#comments</comments>
		<pubDate>Mon, 22 Aug 2011 13:25:55 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[art stuff]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=78</guid>
		<description><![CDATA[Burnout. The mortal enemy of anybody desirous of getting things done. When you&#8217;re like me, burnout is easy to fall prey to; in the world of graphic design, particularly web design, where it seems that everyday is born a new crucial method or technique for creating CSS, markup or jQuery, my attention can drift. I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Burnout. The mortal enemy of anybody desirous of getting things done. When you&#8217;re like me, burnout is easy to fall prey to; in the world of graphic design, particularly web design, where it seems that everyday is born a new crucial method or technique for creating CSS, markup or jQuery, my attention can drift. I&#8217;ll spend hours lost in a world of words like Ruby, Compass, SASS, semantic markup, grid, etc&#8230; And one of the best ways to combat burnout is to focus.</p>
<p>I find that certain practices help me refocus. Doing something unrelated, quick and dirty, helps me remember that, ultimately, all it&#8217;s about is creating. A thoughtful design, a piece of well crafted code, a useful jQuery script. Regardless of ones approach, it&#8217;s about creating something good, not creating something within the framework of fashionable tools.</p>
<p>One of the easiest ways, I find, to bring myself back to attention is to create wallpapers for my computer. Something of zero consequence, that requires only the intuitive opinion of one person. Myself.</p>
<p>So, I feel like posting some of my recent wallpapers. Most are sized for a 13&#8243; Macbook Pro (1280&#215;800), but there&#8217;s a few others in the mix.</p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/swear-to-gosh.jpg"><img class="size-medium wp-image-85 alignnone" title="swear-to-gosh" src="http://thedrearlight.com/wp-content/uploads/2011/08/swear-to-gosh-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/science.jpg"><img class="size-medium wp-image-84 alignnone" title="science" src="http://thedrearlight.com/wp-content/uploads/2011/08/science-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/gutter-punk.jpg"><img class="alignnone size-medium wp-image-83" title="gutter-punk" src="http://thedrearlight.com/wp-content/uploads/2011/08/gutter-punk-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/gravity.jpg"><img class="alignnone size-medium wp-image-82" title="gravity" src="http://thedrearlight.com/wp-content/uploads/2011/08/gravity-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/graviton.jpg"><img class="alignnone size-medium wp-image-81" title="graviton" src="http://thedrearlight.com/wp-content/uploads/2011/08/graviton-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/eyes.jpg"><img class="alignnone size-medium wp-image-80" title="eyes" src="http://thedrearlight.com/wp-content/uploads/2011/08/eyes-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/08/cacophony.jpg"><img class="alignnone size-medium wp-image-79" title="cacophony" src="http://thedrearlight.com/wp-content/uploads/2011/08/cacophony-300x168.jpg" alt="" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/wallpaper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yeah; I accidentally blew up everything</title>
		<link>http://thedrearlight.com/yeah-i-accidentally-blew-up-everything</link>
		<comments>http://thedrearlight.com/yeah-i-accidentally-blew-up-everything#comments</comments>
		<pubDate>Sat, 30 Apr 2011 21:43:40 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=66</guid>
		<description><![CDATA[Sometimes, while moving things around a server, or from one server to a new one, things blow up. I inadvertently melted/demolished every picture that existed on the drearlight.com. Which ain&#8217;t a big deal, &#8217;cause there were about 5 of them. Such is life. I had to migrate thedrearlight.com into a new directory, as I get [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, while moving things around a server, or from one server to a new one, things blow up. </p>
<p>I inadvertently melted/demolished every picture that existed on the drearlight.com. Which ain&#8217;t a big deal, &#8217;cause there were about 5 of them. Such is life. I had to migrate thedrearlight.com into a new directory, as I get kinda compulsive with things like organization. I&#8217;ll fix it later.</p>
<p>-edit-</p>
<p>I didn&#8217;t fix it. Let&#8217;s move forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/yeah-i-accidentally-blew-up-everything/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Job – A New Town</title>
		<link>http://thedrearlight.com/a-new-job-a-new-town</link>
		<comments>http://thedrearlight.com/a-new-job-a-new-town#comments</comments>
		<pubDate>Tue, 15 Mar 2011 21:42:58 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=60</guid>
		<description><![CDATA[So&#8230; I&#8217;ve finally braved uncertainty, and have relocated to Denver, Colorado. Strange circumstances brought me here, but that&#8217;s what it takes. I&#8217;ve quickly found out how much more opportunity there is here for web development, graphic design and art. There&#8217;s so much of it everywhere; no one looks at you funny when you say &#8220;I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230; I&#8217;ve finally braved uncertainty, and have relocated to Denver, Colorado. Strange circumstances brought me here, but that&#8217;s what it takes.</p>
<p>I&#8217;ve quickly found out how much more opportunity there is here for web development, graphic design and art. There&#8217;s so much of it everywhere; no one looks at you funny when you say &#8220;I&#8217;m a designer&#8221;. This is where things can <em>happen</em>.</p>
<p>I&#8217;m inspired by the feel of a new place, of new possibilities. And I&#8217;ve already gotten a steady job with an awesome shop called <a title="Rehab Creative" href="http://rehabcreative.com" target="_blank">Rehab Creative</a>. I&#8217;m pretty enthusiastic about what they expect from me. I&#8217;ll be getting real dirty with <a title="Drupal" href="http://drupal.org" target="_blank">Drupal</a>, something I haven&#8217;t had much opportunity to use in the past. It&#8217;s probably the <em>most </em>versatile Open Source CMS available today, and though I love WordPress and Joomla, I feel like it&#8217;s the next level.</p>
<p>With all this new new in my head, I did a quick redesign of thedrearlight.com. Some new color, some new font action. I like it.</p>
<p>Here&#8217;s a photo. Click it for the close-up.</p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2011/03/sleestack-done.jpg"><img class="size-medium wp-image-61 alignnone" title="Sleestack Payback" src="http://thedrearlight.com/wp-content/uploads/2011/03/sleestack-done-200x300.jpg" alt="Sleestack Payback" width="200" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/a-new-job-a-new-town/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyday Art</title>
		<link>http://thedrearlight.com/everyday-art</link>
		<comments>http://thedrearlight.com/everyday-art#comments</comments>
		<pubDate>Tue, 21 Dec 2010 22:14:30 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=52</guid>
		<description><![CDATA[I was recently commissioned to create the graphic design for an upcoming art show that&#8217;ll take place at The Business of Art Center. The show is meant to bring focus to the &#8220;Offsiders&#8221; in Colorado Springs. I won&#8217;t bother describing what that is, except that it&#8217;s not &#8220;Outsider&#8221; &#8211; It&#8217;s one of those terms that [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently commissioned to create the graphic design for an upcoming art show that&#8217;ll take place at <a href="http://www.thebac.org/" target="_blank">The Business of Art Center</a>. The show is meant to bring focus to the &#8220;Offsiders&#8221; in Colorado Springs. I won&#8217;t bother describing what that is, except that it&#8217;s not &#8220;Outsider&#8221; &#8211; It&#8217;s one of those terms that means what you want it to.</p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2010/12/web-everyday-art.jpg"><img class="size-medium wp-image-55 alignright" title="Everyday Art - the postcard" src="http://thedrearlight.com/wp-content/uploads/2010/12/web-everyday-art-300x200.jpg" alt="Everyday Art" width="300" height="200" /></a>A show like this, being &#8220;Offsider&#8221;, creates a nice opportunity to do more or less whatever I&#8217;d like to. There are 22 artists in the show, so there was no limitation really that would restrict my design to one that was primarily typographic. There&#8217;s a pool of graphic resources to draw from. Rad!</p>
<p>Since the show is a ways out, I decided it could definitely benefit from a presence on that hip as shit thing called <em>The Internet</em>. I&#8217;ve created a microsite for the show. It&#8217;s live at <a href="http://everydayartfluxus.com" target="_blank">everydayartfluxus.com</a>.</p>
<p>I&#8217;ve been itching for the chance to create a microsite, as it&#8217;s more akin to print design than a typical website, and allows for some seriously interesting graphic solutions. This is because microsites are built using static html, instead of utilizing pHp driven CMSs, such as WordPress. CMSs are generally the best solution, but not of a microsite. I think it came out nice like. For those of you who do the code thing, view the source of <a href="http://everydayartfluxus.com">everydayartfluxus.com</a>, as I&#8217;ve notated it a bit to explain how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/everyday-art/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Children of Cerrunos</title>
		<link>http://thedrearlight.com/children-of-cerrunos</link>
		<comments>http://thedrearlight.com/children-of-cerrunos#comments</comments>
		<pubDate>Fri, 17 Sep 2010 21:20:59 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Rubbish Gallery]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=30</guid>
		<description><![CDATA[Colorado Springs has a pretty thin art scene. Something typical of any suburban town. Such is life. So it follows that every interesting art gallery here becomes more interesting, and more important to the arts community. The art scene becomes more concentrated, and more communal. One such interesting local gallery is Rubbish Gallery. And most [...]]]></description>
			<content:encoded><![CDATA[<p>Colorado Springs has a pretty thin art scene. Something typical of any suburban town. Such is life. So it follows that every interesting art gallery here becomes <em>more</em> interesting, and <em>more</em> important to the arts community. The art scene becomes more concentrated, and more communal.</p>
<p>One such interesting local gallery is <a href="http://rubbishgallery.com/site/" target="_blank">Rubbish Gallery</a>. And most months, I make them a handbill for their upcoming opening. I like doing it.</p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2010/09/web-8-6_children-of-cerrunos-front.jpg"><img class="alignright size-medium wp-image-36" title="children of cerrunos" src="http://thedrearlight.com/wp-content/uploads/2010/09/web-8-6_children-of-cerrunos-front-300x194.jpg" alt="children of cerrunos" width="300" height="194" /></a>As I&#8217;m creating handbills for gallery openings featuring <em>other peoples art, </em>the design adheres to some obvious standards. I use artwork given to me by the featured artist, which limits my design choices to mostly typography. Rad! Picking typefaces, and figuring out how to use them is a good thing for me to think about.</p>
<p>Here is the latest handbill, for a show that starts October 8th and features new works by Holly Conlon.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/children-of-cerrunos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new portfolio site</title>
		<link>http://thedrearlight.com/a-new-portfolio-site</link>
		<comments>http://thedrearlight.com/a-new-portfolio-site#comments</comments>
		<pubDate>Thu, 16 Sep 2010 20:57:18 +0000</pubDate>
		<dc:creator>garrettdawson</dc:creator>
				<category><![CDATA[everything else]]></category>

		<guid isPermaLink="false">http://thedrearlight.com/?p=17</guid>
		<description><![CDATA[I&#8217;ve been building this site over the last week or so. As much as I loved my old micro-site, I think most potential clients expect something more colorful. So, here&#8230; It&#8217;s got colors, and a minimal usage of minimalism. I&#8217;ve even thrown in css3 for good measure. To celebrate, here is a picture of my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been building this site over the last week or so. As much as I loved my old micro-site, I think most potential clients expect something more colorful. So, here&#8230; It&#8217;s got colors, and a minimal usage of minimalism. I&#8217;ve even thrown in css3 for good measure.</p>
<p>To celebrate, here is a picture of my dog.</p>
<p><a href="http://thedrearlight.com/wp-content/uploads/2010/09/dawson100804_9459.jpg"><img class="size-full wp-image-18 alignnone" title="Boris" src="http://thedrearlight.com/wp-content/uploads/2010/09/dawson100804_9459.jpg" alt="My dog, Boris" width="600" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedrearlight.com/a-new-portfolio-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

