Difference between revisions of "Dev Wanted How-To"

From Dreamwidth Notes
Jump to: navigation, search
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
Companion to [[Installation Wanted How-To]].
 
Companion to [[Installation Wanted How-To]].
  
* How to apply a patch
+
* [[Applying a patch]]
 
* Keep on adding to [[Dev Troubleshooting]].
 
* Keep on adding to [[Dev Troubleshooting]].
* How to make and apply site schemes
+
* [[Coding site schemes]]
* How the version control for the code works and how to work with it
+
* How to add things to the database -- kind of exists at [[Adding and Removing Database Tables]], but this needs making discoverable
* How to add things to the database
+
* How to get information from the database
* Userprops
+
* How to make a hook
 +
* How to make a worker
 +
* Where does the code for certain things reside?
 +
* The basics of working with BML pages
 +
* [[S2 Best Practices]]
 +
* When developing features, what should a developer consider in their design to make things NOT expensive, reduce database load, etc.
 +
* Best practices for user interface design
 +
* Things you should NEVER hardcode
 +
* How to localize a page
 +
* Variables you should know about
 +
* How do you update the database's schema?
 +
* What is the database's schema?
  
 
[[Category: Development]]
 
[[Category: Development]]

Latest revision as of 15:50, 8 September 2013

Companion to Installation Wanted How-To.

  • Applying a patch
  • Keep on adding to Dev Troubleshooting.
  • Coding site schemes
  • How to add things to the database -- kind of exists at Adding and Removing Database Tables, but this needs making discoverable
  • How to get information from the database
  • How to make a hook
  • How to make a worker
  • Where does the code for certain things reside?
  • The basics of working with BML pages
  • S2 Best Practices
  • When developing features, what should a developer consider in their design to make things NOT expensive, reduce database load, etc.
  • Best practices for user interface design
  • Things you should NEVER hardcode
  • How to localize a page
  • Variables you should know about
  • How do you update the database's schema?
  • What is the database's schema?