![]() |
![]() |
![]() |
font help bookshelf TOC thumbnails | 17 of 28 | ![]() |
![]() |
Leo : Examples The Evisa Site |
The application is going to be getting words from the database, and inserting them into each activity page. That means we need a template for each of these pages. But evisa.com doesn't just serve an English user base. It also has a complete subsite for Japanese users, with sites for other languages planned. So we'll need templates for other languages.
We'll need to plan the database, so we'll something explaining that. We need to make input pages for the database so that administrators can add words. Since we want the database to be as fast as possible for reads, we want to make some utilities to replace certain database functions that could slow down reads, such as data constraints.
Most of the activity pages have a lot of javascript, some of which could be put in a libary file, and all of which should be organized.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |