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>
A blockquote (Selecting a quote from Matrix Relaoded and one from Shawshank Redemption):

Hope. It is the quintessential human delusion, simultaneously the source of your greatest strength, and your greatest weakness.

I find I'm so excited, I can barely sit still or hold a thought in my head. I think it is the excitement only a free man can feel, a free man at the start of a long journey whose conclusion is uncertain. I hope I can make it across the border. I hope to see my friend, and shake his hand. I hope the Pacific is as blue as it has been in my dreams. I hope.

We also have some lists here:
  1. Ordered List
  2. Colored Numbers
  • No Order Here
  • No Order = No Favourites
You can download the skin here.

I also changed all the Pods on the left hand menu to use Lists. I suggest the same if you want to use this or a similar skin as it allows you greater control over its styling. The change involves adding the List tags to the output, so for example, the Archives Pod now has the code:

   view plainprintabout
 <cfoutput>
  <ul class="menu">
 </cfoutput>
 <cfloop query="cats">
  <cfoutput>
  <li class="menuitem">
  <span>
  <a href="#application.blog.makeCategoryLink(categoryid)#">#categoryName# (#entryCount#)</a> [<a href="#application.rootURL#/rss.cfm?mode=full&mode2=cat&catid=#categoryid#" rel="noindex,nofollow">RSS</a>]<br>
  </span>
10   </li>
11   </cfoutput>
12  </cfloop>
13  
14  <cfoutput>
15   </ul>    
16  </cfoutput>
Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
marc esher's Gravatar Looks great. Very easy to read, and the code coloring is right on.
# Posted By marc esher | 7/19/09 6:55 PM
inj's Gravatar Looks great!
# Posted By inj | 7/19/09 7:49 PM
Kumar's Gravatar Glad you guys liked it.
# Posted By Kumar | 7/20/09 1:57 AM
Akbarsait's Gravatar Looking very clean and neat.
# Posted By Akbarsait | 7/20/09 1:26 PM
E:Sense's Gravatar I didn't know it was that easy to re-skin blogcfc. I'll give it a go!
# Posted By E:Sense | 7/25/09 9:31 AM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.5.003.  Design based on ARCLITE by: digitalnature