To get a custom look and feel, I start with: site style sheet for layout, backgrounds, and element attributes file of PHP functions to generate menus and "button bars" from passed lists of labels and links files of PHP functions to paginate content read from database or tab-delimited files To add or... [show more]
To get a custom look and feel, I start with:
site style sheet for layout, backgrounds, and element attributes
file of PHP functions to generate menus and "button bars" from passed lists of labels and links
files of PHP functions to paginate content read from database or tab-delimited files
To add or edit content, just edit the data tables or files
Lean and mean, easy to "decorate" content with PHP [show less]
I like to use Zend framework as a scaffolding and set of libraries to allow me to develop rapidly while following best practices design. The con is that it can add a lot of overhead to the pages and can bog down a shared system without a good cacheing system.
Comments
Add the first comment