Changes between Version 170 and Version 171 of DeveloperGuidelines
- Timestamp:
- 04/02/11 21:10:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v170 v171 2 2 = Developer Guidelines = 3 3 4 === Development Process === 5 4 == Development Process == 6 5 * [wiki:Domain Understanding the Domain] 7 6 * [wiki:DeveloperGuideline/Tutorial Tutorial] … … 20 19 * [wiki:DeveloperGuidelinesDataMigration Data Migration] 21 20 22 === Development Enviroment === 23 21 == Development Enviroment == 24 22 * [wiki:InstallationGuidelinesDeveloper How to install a Development Enviroment] 25 23 * [wiki:DeveloperGuidelinesBzr Using Bzr] Version Control 26 24 * [wiki:DeveloperGuidelinesBzr#HowtogetyourworkMergedintoTrunk How to get your work Merged into Trunk] 27 25 28 === Framework === 29 26 == Framework == 30 27 * [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3] 31 28 * [wiki:S3 S3 Developer Guide] … … 41 38 * [wiki:DeveloperGuidelinesDjangoMigration Help for Developers Migrating from Django] 42 39 43 === User Interface === 44 40 == User Interface == 45 41 * [wiki:DeveloperGuidelinesCSS CSS] 46 42 * [wiki:DeveloperGuidelinesThemes Themes] … … 48 44 * [wiki:DeveloperGuidelinesInternationalisation Internationalization] 49 45 50 == = Other Resources ===46 == Other Resources == 51 47 52 48 * [wiki:DeveloperGuidelinesTips Tips] - useful links to explore … … 55 51 * [wiki:DeveloperGuidelinesDocumentation Documentation] 56 52 57 == Python==53 === Python === 58 54 59 55 Indentation matters (use 4 spaces instead of Tabs) … … 68 64 More details at: DeveloperGuidelinesCodeConventions 69 65 70 == Web2Py==66 === Web2Py === 71 67 72 68 This 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]). … … 88 84 Web2Py can be extended through [http://www.web2py.com/plugins Plugins] & also has a [http://web2pyslices.com recipes site]. 89 85 90 == Javascript==86 === Javascript === 91 87 * W3Schools' basic JS: http://www.w3schools.com/js/ 92 88 … … 115 111 * http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth 116 112 117 === Deployment===113 ==== Deployment ==== 118 114 119 115 Browsers default to only downloading 2 files from the same origin at a time, so many files is very slow on high latency links. … … 146 142 * http://requirejs.org 147 143 148 == Mobile == 149 144 === Mobile === 150 145 * [wiki:MobileAndroid Android] - Developer Guidelines for the Android client 151 146 147 === XSLT === 148 * [wiki:XSLT] - Stylesheets for XML & JSON Import/Export