Changes between Version 27 and Version 28 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
12/10/12 14:30:46 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v27 v28  
     1= Code Conventions =
    12[[TOC]]
    2 = Code Conventions =
    33
    44These conventions should be followed in all code.
     
    136136 * http://javascript.crockford.com/code.html
    137137
     138== HTML ==
     139
     140ids & classes should be named ina  way that they don't conflict & should be semantic (what they are for) rather than presentational:
     141* http://woork.blogspot.co.uk/2008/11/css-coding-semantic-approach-in-naming.html
     142* http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/
     143
    138144----
    139145DeveloperGuidelines