Developers/Getting Started/Recommended reading
This page gives us the chance to share documents and books that we found helpful. Add a heading for each category, please. Feel free to add your experience following this scheme:
- MyLovelyBook
- Here should be two or three short sentences describing exactly what can be learned from this document. Append your Name to this description by writing three tildes in the wiki code: ~~~ - by Nfocking
Contents |
[edit] General
- Create, read, update and delete (CRUD)
- Create, read, update and delete (CRUD) are the four basic functions of persistent storage. - by Lkneschke
[edit] PHP
- PHPDesignPatterns
- A quick start into the world of OOP in PHP5. Detailed introduction into theory and practice of design patterns. The book could also be used as a reference catalogue of common design patterns - by Nelius
- PHP5 Cookbook
- A good one if you're already familiar with PHP. It shows how you could use the new PHP features reasonable for everyday work. You get an comprehensive collection of examples and solutions. - by Twadewitz
[edit] JavaScript
- Javascript
- The bible for Javascript. First half of the book you learn javacript, second half is THE javacript reference. Imho a must have! - by Nelius
[edit] Eclipse
[edit] MySql
Reserved Words MySQL 6.0 - by Lkneschke
[edit] ExtJs
This section contains links, which give useful hints how to solve common problems when using ExtJS.
[edit] General
[edit] Combobox
- Problem with Autocomplete (ComboBox with Json) - by Lkneschke
- livesearch minimum chars - by Lkneschke
[edit] TabPanel
[edit] Event handling
- Manual:Intro:Event Handling - by Lkneschke
- Cool new feature in SVN for event listeners - by Lkneschke




