<?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>Dustin Carpenter</title>
	<atom:link href="http://meetdustin.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://meetdustin.com/blog</link>
	<description>web developer/consultant/tech support</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>website &#8211; pdcmuncie.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-pdcmuncie-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-pdcmuncie-com/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:42:55 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=558</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://pdcmuncie.com" target="_blank"><img class="alignnone size-large wp-image-559" title="pdcmuncie_com" src="http://meetdustin.com/blog/wp-content/uploads/pdcmuncie_com-1024x747.png" alt="" width="640" height="466" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-pdcmuncie-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should you say Click Here in your links?</title>
		<link>http://meetdustin.com/blog/articles/should-you-say-click-here-in-your-links/</link>
		<comments>http://meetdustin.com/blog/articles/should-you-say-click-here-in-your-links/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 14:38:56 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=351</guid>
		<description><![CDATA[You see it a lot, but sometimes it can do more harm than good. Click here, while descriptive can also be elusive at the same time when it comes to search engine optimization. As early as 2001, the Quality Assurance Interest Group at  W3C was recommending that you do not use click here as a link indicator. Consider [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-352" href="http://meetdustin.com/blog/articles/should-you-say-click-here-in-your-links/attachment/click-here/"><img class="alignnone size-full wp-image-352" title="Click-Here" src="http://meetdustin.com/blog/wp-content/uploads/2010/06/Click-Here.png" alt="" width="505" height="228" /></a></p>
<p>You see it a lot, but sometimes it can do more harm than good. Click here, while descriptive can also be elusive at the same time when it comes to search engine optimization. As early as 2001, the Quality Assurance Interest Group at <a href="http://www.w3.org/QA/Tips/noClickHere"> W3C was recommending that you do not use click here</a> as a link indicator. Consider the following links&#8230;</p>
<blockquote>
<ul>
<li><a style="text-decoration: underline;" href="#">click here</a> to purchase SuperWidget now!</li>
<li><a style="text-decoration: underline;" href="#">Purchase SuperWidget</a> now!</li>
</ul>
</blockquote>
<p>Each link would take to you the same place and imply that they are links denoted by the underlined text. As a general rule, most people understand that underlined text is a link and do <strong>NOT</strong> need to be instructed to click here. The difference is that the second link will now associate the URL with the action <em>Purchase SuperWidget</em> instead of <em>Click Here</em>. While I am on the subject, you should also refrain from underlining text in your website if it is not a hyper-link, it can be confusing to your reader as they might think it is a link.</p>
<p>With the importance of search optimization these days, every little bit you can do will go a long way.</p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/articles/should-you-say-click-here-in-your-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternating row colors using the Modulus PHP Arithmetic Operator and CSS</title>
		<link>http://meetdustin.com/blog/articles/alternating-a-css-class-using-the-modulus-php-arithmetic-operator/</link>
		<comments>http://meetdustin.com/blog/articles/alternating-a-css-class-using-the-modulus-php-arithmetic-operator/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:15:57 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://meetdustin.com/?p=248</guid>
		<description><![CDATA[Using the Modulus PHP Arithmetic Operator, you can easily assign a class to repeated element. Depending on whether a number is odd or even, you could choose which color to make each row by assigning the css style selector to the repeated tag.]]></description>
			<content:encoded><![CDATA[<p>Using the Modulus PHP Arithmetic Operator, you can easily assign an alternate class to a repeated element. Depending on whether a number is odd or even, you could choose which color to make each row by assigning the css style selector to the repeated tag.</p>
<h2>Example PHP Function</h2>
<p>This function will output the text string &#8220;<em> alt</em>&#8220;. It is best used inside the class attribute of your HTML element if the number passed to this function is an even number.</p>
<pre class="brush: php;">
function doAlt($n) {
    if ($n % 2) {
        echo(' alt');
    }
}
</pre>
<p><span id="more-248"></span></p>
<h2>Example HTML Markup</h2>
<pre class="brush: php;">
for ($i = 0; $i &lt;= 4; $i++)	{
	echo '&lt;div class=&quot;row'.doAlt($i).'&quot;&gt;Row '.$i.'&lt;/div&gt;';
}
</pre>
<h2>Example CSS Styles</h2>
<pre class="brush: css;">
.row {
background-color:#000000;
color:#FFFFFF;
width:300px;
}

.alt {
background-color:#1B2426;
}
</pre>
<h2>Example Output</h2>
<pre class="brush: xml;">
&lt;div class=&quot;row&quot;&gt;Row 0&lt;/div&gt;
&lt;div class=&quot;row alt&quot;&gt;Row 1&lt;/div&gt;
&lt;div class=&quot;row&quot;&gt;Row 2&lt;/div&gt;
&lt;div class=&quot;row alt&quot;&gt;Row 3&lt;/div&gt;
&lt;div class=&quot;row&quot;&gt;Row 4&lt;/div&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/articles/alternating-a-css-class-using-the-modulus-php-arithmetic-operator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>design &#8211; harrison williams evangelist website</title>
		<link>http://meetdustin.com/blog/portfolio/design-harrison-williams-evangelist-website/</link>
		<comments>http://meetdustin.com/blog/portfolio/design-harrison-williams-evangelist-website/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 05:50:43 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=662</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/harrison_williams.jpg"><img class="alignnone size-medium wp-image-663" title="harrison_williams" src="http://meetdustin.com/blog/wp-content/uploads/harrison_williams-640x479.jpg" alt="" width="640" height="479" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/design-harrison-williams-evangelist-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – thermafiber.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-thermafiber-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-thermafiber-com/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:55:43 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=570</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/thermafiber_com.png"><img class="alignnone size-large wp-image-571" title="thermafiber_com" src="http://meetdustin.com/blog/wp-content/uploads/thermafiber_com-1024x686.png" alt="" width="640" height="428" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-thermafiber-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – silvertowne.com</title>
		<link>http://meetdustin.com/blog/portfolio/563/</link>
		<comments>http://meetdustin.com/blog/portfolio/563/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:49:21 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=563</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/silvertowne_com-e1282409560318.png"><img class="alignnone size-large wp-image-564" title="silvertowne_com" src="http://meetdustin.com/blog/wp-content/uploads/silvertowne_com-e1282409560318-1024x982.png" alt="" width="640" height="613" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/563/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – newiheater.info</title>
		<link>http://meetdustin.com/blog/portfolio/website-newiheater-info/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-newiheater-info/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:03:04 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">/blog/?p=259</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/newiheater_info.png" target="_blank"><img class="alignnone size-medium wp-image-410" title="newiheater_info" src="http://meetdustin.com/blog/wp-content/uploads/newiheater_info-640x536.png" alt="" width="640" height="536" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-newiheater-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – customautomplate.com</title>
		<link>http://meetdustin.com/blog/portfolio/simple-e-commerce-site-that-sells-custom-auto-plates/</link>
		<comments>http://meetdustin.com/blog/portfolio/simple-e-commerce-site-that-sells-custom-auto-plates/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:20:33 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/?p=209</guid>
		<description><![CDATA[This site allows the visitor to choose a plate image from several categroies and customize the text, font, and colors. In addition they can choose frames and protectors as an option. Visit the site Project Tasks: Design/Build Create Shopping Cart Provide way for client to update or add products]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/customautoplate_com.png" target="_blank"><img class="alignnone size-medium wp-image-424" title="customautoplate_com" src="http://meetdustin.com/blog/wp-content/uploads/customautoplate_com-640x561.png" alt="" width="640" height="561" /></a></p>
<p>This site allows the visitor to choose a plate image from several categroies and customize the text, font, and colors. In addition they can choose frames and protectors as an option.</p>
<ul>
<li><a href="http://www.customautoplate.com" target="_blank">Visit the site</a></li>
</ul>
<p><strong>Project Tasks:</strong></p>
<ul>
<li>Design/Build</li>
<li>Create Shopping Cart</li>
<li>Provide way for client to update or add products</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/simple-e-commerce-site-that-sells-custom-auto-plates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – blackfordlandtitle.com</title>
		<link>http://meetdustin.com/blog/portfolio/new-website-created-for-land-and-title-company/</link>
		<comments>http://meetdustin.com/blog/portfolio/new-website-created-for-land-and-title-company/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:45:20 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/?p=194</guid>
		<description><![CDATA[Basic site that allows visitors to place an order for a title on their site. The order form on this site integrates with the SoftPro order entry system. Visit the site]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/blackfordlandtitle_com.png" target="_blank"><img class="alignnone size-medium wp-image-421" title="blackfordlandtitle_com" src="http://meetdustin.com/blog/wp-content/uploads/blackfordlandtitle_com-640x429.png" alt="" width="640" height="429" /></a></p>
<p>Basic site that allows visitors to place an order for a title on their site. The order form on this site integrates with the  <a href="http://www.softprocorp.com">SoftPro</a> order entry system.</p>
<ul>
<li><a href="http://www.blackfordlandtitle.com" target="_blank">Visit the site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/new-website-created-for-land-and-title-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>design &#8211; union chapel</title>
		<link>http://meetdustin.com/blog/portfolio/design-union-chapel/</link>
		<comments>http://meetdustin.com/blog/portfolio/design-union-chapel/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:57:02 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=573</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/unionchapel_com.png"><img class="alignnone size-large wp-image-574" title="unionchapel_com" src="http://meetdustin.com/blog/wp-content/uploads/unionchapel_com-1024x400.png" alt="" width="640" height="250" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/design-union-chapel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website &#8211; munciebuildingcommissioner.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-munciebuildingcommissioner-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-munciebuildingcommissioner-com/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:37:08 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=551</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/munciebuildingcommissioner_com.png" target="_blank"><img class="alignnone size-medium wp-image-552" title="munciebuildingcommissioner_com" src="http://meetdustin.com/blog/wp-content/uploads/munciebuildingcommissioner_com-640x293.png" alt="" width="640" height="293" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-munciebuildingcommissioner-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website &#8211; indyscene.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-indyscene-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-indyscene-com/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:32:01 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=543</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/indyscene_com.png" target="_blank"><img class="alignnone size-large wp-image-544" title="indyscene_com" src="http://meetdustin.com/blog/wp-content/uploads/indyscene_com-957x1024.png" alt="" width="640" height="684" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-indyscene-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website &#8211; indianaticket.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-indianaticket-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-indianaticket-com/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:30:03 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=540</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/indianaticket_com.png" target="_blank"><img class="alignnone size-medium wp-image-541" title="indianaticket_com" src="http://meetdustin.com/blog/wp-content/uploads/indianaticket_com-640x469.png" alt="" width="640" height="469" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-indianaticket-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website &#8211; fayetteregional.org</title>
		<link>http://meetdustin.com/blog/portfolio/website-fayetteregional-org/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-fayetteregional-org/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:00:51 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=474</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-475" href="http://meetdustin.com/blog/work/website-fayetteregional-org/attachment/fayetteregional_org/"><img class="alignnone size-medium wp-image-475" title="fayetteregional_org" src="http://meetdustin.com/blog/wp-content/uploads/fayetteregional_org-640x440.png" alt="" width="640" height="440" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-fayetteregional-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website &#8211; campcrosley.org</title>
		<link>http://meetdustin.com/blog/portfolio/website-campcrosley-org/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-campcrosley-org/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:59:36 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=466</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-467" href="http://meetdustin.com/blog/work/website-campcrosley-org/attachment/campcrosley_org/"><img class="alignnone size-large wp-image-467" title="campcrosley_org" src="http://meetdustin.com/blog/wp-content/uploads/campcrosley_org-926x1024.png" alt="" width="640" height="707" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-campcrosley-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>website – canoeindiana.com</title>
		<link>http://meetdustin.com/blog/portfolio/website-canoeindiana-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/website-canoeindiana-com/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:10:55 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=426</guid>
		<description><![CDATA[Visit the site]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/canoecountry_com.png"><img class="alignnone size-medium wp-image-438" title="canoecountry_com" src="http://meetdustin.com/blog/wp-content/uploads/canoecountry_com-640x416.png" alt="" width="640" height="416" /></a></p>
<p><a href="http://www.canoeindiana.com" target="_blank">Visit the site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/website-canoeindiana-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>banner page – baseylaw.com</title>
		<link>http://meetdustin.com/blog/portfolio/banner-site-posted-for-a-real-estate-attorney/</link>
		<comments>http://meetdustin.com/blog/portfolio/banner-site-posted-for-a-real-estate-attorney/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 12:12:59 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://meetdustin.com/?p=205</guid>
		<description><![CDATA[View the site]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/baseylaw_com.png" target="_blank"><img class="alignnone size-medium wp-image-413" title="baseylaw_com" src="http://meetdustin.com/blog/wp-content/uploads/baseylaw_com-640x429.png" alt="" width="640" height="429" /></a></p>
<ul>
<li><a rel="attachment wp-att-413" href="http://meetdustin.com/blog/portfolio/banner-site-posted-for-a-real-estate-attorney/attachment/baseylaw_com/"></a><a href="http://www.baseylaw.com" target="_blank">View the site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/banner-site-posted-for-a-real-estate-attorney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web app – trucontrol</title>
		<link>http://meetdustin.com/blog/portfolio/web-app-trucontrol/</link>
		<comments>http://meetdustin.com/blog/portfolio/web-app-trucontrol/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:14:47 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[web-apps]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=598</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/trucontrol1.png"><img class="alignnone size-medium wp-image-599" title="trucontrol1" src="http://meetdustin.com/blog/wp-content/uploads/trucontrol1-640x400.png" alt="" width="640" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/web-app-trucontrol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>design – ringtheking.com</title>
		<link>http://meetdustin.com/blog/portfolio/design-ringtheking-com/</link>
		<comments>http://meetdustin.com/blog/portfolio/design-ringtheking-com/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:11:34 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=594</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/ringtheking_com.png"><img class="alignnone size-medium wp-image-595" title="ringtheking_com" src="http://meetdustin.com/blog/wp-content/uploads/ringtheking_com-640x320.png" alt="" width="640" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/design-ringtheking-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web app – eCommerce product administration</title>
		<link>http://meetdustin.com/blog/portfolio/web-app-ecommerce-product-administration/</link>
		<comments>http://meetdustin.com/blog/portfolio/web-app-ecommerce-product-administration/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:08:10 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[web-apps]]></category>

		<guid isPermaLink="false">http://meetdustin.com/blog/?p=591</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://meetdustin.com/blog/wp-content/uploads/storeadmin3.png"><img class="alignnone size-medium wp-image-592" title="storeadmin3" src="http://meetdustin.com/blog/wp-content/uploads/storeadmin3-640x536.png" alt="" width="640" height="536" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meetdustin.com/blog/portfolio/web-app-ecommerce-product-administration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
