<?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>Brady White &#187; css</title>
	<atom:link href="http://www.bradywhite.net/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradywhite.net</link>
	<description>Adobe Flex/Flash and Life</description>
	<lastBuildDate>Tue, 18 May 2010 15:49:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speed Up Your CSS</title>
		<link>http://www.bradywhite.net/2007/09/24/speed-up-your-css/</link>
		<comments>http://www.bradywhite.net/2007/09/24/speed-up-your-css/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 17:06:42 +0000</pubDate>
		<dc:creator>Brady White</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://bradywhite.net/?p=60</guid>
		<description><![CDATA[<a href="http://www.elliotswan.com/2007/09/19/howto-3-easy-ways-to-speed-up-css-development-while-staying-organized/">Speed Up Your CSS</a>

Elliot Swan has posted a great article on how to speed up your css development.  Check it out]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.elliotswan.com/2007/09/19/howto-3-easy-ways-to-speed-up-css-development-while-staying-organized/">Speed Up Your CSS</a></p>
<p>Elliot Swan has posted a great article on how to speed up your css development.  Check it out</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradywhite.net/2007/09/24/speed-up-your-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Web Standards List</title>
		<link>http://www.bradywhite.net/2004/11/28/the-web-standards-list/</link>
		<comments>http://www.bradywhite.net/2004/11/28/the-web-standards-list/#comments</comments>
		<pubDate>Sun, 28 Nov 2004 19:22:59 +0000</pubDate>
		<dc:creator>Brady White</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://bradywhite.net/?p=21</guid>
		<description><![CDATA[Article: What&#8217;s Next? The Same Thing! @ The Autistic Cuckoo
Many ask what web standards are.  Here&#8217;s the list that web standards prevent.
Web Standards prevent:

lack a specified document type,
contain invalid (X)HTML,
use tables for layout,
require a particular browser to work,
require client-side scripting to work,
require third-party products such as Flash to work,
cannot be used by people with [...]]]></description>
			<content:encoded><![CDATA[<p>Article: <a href="http://www.autisticcuckoo.net/archive.php?id=2004/11/15/whats-next">What&#8217;s Next? The Same Thing! @ The Autistic Cuckoo</a></p>
<p>Many ask what web standards are.  Here&#8217;s the list that web standards prevent.</p>
<p><strong>Web Standards prevent:</strong></p>
<ul class="in-text">
<li>lack a specified document type,</li>
<li>contain invalid <abbr>(X)HTML</abbr>,</li>
<li>use tables for layout,</li>
<li><em>require</em> a particular browser to work,</li>
<li><em>require</em> client-side scripting to work,</li>
<li><em>require</em> third-party products such as Flash to work,</li>
<li>cannot be used by people with disabilities,</li>
<li>are semantically meaningless,</li>
<li>are unnecessarily heavy to download, thereby also placing unnecessary load<br />
      on the server,</li>
<li>force links to open in separate windows whether the visitor wants them to<br />
      or not, and</li>
<li>do not allow the text to be resized in the most commonly used<br />
      browser.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bradywhite.net/2004/11/28/the-web-standards-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jason Santa Maria &#124; Grey Box Methodology</title>
		<link>http://www.bradywhite.net/2004/11/20/jason-santa-maria-grey-box-methodology/</link>
		<comments>http://www.bradywhite.net/2004/11/20/jason-santa-maria-grey-box-methodology/#comments</comments>
		<pubDate>Sat, 20 Nov 2004 21:38:43 +0000</pubDate>
		<dc:creator>Brady White</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://bradywhite.net/?p=17</guid>
		<description><![CDATA[Article: Jason Santa Maria &#124; Grey Box Methodology
Great article on the methodology of designing a web site.  You start with pen and paper freeing yourself of technology to create a design.  Next you move on to Illustrator using the &#8216;Gray Box Methodology&#8221;.  This step allows you to create a perfect functional layout [...]]]></description>
			<content:encoded><![CDATA[<p>Article: <a href="http://www.jasonsantamaria.com/archive/2004/05/24/grey_box_method.php">Jason Santa Maria | Grey Box Methodology</a></p>
<p>Great article on the methodology of designing a web site.  You start with pen and paper freeing yourself of technology to create a design.  Next you move on to Illustrator using the &#8216;Gray Box Methodology&#8221;.  This step allows you to create a perfect functional layout without worrying about which font works best or which color to use.  You have a simply grayscale layout to look at.  Then you finally move on to implementing the CSS / XHTML / FLASH / PHOTOSHOP graphics and coding at the end to produce exactly what you want without the distractions.  <a href="http://www.jasonsantamaria.com/archive/2004/05/24/grey_box_method.php">Read the full article.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradywhite.net/2004/11/20/jason-santa-maria-grey-box-methodology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS,  XHTML, W3C  &#8211; Getting Started</title>
		<link>http://www.bradywhite.net/2004/10/31/css-xhmtl-w3c-getting-started/</link>
		<comments>http://www.bradywhite.net/2004/10/31/css-xhmtl-w3c-getting-started/#comments</comments>
		<pubDate>Sun, 31 Oct 2004 16:33:18 +0000</pubDate>
		<dc:creator>Brady White</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://bradywhite.net/?p=5</guid>
		<description><![CDATA[If you&#8217;ve been doing web design for the past few years and just recently learned about web standards, welcome.   Let&#8217;s get started.

What&#8217;s CSS
XHTML
W3C Validation
Get Started!

What&#8217;s CSS?
What happens when you say to someone, &#8216;I do web development&#8217;?  Their answer is, &#8220;Yeah, I learned that h&#8230; t&#8230; m&#8230; l&#8230;. once.&#8221;  Well good for [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been doing web design for the past few years and just recently learned about web standards, welcome.   Let&#8217;s get started.</p>
<ul>
<li>What&#8217;s CSS</li>
<li>XHTML</li>
<li>W3C Validation</li>
<li>Get Started!</li>
</ul>
<p><strong>What&#8217;s CSS?</strong><br />
What happens when you say to someone, &#8216;I do web development&#8217;?  Their answer is, &#8220;Yeah, I learned that h&#8230; t&#8230; m&#8230; l&#8230;. once.&#8221;  Well good for them, they know how to make tables&#8230; with frontpage.  Why am I telling you this?  Well because people think that HTML is the design language of them web. Wrong.  <a href="http://www.bradywhite.net/wordpress/index.php?p=1">CSS</a> stands for Cascading Style Sheets that allows an xhtml page of content to be formatted.   CSS is the design language of the web, while HTML or XHTML is the content language of the web.</p>
<p><strong>XHTML</strong><br />
What is <a href="http://www.w3.org/TR/xhtml11/">XHTML</a>?  What is the <a href="http://www.w3.org/MarkUp/2004/xhtml-faq#need">difference </a>between HTML and XHTML. Web browsers allow web developers to write sloppy html.  Just like the english language,  HTML has grammar.  When HTML is written sloppilly, the browser tries to figure out what the writer was trying to say, and then guesses.  Each browser has a different guess which makes the exact same page show up different in each browser.  XHTML compliant pages use grammatically correct HTML.</p>
<p>More questions about XHTML? Check out <a href="http://www.w3.org/MarkUp/2004/xhtml-faq">w3.org</a>.</p>
<p><strong>W3C Validation</strong><br />
<a href="http://validator.w3.org/docs/help.html#what-is-it">W3C validation</a> is how XHTML checkts to see if it is strictly compliant.  It&#8217;s just like taking your English paper to your teacher, and she tells you everything that is wrong with it and what to fix.  By checking to make sure your page is W3C compliant, you have officially accepted web standards.</p>
<p><strong>Get Started!</strong><br />
Start using web standards!<br />
Here are some links to get started:</p>
<ul>
<li><a href="http://www.9rules.com">9rules</a></li>
<li><a href="http://www.alistapart.com/">A List Apart</a></li>
<li><a href="http://www.stopdesign.com">Stop Design</a></li>
<li><a href="http://digital-web.com/">Digital Web Magazine</a></li>
<li><a href="http://www.simplebits.com/">Simple Bits</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bradywhite.net/2004/10/31/css-xhmtl-w3c-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Choose CSS</title>
		<link>http://www.bradywhite.net/2004/10/13/hello-world-2/</link>
		<comments>http://www.bradywhite.net/2004/10/13/hello-world-2/#comments</comments>
		<pubDate>Wed, 13 Oct 2004 05:39:39 +0000</pubDate>
		<dc:creator>Brady White</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://bradywhite.net/?p=221</guid>
		<description><![CDATA[Still debating the fact of whether or not CSS is worthwhile.  CSS stands for Cascading Style Sheets that allows an xhtml page of content to be formatted.  An example you say?  Check out www.cssvault.com.
Going from pure flash sites to pure CSS sites is quite an overhaul.  Taken the fact that Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Still debating the fact of whether or not CSS is worthwhile.  CSS stands for Cascading Style Sheets that allows an xhtml page of content to be formatted.  An example you say?  Check out www.cssvault.com.</p>
<p>Going from pure flash sites to pure CSS sites is quite an overhaul.  Taken the fact that Flash is completely &#8216;on-the-fly&#8217; versus the static nature of css, it will be hard to decide which is better.  Conforming to universal standards is always a plus, such as the W3 standards of CSS.</p>
<p>Right now the main plus of CSS is fast, and I mean uber-fast content.  Secondly, any browser can view the content.  Thirdly, you can proclaim yourself a CSS God when finished (a few years back I claimed myself to be  linux god as well&#8230;)</p>
<p>Well here goes my live test of CSS in the working world&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradywhite.net/2004/10/13/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
