<?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>Sweating the Details &#187; css</title>
	<atom:link href="http://www.dockerydesign.com/blog/index.php/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dockerydesign.com/blog</link>
	<description>Tyler Dockery discusses graphic design, web design, business, networking, and Dockery Design as it services Raleigh, Durham, and Chapel Hill</description>
	<lastBuildDate>Wed, 31 Aug 2011 17:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Successful Web Design for Businesses in 6 stages</title>
		<link>http://www.dockerydesign.com/blog/index.php/successful-web-design-for-businesses-in-6-stages/</link>
		<comments>http://www.dockerydesign.com/blog/index.php/successful-web-design-for-businesses-in-6-stages/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:02:16 +0000</pubDate>
		<dc:creator>dockerydesigns</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[CMS website]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design and development]]></category>
		<category><![CDATA[develoment]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gathering]]></category>
		<category><![CDATA[graphic designer]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[interactive contact forms]]></category>
		<category><![CDATA[maintennance]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[site map]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web hosting services]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.dockerydesign.com/blog/?p=268</guid>
		<description><![CDATA[<p>The Web Site Design and Development Process

There are several steps in the web site design and development process— from gathering initial information, to the creation of your web site, and finally to maintenance to keep your web site up to date and current.

The exact process will vary slightly from designer to designer, but the basics <p>Continue reading <a href="http://www.dockerydesign.com/blog/index.php/successful-web-design-for-businesses-in-6-stages/">Successful Web Design for Businesses in 6 stages</a></p>]]></description>
		<wfw:commentRss>http://www.dockerydesign.com/blog/index.php/successful-web-design-for-businesses-in-6-stages/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CSS: Override ANY style (even inline styles) with ! important</title>
		<link>http://www.dockerydesign.com/blog/index.php/css-override-any-style-even-inline-styles-with-important/</link>
		<comments>http://www.dockerydesign.com/blog/index.php/css-override-any-style-even-inline-styles-with-important/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:57:15 +0000</pubDate>
		<dc:creator>dockerydesigns</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[! important]]></category>
		<category><![CDATA[*]]></category>
		<category><![CDATA[aspe]]></category>
		<category><![CDATA[aspe it division]]></category>
		<category><![CDATA[aspe-it]]></category>
		<category><![CDATA[aspe-it.com]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[horizontal rules]]></category>
		<category><![CDATA[hr]]></category>
		<category><![CDATA[inline styes]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[ordered lists]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[unordered lists]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dockerydesign.com/blog/?p=195</guid>
		<description><![CDATA[<p>by Tyler Dockery of Dockery Design.</p>
<p>While creating a new website for ASPE&#8217;s IT Division for nationwide training, I ran into a problem with my formatting. In my CSS stylesheet, I began by outlining an over-arching style to command the entire site. I noted it thus:</p>
<p>
* {
margin-left: 0px;
margin-top: 0px;
font-family: Arial, Helvetica;
border: 0px;
}
</p>
<p></p>
<p>This CSS text would take <p>Continue reading <a href="http://www.dockerydesign.com/blog/index.php/css-override-any-style-even-inline-styles-with-important/">CSS: Override ANY style (even inline styles) with ! important</a></p>]]></description>
		<wfw:commentRss>http://www.dockerydesign.com/blog/index.php/css-override-any-style-even-inline-styles-with-important/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Embed Your Branding in Your CSS</title>
		<link>http://www.dockerydesign.com/blog/index.php/embed-your-branding-in-your-css/</link>
		<comments>http://www.dockerydesign.com/blog/index.php/embed-your-branding-in-your-css/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 04:13:00 +0000</pubDate>
		<dc:creator>dockerydesigns</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[dockery]]></category>
		<category><![CDATA[dockery design]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.dockerydesign.com/blog/?p=171</guid>
		<description><![CDATA[<p>Imagine the situation: your designer is in a life-threatening car crash. Can someone take over his work immediately?</p>
<p>Chances are, NO. There will almost always be a learning curve. But you can help to combat that by adding some simple instructions into the master CSS file that you use.</p>
<p>At Dockery Design, we work with all kinds <p>Continue reading <a href="http://www.dockerydesign.com/blog/index.php/embed-your-branding-in-your-css/">Embed Your Branding in Your CSS</a></p>]]></description>
		<wfw:commentRss>http://www.dockerydesign.com/blog/index.php/embed-your-branding-in-your-css/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Web Design: Beginning Web Design Books That Work</title>
		<link>http://www.dockerydesign.com/blog/index.php/web-design-beginning-web-design-books-that-work/</link>
		<comments>http://www.dockerydesign.com/blog/index.php/web-design-beginning-web-design-books-that-work/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 04:25:16 +0000</pubDate>
		<dc:creator>dockerydesigns</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[beginning web design]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dockery]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Tyler Dockery]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.dockerydesign.com/blog/?p=144</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.dockerydesign.com/blog/index.php/web-design-beginning-web-design-books-that-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For Your Love to Grow, Let Your Nerd Love Show</title>
		<link>http://www.dockerydesign.com/blog/index.php/for-your-love-to-grow-let-your-nerd-love-show/</link>
		<comments>http://www.dockerydesign.com/blog/index.php/for-your-love-to-grow-let-your-nerd-love-show/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:00:05 +0000</pubDate>
		<dc:creator>dockerydesigns</dc:creator>
				<category><![CDATA[Seen and Noted]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dockery]]></category>
		<category><![CDATA[dockery design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[tyler]]></category>
		<category><![CDATA[Tyler Dockery]]></category>

		<guid isPermaLink="false">http://www.dockerydesign.com/blog/?p=123</guid>
		<description><![CDATA[<p class="wp-caption-text">Tyler Dockery Suggests: Show your nerd-love</p>
<p>Nothing wrong with a little bit of Nerd Love going on. A specialized response for specialized workers. You are the CSS to my HTML.
Seen any other great images? Let us know!</p>
]]></description>
		<wfw:commentRss>http://www.dockerydesign.com/blog/index.php/for-your-love-to-grow-let-your-nerd-love-show/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.dockerydesign.com/blog/wp-content/plugins/mystat/mystat.php?act=time_load&id=553005&rnd=6436" /></channel>
</rss>

