<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ColdFusion RIA - CSS</title>
			<link>http://www.coldfusion-ria.com/Blog/index.cfm</link>
			<description>Discovering ColdFusion based RIA Development and Blogging about it</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 12:29:07 -0400</pubDate>
			<lastBuildDate>Sun, 19 Jul 2009 17:35:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>shahkumar@gmail.com</managingEditor>
			<webMaster>shahkumar@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>shahkumar@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>New Look, New blogCFC Skin</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/19/New-Look-New-blogCFC-Skin</link>
				<description>
				
				With the release of ColdFusion 9, and me looking forward to blogging more I decided to change the look of the blog.
&lt;p&gt;
The original design is called &lt;a href=&quot;http://digitalnature.ro/projects/arclite/&quot; target=&quot;_blank&quot;&gt;Arclite&lt;/a&gt; created by &lt;a href=&quot;http://digitalnature.ro/&quot; target=&quot;_blank&quot;&gt;Digital Nature&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
A short preview of how this skin works. Normal Text you have seen by now.
&lt;/p&gt;
Lets see some Code action:
&lt;code&gt;
&lt;cfoutput&gt;
First Post!!
&lt;/cfoutput&gt;
&lt;/code&gt;  [More]
				</description>
				
				<category>CSS</category>
				
				<category>Other</category>
				
				<category>blogCFC</category>
				
				<pubDate>Sun, 19 Jul 2009 17:35:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/19/New-Look-New-blogCFC-Skin</guid>
				
				
			</item>
			
			<item>
				<title>Powerful Layouts with YAML (Yet Another Multicolumn Layout)</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/18/Powerful-Layouts-with-YAML-Yet-Another-Multicolumn-Layout</link>
				<description>
				
				So while browsing accoss the web, looking at various design articles, CSS articles, I came across what looks like a powerful layout library (more so that the &lt;a href=&quot;http://developer.yahoo.com/yui/grids/&quot; target=&quot;_blank&quot;&gt;YUI Grids CSS&lt;/a&gt;. Its called &quot;Yet Another Multicolumn Layout&quot; or more famously &lt;a href=&quot;http://www.yaml.de/en/home.html&quot; target=&quot;_blank&quot;&gt;YAML&lt;/a&gt;.

&lt;blockquote&gt;
&lt;p&gt;
&quot;Yet Another Multicolumn Layout&quot; (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users.
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;a href=&quot;http://www.highresolution.info/webdesign/sandbox/yaml_grids.html&quot; target=&quot;_blank&quot;&gt;Here&lt;/a&gt; is an example that demonstrates the YAML power using flexible grids.

There is also a gallery of examples available &lt;a href=&quot;http://www.yaml.de/fileadmin/examples/index.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.

More importantly, there is also available a &lt;a href=&quot;http://builder.yaml.de/&quot; target=&quot;_blank&quot;&gt;YAML Builder&lt;/a&gt; which will allow you to specify your layout needs and give you the CSS for it. So anybody looking to a new website, web application give YAML a try. If you have used it to build something, let me know, I would love to see its applications. 
				</description>
				
				<category>CSS</category>
				
				<category>RIA</category>
				
				<category>Web Development</category>
				
				<pubDate>Sun, 18 Jan 2009 23:52:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/18/Powerful-Layouts-with-YAML-Yet-Another-Multicolumn-Layout</guid>
				
				
			</item>
			
			<item>
				<title>Yahoo User Interface (YUI) Base CSS with Coldfusion 8 cfgrid conflicts</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/17/Yahoo-User-Interface-YUI-Base-CSS-with-Coldfusion-8-cfgrid-conflicts</link>
				<description>
				
				So, while working on integrating the cfgrid with my demo application, I came accross a conflicts with the CSS that ColdFusion expects to produce for an HTML cfgrid versus the CSS markup from the &lt;a href=&quot;http://developer.yahoo.com/yui/base/&quot; target=&quot;_blank&quot;&gt;YUI Base CSS&lt;/a&gt; component.

Check It Out &lt;a href=&quot;http://coldfusion-ria.com/blog/examples/usersc.cfm&quot; target=&quot;_blank&quot;&gt;Here&lt;/a&gt;

So, what the Base CSS package does is,
&lt;blockquote&gt;
&lt;p&gt;
applies a consistent style foundation for common HTML elements
&lt;/p&gt;
&lt;/blockquote&gt;

This creates a conflict with the ColdFusion CSS package (which is based on Ext 1.1.1 API). At the same time, you could use this to extend the Base CSS file and define your own styles for the elements. Right now, I just removed Base CSS from my application. 
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>Web Development</category>
				
				<category>CSS</category>
				
				<category>Yahoo User Interface (YUI)</category>
				
				<category>Ajax</category>
				
				<pubDate>Sat, 17 Jan 2009 18:11:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/17/Yahoo-User-Interface-YUI-Base-CSS-with-Coldfusion-8-cfgrid-conflicts</guid>
				
				
			</item>
			</channel></rss>