3,699
edits
(→Vision) |
|||
Line 30: | Line 30: | ||
* let http://anidb.net/gonzo or http://anidb.net/chobits use the Full Text Search and return useful stuff instead of failing ([http://tracker.anidb.net/view.php?id=798|Tracker]]) | * let http://anidb.net/gonzo or http://anidb.net/chobits use the Full Text Search and return useful stuff instead of failing ([http://tracker.anidb.net/view.php?id=798|Tracker]]) | ||
* use dictionaries where possible and avoid unneccessary & | * use dictionaries where possible and avoid unneccessary & | ||
* use POST insteed of GET when possible. i.e. for adds, deletes, edits, votes. basically anythign that actually modifies data. for anyhting else (read only) gets should be used | |||
* ... | * ... | ||