<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>CSS Vault Blog</title>
	
	<link>http://cssvault.com/blog</link>
	<description>The Web's CSS Site</description>
	<pubDate>Thu, 02 Jul 2009 12:48:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CssvaultBlog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Object Oriented CSS</title>
		<link>http://cssvault.com/blog/2009/06/30/object-oriented-css/</link>
		<comments>http://cssvault.com/blog/2009/06/30/object-oriented-css/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:24:07 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=363</guid>
		<description><![CDATA[&#8220;How do you scale CSS for millions of visitors or thousands of pages?&#8221; This is the question that Nicole Sullivan tried to answer in her presentation at Web Directions North in Denver. Entitled Object Oriented CSS (OOCSS), the concept has since then garnered overwhelming response from the community.
OOCSS is more than just a tool, it [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;How do you scale CSS for millions of visitors or thousands of pages?&#8221; This is the question that Nicole Sullivan tried to answer in her presentation at Web Directions North in Denver. Entitled <a href="http://wiki.github.com/stubbornella/oocss">Object Oriented CSS (OOCSS)</a>, the concept has since then garnered overwhelming response from the community.</p>
<p>OOCSS is more than just a tool, it is a way of thinking. There are many advantages to adapting this concept. Primarily:</p>
<ul>
<li>It allows you to write fast, maintainable, standards-based front end code.</li>
<li>It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites.</li>
</ul>
<p>OOCSS is governed by two main principles:</p>
<ol>
<li>Separate structure and skin</li>
<li>Separate container and content</li>
</ol>
<p>Take time to check out the <a href="http://www.slideshare.net/stubbornella/object-oriented-css">Object Oriented CSS presentation</a>. There are 64 slides, but it is definitely worth going through. If the text is hard to read, try viewing in Full Screen mode.</p>
<p><img style="visibility:hidden;width:0px;height:0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDYzNDY*NTgyNjEmcHQ9MTI*NjM3NTIwMjEyNSZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJnQ9Jm89NDhjYzNhODc5YWQyNDYzYzg2YzUwNmIzNTJlY2JiNDMmb2Y9MA==.gif" border="0" alt="" width="0" height="0" /></p>
<div id="__ss_990405" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Object Oriented CSS" href="http://www.slideshare.net/stubbornella/object-oriented-css?type=presentation">Object Oriented CSS</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=oocss-1233786987806904-3&amp;stripped_title=object-oriented-css" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=oocss-1233786987806904-3&amp;stripped_title=object-oriented-css" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/stubbornella">Nicole Sullivan</a>.</div>
</div>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=363" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/06/30/object-oriented-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Take Your CSS to the Desktop with Adobe AIR!</title>
		<link>http://cssvault.com/blog/2009/06/24/take-your-css-to-the-desktop-with-adobe-air/</link>
		<comments>http://cssvault.com/blog/2009/06/24/take-your-css-to-the-desktop-with-adobe-air/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:11:00 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Howto]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=361</guid>
		<description><![CDATA[Here is an article that you may find useful.
Designers would find it surprising that to know that you can now take your HTML and CSS skills and use it to create desktop applications. This now very much possible for anyone who is willing to explore the power of Adobe AIR. Andrew Tetlaw has a nice [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an article that you may find useful.</p>
<p>Designers would find it surprising that to know that you can now take your HTML and CSS skills and use it to create desktop applications. This now very much possible for anyone who is willing to explore the power of <a href="http://www.adobe.com/products/air/">Adobe AIR</a>. Andrew Tetlaw has a nice little article over at SitePoint entitled <a href="http://www.sitepoint.com/article/css-desktop-adobe-air/">Take Your CSS to the Desktop with Adobe AIR!</a>. It provides a good, short introduction to Adobe AIR and how easy it is to use your web development skills to create rich cross-platform desktop applications.</p>
<p style="text-align: center;"><a href="http://cssvault.com/blog/wp-content/uploads/2009/06/1728_trans_windowthumb.jpg"><img class="alignnone size-full wp-image-362" title="Take Your CSS to the Desktop with Adobe AIR!" src="http://cssvault.com/blog/wp-content/uploads/2009/06/1728_trans_windowthumb.jpg" alt="Take Your CSS to the Desktop with Adobe AIR!" width="400" height="506" /></a></p>
<p>For further reading, you may wish to check out Akash Mehta&#8217;s winning article, <a href="http://www.sitepoint.com/article/adobe-air-todo-list-5-minutes/">Walk on AIR: Create a To-do List in Five Minutes</a>.</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=361" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/06/24/take-your-css-to-the-desktop-with-adobe-air/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building Good Websites with Fluid Layout</title>
		<link>http://cssvault.com/blog/2009/06/16/359/</link>
		<comments>http://cssvault.com/blog/2009/06/16/359/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:54:24 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=359</guid>
		<description><![CDATA[
Those familiar with fluid / elastic layouts know that they can be a little more challenging to implement compared to fixed-width layouts. With the advent of wide-screen monitors, one of the biggest advantages of fluid-width layouts is the ability to maximize available space.
It was only a year ago when 1024&#215;768 was still the dominant screen [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/"><img class="alignnone size-full wp-image-360 aligncenter" title="smartwidth" src="http://cssvault.com/blog/wp-content/uploads/2009/06/smartwidth1.jpg" alt="" width="500" height="284" /></a></p>
<p>Those familiar with fluid / elastic layouts know that they can be a little more challenging to implement compared to fixed-width layouts. With the advent of wide-screen monitors, one of the biggest advantages of fluid-width layouts is the ability to maximize available space.</p>
<p>It was only <a href="http://www.w3schools.com/browsers/browsers_display.asp">a year ago</a> when 1024&#215;768 was still the dominant screen size. However, as of January 2009, 57% of the population are on desktops higher than 1024&#215;768. The number of users still on 1024&#215;768 has declined sharply from 48% of the previous year to a mere 36%. On the other than, the users on widescreen desktop are <a href="http://www.squidoo.com/screen-resolution-trend">rapidly growing</a>, thanks in part to marketing by HDTV makers.</p>
<p>Kayla Knight has written a very good article on the topic of <a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/">building good websites with fluid layout</a>.</p>
<p style="text-align: center;"><a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/"><img class="alignnone size-full wp-image-358 aligncenter" title="Percentage Equivalent" src="http://cssvault.com/blog/wp-content/uploads/2009/06/percentage_equivilant.jpg" alt="" width="500" height="500" /></a></p>
<p>She comes up with 6 techniques to do this, which can be summed up as follows:</p>
<ol>
<li>Fluid Layout Using A Grid</li>
<li>Adaptive Content</li>
<li>Images In A Fluid Layout</li>
<li>jQuery Masonry</li>
<li>Smart Columns with jQuery &amp; CSS</li>
<li>Text Zooming</li>
</ol>
<p>She also provides helpful examples and links to all the necessary tools needed to achieve the perfect fluid / elastic layout. With this, designers are armed and ready for the next evolution in layout design.</p>
<p><a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/">Read the full article</a></p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=359" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/06/16/359/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Code Better CSS And Preview Websites Across Different Browsers With Adobe BrowserLab</title>
		<link>http://cssvault.com/blog/2009/06/05/code-better-css-and-preview-websites-across-different-browsers-with-adobe-browserlab/</link>
		<comments>http://cssvault.com/blog/2009/06/05/code-better-css-and-preview-websites-across-different-browsers-with-adobe-browserlab/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:53:12 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Beta]]></category>

		<category><![CDATA[Browser]]></category>

		<category><![CDATA[Compatibility]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=355</guid>
		<description><![CDATA[
Adobe BrowserLab is an online service that allows web professionals to test their websites on popular browsers and operating systems. Screenshots of actual browser renderings are generated in real time, with multiple viewing options to help pinpoint issues. Adobe provides integration with Dreamweaver CS4, and the free preview is currently available only to a limited [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://cssvault.com/blog/wp-content/uploads/2009/06/browserlab.png"><img class="size-full wp-image-357" title="Adobe Browserlab" src="http://cssvault.com/blog/wp-content/uploads/2009/06/browserlab-thumbnail.png" alt="" width="500" height="196" /></a></p>
<p><a href="https://browserlab.adobe.com/">Adobe BrowserLab</a> is an online service that allows web professionals to test their websites on popular browsers and operating systems. Screenshots of actual browser renderings are generated in real time, with multiple viewing options to help pinpoint issues. Adobe provides integration with Dreamweaver CS4, and the free preview is currently available only to a limited number of users.</p>
<p>Currently, BrowserLab supports the following web browsers and operating systems:</p>
<ul>
<li>Firefox 2.0 - Windows XP</li>
<li>Firefox 3.0 - Windows XP</li>
<li>Internet Explorer 6.0 - Windows XP</li>
<li>Internet Explorer 7.0 - Windows XP</li>
<li>Safari 3.0 - Macintosh OS X</li>
<li>Firefox 2.0 - Macintosh OS X</li>
<li>Firefox 3.0 - Macintosh OS X</li>
</ul>
<p>The sad thing about BrowserLab is that it will eventually be released as a paid service. In the meanwhile, there are alternatives like <a href="http://browsershots.org/">Browsershots</a> which remain free for low-priority usage.</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=355" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/06/05/code-better-css-and-preview-websites-across-different-browsers-with-adobe-browserlab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Featured CSS Library: Better Web Readability Project</title>
		<link>http://cssvault.com/blog/2009/05/22/featured-css-library-better-web-readability-project/</link>
		<comments>http://cssvault.com/blog/2009/05/22/featured-css-library-better-web-readability-project/#comments</comments>
		<pubDate>Fri, 22 May 2009 10:30:30 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Font]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=353</guid>
		<description><![CDATA[The Better Web Readability Project aims to promote screen-friendly and more readable fonts. The result is a CSS library that redefines, among others, the standard font size as well as leading (the amount of space between text). Other features of this library are:

16px default main text size
Partial 26px baseline grid
Serif for Heading, sans-serif for the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/better-web-readability-project/">Better Web Readability Project</a> aims to promote screen-friendly and more readable fonts. The result is a CSS library that redefines, among others, the standard font size as well as <a href="http://en.wikipedia.org/wiki/Leading">leading</a> (the amount of space between text). Other features of this library are:</p>
<ul>
<li>16px default main text size</li>
<li>Partial 26px baseline grid</li>
<li>Serif for Heading, sans-serif for the paragraphs</li>
<li>Lower color text contrast</li>
<li>Intensified paragraph division (new line + indent)</li>
<li>Bigger leading (line-height) 1.625</li>
</ul>
<p>The <a href="http://www.vcarrer.com/2009/05/how-we-read-on-web-and-how-can-we.html">original idea</a> came from <a href="http://www.vcarrer.com/">Vladimir Carrer</a>, who also came up with the library. In his post entitled <a href="http://www.vcarrer.com/2009/05/how-we-read-on-web-and-how-can-we.html">How we read on web and how can we improve that</a> he reveals that most of us who use computers to read news, blogs, and various sites end up scanning rather than reading. He then compares reading a book to reading on the monitor, and provides three reasons why it is harder to read on a computer screen:</p>
<blockquote>
<ol>
<li>We maintain the book standards (12pt) for font size on the web (12px). But the distance from the monitor is triple. Just put your newspaper to your monitor and try to read. Hell! Is hard!</li>
<li>Additionally the paper reflects the light and monitor emits the light. If you have old “cathode” monitor it’s like looking directly in a light bulb.</li>
<li>You also have distraction noise: strong colors, links, flash animation, banners , not defined site architecture, click here, digg me, follow me on twitter, by my products… it’s fucking jungle out there.</li>
</ol>
</blockquote>
<p>He then comes up with a set of standards and rules that would allow for better and easier on-screen reading, and packages it as a CSS library. The resulting text is beautiful and pleasing to the eyes. One such example can be seen in the screen shot below. You should notice how your eyes would easily glide through the text:</p>
<p><a href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/typography.html"><img class="aligncenter size-full wp-image-354" title="Better Web Readability Project example screenshot" src="http://cssvault.com/blog/wp-content/uploads/2009/05/typography.png" alt="Better Web Readability Project example screenshot" width="500" height="604" /></a></p>
<p>You can head over to the <a href="http://code.google.com/p/better-web-readability-project/">project homepage</a>, or click on the links below to view the library in action:</p>
<ul>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/typography.html">Typography</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Absinthes-to-Go-Mad-Over.html">Absinthes to Go Mad Over - NY Times</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/An-American-Prayer.html">An American Prayer - The Doors</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Critique-of-Pure-Reason.html">Critique of Pure Reason - Immanuel Kant </a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Excerpt-from-No-Way-To-Paradise.html">Excerpt from No Way To Paradise - Charles Bukowski</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/How-To-Sniff-Out-A-Liar.html">How To Sniff Out A Liar - Forbes</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Hubble.html">Hubble - Ars Technica</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/One-Day-In-Spring.html">One Day in Spring - Rabindranath Tagore</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Shaman's-Blues.html">Shaman&#8217;s Blues - The Doors</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Tarantino.html">Tarantino - NY Times</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/The-Alchemist.htm">The Alchemist - Paulo Coelho </a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Asimov.html">The Last Question - Isaac Asimov</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/The-Raven.html">The Raven - Edgar Allan Poe</a></li>
<li><a rel="nofollow" href="http://www.allapis.com/Better-Web-Readability-Project-CSS-Library/Viva-Las-Vegas.html">Viva Las Vegas - Elvis Presley</a></li>
</ul>
<p>You can also head over and <a href="http://better-web-readability-project.googlecode.com/files/Better-Web-Readability-Project-CSS-Library.zip">download the full library here</a>.</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=353" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/05/22/featured-css-library-better-web-readability-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Non-Flash Peeling Page Effect Using jQuery &amp; CSS</title>
		<link>http://cssvault.com/blog/2009/05/11/non-flash-peeling-page-effect-using-jquery-css/</link>
		<comments>http://cssvault.com/blog/2009/05/11/non-flash-peeling-page-effect-using-jquery-css/#comments</comments>
		<pubDate>Mon, 11 May 2009 13:38:13 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Animation]]></category>

		<category><![CDATA[Effects]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=351</guid>
		<description><![CDATA[
The Peeling Page is an effect is normally used by advertisers to show advertisements that would otherwise occupy space that is larger than what is available on a page. It is very slick, and is normally implemented in Flash. This script on Flashden costs $4, though there is a free tutorial available. The thing about [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/"><img class="alignnone size-full wp-image-352 aligncenter" title="CSS Page Peel Effect" src="http://cssvault.com/blog/wp-content/uploads/2009/05/page-peel-effect.jpg" alt="" width="500" height="347" /></a></p>
<p>The <em>Peeling Page</em> is an effect is normally used by advertisers to show advertisements that would otherwise occupy space that is larger than what is available on a page. It is very slick, and is normally implemented in Flash. This script on Flashden costs $4, though there is a <a href="http://www.hongkiat.com/blog/create-a-peel-away-effect-on-website-how-to/">free tutorial</a> available. The thing about the Flash version is that it uses both JavaScript and Flash, which may not be everyone&#8217;s cup of tea.</p>
<p>This is where <a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/">Soh Tanaka&#8217;s jQuery + CSS idea</a> comes in. It uses simple CSS and jQuery to mimic the Flash version, which can possibly translate to faster development and maybe even faster loading pages. The tradeoff is the absence of any <em>extensive</em> banner animation &#8212; something that can only be done in Flash. However, I believe this solution is worthy of a look, at least for those in need of a quick peeling page component for their project.</p>
<p><a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/">Simple Page Peel Effect with jQuery &#038; CSS</a></p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=351" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/05/11/non-flash-peeling-page-effect-using-jquery-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pure CSS + HTML Calendar 2009</title>
		<link>http://cssvault.com/blog/2009/04/29/pure-css-html-calendar-2009/</link>
		<comments>http://cssvault.com/blog/2009/04/29/pure-css-html-calendar-2009/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:48:18 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=348</guid>
		<description><![CDATA[
As self-proclaimed CSS experts, we must live, eat and breathe CSS - 25 hours a day. What better way to do this than by using a CSS + HTML calendar! Lovingly hand-crafted(tm) by Vladimir Carrer, the Grid Calendar is inspired by the Best of Calendar Design, and can be downloaded for free (can you believe [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.vcarrer.com/2009/04/handcrafted-css-html-grid-calendar-2009.html"><img class="alignnone size-full wp-image-349 aligncenter" title="CSS HTML Grid calendar" src="http://cssvault.com/blog/wp-content/uploads/2009/04/grid-calendar2.png" alt="" width="400" height="215" /></a></p>
<p>As self-proclaimed CSS experts, we must live, eat and breathe CSS - 25 hours a day. What better way to do this than by using a <a href="http://www.allapis.com/The%20Grid%20Calendar%202009/The-Grid-Calendar2.html">CSS + HTML calendar</a>! Lovingly hand-crafted(tm) by <a href="http://www.vcarrer.com/">Vladimir Carrer</a>, the <em>Grid Calendar</em> is inspired by the <a href="http://www.allgraphicdesign.com/graphicsblog/2009/03/25/best-of-calendar-design-the-coolest-and-most-unique-calendars/">Best of Calendar Design</a>, and <a href="http://www.vcarrer.com/2009/04/handcrafted-css-html-grid-calendar-2009.html">can be downloaded for free</a> (can you believe it?)</p>
<p style="text-align: center;"><a href="http://cssvault.com/blog/wp-content/uploads/2009/04/sporka2.jpg"><img class="alignnone size-full wp-image-350 aligncenter" title="Adam Sporka calendar" src="http://cssvault.com/blog/wp-content/uploads/2009/04/sporka2.jpg" alt="" width="500" height="157" /></a></p>
<p>This reminds me a lot of the designs posted on the <a href="http://elzr.com/posts/infodesign-challenge">2007 elzr Infodesign challenge</a>, as well as <a href="http://www.thumbcalendar.com/">Adam Sporka&#8217;s Thumb Calendar</a> which I am personally very fond of.</p>
<p>Perhaps there&#8217;s a designer out there with uber talent a lot of spare time who could take the Grid Calendar to the next level. It certainly could use a little more color, and those white spaces between the grids are making the nerve endings of my eyes do the polka dance. While we&#8217;re at it, let&#8217;s throw in a bunch of AJAX to turn our simple calendar into a leet app. Or maybe not.</p>
<p><a href="http://www.vcarrer.com/2009/04/handcrafted-css-html-grid-calendar-2009.html">Read the full article.</a></p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=348" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/04/29/pure-css-html-calendar-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Sticky Footer</title>
		<link>http://cssvault.com/blog/2009/04/24/css-sticky-footer/</link>
		<comments>http://cssvault.com/blog/2009/04/24/css-sticky-footer/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:57:27 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Browser]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Compatibility]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Howto]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=346</guid>
		<description><![CDATA[
If you are looking for a good pure CSS footer solution, look no further. CSS Sticky Footer works for over 50 Windows, Linux, and Mac-based browsers. Included in this list are the latest releases of Google Chrome, Mozilla Firefox, Opera, Safari, and Internet Explorer.
CSS Sticky Footer is developed by Steve Hatcher, and is based on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cssstickyfooter.com/"><img class="alignnone size-full wp-image-347 aligncenter" title="CSS Sticky Footer" src="http://cssvault.com/blog/wp-content/uploads/2009/04/cssstickyfooter.jpg" alt="" width="500" height="347" /></a></p>
<p>If you are looking for a good pure CSS footer solution, look no further. <a href="http://www.cssstickyfooter.com/">CSS Sticky Footer</a> works for <a href="http://www.cssstickyfooter.com/browser-list.html">over 50 Windows, Linux, and Mac-based browsers</a>. Included in this list are the latest releases of Google Chrome, Mozilla Firefox, Opera, Safari, and Internet Explorer.</p>
<p>CSS Sticky Footer is developed by Steve Hatcher, and is based on the <a href="http://www.alistapart.com/articles/footers/">Exploring Footers article from A List Apart</a>, and takes suggestions from <a rel="nofollow" href="http://themaninblue.com/writing/perspective/2005/08/29/">Cameron Adams&#8217; footerStickAlt</a>, and <a rel="nofollow" href="http://www.lwis.net/journal/2008/02/08/pure-css-sticky-footer/">The Pure CSS Footer example from lwis.net</a>. It applies a clear fix hack to keep the footer in place in Google Chrome and other browsers where the footer would float up when you resized the window. The clearfix also fixes problems that might occur if you are using floats to create two or three column layouts.</p>
<p>Far from being perfect, it does have its share of issues. The first one deals with margins, which can easily be solved by changing margins to padding instead. The second one deals with the use of relative font sizes such as % or em, something which many of the more advanced CSS gurus like me are very much fond of. The author suggests using px instead, which many find unacceptable.</p>
<p>To get started, check out the <a href="http://www.cssstickyfooter.com/using-sticky-footer-code.html">HowTo page</a> for details on how to implement the CSS Sticky Footer.</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=346" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/04/24/css-sticky-footer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Survey For People Who Make Websites 2008 Results Out</title>
		<link>http://cssvault.com/blog/2009/04/12/survey-for-people-who-make-websites-2008-results-out/</link>
		<comments>http://cssvault.com/blog/2009/04/12/survey-for-people-who-make-websites-2008-results-out/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 10:06:38 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=343</guid>
		<description><![CDATA[
Back in 2007, the staff of A List Apart and An Event Apart conducted a survey and presented 37 questions to 33,000 web professionals, providing &#8220;the first data ever collected on the business of web design and development as practiced in the U.S. and worldwide&#8221; (ALA 2007 results). The results were compiled into a downloadable [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://aneventapart.com/alasurvey2008'><img src="http://cssvault.com/blog/wp-content/uploads/2009/04/survey-logo.gif" alt="" title="A List Apart Survey For People Who Make Websites 2008" width="180" height="105" class="alignnone size-full wp-image-344" /></a></p>
<p>Back in 2007, the staff of <a href="http://alistapart.com/">A List Apart</a> and <a href="http://www.aneventapart.com/">An Event Apart</a> conducted a survey and presented 37 questions to 33,000 web professionals, providing &#8220;the first data ever collected on the business of web design and development as practiced in the U.S. and worldwide&#8221; (<a href="http://www.alistapart.com/articles/2007surveyresults">ALA 2007 results</a>). The results were compiled into a <a href="http://www.alistapart.com/d/2007surveyresults/download-the-survey.png">downloadable PDF file</a>.</p>
<p>In 2008 they did it again, the <a href="http://alistapart.com/articles/findingsfromthewebdesignsurvey2008">results</a> of the <a href="http://aneventapart.com/survey2008/">2008 Survey For People Who Make Websites</a> are now out for public consumption. The survey had less respondents compared to the one held in 2007 down to 30,055.  <a href="http://aneventapart.com/alasurvey2008/">Data analysis</a> is provided by Alan Brickman and Larry Yu. The results speak can be overwhelming for some. Thankfully the findings are presented in a <a href="http://aneventapart.com/alasurvey2008/">friendly, easy to read article</a> with clear and beautiful CSS Charts.</p>
<p>ALA has generously shared the raw data with the community, which is available as <a href="http://aneventapart.com/alasurvey2008/alasurvey2008_tabbed.txt.zip">tabbed text</a>, <a href="http://aneventapart.com/alasurvey2008/alasurvey2008.csv.zip">CSV</a>, and <a href="http://aneventapart.com/alasurvey2008/alasurvey2008.xls.zip">Excel spreadsheet</a>. RAW data is a powerful thing, and I just have a couple of suggestions how it can be used:</p>
<ul>
<li>AJAX application that allows visitors to enter their own responses, and generates a graph that shows where the respondent is in relation to others</li>
<li>Quick summary that shows the highest and lowest result per question</li>
<li>AJAX application that allows visitors to filter, sort, and sift through the data</li>
<li>Side-by-side comparison of 2008 and 2007 data</li>
</ul>
<p>All in all, big props to the ALA team for the tremendous effort spent on this endeavor. It is a great contribution to the web community. Looking forward to the 2009 survey!</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=343" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/04/12/survey-for-people-who-make-websites-2008-results-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title />
		<link>http://cssvault.com/blog/2009/04/06/342/</link>
		<comments>http://cssvault.com/blog/2009/04/06/342/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 11:13:05 +0000</pubDate>
		<dc:creator>Dennison Uy</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Optimization]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://cssvault.com/blog/?p=342</guid>
		<description><![CDATA[
I previously blogged about CSS optimization and mentioned that one way to achieve optimization through the use of CSS optimizers.
Styleneat is a similar tool that focuses on reformatting CSS Stylesheets, simply making it more readable. This tool can pretty much take care situations wherein CSS code was developed by different people, re-organizing everything to take [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://styleneat.com/"><img class="alignnone size-full wp-image-340" title="styleneat-logo" src="http://cssvault.com/blog/wp-content/uploads/2009/04/styleneat-logo.png" alt="Styleneat logo" width="198" height="37" /></a></p>
<p>I previously blogged about <a href="http://cssvault.com/blog/2009/02/27/5-ways-to-optimize-your-css/">CSS optimization</a> and mentioned that one way to achieve optimization through the use of <a href="http://cssvault.com/blog/2007/11/22/free-css-optimizers-to-improve-website-performance/">CSS optimizers</a>.</p>
<p><a href="http://styleneat.com/">Styleneat</a> is a similar tool that focuses on reformatting CSS Stylesheets, simply making it more readable. This tool can pretty much take care situations wherein CSS code was developed by different people, re-organizing everything to take on a unified, organized code structure.</p>
<p><img class="center aligncenter size-full wp-image-341" title="styleneat-screenshot" src="http://cssvault.com/blog/wp-content/uploads/2009/04/styleneat-screenshot.gif" alt="Styleneat screenshot" width="500" height="364" /></p>
<p>The author claims to have tested the tool on &#8220;several websites with huge and complex stylesheets&#8221; and it has not broken layout. Does it live up to its claim? Give it a spin and share your thoughts.</p>
<p><a href="http://cssvault.com/blog/?ibegin_share_action=share&id=342" id="share-link-">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://cssvault.com/blog/2009/04/06/342/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
