Tuesday August 19 2008

New Client

Yesterday I recieved the signed contract and deposit for my latest client. This is going to be a big site and I’m looking forward to doing it.

The interesting thing here is that the client chose a template to download. I unfortunately misread emails and purchased the wrong template and had to purchase the correct one. Anyhow I’m not impressed with template-help.com as both times I downloaded the archived files I had to re-download it multiple times due to crc errors in the zip files. I ended spending about an 1 for each template trying to get an uncorrupted version.

The mistake file that I downloaded was table based and I’m very happy I don’t need to build from that design. The second template is pure CSS, but it’s not exactly semantically written and there are some errors in the code primarily many semi-colons are missing. I know this as I went through the css files and indented them to increase readability - the original downloads looked like this:

#content h2{font-size:1.71em; font-weight:normal; color:#000000; font-family:Times New Roman; background:url(images/icon1.gif) no-repeat top left; padding:5px 0px 5px 40px; margin-bottom:9px;} 

Mine now look like this:

#content h2{
    
font-size:1.71em;
    
font-weight:normal;
    
color:#000000;
    
font-family:Times New Roman;
    
background:url(images/icon1.gifno-repeat top left;
    
padding:5px 0px 5px 40px;
    
margin-bottom:9px;

anyhow I’m ready to dive into this as soon as I finish the navbar I’m working on - it’s causing me headaches in one remaining section.


Sean. inscribed these words of wisdom on Tuesday Aug 19, 2008 at 11:36 AM | tags: clients, css, templates |
Commenting is not available in this weblog entry.
logo subscribe to rss
theme forest

About Me

This blog is my journey to professional web design and development. Here I will write about code and things I learn about xhtml, css, javascript, jquery, Expression Engine, Wordpress and any other CMS I need to use in my new career.

I will be adding links to the sidebar as I find useful resources and blogs. I'm also looking forward to getting feedback from other designers and developers. Thanks for dropping by.

Web Design Blogs

Tutorials

Online Resources

Find Work

Stock Imagery

Validators

CMSs

Recently Bookmarked

Tag Cloud

Reading List

Categories

subscribe to rss