New Look, New blogCFC Skin

With the release of ColdFusion 9, and me looking forward to blogging more I decided to change the look of the blog.

The original design is called Arclite created by Digital Nature.

A short preview of how this skin works. Normal Text you have seen by now.

Lets see some Code action:
   view plainprintabout
 <cfoutput>
 First Post!!
 </cfoutput>

[More]

Powerful Layouts with YAML (Yet Another Multicolumn Layout)

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 YUI Grids CSS. Its called "Yet Another Multicolumn Layout" or more famously YAML.

"Yet Another Multicolumn Layout" (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.

Here is an example that demonstrates the YAML power using flexible grids. There is also a gallery of examples available here. More importantly, there is also available a YAML Builder 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.

Yahoo User Interface (YUI) Base CSS with Coldfusion 8 cfgrid conflicts

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 YUI Base CSS component. Check It Out Here So, what the Base CSS package does is,

applies a consistent style foundation for common HTML elements

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.
BlogCFC was created by Raymond Camden. This blog is running version 5.9.5.003.  Design based on ARCLITE by: digitalnature