South West Spray Foam is a website that I published around six months ago for a friend. Initially we were in a slight rush to get something out to the web. Not having the option of a MySQL database with my current host at the time, I wasn’t able to deploy a CMS driven website. Basically I had to go the “old school” route.
My initial design was done with static HTML and php includes that contained the header and footer info. It was as basic as could be. All the content was static and very straight forward.
<?php include 'header.php' ?> Page Content Goes Here... <?php include 'footer.php' ?>
After a few months and switching over to a new host I’ve been working on converting SWSF into a WordPress driven CMS. The site was already <div>’d up from the previous static design and all the header, footer and background graphics were referenced by a CSS. So after finding a blank theme it was a pretty straight forward process to get everything working.
Anyway, check out the website: SouthWestSprayFoam.com.
