Business Problem
4FastPlumber's website had a nice design, but there was a problem under the hood. Every single common element of each page (headers, footers, etc.) was replicated in each page on the site. As a result, making a change to one of those elements meant changing each page on the site. Since there were ten pages on the site, that meant that making changes took ten times as long. In addition, they were adding useful content to their site regularly in order to help their customers, so the problem was getting worse.
Solution
Because the site was built in ASP.NET, Celtic Wolf utilized ASP.NET's Master Page Template technology. We created a template for the site that could be reused on every page. This template contained the common elements, such as the header, menus, and footer. The file for each page was then reduced to only the unique elements for that page and associated with the template.
Now changes to common elements need only be made once, significantly reducing the time required. In addition, new pages can be added to the site much faster. This has significantly reduced the cost associated with maintaining the site.



Little Treasures Preschool in Los Angeles had an outdated website that didn't show off their facility and services well. We created a new web-site for them using