<?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>Curtis Blackwell</title>
	<atom:link href="http://curtisblackwell.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://curtisblackwell.com</link>
	<description>Curtis Blackwell&#039;s portfolio of web &#38; graphic design, accompanied by a design blog..</description>
	<lastBuildDate>Mon, 22 Mar 2010 21:43:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Site: East Bay Culinary Projects</title>
		<link>http://curtisblackwell.com/new-site-east-bay-culinary-projects/</link>
		<comments>http://curtisblackwell.com/new-site-east-bay-culinary-projects/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 20:18:01 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[new site]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=494</guid>
		<description><![CDATA[
I finished up a new website this weekend. I&#8217;m quite proud of this one. This was my first project with professionally-written copy and it makes a huge difference in the overall quality.
The site was built using WordPress (of course), and the theme (East Baisley, get it? it&#8217;s a portmanteau of East Bay and paisley…) uses [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eastbayculinaryprojects.com/" onclick="pageTracker._trackPageview('/outgoing/www.eastbayculinaryprojects.com/?referer=');"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/03/east-bay-culinary-projects.jpg" alt="East Bay Culinary Projects" title="" width="390" height="322" class="aligncenter size-full wp-image-495" /></a></p>
<p>I finished up a new website this weekend. I&#8217;m quite proud of this one. This was my first project with professionally-written copy and it makes a huge difference in the overall quality.</p>
<p>The site was built using WordPress (of course), and the theme (East Baisley, get it? it&#8217;s a portmanteau of East Bay and paisley…) uses custom fields for taglines and sidebar colors.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/new-site-east-bay-culinary-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Clear Your Old Database Tables</title>
		<link>http://curtisblackwell.com/how-to-clear-your-old-database-tables/</link>
		<comments>http://curtisblackwell.com/how-to-clear-your-old-database-tables/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 06:37:06 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=444</guid>
		<description><![CDATA[Oh noz!

To someone who hasn&#8217;t dealt with this problem before, this issue probably seems pretty intimidating (at least I think it did to me when I first got it). However, this is most likely a simple fix.

Arriving at the Problem
First, let&#8217;s talk about how I came about this problem today so you can avoid it [...]]]></description>
			<content:encoded><![CDATA[<h3>Oh noz!</h3>
<p><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/already-installed.png" alt="" title="already-installed" width="653" height="199" class="aligncenter size-full wp-image-445" /></p>
<p>To someone who hasn&#8217;t dealt with this problem before, this issue probably seems pretty intimidating (at least I think it did to me when I first got it). However, this is most likely a simple fix.</p>
<p><span id="more-444"></span></p>
<h3>Arriving at the Problem</h3>
<p>First, let&#8217;s talk about how I came about this problem today so you can avoid it in the future.</p>
<p>To speed things up, I like to keep a copy of the most recent version of WordPress on my computer with a few modifications. One thing I modify is the wp-config.php file; here are some of the changes:</p>
<pre class="php">
<code>
<span class="comment">/** MY CHANGES **/

// creates fewer database queries, thus improving performance</span>
<span class="php-function">define</span>(<span class="php-string">'WP_HOME'</span>, <span class="php-string">'http://URL.com'</span>);
<span class="php-function">define</span>(<span class="php-string">'WP_SITEURL'</span>, <span class="php-string">'http://URL.com'</span>);
</code>
</pre>
<p>This will screw things up if I don&#8217;t replace <code><span class="php-string">'http://URL.com'</span></code> with the correct URL. More specifically, I get the &#8220;clear your old database tables first&#8221; message from WordPress. This is what happened today when I transferred a theme from my server to a client&#8217;s.</p>
<h3>The Solution</h3>
<p><span class="html-comment">&lt;!&#45;&#45; EDIT &#45;&#45;&gt;</span><br />
<a href="#comment-135">Quickest and easiest way</a> in the comments. I haven&#8217;t tested it yet, but I know and trust the source.</p>
<ol>
<li>
<p>Log in to phpMyAdmin (or other database management tool).</p>
<p><small>You should be able to find phpMyAdmin in the control panel of your hosting account.</p>
<p>With <a href="http://www.lunarpages.com/id/curtisblackwellcom" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.lunarpages.com/id/curtisblackwellcom?referer=');">lunarpages</a>, you need to click on MySQL Databases and scroll to the very bottom and click the phpMyAdmin link.</p>
<p>With AT&#038;T, you get to the control panel by adding /ControlPanel/ to the end of your URL.</p>
<ol>
<li>Once you log in, click on databases in the left column.</li>
<li>If you haven&#8217;t already enabled MySQL, click MySQL under databases,</li>
<li>create a password,</li>
<li>and click the enable button on the right.</li>
<li>Right beneath MySQL, click phpMyAdmin</li>
<li>and enable it by clicking the button on the right.</li>
<li>Then click the link that reads &#8220;Administer MySQL with phpMyAdmin.&#8221; Log in and you&#8217;ll be in phpMyAdmin.</li>
</ol>
<p></small><br />
<img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/att-MySQL.png" alt="" title="at&amp;t-MySQL" width="653" height="129" class="size-full wp-image-464" /><br />
<img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/att-phpMyAdmin.png" alt="" title="at&amp;t-phpMyAdmin" width="653" height="129" class="size-full wp-image-465" /></p>
<p><small>I haven&#8217;t had to do this with any other hosts so if you need help, contact your host, leave a comment, or send me an email and I&#8217;ll do my best to help you figure it out.</small></p>
</li>
<li>After logging in, you should be on a page that has a sidebar on the left with a list of all your databases. Click on the name of the database from which you need to clear tables.</li>
<p><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/sidebar.png" alt="" title="sidebar" width="100" height="187" class="aligncenter wp-image-473" /></p>
<p><span class="html-comment">&lt;!&#45;&#45; I&#8217;m pretty sure this next step is irreversible, so make sure you&#8217;re on the right database &#45;&#45;&gt;</span></p>
<li>Now you just need to select all the tables that begin with the &#8220;wp_&#8221; prefix and choose &#8220;Drop&#8221; from the drop-down menu.</li>
<li>Make sure your wp-config.php file has all the correct information in it, and go to http://example.com/wp-admin/install.php/.</li>
</ol>
<p>You should be good to go now. If you&#8217;re still having trouble, leave a comment and I&#8217;ll see what I can do. Also, if you have anything to add, feel free to do so in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/how-to-clear-your-old-database-tables/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>My God, It&#8217;s Full&#160;of&#160;Stars</title>
		<link>http://curtisblackwell.com/my-god-its-full-of-stars/</link>
		<comments>http://curtisblackwell.com/my-god-its-full-of-stars/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:15:37 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[retro futurism]]></category>
		<category><![CDATA[sci-fi]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=430</guid>
		<description><![CDATA[I saw 2010 (the sequel to 2001: A Space Odyssey) a week or so ago and was pretty impressed with how good it was, seeing as how it was a sequel to a Kubrick film neither written nor directed by Kubrick.
Anyway… I&#8217;ve been wanting to design some sci-fi stuff for a while, and I finally [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <em><a href="http://en.wikipedia.org/wiki/2010_(film)" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/2010_film?referer=');">2010</a></em> (the sequel to <em><a href="http://en.wikipedia.org/wiki/2001:_A_Space_Odyssey_(film)" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/2001_A_Space_Odyssey_film?referer=');">2001: A Space Odyssey</a></em>) a week or so ago and was pretty impressed with how good it was, seeing as how it was a sequel to a <a href="http://en.wikipedia.org/wiki/Stanley_Kubrick" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Stanley_Kubrick?referer=');">Kubrick</a> film neither written nor directed by Kubrick.</p>
<p>Anyway… I&#8217;ve been wanting to design some sci-fi stuff for a while, and I finally did something. It&#8217;s  a spread based on a quote from <em>2010</em>.</p>
<p><span class="html-comment">&lt;!&#45;&#45; WARNING: This is debatably a spoiler &#45;&#45;&gt;</span><br />
It reveals the meaning of a line from the movie.</p>
<p><span id="more-430"></span></p>
<p><a href="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/my-god,-it's-full-of-stars.jpg"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2010/02/my-god-its-full-of-stars-small.jpg" alt="My God, It&#039;s Full of Stars" title="My God, It&#039;s Full of Stars" width="612" height="396" class="aligncenter size-full wp-image-431" /></a></p>
<p>Click on the image to see a larger version.</p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/my-god-its-full-of-stars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site: Will Boyd For Illinois</title>
		<link>http://curtisblackwell.com/new-site-will-boyd-for-illinois/</link>
		<comments>http://curtisblackwell.com/new-site-will-boyd-for-illinois/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:32:35 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[new site]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=415</guid>
		<description><![CDATA[
I designed a WordPress site for Will Boyd&#8217;s campaign for senate. It was a fun process. Learned a smidge about PHP and integrated Chris Coyier&#8217;s AnythingSlider. I realize I could&#8217;ve used a lighter slider, but I don&#8217;t know enough about jQuery to make many changes to appearance, and I couldn&#8217;t find a different one that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://willboyd4illinois.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/willboyd4illinois.com/?referer=');"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/10/willboyd4illinois.jpg" alt="willboyd4illinois" title="willboyd4illinois" width="390" height="322" class="aligncenter size-full wp-image-416" /></a></p>
<p>I designed a WordPress <a href="http://willboyd4illinois.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/willboyd4illinois.com/?referer=');">site</a> for Will Boyd&#8217;s campaign for senate. It was a fun process. Learned a smidge about PHP and integrated Chris Coyier&#8217;s <a href="http://css-tricks.com/examples/AnythingSlider/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/css-tricks.com/examples/AnythingSlider/?referer=');">AnythingSlider</a>. I realize I could&#8217;ve used a lighter slider, but I don&#8217;t know enough about jQuery to make many changes to appearance, and I couldn&#8217;t find a different one that I liked. I also used <a href="http://codex.wordpress.org/Using_Custom_Fields" target="_blank" onclick="pageTracker._trackPageview('/outgoing/codex.wordpress.org/Using_Custom_Fields?referer=');">custom fields</a> for the first time outside of experimentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/new-site-will-boyd-for-illinois/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Threadless Submission: Monster Melee Cheat Sheet</title>
		<link>http://curtisblackwell.com/threadless-submission-monster-melee-cheat-sheet/</link>
		<comments>http://curtisblackwell.com/threadless-submission-monster-melee-cheat-sheet/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:46:19 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[threadless submission]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=400</guid>
		<description><![CDATA[I submitted a tweaked version of one of my posters to threadless for the threadless Loves Geeks contest.


Head over and score my submission (with a 5 of course)! You may even decide to check the boxes &#8220;I&#8217;d buy it as a tee!&#8221; and &#8220;I&#8217;d buy it as a print!&#8221;. Then leave a comment about how [...]]]></description>
			<content:encoded><![CDATA[<p>I submitted a tweaked version of <a href="http://curtisblackwell.com/portfolio/print-design/">one of my posters</a> to <a href="http://www.threadless.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.threadless.com/?referer=');">threadless</a> for the threadless Loves Geeks contest.</p>
<p><a href="http://www.threadless.com/submission/233851/Monster_Melee_Cheat_Sheet" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.threadless.com/submission/233851/Monster_Melee_Cheat_Sheet?referer=');"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/10/preview.png" alt="preview" title="preview" width="640" height="800" class="alignleft size-full wp-image-401" /></a></p>
<p><span id="more-400"></span></p>
<p><a href="http://www.threadless.com/submission/233851/Monster_Melee_Cheat_Sheet" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.threadless.com/submission/233851/Monster_Melee_Cheat_Sheet?referer=');">Head over</a> and score my submission (with a 5 of course)! You may even decide to check the boxes &#8220;I&#8217;d buy it as a tee!&#8221; and &#8220;I&#8217;d buy it as a print!&#8221;. Then leave a comment about how much you love it. All of these things will better my chances of winning the contest, which would be great for my resum&eacute; and bank account.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/threadless-submission-monster-melee-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Design</title>
		<link>http://curtisblackwell.com/new-site-design/</link>
		<comments>http://curtisblackwell.com/new-site-design/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:40:21 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme development]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=382</guid>
		<description><![CDATA[I just finished putting my new site design up. The motivation to finally finish it came from a much needed break from work and the need to stay up as late as possible so I can work the graveyard shift tomorrow night.
This is much cleaner and hopefully much more appealing to the masses than my [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished putting my new site design up. The motivation to finally finish it came from a much needed break from work and the need to stay up as late as possible so I can work the graveyard shift tomorrow night.</p>
<p>This is much cleaner and hopefully much more appealing to the masses than my old one, while still retaining some of my own interest.</p>
<p><span id="more-382"></span></p>
<p>I &#8220;wrote my own code&#8221; for the <a href="#contact">contact form</a>. I really just followed a basic tutorial and made some slight modifications… I don&#8217;t even remember what the mods were, it was a while back (my convenience store job saps the life out of me). I&#8217;m fairly certain I&#8217;ll want to redo it in the near future since it doesn&#8217;t provide much help to the user who doesn&#8217;t fare well with technology.</p>
<p>The <a href="http://ma.tt/scripts/randomimage/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/ma.tt/scripts/randomimage/?referer=');">random image script</a> used on the portfolio page came from some code by Matt Mullenweg.</p>
<p>I&#8217;ll be surprised, albeit pleasantly, if there are no bugs. That being said let me know if you find any, or if you have any other suggestions. What do you think of the forms? Are the inputs too confusing? It&#8217;s kind of a pain to get the focus on the inputs in the contact form in IE… I almost want to not do anything about it to punish anyone using IE, but I need some work and you just never know from whom it may come.</p>
<p>Also, what do you think of the presentation of my work? The <a href="http://curtisblackwell.com/portfolio/web-design/">web design</a> page could use some mods, but I need to get some stuff up and running before I can do much with it. Some of the sites are no longer available so I need to make some WordPress themes out of &#8216;em and put &#8216;em on here for download.</p>
<p>In short, this is the new look of the site, I&#8217;d love to hear what you think, and I hope you&#8217;ll check back for the new stuff I&#8217;m planning on doing in the (hopefully) near future.</p>
<p><span class="html-comment">&lt;!&#45;&#45; EDIT &#45;&#45;&gt;</span><br />
I just found a bug! Be on the lookout.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/new-site-design/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New WordPress Theme: ascetic</title>
		<link>http://curtisblackwell.com/new-wordpress-theme-ascetic/</link>
		<comments>http://curtisblackwell.com/new-wordpress-theme-ascetic/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 23:51:01 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Downloads]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme development]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=346</guid>
		<description><![CDATA[
ascetic is a template theme I designed a little while back to speed up my design process. I&#8217;ve only used it half a time since creating it, so it&#8217;s listed as beta and i&#8217;ll update it as I use it more.
Features:

Widget ready
IE .png fix
Separate IE stylesheet (blank since the theme is intended for development use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ascetic.curtisblackwell.com/" onclick="pageTracker._trackPageview('/outgoing/ascetic.curtisblackwell.com/?referer=');"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/09/ascetic.jpg" alt="ascetic" title="ascetic" width="390" height="322" class="aligncenter size-full wp-image-347" /></a></p>
<p><a href="http://ascetic.curtisblackwell.com/" onclick="pageTracker._trackPageview('/outgoing/ascetic.curtisblackwell.com/?referer=');">ascetic</a> is a template theme I designed a little while back to speed up my design process. I&#8217;ve only used it half a time since creating it, so it&#8217;s listed as beta and i&#8217;ll update it as I use it more.</p>
<h3>Features:</h3>
<ul>
<li>Widget ready</li>
<li>IE .png fix</li>
<li>Separate IE stylesheet (blank since the theme is intended for development use and would have to be completely redone anyway)</li>
<li>Google code to make lesser versions of IE behave more like IE 8</li>
<li>Update message for any version IE version less than 8</li>
</ul>
<p>I appreciate any feedback/advice you may have.</p>
<p><a href="http://curtisblackwell.com/download/themes/wordpress/ascetic.zip">Download ascetic</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/new-wordpress-theme-ascetic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iconsters: Free Monster Icons</title>
		<link>http://curtisblackwell.com/iconsters-free-monster-icons/</link>
		<comments>http://curtisblackwell.com/iconsters-free-monster-icons/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 02:23:59 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Downloads]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[monster]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=319</guid>
		<description><![CDATA[
I needed an outlet for all of the horror movie intake I had last spring when I co-founded Horror Movie Monday with my friend Chase. I decided to play with Illustrator and make a bunch of icons for some applications that I frequently use (and for CandyBar since it was part of the inspiration).


Count them; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/08/iconsters.jpg" alt="iconsters" title="iconsters" width="300" height="296" class="alignleft size-full wp-image-328" /></p>
<p>I needed an outlet for all of the horror movie intake I had last spring when I co-founded Horror Movie Monday with my friend <a href="http://chasemacri.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/chasemacri.com/?referer=');">Chase</a>. I decided to play with Illustrator and make a bunch of icons for some applications that I frequently use (and for <a href="http://www.panic.com/candybar/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.panic.com/candybar/?referer=');">CandyBar</a> since it was part of the inspiration).</p>
<p><span id="more-319"></span></p>
<div class="clear"></div>
<h3><q cite="Eric Matthews">Count them; 1, 2, 3! I just love counting them!</q></h3>
<p>Anyway, without further ado, here they are (available in 3 formats):</p>
<ol>
<li><a href="http://curtisblackwell.com/download/icons/icns/iconsters.zip">.icns</a> <em>(.zip 1.4 MB)</em></li>
<li><a href="http://curtisblackwell.com/download/icons/app/iconsters.zip">.app</a> <em>(.zip 1.4 MB)</em></li>
<li><a href="http://curtisblackwell.com/download/icons/png/iconsters.zip">.png</a> <em>(.zip 892 KB)</em></li>
</ol>
<h3>The Cream-Filling</h3>
<p>There are icons for the following programs in each download:</p>
<ul>
<li>Coda</li>
<li>Finder</li>
<li>Firefox</li>
<li>InDesign</li>
<li>iTunes</li>
<li>Candybar</li>
<li>Photoshop</li>
<li>Illustrator</li>
<li>Adium</li>
<li>VLC</li>
</ul>
<h3>In case you don&#8217;t know which to download…</h3>
<p>.icns is for Apple only (as far as I know), .apps were created using <a href="http://www.macupdate.com/info.php/id/19771/icondroplet" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.macupdate.com/info.php/id/19771/icondroplet?referer=');">IconDroplet</a> so that the images could be copied and pasted manually using Get Info, and the .pngs are so that they can be formatted other ways.</p>
<p>p.s. I tried to save the collection as an iContainer for all you CandyBar users, but for some reason it would only save two icons in the collection. if you know what the problem is, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/iconsters-free-monster-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Site: Sculpted Portrait</title>
		<link>http://curtisblackwell.com/sculptedportrait/</link>
		<comments>http://curtisblackwell.com/sculptedportrait/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 01:26:54 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[new site]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=306</guid>
		<description><![CDATA[Finished the site for Sculpted Portrait. Interesting services offered, if I had more money I&#8217;d probably commission some sweet Final Fantasy candles.

Please ignore the animated .gif… One of those things you just have to give in to the client on… though this is the least obtrusive animated .gif I&#8217;ve ever seen.

]]></description>
			<content:encoded><![CDATA[<p>Finished the site for <a href="http://sculptedportrait.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sculptedportrait.com/?referer=');">Sculpted Portrait</a>. Interesting services offered, if I had more money I&#8217;d probably commission some sweet <a href="http://en.wikipedia.org/wiki/Final_fantasy" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Final_fantasy?referer=');">Final Fantasy</a> candles.</p>
<p><a href="http://sculptedportrait.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sculptedportrait.com/?referer=');"><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/07/sculpted-portrait.jpg" alt="sculpted-portrait" title="sculpted-portrait" width="390" height="259" class="alignleft size-full wp-image-308" /></a></p>
<p>Please ignore the animated .gif… One of those things you just have to give in to the client on… though this is the least obtrusive animated .gif I&#8217;ve ever seen.</p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/sculptedportrait/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New WalkAbout Logo</title>
		<link>http://curtisblackwell.com/new-walkabout-logo/</link>
		<comments>http://curtisblackwell.com/new-walkabout-logo/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 18:01:37 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[greenville college]]></category>
		<category><![CDATA[logo design]]></category>
		<category><![CDATA[walkabout]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://curtisblackwell.com/?p=295</guid>
		<description><![CDATA[I just finalized a project with Greenville College Resident Life this morning. I was asked to design a logo for WalkAbout— a 10-day hiking trip in the Smokies.
I&#8217;ve gone on the trip twice so I had some personal experience to bring to this project. A big part of the trip is a 48-hour experience in [...]]]></description>
			<content:encoded><![CDATA[<p>I just finalized a project with Greenville College Resident Life this morning. I was asked to design a logo for WalkAbout— a 10-day hiking trip in the Smokies.</p>
<p>I&#8217;ve gone on the trip twice so I had some personal experience to bring to this project. A big part of the trip is a 48-hour experience in which students fast in solitude with nothing but the clothes on their backs, a half-inch foam mat, a sheet of plastic (not quite big enough to completely shield from rain), and a page of the Bible. At the end of the experience, students are encouraged to create a circle of stones as sort of a personal monument.</p>
<p>The time I enjoyed most on the trip was at the end of each night when we would sit in a circle around a fire and just talk.</p>
<p>I drew on these two components of the trip to create this logo (and badge):</p>
<p><img src="http://curtisblackwell.com/ajhngvbng/wp-content/uploads/2009/07/walkabout.png" alt="walkabout" title="walkabout" width="390" height="308" class="alignleft size-full wp-image-299" /></p>
<p>The only thing I don&#8217;t really like about it is the raised bar on the As, but they&#8217;re not too bad. That was one of the clients&#8217; ideas to make them seem more like mountains.</p>
]]></content:encoded>
			<wfw:commentRss>http://curtisblackwell.com/new-walkabout-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
