<?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>Jackson Whelan &#187; css</title>
	<atom:link href="http://jacksonwhelan.com/cat/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacksonwhelan.com</link>
	<description>Web Designer &#38; WordPress Developer in Vermont, USA</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:51:04 +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>Great Book &#8211; Web Standards Creativity</title>
		<link>http://jacksonwhelan.com/2007/07/great-book-web-standards-creativity/</link>
		<comments>http://jacksonwhelan.com/2007/07/great-book-web-standards-creativity/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 10:59:30 +0000</pubDate>
		<dc:creator>Jackson</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>
		<guid isPermaLink="false">http://pix.elpusher.com/2007/07/12/great-book-web-standards-creativity/</guid>
		<description><![CDATA[Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting From the book&#8217;s description: &#8230; we got together ten of the world&#8217;s most talented web designers to share their secrets with you. Web Standards Creativity is jam-packed with fresh, innovative design ideas. The topics range from essential CSS typography and grid design, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1590598032?ie=UTF8&amp;tag=pixepush-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590598032">Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting</a><img src="http://www.assoc-amazon.com/e/ir?t=pixepush-20&amp;l=as2&amp;o=1&amp;a=1590598032" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /></p>
<p>From the book&#8217;s description:</p>
<blockquote><p>&#8230; we got together ten of the world&#8217;s most talented web designers to share their secrets with you. Web Standards Creativity is jam-packed with fresh, innovative design ideas. The topics range from essential CSS typography and grid design, effective styling for CMS-driven sites, and astonishing PNG transparency techniques, to DOM scripting magic for creating layouts that change depending on browser resolution and user preference, and better print layouts for web pages&#8230;</p></blockquote>
<p>What&#8217;s with all the dead trees? Sometimes you can&#8217;t beat the feel of a book in your hand, or gracing your coffee table &#8211; as this gorgeous full color softcover is well equipped to do. Real world examples provide insight, instruction and most of all inspiration. The articles are well written and illustrated. If you need something to inspire you to start innovating with XHTML, CSS and DOM Scripting &#8211; this is the book! Highly recommended.</p>
<p><a href="http://www.amazon.com/gp/product/1590598032?ie=UTF8&amp;tag=pixepush-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590598032">Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting</a><img src="http://www.assoc-amazon.com/e/ir?t=pixepush-20&amp;l=as2&amp;o=1&amp;a=1590598032" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jacksonwhelan.com/2007/07/great-book-web-standards-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Center Content Vertically Using CSS</title>
		<link>http://jacksonwhelan.com/2007/07/center-content-vertically-using-css/</link>
		<comments>http://jacksonwhelan.com/2007/07/center-content-vertically-using-css/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 11:50:42 +0000</pubDate>
		<dc:creator>Jackson</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>
		<guid isPermaLink="false">http://pix.elpusher.com/2007/07/07/center-content-vertically-using-css/</guid>
		<description><![CDATA[Use absolute positioning and negative margins to get that box centered vertically! You must declare the height of the DIV you are centering, as your negative top margin will be half of this value. Example here : http://greystonbakery.com/ div#landing-wrapper { margin-left:-324px; margin-top: -222px; position:absolute; top: 50%; left: 50%; width:648px; height:444px; }]]></description>
			<content:encoded><![CDATA[<p>Use absolute positioning and negative margins to get that box centered vertically! You must declare the height of the DIV you are centering, as your negative top margin will be half of this value.</p>
<p>Example here : <a href="http://greystonbakery.com/" title="Greyston Bakery Gourmet Brownies" target="_blank">http://greystonbakery.com/ </a></p>
<p><code>div#landing-wrapper {<br />
margin-left:-324px;<br />
margin-top: -222px;<br />
position:absolute;<br />
top: 50%;<br />
left: 50%;<br />
width:648px;<br />
height:444px;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jacksonwhelan.com/2007/07/center-content-vertically-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
