<?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>VITALBODIES BLOG &#187; css</title>
	<atom:link href="http://www.vitalbodies.com/blog/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vitalbodies.com/blog</link>
	<description>Art, Healing, Energy and Life...</description>
	<lastBuildDate>Sun, 20 Jun 2010 19:02:53 +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>Open Source Logo Work-Around for RocketTheme</title>
		<link>http://www.vitalbodies.com/blog/2009/06/09/open-source-logo-work-around-for-rockettheme/</link>
		<comments>http://www.vitalbodies.com/blog/2009/06/09/open-source-logo-work-around-for-rockettheme/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:00:01 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RocketTheme]]></category>
		<category><![CDATA[Work-Around]]></category>

		<guid isPermaLink="false">http://www.vitalbodies.com/blog/?p=1454</guid>
		<description><![CDATA[Open Source Logo Work-Around for RocketTheme:
How to make your own logos without Fireworks for RocketTheme templates.]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">Open Source Logo Work-Around for RocketTheme:</span><br />
How to make your own logos without Fireworks for <a href="http://www.rockettheme.com/joomla?xyz=2538">RocketTheme</a> templates.</p>
<p>VitalBodies bought a <a href="http://www.rockettheme.com/joomla?xyz=2538">RocketTheme</a> template for a job for a customer web site, only later to find out that you need to buy a special program (Adobe Fireworks) just to edit the graphics. VitalBodies uses all open source software so that did not sit all that well. In order to edit the logo and other graphics we needed a work around so we wrote this guide for us and all <a href="http://www.rockettheme.com/joomla?xyz=2538">RocketTheme</a> users. <a href="http://www.rockettheme.com/joomla?xyz=2538">RocketTheme</a> produces very nice templates for open source Joomla!.</p>
<p style="text-align: left;"><a href="http://www.rockettheme.com/joomla?xyz=2538"><img class="aligncenter size-full wp-image-1455" title="rockettheme_button_100x100" src="http://www.vitalbodies.com/blog/wp-content/uploads/2009/06/rockettheme_button_100x100.png" alt="rockettheme_button_100x100" width="100" height="100" /></a></p>
<p><span style="font-weight: bold;">CSS: </span><br />
The first step is to find the logo and the basic things that relate to the logo like the CSS.</p>
<p>NOTE: If you right click on the logo on your new RT site you will not be able to access the logo as there is a blank image in front of that logo.</p>
<p>Instead log into the Joomla panel and go to EXTENSIONS &gt; TEMPLATE MANAGER.<br />
Click on your template.<br />
The click on the EDIT CSS button.<br />
On most RT templates there will be a CSS for the main document.<br />
On Mynxx for example that is template.css.<br />
Click the radio button and choose EDIT.</p>
<p>On most templates, right at the top you can see the size of the logo.<br />
So for example in Mynxx:<br />
<code>/* This is the Main template logo, Edit this to match the width and height of your new logo image */<br />
#logo {width: 260px;height: 44px;}</code></p>
<p>Remember that size.<br />
It is easiest to make your logo the same size and not mess with the CSS.<br />
If you create your own logo and make it a bit larger or smaller you will need to change this size.<br />
If you change the height you might even need to change the height of the HEADER. That is advanced to some degree so you might want to avoid that if you are not sure.</p>
<p>And if you scroll down a bit farther looking for the word logo:<br />
<code>#logo {float: left;margin-left: 10px;position: relative;}<br />
#logo:hover {text-decoration: none;}<br />
.logo-text {position: absolute;right: 3px;top: 15px;text-transform: uppercase;font-size: 13px;}</code></p>
<p>Click CANCEL.<br />
And then CANCEL again.</p>
<p><span style="font-weight: bold;">LOGO: </span><br />
Next let&#8217;s find the actual logo itself using FTP.<br />
FTP into Joomla on your site and navigate to the TEMPLATES directory.<br />
Double click your template (in my case it was rt_mynxx_j15)<br />
From here on out, your on your own, as it depends on the template where they store the logo and how many there actually are.<br />
In Mynxx for example I found logo.png in a directory called IMAGES in subdirectories called LIGHT and DARK.<br />
Download the the logo graphic(s) and remember where you got them from and where you downloaded them to.</p>
<p><span style="font-weight: bold;">FONTS: </span><br />
If you downloaded the RT sources for your template, you received a font or fonts.<br />
If you want to use them, you will need to load them into your Operating System.<br />
For Ubuntu Heron, Ibex and Jackalope check out this blog post I wrote:<br />
<a class="postlink" href="../2008/07/01/installing-fonts-in-ubuntu/">http://www.vitalbodies.com/blog/2008/07/01/installing-fonts-in-ubuntu/</a></p>
<p><span style="font-weight: bold;">EDITING THE LOGO:</span><br />
Open the logo.png (or what ever yours is called) in GIMP, INKSCAPE or both or your favorite open source program for creating graphics.</p>
<p>In Ubuntu Heron, Ibex and Jackalope, these programs are free and super easy to install.<br />
See this blog post I wrote for how to install literally hundreds of free programs that come with Ubuntu and many that do not:<br />
<a class="postlink" href="../2008/07/18/how-to-install-programs-in-ubuntu-hardy-heron/">http://www.vitalbodies.com/blog/2008/07/18/how-to-install-programs-in-ubuntu-hardy-heron/</a></p>
<p>You can also just start with a new document in your favorite open source graphic program and simply make the graphic the same size and your set to go.</p>
<p>I like to open the original graphic and study it:<br />
Does it have a transparent background?<br />
Are the letters light or dark of in the middle range somewhere?<br />
Is the text centered or way off to one side?<br />
High or low, bold or subtle?<br />
Etc.<br />
This gives a nice starting point.</p>
<p>In GIMP I like to check the IMAGE &gt; MODE and see if the image is Indexed, or RGB or Grayscale.<br />
If you want to change the original image you might want to change the mode to RGB if you want more or different colors.</p>
<p>As the creative types we are, we do not have to do what the RT people did, but you at least know they did the math (so to say) and worked out the bugs as far as what works for the template.</p>
<p><span style="font-weight: bold;">UPLOAD THE LOGO: </span><br />
Once you have created and saved your new master piece logo you just need to FTP in to Joomla again (rename the original) and upload your new logo.<br />
Some of you might need to change the CSS if you made the image larger or smaller than the original.</p>
<p><span style="font-weight: bold;">DISCLAIMER: </span><br />
This is a brief tutorial (not exhaustive), use at your own risk and yes, there are likely to be typos&#8230;<br />
Back up and all that other safety stuff and have fun!</p>
<p><span style="font-weight: bold;">FUN: </span><br />
Did you use this guide to make a new logo? Show it off here, by adding it to a reply.</p>
<p>Here is what we created: <a href="http://www.vitalbodies.com/blog/wp-content/uploads/2009/06/logo1.png"><img class="aligncenter size-full wp-image-1458" title="logo1" src="http://www.vitalbodies.com/blog/wp-content/uploads/2009/06/logo1.png" alt="logo1" width="280" height="44" /></a></p>
<p>An additional note is that the little images for the variation chooser are located in the your_site.com/images/stories/styles folder if you decide to change them to match your site.</p>
<p><img class="aligncenter" title="Variation Chooser" src="http://www.vitalbodies.com/site/images/stories/styles/ss_light-red.jpg" alt="" width="169" height="189" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2009/06/09/open-source-logo-work-around-for-rockettheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfoilo: Ebay Template W3C Valid Table-less XHTML Strict CSS RSS</title>
		<link>http://www.vitalbodies.com/blog/2008/07/14/portfoilo-ebay-template-w3c-valid-table-less-xhtml-strict-css-rss/</link>
		<comments>http://www.vitalbodies.com/blog/2008/07/14/portfoilo-ebay-template-w3c-valid-table-less-xhtml-strict-css-rss/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 05:06:06 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[Portfoilo]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Strict]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Valid]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=248</guid>
		<description><![CDATA[VitaBodies designed an Ebay Template for listing items on ebay. The template is W3C Valid Table-less XHTML Strict CSS and does not break the Google RSS XML data feeds. Being controlled by an external style sheet allows the look of ALL the listings to be changed. Changes can be made if ebay alters their scripts and styles (and they do) or to refresh the look of the listings from time to time.]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfoilo: Ebay Template W3C Valid Table-less Strict XHTML CSS RSS</strong></p>
<p style="text-align:center;">VitaBodies designed an Ebay Template for listing items on ebay. The template is W3C Valid Table-less XHTML  Strict CSS and does not break the Google RSS XML data feeds.</p>
<p style="text-align:center;"><a href="http://vitalbodies.files.wordpress.com/2008/07/vitalbodies_ebay_template.jpg"><img class="aligncenter size-full wp-image-249" src="http://vitalbodies.files.wordpress.com/2008/07/vitalbodies_ebay_template_0.jpg" alt="" width="470" height="1342" /></a></p>
<p style="text-align:center;">Having an Ebay template is nice, as you have all of the text that is repeated in almost every listing right there ready for minor tweaking. Plus your listing take on a more professional look and feel.</p>
<p style="text-align:center;">The images were designed so that one or more can be used in the template or replaced with images of the item that is being sold or auctioned.</p>
<p style="text-align:center;">One of the big challenges was to get the code to work in the layout that we needed and still support the Google RSS XML Data Feeds.</p>
<p style="text-align:center;">Being controlled by an external style sheet allows the look of ALL the listings to be changed. Changes can be made if ebay alters their scripts and styles (and they do) or to refresh the look of the listings from time to time.</p>
<p style="text-align:center;">NOTE: If you plan on doing your own style sheet for ebay, do not use the word ebay as an ID or CLASS or anything else. Vitabodies was using style sheets on ebay before ebay really got into using them. So when ebay started creating and usings a style sheet can you guess what word they used? EBAY&#8230;</p>
<p style="text-align:center;">
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/07/14/portfoilo-ebay-template-w3c-valid-table-less-xhtml-strict-css-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio: MelitaMarshall.com Valid Table-less XHTML Strict CSS</title>
		<link>http://www.vitalbodies.com/blog/2008/07/11/portfolio-melitamarshallcom-valid-table-less-xhtml-strict-css/</link>
		<comments>http://www.vitalbodies.com/blog/2008/07/11/portfolio-melitamarshallcom-valid-table-less-xhtml-strict-css/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 16:04:00 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Melita Marshall]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Oregon Coast]]></category>
		<category><![CDATA[Oregon House]]></category>
		<category><![CDATA[Retreat]]></category>
		<category><![CDATA[Retreat Center]]></category>
		<category><![CDATA[Strict]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Valid]]></category>
		<category><![CDATA[vitalbodies]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[Yachats Oregon]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=201</guid>
		<description><![CDATA[VitalBodies recently finished the creation re-creation of the MelitaMarshall.com Web Site.
This site is based upon a template, VitalBodies created for the Oregon House web site.
The entire web site W3C Valid Table-less XHTML Strict and Valid CSS.]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfolio: MelitaMarshall.com </strong><strong>Valid </strong><strong>Table-less XHTML Strict CSS</strong></p>
<p style="text-align:center;">VitalBodies recently finished the creation re-creation of the MelitaMarshall.com Web Site.</p>
<p style="text-align:center;">This site is based upon a template, VitalBodies created for the Oregon House web site.</p>
<p style="text-align:center;">Melita wanted wanted the site to tie into her existing business Oregon House and the Oregon House web site but be able to change in style as needed.</p>
<p style="text-align:center;">VitalBodies created the template to be W3C Valid Table-less XHTML Strict and Valid CSS.</p>
<p style="text-align:center;"><a href="http://vitalbodies.files.wordpress.com/2008/07/melitamarshall.png"><img class="aligncenter size-full wp-image-202" src="http://vitalbodies.files.wordpress.com/2008/07/melitamarshall.jpg" alt="" width="470" height="802" /></a></p>
<p style="text-align:center;">
<p style="text-align:center;">(Click image to see a larger clearer version)</p>
<p style="text-align:center;">The <a href="http://oregonhouse.com/content/events.html"></a>entire web site W3C Valid Table-less XHTML Strict and Valid CSS.</p>
<p style="text-align:center;">The web sites original tabled design was done by <a href="http://www.paradigm-graphics.com/">Paradigm-Graphics</a> some years back.<a href="http://www.paradigm-graphics.com/"><br />
</a></p>
<p style="text-align:center;">-</p>
<p style="text-align:center;"><strong>MelitaMarshall.com: </strong></p>
<p style="text-align:center;"><em>&#8220;I bring wisdom from my own spiritual journey as well as experience in business entrepreneurship and training in holistic healing into the vessel of our healing sessions. My goal is to help you gain insight into what is limiting you, and coach you to find the courage to reconnect with your source and your core.</em><em>&#8220;</em></p>
<p style="text-align:center;">
<p style="text-align:center;">Visit <a href="http://MelitaMarshall.com">MelitaMarshall.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/07/11/portfolio-melitamarshallcom-valid-table-less-xhtml-strict-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio: Oregon House Valid Table-less XHTML Strict CSS</title>
		<link>http://www.vitalbodies.com/blog/2008/07/07/portfolio-oregon-house-valid-table-less-xhtml-strict-css/</link>
		<comments>http://www.vitalbodies.com/blog/2008/07/07/portfolio-oregon-house-valid-table-less-xhtml-strict-css/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:17:18 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Oregon Coast]]></category>
		<category><![CDATA[Oregon House]]></category>
		<category><![CDATA[Retreat]]></category>
		<category><![CDATA[Retreat Center]]></category>
		<category><![CDATA[Strict]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Valid]]></category>
		<category><![CDATA[vitalbodies]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[Yachats Oregon]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=156</guid>
		<description><![CDATA[Portfolio: OregonHouse.com
VitalBodies took some of the existing Oregon House web pages and updated the information and made the pages W3C Valid Table-less XHTML Strict and CSS.]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfolio: Oregon House </strong><strong>Valid </strong><strong>Table-less XHTML Strict CSS</strong></p>
<p style="text-align:center;">VitalBodies recently finished the re-creation of an Oregon House Web Page. From this template, all the other pages on the Oregon House web site can be updated.</p>
<p style="text-align:center;">VitalBodies created the template to be W3C Valid Table-less XHTML Strict and Valid CSS.</p>
<p style="text-align:center;"><a href="http://www.vitalbodies.com/ws07/images/Blog/oregonhouse_1.jpg"><img class="aligncenter size-full wp-image-157" src="http://vitalbodies.files.wordpress.com/2008/07/oregonhouse_0.jpg" alt="" width="470" height="1181" /></a></p>
<p style="text-align:center;">(Click image to see a larger clearer version)</p>
<p style="text-align:center;">The <a href="http://oregonhouse.com/content/events.html">OregonHouse Events</a> page (shown above) and a few other pages were brought up to W3C Valid CSS XHTML Strict table-less designs as part of an ongoing project of keeping the web site up to date.</p>
<p style="text-align:center;">The web sites design was originally done by <a href="http://www.paradigm-graphics.com/">Paradigm-Graphics</a> some years back.<a href="http://www.paradigm-graphics.com/"><br />
</a></p>
<p style="text-align:center;">-</p>
<p style="text-align:center;"><strong>OREGON HOUSE: </strong></p>
<p style="text-align:center;"><em>&#8220;Oregon House, a peaceful Oregon coast retreat center for individuals and groups. At our unique central Oregon coast resort we invite you to relax, reflect and recharge. At Oregon House you experience a different world, close to nature&#8217;s beauty and the transformational energy of the ocean.&#8221;</em></p>
<p style="text-align:center;">- Oregon House is located in Yachats Oregon -</p>
<p style="text-align:center;">Visit <a href="http://oregonhouse.com/">OregonHouse.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/07/07/portfolio-oregon-house-valid-table-less-xhtml-strict-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio: Mandala Arts Valid Table-less XHTML Strict CSS</title>
		<link>http://www.vitalbodies.com/blog/2008/07/06/portfolio-mandala-arts-table-less-valid-xhtml-strict-css/</link>
		<comments>http://www.vitalbodies.com/blog/2008/07/06/portfolio-mandala-arts-table-less-valid-xhtml-strict-css/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 02:09:17 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Body Art]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Flag Stings]]></category>
		<category><![CDATA[Magnets]]></category>
		<category><![CDATA[Mandala]]></category>
		<category><![CDATA[Mandala Arts]]></category>
		<category><![CDATA[Solar Hosting]]></category>
		<category><![CDATA[Solar Power]]></category>
		<category><![CDATA[Stickers]]></category>
		<category><![CDATA[Streamers]]></category>
		<category><![CDATA[Strict]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Tattoos]]></category>
		<category><![CDATA[Valid]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[Wall Hangings]]></category>
		<category><![CDATA[Window Stickers]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=152</guid>
		<description><![CDATA[Portfolio: VitalBodies recently finished the re-creation of a Mandala Arts design.
VitalBodies took Mandala Arts existing home page design and made it Table-less Valid XHTML Strict CSS. Earlier last year VitalBodies solar powered the MandalaArts.com web site.]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">
<p style="text-align:center;"><strong>Portfolio: Mandala Arts </strong><strong>Valid </strong><strong>Table-less XHTML Strict CSS</strong></p>
<p style="text-align:center;">VitalBodies recently finished the re-creation of a Mandala Arts design.</p>
<p style="text-align:center;">VitalBodies took Mandala Arts existing home page design and made it Table-less W3C Valid XHTML Strict and CSS.</p>
<p style="text-align:center;"><a href="http://www.vitalbodies.com/ws07/images/Blog/MandalaArts_Home_Page.jpg"><img class="aligncenter size-full wp-image-153" style="border:1px solid black;" src="http://vitalbodies.files.wordpress.com/2008/07/mandalaarts_home_page_0.jpg" alt="" width="470" height="593" /></a></p>
<p style="text-align:center;">(Click image to see a larger clearer version)</p>
<p style="text-align:center;">Earlier last year VitalBodies <a href="http://www.vitalbodies.com/index_global.shtml?enws07ss12page0">solar powered</a> the MandalaArts.com web site.</p>
<p style="text-align:center;">-</p>
<p style="text-align:center;"><a href="http://www.mandalaarts.com">MandalaArts.com</a> is the home of</p>
<p style="text-align:center;">Stickers, Body Art Tattoos, Magnets, Flag Stings, Streamers and Wall Hangings.</p>
<p style="text-align:center;">- Original Art By Bryon Allen -</p>
<p style="text-align:center;">Visit <a href="http://www.mandalaarts.com">MandalaArts.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/07/06/portfolio-mandala-arts-table-less-valid-xhtml-strict-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluid Design Vs Absolute Design</title>
		<link>http://www.vitalbodies.com/blog/2008/07/05/fluid-design-vs-absolute-design/</link>
		<comments>http://www.vitalbodies.com/blog/2008/07/05/fluid-design-vs-absolute-design/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 21:20:23 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[The Art of Code]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Valid Web Pages]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=138</guid>
		<description><![CDATA[Fluid Design Vs Absolute Design
For people new to designing XHTML, CSS and Valid web pages, you might find gaining an overview of what you are up against in web page design helpful. This post is intended as a very brief but helpful overview...]]></description>
			<content:encoded><![CDATA[<p><strong>Fluid Design Vs Absolute Design: </strong></p>
<p>In web page building you generally have two main options,<br />
Fluid and Absolute.</p>
<p style="text-align:center;">
<p>If you are from the art world and are used to absolutes then designing for the web can be a hard transition to adjust to.</p>
<p>You want that so-and-so the exact color, size, and location that you want it.<br />
This is an Absolute-ist way of thinking.</p>
<p>The language of the web was not designed for absolutes but rather to display information on a broad range of devices.</p>
<p>This broad range of devices that your masterpiece will display on, each with their different strengths and weaknesses, is what is so hard for traditional designers to adjust to.</p>
<p>As a designer you will never know how your masterpiece will display for your audience that you will never see.</p>
<p><a href="http://vitalbodies.files.wordpress.com/2008/07/doc_question.png"><img class="aligncenter size-full wp-image-139" src="http://vitalbodies.files.wordpress.com/2008/07/doc_question.png" alt="" width="130" height="170" /></a></p>
<p>One can do absolutes in web page building but you rule out a large portion of your viewers and their needs.</p>
<p>Fluid, for example, allows your viewers to make the text a size they can read, rather than just look artistic on the page. A fluid page can change shape and size to better match the width of the screen of the viewer.</p>
<p>Making your page be accessible and work for a broad range of people, browsers, devices and operating systems is a Fluid-ist way of the thinking.</p>
<p>Not everyone has a new 30 inch high resolution LCD. But some do. Others will see your work at 640 by 480.</p>
<p>As a designer you actually have no real way to rule your design with an iron fist an force THEM to see your work the way you want THEM to see it.</p>
<p>Not unless you buy them all new machines. Oh, and heal them all to perfect vision and such.</p>
<p>And&#8230;</p>
<p>This is not to say there are not many valid reasons to design using absolutes. There are&#8230;</p>
<p>For people new to designing XHTML, CSS and Valid web pages, you might find gaining an overview of what you are up against in web page design helpful. This post is intended as a very brief but helpful overview&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/07/05/fluid-design-vs-absolute-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio: Table-less, XHTML Strict, Valid, CSS Web Designs</title>
		<link>http://www.vitalbodies.com/blog/2008/06/29/portfolio-table-less-xhtml-strict-valid-css-web-designs/</link>
		<comments>http://www.vitalbodies.com/blog/2008/06/29/portfolio-table-less-xhtml-strict-valid-css-web-designs/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:04:17 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[CMS FRAMEWORK]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Valid]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[XHTML Strict]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=73</guid>
		<description><![CDATA[Create a multi page multi section web site from scratch in a text editor?  The site design was interesting in that every page was the same page, yet that one page could assemble into any of the 100 or more pages on the web site. Pure magic!]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfolio: Table-less, XHTML Strict, Valid, CSS Web Designs</strong></p>
<p style="text-align:center;"><em>Create a multi page multi section web site from scratch in a text editor? </em></p>
<p style="text-align:center;">Why Yes.</p>
<p style="text-align:center;"><em>A one page site that can assemble itself into over 100 different web pages and up to 10 different sections, 3 style sheets and all be Table-less, CSS, XHTML Strict and have every page validate?</em></p>
<p style="text-align:center;">Yes.</p>
<p style="text-align:center;"><strong>DESIGN:</strong> This version of the Vitalbodies web site used hand coded (in a text editor) CSS, XHTML, SSI Content Management System and Administration. All of the little site graphics and backgrounds were either created in as vector art or raster program or shot and edited with a digital camera. All of the company images a side from Ecolution where images by those companies. The Ecoloution hemp bag was one of our own product shots. The site had three styles sheets the customer could choose from by clicking the small icons in the upper right corner. One layout was fluid and fills the screen and the other is a fixed width. The third what a nearly style-less design to show what having no style sheet at all looked like or for printing. At the time this site was first being served, the site was one of the few completely table less sites online that every single page validated XHTML strict. Each section had its own color scheme. There were countless fragments.</p>
<p style="text-align:center;"><strong>CMS FRAMEWORK</strong>: The hand coded content management system included a random images on the main page and a hand chosen image on each company page.  The CMS also automatically created the meta title, keywords, and description and basically assembled the the whole site from reusable fragments. each main part of the site was a fragment. Meaning the nav bar was on its own page and the header on its own page etc. The fragments wete assembled by a special page that deterines the layout of the fragments and which fragments to use. Each fragment had to be designed with inteligence so that all the correct information was assembled in depending on what page was being assembled. The most challenging was the navbar that changed (tabs, colors, section, and page names) depending on what page and what section the site viewer had clicked to.  The CMS also generated the nav barm page layout, style sheet selection, and many other features on the fly. The site design was interesting in that every page was the same page, yet that one page could assemble into any of the 100 or more pages on the web site. Pure magic!</p>
<p style="text-align:center;"><strong>ADMINISTRATION:</strong> This administration program was designed so one only needed to edit one single text based page in order to maintain the web site.</p>
<p style="text-align:center;"><strong>The Third Table-less, XHTML Strict, Valid, CSS Design: </strong></p>
<p><a title="A larger image..." href="http://www.vitalbodies.com/ws07/images/about_site_0.png"><img class="aligncenter" src="http://www.vitalbodies.com/ws07/images/about_site_0_thumb.jpg" alt="Our third tableless design. " /></a></p>
<p style="text-align:center;"><strong>The Forth Table-less, </strong><strong>XHTML </strong><strong>Strict, Valid CSS Design</strong><strong>: </strong></p>
<p style="text-align:center;">(only the style sheet is different and the random images)</p>
<p><a title="A larger image..." href="http://www.vitalbodies.com/ws07/images/about_site_1.png"><img class="aligncenter" src="http://www.vitalbodies.com/ws07/images/about_site_1_thumb.jpg" alt="Our 4th Tableless design..." /></a></p>
<p style="text-align:center;">Each of the sections and pages colors can be seen as you move down the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/06/29/portfolio-table-less-xhtml-strict-valid-css-web-designs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Go Table-less Strict XHTML CSS Design?</title>
		<link>http://www.vitalbodies.com/blog/2008/06/29/why-go-table-less-strict-xhtml-css-design/</link>
		<comments>http://www.vitalbodies.com/blog/2008/06/29/why-go-table-less-strict-xhtml-css-design/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:58:29 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[The Art of Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSSZenGarden]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Strict]]></category>
		<category><![CDATA[Table-less]]></category>
		<category><![CDATA[Tableless]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=67</guid>
		<description><![CDATA[Having a strict standards based site is one that ANY software tool that is standards based can work on and any webmaster that learned standards based web building can work on. Ah, freedom...]]></description>
			<content:encoded><![CDATA[<p><strong>Why Go Table-less Strict XHTML CSS Design? </strong></p>
<p><img class="aligncenter" src="http://www.vitalbodies.com/ws07/images/banners/banner_468x60_earth.jpg" alt="Banner Art..." /></p>
<p>VitalBodies builds or remodels web sites or pages for different folks now and then and one of things we try to point out is the value of having a Strict, Valid, Table-less, CSS design. A design where the structure and style are separate. This post was adapted from an email about some of the reason why.</p>
<p><strong>TEST YOUR SITE:</strong></p>
<p>The first test for your current site is to go to the site and crank up your font sizes in your browser.<br />
How did the site do? Did it break your layout? Now adjust them down as see how the site does.<br />
It is highly likely many of your your sites viewers will have their fonts sizes cranked a notch or two either in the bowser or the Operating System.<br />
Does the site validate? Click on the links below and open them in a new tabs. Then paste the address of the site you want to check, and see how the site fairs.</p>
<p><strong>MARKUP: </strong><a title="MARKUP" href="http://validator.w3.org/#validate_by_uri">http://validator.w3.org/#validate_by_uri</a></p>
<p><strong>CSS:</strong><a title="CSS" href="http://jigsaw.w3.org/css-validator/#validate_by_uri">http://jigsaw.w3.org/css-validator/#validate_by_uri</a></p>
<p>If the site is not valid then the browser will go into what is called Quirks Mode and render the site how ever the browser sees fit.<br />
This will be different in each browser and each version of each browser and each OS.<br />
Better dig out about 50 computers to fully test how your site will look on all those browsers, versions and OSes.<br />
What fonts are used by your site? Are they fonts that ONLY come with Windows?<br />
Well, then how will a Mac or a Linux display your sites fonts?</p>
<p>How many lines of code will you have to go through to edit all those font tags? Hopefully someone told you not to use font tags in your HTML. Fonts should be specified in the style sheet.</p>
<p>And what if you want to change the layout of your site from a nav bar on top to one on the side or from the side to one on top?</p>
<p>Essentially table-less frees you from tables where tables are not needed, like layout. Plus you are free from sorting through a whole lot of junk like all the column, row and other table tags in your code and a obstinate structure to have to fight with layout wise.<br />
&#8230;A FIXED/SET hard to change layout that in many cases requires a complete rebuild of the page to make changes to the layout.</p>
<p>With no tables you could put the footer where the header is and move the nav to the side or make the site wide or narrow, you name it. All with out changing the XHTML and only editing the style sheet.<br />
With a table, well, you have that and only that layout &#8211; You CAN NOT change that tables total layout with the stylesheet.<br />
And you would not have to change every page one by one rather than changing them all with just one style sheet.</p>
<p>VitalBodies spent a number of years learning how to be free from all that. A big part of that change was to just say no to proprietary web code and closed source code web programs. The final piece was just put into place, the OS Ubuntu that glues all the other pieces together.<br />
Interesting fact is, this journey towards freedom all started the with web mastering&#8230;</p>
<p>CSSZenGarden was the inspiration: <a href="http://www.csszengarden.com">http://www.csszengarden.com</a><br />
&#8220;A demonstration of what can be accomplished visually through CSS-based design. Select any style sheet from the list to load it into this page.&#8221;</p>
<p>NOTE: The XHTML code does not change on the CSSZenGarden site, only the stylesheet &#8211; that is the power of table-less, Strict, Valid and CSS.</p>
<p style="text-align:center;">-</p>
<p>If you take the time to learn to be a webmaster, learn to make table-less Strict Valid CSS web sites.</p>
<p>Having a strict standards based site is one that ANY software tool that is standards based can work on and any webmaster that learned standards based web building can work on. Ah, freedom&#8230;</p>
<p style="text-align:center;">-</p>
<p>And guess what tools are likely to be standards based?<br />
The free as in freedom, Open Source tools!<br />
And guess what webmasters are the ones that are likely to do standards based code?<br />
The ones that support freedom&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/06/29/why-go-table-less-strict-xhtml-css-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>W3C Validators &#8211; Thank You W3C!</title>
		<link>http://www.vitalbodies.com/blog/2008/06/20/w3c-validators/</link>
		<comments>http://www.vitalbodies.com/blog/2008/06/20/w3c-validators/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:53:42 +0000</pubDate>
		<dc:creator>vitalbodies</dc:creator>
				<category><![CDATA[The Art of Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://vitalbodies.wordpress.com/?p=40</guid>
		<description><![CDATA[If your new or experinced to creating web pages you might want to keep these online validators handy.]]></description>
			<content:encoded><![CDATA[<p>If your new or experienced at creating web pages you might want to keep these online validators handy.</p>
<p><a href="http://validator.w3.org/check?uri=referer"><br />
<img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Strict" width="88" height="31" /></a></p>
<p><strong>MARKUP: </strong><a title="MARKUP" href="http://validator.w3.org/#validate_by_input">http://validator.w3.org/#validate_by_input</a></p>
<p><a href="http://jigsaw.w3.org/css-validator/"><br />
<img style="border:0 none;width:88px;height:31px;" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a></p>
<p><strong>CSS:</strong><a title="CSS" href="http://jigsaw.w3.org/css-validator/#validate_by_uri">http://jigsaw.w3.org/css-validator/#validate_by_uri</a></p>
<p>If you do not create pages, but hire others to create them for you, you can check the quality of their work in terms of web standards. Insist on valid code.</p>
<p>If you are not familiar with using these Validating tools consider these tips:</p>
<ul>
<li> ﻿Make sure you have a DOCTYPE declaration.</li>
<li>Get the XHTML (markup) correct BEFORE validating the CSS.</li>
<li> Resolve the errors in the code (if any) from the TOP down.</li>
<li> Have fun and learn as you go.</li>
</ul>
<p>I like to check the Show Source and Verbose Output check boxes.</p>
<p>Show Source lets me see the all the code by line number so I can find the offending code AND see the code that surrounds that offending code. Verbose Output give me more information to go on resolving issues that the validator finds.</p>
<p>There are tabs to allow you to have the validator check you code in what ever way works for you. Like by URI, file upload or direct input etc.</p>
<p>URI for checking existing pages but means you have to upload the changes to your server each time you want to check how valid the code is.</p>
<p>With Direct Input you can just copy and paste you code into the the validator and then edit the code in the validator to save time. When you are done paste your valid code back into your site and and upload.</p>
<p>File Upload will allow you to upload the the file from your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vitalbodies.com/blog/2008/06/20/w3c-validators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
