Changes between Version 170 and Version 171 of DeveloperGuidelines


Ignore:
Timestamp:
04/02/11 21:10:30 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v170 v171  
    22= Developer Guidelines =
    33
    4 === Development Process ===
    5 
     4== Development Process ==
    65 * [wiki:Domain Understanding the Domain]
    76 * [wiki:DeveloperGuideline/Tutorial Tutorial]
     
    2019  * [wiki:DeveloperGuidelinesDataMigration Data Migration]
    2120
    22 === Development Enviroment ===
    23 
     21== Development Enviroment ==
    2422 * [wiki:InstallationGuidelinesDeveloper How to install a Development Enviroment]
    2523 * [wiki:DeveloperGuidelinesBzr Using Bzr] Version Control
    2624  * [wiki:DeveloperGuidelinesBzr#HowtogetyourworkMergedintoTrunk How to get your work Merged into Trunk]
    2725
    28 === Framework ===
    29 
     26== Framework ==
    3027 * [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3]
    3128  * [wiki:S3 S3 Developer Guide]
     
    4138 * [wiki:DeveloperGuidelinesDjangoMigration Help for Developers Migrating from Django]
    4239
    43 === User Interface ===
    44 
     40== User Interface ==
    4541 * [wiki:DeveloperGuidelinesCSS CSS]
    4642  * [wiki:DeveloperGuidelinesThemes Themes]
     
    4844 * [wiki:DeveloperGuidelinesInternationalisation Internationalization]
    4945
    50 === Other Resources ===
     46== Other Resources ==
    5147
    5248 * [wiki:DeveloperGuidelinesTips Tips] - useful links to explore
     
    5551 * [wiki:DeveloperGuidelinesDocumentation Documentation]
    5652
    57 == Python ==
     53=== Python ===
    5854
    5955Indentation matters (use 4 spaces instead of Tabs)
     
    6864More details at: DeveloperGuidelinesCodeConventions
    6965
    70 == Web2Py ==
     66=== Web2Py ===
    7167
    7268This is an [http://en.wikipedia.org/wiki/Model-view-controller MVC] environment (like [http://web2py.com/AlterEgo/default/show/103 Rails] & [http://web2py.com/AlterEgo/default/show/101 Django]. [http://vimeo.com/6507384 Django polls tutorial conversion course]).
     
    8884Web2Py can be extended through [http://www.web2py.com/plugins Plugins] & also has a [http://web2pyslices.com recipes site].
    8985
    90 == Javascript ==
     86=== Javascript ===
    9187 * W3Schools' basic JS: http://www.w3schools.com/js/
    9288
     
    115111 * http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
    116112
    117 === Deployment ===
     113==== Deployment ====
    118114
    119115Browsers default to only downloading 2 files from the same origin at a time, so many files is very slow on high latency links.
     
    146142 * http://requirejs.org
    147143
    148 == Mobile ==
    149 
     144=== Mobile ===
    150145 * [wiki:MobileAndroid Android] - Developer Guidelines for the Android client
    151146
     147=== XSLT ===
     148 * [wiki:XSLT] - Stylesheets for XML & JSON Import/Export