==============================
Steps Independent of other Actions
==============================
Steps Independent of other Actions
==============================
------------------------------------------------------------------------------------------------
Although group decisions will affect content and sometimes layout, we need to start somewhere.
------------------------------------------------------------------------------------------------
-------------------------------------------------------------
1 - Create draft example pages
-------------------------------------------------------------
1.1 Home
1.2 Major second tier
1.2 Major second tier
-------------------------------------------------------------
2 - Create draft templates
-------------------------------------------------------------
2.1 Use php includes
example:
example:
2.1.1 header
2.1.2 sidebar
2.1.3 footer
2.1.2 sidebar
2.1.3 footer
By using includes, we can create files that can be used when we need recurring exceptions:
For example, during breaks, we need to remove the LivePerson chat link (which I assume will remain on the top nav bar).
We can create a "header" include and a "headerSansChat" include for
We can create a "header" include and a "headerSansChat" include for
- homepage
- next tier pages
2.2 Caveat: Will have to strip current content pages of their embedded styles.
-------------------------------------------------------------
3 - Create appropriate styles for tier pages if necessary
-------------------------------------------------------------
3.1 Caveat: Will have to strip current content pages of their embedded styles.