web

PHP | MySQL
Featured Aquariums Application
Join Email List Application
Reservation Request Application
User Login Application

PHP | MySQL Software
Wordpress
Simple Machines Forum
Squarespace.com
OsCommerce

exit

Stimulus Magazine
Header Design & Formatting

exit

MOV Media Festival 1st place
OsCommerce Application Installation & Administration

exit

Reservation Request
Form Development &PHP Scripting

Utilizing Code View | Design view should only be used just for that purpose, to visualize the output of code view. I use Dreamweaver to develop; however, I do not use the software to create the website for me. I do not use pre-made templates. I utilize code view and W3C validated (X)HTML and CSS.
I've heard many say Dreamweaver adds unnecessary tags. This occurs only when the user leaves them behind. If an item is deleted in design view it will leave unused tags. Web developers who use proper and clean validated coding styles do so in code view.

W3C Validated Coding Style | All websites are coded with error free Hyper Text Markup Language or Extended and Cascading Style Sheets. The container is centered over the body background-image with CSS. It is table-less and browser compatible. This method will flex when the browser window is minimized or maximized by the user. Everything within it will do the same. No content will be jarbled together. It will display correctly in all screen resolutions. The CSS for the Flash header will do the exact same.
The code is consistent and it validates with zero errors if done properly. It shows the ability of understanding exactly how the code functions.