1. Template & CSS
CREATION OF THE BASIC TEMPLATE(S) & CASCADING STYLE SHEET (CSS)
Basic templates are created to hold the web content. The CSS defines parameters for basic HTML Tags such as: paragrah text, headings, basic tables, and links etc...
|
 |
| 20% |
Of a web developers' time is spent creating or adjusting code & scripts. |
Return to Top Of Page  |
2. The Source Code
THE SOURCE CODE VIEW*
Certain items such as the scripts and CSS have to be included within the <head> of the web page which is only accessible by viewing the actual code. |
 |
| 40% |
Of a web developers' time is spent working with the Source Code of the web page destined to be published online. |
Return to Top Of Page  |
3. Design View
| Gives an idea of what the page will look like. The images, scripts, CSS, and web page(s) then need to be uploaded to the server. Only then, will you see the result of the coded web items.
The Design View is a feature of Dreamweaver which is used to manage the site. The program keeps track of every item. It is one of the most powerful web programs on the market |  |
| 10% |
Of a web developers' time is spent working within the Design View. |
Return to Top Of Page  |
4. Uploading to the Server
UPLOAD FILES TO IP OR DEDICATED SERVER
All web page items such as the scripts, CSS, images, and web page(s) are uploaded to the IP or dedicated server.
Your DSN numbers -- which can be located within your IP Control Panel -- directs the online visitor to the server on which the site is hosted. |
 |
| 10% |
Of a web developers' time is upload files to the IP Server. |
Return to Top Of Page  |
5. Testing
TEST THE RESULT OF THE UPLOADED FILES, IMAGES, CSS, SCRIPT ETC...
The files are normally upload to a test folder first to ensure the web pages displays and works properly. Once verified, it is pushed to “live” status. Then retested again to ensure everything still works.
|
 |
| 20% |
Of a web developers' time is spent testing, and review the web page before it goes to "Live Status." |
Return to Top Of Page  |
|