<?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 &#187; Web Design</title>
	<atom:link href="http://curtisblackwell.com/category/web-design/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>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>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>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>
	</channel>
</rss>
