Difference between revisions of "Dev Wanted How-To"

From Dreamwidth Notes
Jump to: navigation, search
m
Line 8: Line 8:
 
* How to get information from the database
 
* How to get information from the database
 
* [[Dev Userprops]] -- how they work and how to set and get them
 
* [[Dev Userprops]] -- how they work and how to set and get them
* Make a hook
+
* How to make a hook
* Make a worker
+
* 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
  
 
[[Category: Development]]
 
[[Category: Development]]

Revision as of 21:36, 18 January 2009

Companion to Installation Wanted How-To.

  • Applying a patch
  • Keep on adding to Dev Troubleshooting.
  • Coding site schemes
  • Dev Version Control
  • How to add things to the database
  • How to get information from the database
  • Dev Userprops -- how they work and how to set and get them
  • 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