<?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>Chris Micek</title>
	<atom:link href="http://www.micekdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micekdesign.com</link>
	<description>Minneapolis-based UI/UX Designer &#38; Developer</description>
	<lastBuildDate>Sat, 10 Nov 2012 17:48:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>WordPress Theme: Upscale Photographers Portfolio and Blog</title>
		<link>http://www.micekdesign.com/blog/2009/08/18/wordpress-theme-upscale-photographers-portfolio-and-blog/</link>
		<comments>http://www.micekdesign.com/blog/2009/08/18/wordpress-theme-upscale-photographers-portfolio-and-blog/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 18:59:00 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Portfolio]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=401</guid>
		<description><![CDATA[Project Details Upscale Photo Portfolio &#38; Blog is a clean and minimalist WordPress theme that also functions as a complete content management system. The design of the site consistently features the user&#8217;s uploaded photos, letting them take center stage. Check out the Demo WordPress Theme Features Multi-Column &#38; multi-page layout Dynamic page templates that adjust]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>Project Details<span> </span></h2>
</li>
<li>Upscale Photo Portfolio &amp; Blog is a clean and minimalist WordPress theme that also functions as a complete content management system. The design of the site consistently features the user&#8217;s uploaded photos, letting them take center stage.</li>
<li><a href="http://www.micekdesign.com/temp/dev/">Check out the Demo</a></li>
</ul>
<ul>
<li><strong> WordPress Theme Features </strong></li>
<li class="bullet"> Multi-Column &amp; multi-page layout</li>
<li class="bullet"> Dynamic page templates that adjust according to categories, images, etc.</li>
<li class="bullet"> Multiple widget-ready sidebars</li>
<li class="bullet"> Compatible with ie 6/7, Firefox, Safari, and Chrome</li>
<li class="bullet">Two Theme designs Light/Dark</li>
<li class="bullet">Coded using multiple Jquery Effects</li>
<li class="bullet">Auto Image resizing &amp; thumbnail creation</li>
</ul>
<p><a class="shutter large" href="/images/upscale/1.jpg"><img src="/images/upscale/1-small.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/upscale/2.jpg"><img class="tiny-tina" src="/images/upscale/2-small.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/upscale/3.jpg"><img class="tiny-tina" src="/images/upscale/3-small.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/upscale/4.jpg"><img class="tiny-tina" src="/images/upscale/4-small.jpg" alt="" /></a></p>
<p><a class="shutter" title="Iphone Interface" href="/images/upscale/5.jpg"><img class="tiny-tina" src="/images/upscale/5-small.jpg" alt="" /></a><br />
<a class="shutter" title="Iphone Interface" href="/images/upscale/6.jpg"><img class="tiny-tina" src="/images/upscale/6-small.jpg" alt="" /></a><br />
<a class="shutter" title="Iphone Interface" href="/images/upscale/7.jpg"><img class="tiny-tina" src="/images/upscale/7-small.jpg" alt="" /></a><br />
<a class="shutter" title="Iphone Interface" href="/images/upscale/9.jpg"><img class="tiny-tina" src="/images/upscale/9-small.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/08/18/wordpress-theme-upscale-photographers-portfolio-and-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Get the the page ID of the Posts Page</title>
		<link>http://www.micekdesign.com/blog/2009/08/09/wordpress-get-the-the-page-id-of-the-posts-page/</link>
		<comments>http://www.micekdesign.com/blog/2009/08/09/wordpress-get-the-the-page-id-of-the-posts-page/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:44:19 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=390</guid>
		<description><![CDATA[After specifying a static homepage, you might need to get the page_id of your posts page.]]></description>
			<content:encoded><![CDATA[<p>This took me over an hour of searching. I specified a static front page and then needed to write some custom functions to specifically target the separate post page; however it seemed almost impossible to get that page id, in or out of the loop.</p>
<p>Additionally, this was for a custom theme so I couldn&#8217;t use get_page_by_title() because I wouldn&#8217;t know what the title of the page was going to be.</p>
<p>Instead I dug around and found this WordPress option that isn&#8217;t even documented in the <a href="http://codex.wordpress.org/Option_Reference">Option Reference Table.</a></p>
<h4>get_option(&#8216;page_for_posts&#8217;)</h4>
<p><br/><br />
<img class="alignnone size-full wp-image-406" title="posts-page-id" src="http://www.micekdesign.com/wp-content/uploads/posts-page-id.png" alt="posts-page-id" width="525" height="253" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/08/09/wordpress-get-the-the-page-id-of-the-posts-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SMS Company Website</title>
		<link>http://www.micekdesign.com/blog/2009/07/02/sms-company-website/</link>
		<comments>http://www.micekdesign.com/blog/2009/07/02/sms-company-website/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:49:12 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Portfolio]]></category>
		<category><![CDATA[web_featured]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=368</guid>
		<description><![CDATA[Project Details SMS is a marketing company based in Chicago specializing in trade fund management. SMS wanted to bring their web presence out of the mid 1990&#8242;s and showcase the quality of their in-house marketing knowledge. The primary goal of the new SMS website is to establish the company&#8217;s expertise and relevance in the trade]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>Project Details<span> </span></h2>
</li>
<li>SMS is a marketing company based in Chicago specializing in trade fund management. SMS wanted to bring their web presence out of the mid 1990&#8242;s and showcase the quality of their in-house marketing knowledge. The primary goal of the new SMS website is to establish the company&#8217;s expertise and relevance in the trade fund and marketing field.</li>
<li><a href="/images/sms/original.png" target="_blank"> Check out the Original Website</a></li>
<li> As an employee, I personally designed and developed the SMS company website using wordpress as a CMS.</li>
<li>Additionally, I trained co-workers on the use of wordpress as well as basic SEO and blog management strategies.</li>
<li><a href="http://www.sharedmarketing.com">Check out the new site.</a></li>
</ul>
<ul>
<li><strong> WordPress Theme Features </strong></li>
<li class="bullet"> Multi-Column &amp; multi-page layout</li>
<li class="bullet"> Dynamic page templates that adjust according to categories, images, etc.</li>
<li class="bullet"> Multiple widget-ready sidebars</li>
<li class="bullet"> Compatible with ie 6/7, Firefox, Safari, and Chrome</li>
<li class="bullet">Optimized design for iPhone and other Mobile Phones</li>
</ul>
<p><a class="shutter large" href="/images/sms/sms-1-large.jpg"><img src="/images/sms/sms-1.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/sms/sms-2-large.jpg"><img class="tiny-tina" src="/images/sms/sms-2.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/sms/sms-3-large.jpg"><img class="tiny-tina" src="/images/sms/sms-3.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/sms/sms-4-large.jpg"><img class="tiny-tina" src="/images/sms/sms-4.jpg" alt="" /></a></p>
<p><a class="shutter" title="Iphone Interface" href="/images/sms/sms-5-large.jpg"><img class="tiny-tina" src="/images/sms/sms-5.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/07/02/sms-company-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Portfolio item: Legal web template</title>
		<link>http://www.micekdesign.com/blog/2009/03/31/new-portfolio-item-legal-web-template/</link>
		<comments>http://www.micekdesign.com/blog/2009/03/31/new-portfolio-item-legal-web-template/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:57:30 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=343</guid>
		<description><![CDATA[I&#8217;m testing out various theme selling marketplaces. Once the template gets approved, I&#8217;ll post a link. Update: This theme had been accepted into the Themeforest marketplace. Check out my Law/Legal Business Template]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-344" title="thumb-1" src="http://www.micekdesign.com/images/legal/1.jpg" alt="" width="525" height="693" /></p>
<p>I&#8217;m testing out various theme selling marketplaces. Once the template gets approved, I&#8217;ll post a link.</p>
<p>Update: This theme had been accepted into the Themeforest marketplace. <a href="http://themeforest.net/item/lawlegal-business-template-/38848">Check out my Law/Legal Business Template</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/03/31/new-portfolio-item-legal-web-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Legal Web Template Design</title>
		<link>http://www.micekdesign.com/blog/2009/03/31/legal-web-template-design/</link>
		<comments>http://www.micekdesign.com/blog/2009/03/31/legal-web-template-design/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:14:42 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Portfolio]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=335</guid>
		<description><![CDATA[Project Details I designed and coded this Legal web template design to explore various website template marketplaces. I noticed that most of the designs being sold had a web 2.0 corporate look, or a fancy schmancy design feel. In an attempt to fill a void, I decided to design a site that felt serious and]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>Project Details<span> </span></h2>
</li>
<li>I designed and coded this Legal web template design to explore various website template marketplaces. I noticed that most of the designs being sold had a web 2.0 corporate look, or a fancy schmancy design feel.</li>
<li> In an attempt to fill a void, I decided to design a site that felt serious and professional, while keeping a focus on SEO and web conversions.</li>
<li>This template is available for sale on Themeforest.net under <a href="http://themeforest.net/item/lawlegal-business-template-/38848">Law/Legal Business Template</a></li>
<li>
<h3>Template Features</h3>
</li>
<li class="bullet">Based on the 960 Grid System</li>
<li class="bullet">IE 6/7, Firefox, and Safari compatible.</li>
<li class="bullet"> Focuses on site conversion, with a major call to action above the fold on every page</li>
<li class="bullet"> Coded with SEO considerations in mind.</li>
</ul>
<p><a class="shutter" href="/images/legal/1.jpg"><img src="/images/legal/thumb-1.jpg" alt="" /></a></p>
<p><a class="shutter" href="/images/legal/2.jpg"><img class="tiny-tina" src="/images/legal/thumb-2.jpg" alt="" /></a><br />
<a class="shutter" href="/images/legal/3.jpg"><img class="tiny-tina" src="/images/legal/thumb-3.jpg" alt="" /></a><br />
<a class="shutter" href="/images/legal/4.jpg"><img class="tiny-tina" src="/images/legal/thumb-4.jpg" alt="" /></a><br />
<a class="shutter" href="/images/legal/5.jpg"><img class="tiny-tina" src="/images/legal/thumb-5.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/03/31/legal-web-template-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Blog Design</title>
		<link>http://www.micekdesign.com/blog/2009/03/02/wordpress-blog-design/</link>
		<comments>http://www.micekdesign.com/blog/2009/03/02/wordpress-blog-design/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 04:09:33 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Portfolio]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=284</guid>
		<description><![CDATA[Project Details&#160; Several months ago I got the opportunity to design a blog for a local Chicago woman who was interested in creating a blog that focused on the transition from a small town girl to a big city woman. The look of the site is supposed to be whimsical and feminine while still having]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>Project Details<span>&nbsp;</span></h2>
</li>
<li>Several months ago I got the opportunity to design a blog for a local Chicago woman who was interested in creating a blog that focused on the transition from a small town girl to a big city woman.</li>
<li>The look of the site is supposed to be whimsical and feminine while still having a professional design. The client was interested in an overlapping look in order to add dept and visual interest to the blog design.</li>
<li>Additionally, I designed two logo&#8217;s for the blog, one using a dog as a primary element and another basic option with the letters &#8220;I&#8221; and &#8220;B.&#8221;</li>
</ul>
<p><a class="shutter" href="/images/belle/1.jpg"><img src="/images/belle/thumb-1.jpg" alt="Design Version 1" /></a></p>
<p><a class="shutter" href="/images/belle/2.jpg"><img class="tiny-tina" src="/images/belle/thumb-2.jpg" alt="Design Version 1" /></a></p>
<p><a class="shutter" href="/images/belle/3.jpg"><img class="tiny-tina" src="/images/belle/thumb-3.jpg" alt="Design Version 1" /></a></p>
<p><a class="shutter" href="/images/belle/4.jpg"><img class="tiny-tina" src="/images/belle/thumb-4.jpg" alt="Design Version 1" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/03/02/wordpress-blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Width List Images using just HTML/CSS</title>
		<link>http://www.micekdesign.com/blog/2009/02/20/dynamic-width-list-images-using-just-html-css/</link>
		<comments>http://www.micekdesign.com/blog/2009/02/20/dynamic-width-list-images-using-just-html-css/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:51:56 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=185</guid>
		<description><![CDATA[A solution for using images with a dynamic width in lists.]]></description>
			<content:encoded><![CDATA[<p>In an article posted on Smashing Magazine today (<a title="Ask SM [CSS/JS]: Divs of Equal Height, Dealing with IE 6" rel="bookmark" href="http://www.smashingmagazine.com/2009/02/20/ask-sm-css-smooth-page-scrolling-divs-of-equal-height-dealing-with-ie-6/">Ask SM [CSS/JS]: Divs of Equal Height, Dealing with IE 6</a>), the writer determined that the only solution to the following question is the use javascript/jquery.</p>
<blockquote><p>Is it possible to create a list with CSS that has the text aligned to the right side, but on the left side has an image taking up the width of the remaining space?</p></blockquote>
<p>That didn&#8217;t seem right to me, so I came up with a solution that used HTML/CSS and overlaying images. (<a href="/temp/smash-wrong-4.html">Final Solution</a>)</p>
<ol>
<li>Using CSS, I applied a repeating image of the line to each list item (&lt;li&gt;) (<a href="/temp/smash-wrong-1">step 1</a>)</li>
<li>I wrapped the text of each list-item in a &lt;div&gt; and gave that div tag a white background: so that the line doesn&#8217;t cross through it.  (<a href="/temp/smash-wrong-2">step 2</a>)</li>
<li>I put an empty &lt;span&gt; tag at the beginning of the &lt;div&gt; and applied my gradient to that span.  (<a href="/temp/smash-wrong-3">step 3</a>)</li>
<li>Using Absolute positioning I moved the &lt;span&gt; 100px to the left (the width of the gradient image.)  (<a href="/temp/smash-wrong-4">step 4</a>)</li>
</ol>
<p><img class="alignnone size-full wp-image-204" title="list-image1" src="http://www.micekdesign.com/wp-content/uploads/list-image1.jpg" alt="list-image1" width="525" height="93" /></p>
<p>There you go, tested in Firefox 3, Safari, IE6, and IE7</p>
<h2>HTML</h2>
<p><code>&lt;ul&gt;</code></p>
<p>&lt;li&gt;<br />
&lt;div&gt;&lt;span&gt;&lt;/span&gt;List Item Number One&lt;/div&gt;<br />
&lt;/li&gt;</p>
<p>&lt;li&gt;<br />
&lt;div&gt;&lt;span&gt;&lt;/span&gt;Long, Multi Line List Item Long, Multi Line List Item Long, Multi Line List Item Long, Multi Line List Item&lt;/div&gt;<br />
&lt;/li&gt;</p>
<p>&lt;li&gt;<br />
&lt;div&gt;&lt;span&gt;&lt;/span&gt;<code>List Item Number Three</code><code>&lt;/div&gt;<br />
&lt;/li&gt;</code></p>
<p>&lt;/ul&gt;</p>
<h2>CSS</h2>
<p><code> ul{<br />
list-style:none;<br />
width:60%;<br />
}</code></p>
<p>li{<br />
position:relative; <code><br />
float:right;<br />
width:100%; </code><code><br />
text-align:right;<br />
background:url(line.jpg) repeat-x;<br />
background-position:0px 13px;<br />
margin: 0 0 8px 0;<br />
}</code></p>
<p>li span{<br />
position:absolute;<br />
height:100%;<br />
width:100px;<br />
top:0px;<br />
left:-100px;<br />
background:url(line-grad.jpg) no-repeat;<br />
background-position:0px 13px;<br />
}</p>
<p>li div{<br />
font-weight:normal;<br />
background:#fff;<br />
margin-left:200px;<br />
position:relative;<br />
float:right;<br />
}</p>
<h2>Images</h2>
<p><img class="alignnone size-full wp-image-190" title="line" src="http://www.micekdesign.com/wp-content/uploads/line.jpg" alt="line" width="5" height="2" /> (Basic Line)</p>
<p><img class="alignnone size-full wp-image-192" title="line-grad1" src="http://www.micekdesign.com/wp-content/uploads/line-grad1.jpg" alt="line-grad1" width="100" height="2" />(Line Gradient)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2009/02/20/dynamic-width-list-images-using-just-html-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Chicago Transit Authority (CTA) updates their website!</title>
		<link>http://www.micekdesign.com/blog/2008/12/16/the-chicago-transit-authority-cta-updates-their-website/</link>
		<comments>http://www.micekdesign.com/blog/2008/12/16/the-chicago-transit-authority-cta-updates-their-website/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 00:27:04 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=173</guid>
		<description><![CDATA[The Chicago Transit Authority (CTA) has updated their website for the first time in 5 years!

<a class="teaser" href="/the-chicago-transit-authority-cta-updates-their-website"><img src="/images/cta-teaser.jpg" alt="CTA web redesign" /></a>]]></description>
			<content:encoded><![CDATA[<p>The Chicago Transit Authority (CTA) has updated their website for the first time in 5 years and I think it looks amazing! It could just be because the old website was so horrible, but I think this is a HUGE improvement.</p>
<p>I love how they integrated Google&#8217;s trip planner, I&#8217;ve been using that for a couple weeks now and found it much easier to use than the original CTA trip planner.  I like the quicklink icons on the right side and think that the images are well thought out.  The only icon that&#8217;s a little weird is the icon for &#8220;Fare Info&#8221;</p>
<p>I think my only issue with the redesign is the use of drop-down menus for the main navigation. For some reason there is this idea that EVERY page of the website has to be available no matter where you are. Anyways, that&#8217;s a minor concern and my opinions on drop-down menus can be saved for another post.</p>
<p>http://www.transitchicago.com/</p>
<h2>New Homepage</h2>
<p><img class="alignnone size-full wp-image-175" title="cta-new1" src="http://www.micekdesign.com/wp-content/uploads/cta-new1.png" alt="cta-new1" width="525" height="585" /></p>
<h2>Old CTA Site</h2>
<h2><img class="alignnone size-full wp-image-176" title="cta-old" src="http://www.micekdesign.com/wp-content/uploads/cta-old.png" alt="cta-old" width="525" height="472" /></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2008/12/16/the-chicago-transit-authority-cta-updates-their-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its nice to see former clients coming along.</title>
		<link>http://www.micekdesign.com/blog/2008/12/16/its-nice-to-see-former-clients-coming-along/</link>
		<comments>http://www.micekdesign.com/blog/2008/12/16/its-nice-to-see-former-clients-coming-along/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:55:30 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=169</guid>
		<description><![CDATA[Update on my first freelance project from a couple years ago.]]></description>
			<content:encoded><![CDATA[<p>My very <a href="http://www.micekdesign.com/caribou-technologies-logo-design">first freelance project ever</a> was to do a logo design for a medical devices company called &#8220;Caribou Technologies.&#8221; I was super nervous, created a TON of design options and overcharged them considering my level of experience (none).</p>
<p>Anyways, I just googled them and saw that they have a website up! I remember them talking about a website when I was first working on their logo and its great to see that they&#8217;ve got something up.</p>
<p>Its not the fanciest site, but hey its a web presence.</p>
<p><a title="Caribou Technologies" href="http://www.caribou-technologies.com/">Caribou Technologies</a></p>
<p>I&#8217;m also glad that they rank higher than I do in the google SERPs. I would feel pretty bad having my blog rank higher than their company site.</p>
<p>Speaking of clients coming along, I&#8217;m currently working on the design and development for a new blog that I&#8217;m hoping will be successful. The woman that will be running it is a newbie to the blogging world but she seems really driven, and I can&#8217;t wait to see where she takes her blog.</p>
<p>Her blog/site should be up early next week and ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2008/12/16/its-nice-to-see-former-clients-coming-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talent Agency Web Design Proposals</title>
		<link>http://www.micekdesign.com/blog/2008/12/15/talent-agency-web-design-proposals/</link>
		<comments>http://www.micekdesign.com/blog/2008/12/15/talent-agency-web-design-proposals/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 01:22:58 +0000</pubDate>
		<dc:creator>cmicek</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.micekdesign.com/?p=146</guid>
		<description><![CDATA[Design proposals for a local talent agency.

<a class="teaser" href="/talent-agency-web-design-proposals"><img src="/images/stewart/stewart-3-reduced.jpg" alt="Talent Agency Web Design" /></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-147" title="Stewart Talent Option 1" src="http://www.micekdesign.com/wp-content/uploads/stewart-3-reduced.jpg" alt="Stewart Talent Option 1" width="525" height="449" /></p>
<p>While working for DNA, I was tasked with creating design options for a local talent agency. The agency wanted to explore many different options that were simple and easy to use, while still being very unique for their field. We explored options from ultra-simple, to dark and grunge.</p>
<h2>Design Option</h2>
<p><img class="alignnone size-full wp-image-154" title="v2-2-reduced" src="http://www.micekdesign.com/wp-content/uploads/v2-2-reduced.jpg" alt="v2-2-reduced" width="525" height="400" /></p>
<h2>Design Option</h2>
<p><img class="alignnone size-full wp-image-148" title="Stewart Talent Option 2" src="http://www.micekdesign.com/wp-content/uploads/stewart-v3-revised-1-reduced.jpg" alt="Stewart Talent Option 2" width="525" height="370" /></p>
<h2>Design Option</h2>
<p><img class="alignnone size-full wp-image-159" title="v2-1-reduced1" src="http://www.micekdesign.com/wp-content/uploads/v2-1-reduced1.jpg" alt="v2-1-reduced1" width="525" height="290" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micekdesign.com/blog/2008/12/15/talent-agency-web-design-proposals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
