<?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>Vos Virtual Network &#187; layout</title>
	<atom:link href="http://vvn.net/wp/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://vvn.net/wp</link>
	<description>Jazz Like Code and Music For Life</description>
	<lastBuildDate>Fri, 07 Jan 2011 19:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>CSS &#8211; Three Column Layout Agony</title>
		<link>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/</link>
		<comments>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 11:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webstandardology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=12</guid>
		<description><![CDATA[It&#8217;s Monday morning. I took a few aspirin for my back pain, but the CSS three column layout thing is still bugging me. So I did a little more reading over at saila.com, on the topic of CSS and HTML &#8230; <a href="http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Monday morning. I took a few aspirin for my back pain, but the CSS three column layout thing is still bugging me. So I did a little more reading over at <a href="http://www.saila.com/">saila.com</a>, on the topic of CSS and HTML standards (eg. <a href="http://www.saila.com/usage/layouts/cssvtables.shtml">Tables vs. CSS</a>) in web designs that actually work in real-world browsers, and pass <a href="http://validator.w3.org/">(x)HTML validation</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS validation</a> tests. <a href="http://www.saila.com/resume/bio/">Craig Saila</a> provides some <a href="http://www.saila.com/usage/layouts/">HTML layout templates, CSS examples</a>, and analysis of how they perform with various browsers. Craig also has nice <a href="http://www.saila.com/attic/sandbox/saila_layout-v2.html">annotated version of his v2 layout</a> with discussion of browser quirks and hacks.</p>
<p>So, after doing a little more reading, my confidence level is up that my design goals will be achievable. And I hope to begin implementing my <a href="http://vvn.net">vvn.net homepage</a> makeover using the new PHP templates I am creating.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-tooling my homepage with cool CSS hacks</title>
		<link>http://vvn.net/wp/2006/03/11/re-tooling-my-homepage-with-cool-css-hacks/</link>
		<comments>http://vvn.net/wp/2006/03/11/re-tooling-my-homepage-with-cool-css-hacks/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 16:01:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webstandardology]]></category>
		<category><![CDATA[3 column layout]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=9</guid>
		<description><![CDATA[This morning, I was looking at some cool multi-column CSS hacks over on glish.com. One of the articles talked about a makeover the author did for Noah Grey. I&#8217;ve been reading about the concept of doing a CSS and web-standards &#8230; <a href="http://vvn.net/wp/2006/03/11/re-tooling-my-homepage-with-cool-css-hacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This morning, I was looking at some <a title="Yes, I want to make html page layouts that are really clean and properly use CSS to control the layout ... rather than table-junk." href="http://glish.com/css/">cool multi-column CSS hacks</a> over on <a title="What is Glish? Click the link and find out." href="http://glish.com">glish.com</a>.  One of the articles talked <a title="Noah Grey's website makeover..." href="http://glish.com/css/noah.asp">about a makeover the author did for Noah Grey</a>. I&#8217;ve been reading about the concept of doing a <a title="The official CSS hompage." href="http://www.w3.org/Style/CSS/">CSS</a> and web-standards <strong>makeover</strong> since reading <a href="http://www.wired.com/news/culture/0,1284,55675,00.html">how Wired magazine did their makover</a> about 4 years ago&#8230;  So this is not a new concept for me. I really like the concept of following <a href="http://www.webstandards.org/about/">web standards</a>. Normally I follow web standards for simple layouts&#8230; but then I fall back to using tables if some shlocky old browser will not behave&#8230; It&#8217;s just that everytime I try it, it works great for one or two browsers, and then some other browser really messes up the layout. (Feels like I am confessing my sins.)  So over the past few years, I have studied the concepts of cascading style sheets ( <a href="http://www.w3.org/TR/CSS1">CSS1</a> and <a href="http://www.w3.org/TR/CSS21/">CSS2</a> ) and web standards, and tried to find the perfect layout techniques to do 3-column layout &#8212; without tables inside of tables and all that old cruft.</p>
<p>I enjoyed the CSS articles from glish and I really like the <a title="Noah Grey has a cool website, but I don't condone the fact that he is openly homosexual." href="http://www.noahgrey.com/">new Noah Grey web-site</a> because it is a really clean page layout and I think <a title="Noah Grey's music web-site." href="http://greytunes.com/">his music page is interesting</a> (but I have never listened to any of the music, so can&#8217;t recommend it.) [Note: J.V. says be careful what you recommend.]<br />
This also led to a couple <a href="http://www.bluerobot.com/web/layouts/">nice articles and example layouts</a> over at <a title="What is bluerobot.com? Click the link to find out." href="http://bluerobot.com/">bluerobot.com</a>, and the cool <a title="3 column layout example with CSS - instead of html tables" href="http://bluerobot.com/web/layouts/layout3.html">3 column layout example</a>.</p>
<p>So I&#8217;m getting ready to re-tool my <a href="http://vvn.net/">vvn.net homepage</a> with some cool new CSS tricks &#8212; but I also need to fix some broken RSS feeds and test with some more browsers. I&#8217;ll let you know when the major upgrade is complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2006/03/11/re-tooling-my-homepage-with-cool-css-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

