Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorseancurtis
    • CommentTimeFeb 15th 2008 edited
     
    Just thought I'd get some feedback from other designers on our new site - http://www.techflare.com.au

    We finally got time between projects to ditch our 4 year old, table based monstrosity and replace it with a brand new XHTML/CSS site. We're still populating content - aka marketing fluff :) - but the important bits are done.

    I put a lot of time into making the Sales pages easy to navigate and the information clearly presented. We still need to add some niceties on like sorting, but the basic functionality works quite well.

    I haven't been able to test it on a Mac yet but I tried to keep the CSS free of hacks.

    Things I'm not happy with:
    - Top menu is a 3rd party asp.net component and is very heavy on the code
    - Wish I'd done more work with grid based design before starting on this site (the backend uses blueprint and it looks stunning).
    - Lack of time allocated to accessibility testing

    Anyway let me know what you guys think...
    • CommentAuthorjoelemma
    • CommentTimeApr 2nd 2008
     
    Nice work. It looks good to me on a Mac using Safari.

    http://www.techflare.com.au/about/Terms_And_Conditions/ and http://www.techflare.com.au/about/Privacy_Policy/ have a few markup problems, but they seem to work fine.
    •  
      CommentAuthordkdenz
    • CommentTimeApr 3rd 2008 edited
     
    Hi

    If you use inline-styles, you need a meta-element like this:
    meta http-equiv="Content-Style-Type" content="text/css" /
    http://www.w3.org/TR/html401/present/styles.html#h-14.2.1