Ben Nadel Presentation About ClearCode Standards Projects For Chennai CFUG and Hyderabad CFUG, India

  Apr 27, 2008     4498 Views      Chennai CFUG , ColdFusion       Comments (2)   

Yesterday, Ben Nadel gave a great connect presentation to both Chennai and Hyderabad ColdFusion User Groups about his ClearCode Standards Project. The Presentation went really great and it will be really useful to create and deliver application with better coding standards and conventions in ColdFusion. He clearly explained about the Code readability, alignment, Spaces between values, assignment statements, functions and scope variables case and standards.

I'd like to thank Ben Nadel for his excellent presentation and also want to thank Clark Valberg and Ayub Khan for making this event a great success for India CFUG.

Some Examples From Ben Nadel's Coding Methodology Standards:

ColdFusion Code:

<cfloop
   index="intFileIndex"
   from="1"
   to="#REQUEST.FileCount#"
   step="1">


   <label for="file#intFileIndex#">
      File #intFileIndex#:
   </label>

   <input
      type="file"
      name="file#intFileIndex#"
      id="file#intFileIndex#"
      />


   <br />

</cfloop>

SQL Statements:

INSERT INTO user
(
   first_name,
   last_name
)
VALUES
(
   <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#FORM.first_name#" />,
   <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#FORM.last_name#" />
)

CSS Rules:

<style type="text/css">
   
   body {
      color: #262626 ;
      font-family: verdana, arial, georgia ;
      font-size: 62.5% ;
      }
   h1,
   h2,
   h3,
   h4,
   h5,
   form,
   table,
   p,
   ul,
   ol {
      margin-bottom: 1.8em ;
      margin-top: 0px ;
      }

Ben Coding Methodology Links:

My Coding Methodology - Understanding The Madness And The Man Behind It.

Ben Nadel's Easy Tips For Writing Better, More Optimized SQL.

Presentation Link: ClearCode Standards Project By Ben Nadel

Comments

1. Clark Valberg on May 2, 2008 at 12:35 AM

Great post Akbar. Very happy to hear you enjoyed the presentation.

2. Mohamed on May 29, 2008 at 3:56 PM

Awesome.......!

About Me

CFML/Web/Cloud/Data/Agile Enthusiast, Husband & Dad, an avid learner & android fan who works as a Tech Consultant in Toronto, Canada.

GetCFMLJobs.com!
Get Your Next CFML Job!
ColdFusion Tuts
ColdFusion Tutorials & Resources


Categories

Adobe Agile AppCore Creator BlogCFC Books Bootstrap CFBuilder CFEclipse CFML Chennai CFUG Chrome Extensions ColdFusion Google IIS India Learning MySQL Railo Subversion Tools & Utilities Web Windows 7


Archives

2021 2018 2017 2016 2014 2013 2012 2011 2010 2009 2008

Search


Akbarsait © 2008 - 2023 | Hosting provided by Vivio Technologies

Home | Blog | Sitemap | RSS Feed