Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »General »Graphic Design & Web Design Critique

Notices

Graphic Design & Web Design Critique Get Critique from other designers on your graphic & web designs


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 14-08-2007, 07:27 PM
LaurenMarie's Avatar
Detail Nazi
 
Join Date: Aug 2007
Location: CA, USA
Posts: 123
Default

What kind of errors does he have, Tommy? How can he fix them? Any suggestions or advice?
__________________
Looking for more specifics on improving your design skills? Visit my blog at CreativeCurio.com
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #12 (permalink)  
Old 14-08-2007, 07:41 PM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 6,314
Default

if you click the link I provided, it will tell you, but.. here's the skinny..



Pretty basic fixes.. OPACITY isn't valid yet. Hopefully it will be supported in CSS 3.0

Last edited by tommylogic; 14-08-2007 at 07:56 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #13 (permalink)  
Old 15-08-2007, 10:44 PM
Dajo's Avatar
Junior Member
 
Join Date: Jul 2007
Location: Santa Cruz, California
Posts: 32
Default

Hey all, ok I am workin everything out in photoshop right now, I think I know my main problem, and all of you will wonder why the hell would this guy even use this! well yes I was using IWEB. now Im teachin myself dreamweaver. Of course Im liking it alot better. Im not going to advertise the page to anyone as of yet until I have the main finished product. I will be showing you guys what I come up with in photoshop and then go from their thanks to all your help! I am more of the graphic designer than the web designer. I have also changed my logo about a billion times and am closing in on the final version. THANKS AGAIN FOR ALL THE HONEST CRITIQUE. I almost changed my company name I was getting so freakin frustrated with coming up with IDEAS for my logo. However I have allready bought the domain obviously and that wouldve been a total waste of money and time.
__________________
Empowerment lives in how you choose to see
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #14 (permalink)  
Old 16-08-2007, 12:02 AM
Junior Member
 
Join Date: Aug 2007
Posts: 49
Default

A lot has been said about the design already so I won't repeat the words of other but there are serious issues with your code. You've made the big step of using CSS to create your site rather than tables which is great but there are still a few issues that you'll want to address now.

I think you need to take a step back and look at how you've developed your iste (code-wise). I'll use the home page as an example. I would probably use 4 or perhaps 5 divs depending on whether to not there would be a footer. You seem to have used quite a few. It's a big task at the outset but plan it out, the structure of the site (header, nav, left content, right content, etc.) should be the structure of your html. Try and keep your code down to a minimum. Bloated code is bad for accessibility and SEO.

Next point is your CSS. It should be linked either by using the link element or the @import method. Both are great and have their advantages. You should be separating style form content. Any behaviour should also be in an external file. Think of it this way, it would be possible with clean code and external CSS to change your whole design by altering a single file (providing you only have one .css file, sometimes it's good to have a few different ones to make it easier to navigate your css at a later date).

Also you are putting other presentational elements into the html when they should be in the CSS. Your logo/header is really a visual enhancement of your company name. So you would be better off having:

Code:

Imagefix Solutions - Web and graphic Design

or perhaps, fr better SEO:

Code:

Imagefix Solutions - Web, graphic Design

Then using a CSS image replacement technique you can swap out this extremely accessible and keyword rich text for your header image or logo. The same for your navigation menu. It should be a nice unordered list, pure text. All navs should be. Then, if it is needed, you can swap out the text for images. In this case I'm not sure you need images but that's up to you.

Alos you need to use all of the available elements correctly. Think about the meaning of your content. A div element is meant to decide things and is semantically neutral, you've used a few too many here. Remeber with CSS you can style anything, however you want. Paragraph text should be in a

element, your heading should be in a

or

element (depends whether or not you use a h1 for you company info/header). You see, there are lots of different elements available (such as for contact information), make good use out of them. It's good practice and can aid accessibility and help increase you search rankings.

Final note, use a strict doctype. It doesn't matter whether you use HTML or XHTML they are both perfectly valid, what matters is that you use the doctype that helps make sure your code is the best it can be. There are other reasons for using a strict doctype that I won't go into right now.

There is more to this web standards malarkey than tableless layouts but it's not so bad when you sus it.

It's a lot to take in, I know, but if you start thinking about these things now it'll come together quicker than you might imagine.

Your layout is nice you just need a design concept. Try a metaphor, they're used a lot in advertsing and communicate well to users.viewers. As it is it took me a littlw hile to work out what you did and that isn't ideal. If you only achieve one thing, make sure a user knows what you do withing a few seconds. Tag lines can help but a stronger brand would be more useful (oop, I said I wouldn't talk about the design).

Apologies for the long post, I'm new around here and here I am taking up precious page space.

Pete. :)

Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #15 (permalink)  
Old 16-08-2007, 06:45 PM
Member
 
Join Date: Aug 2007
Gender: Male
Posts: 94
Default

Under your portfolio the text is off to the right and is unreadable. If you fix the errors and double check all of your links, etc. for broken links (there are a few in the portfolio whre the image won't dispaly) you should be good.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #16 (permalink)  
Old 19-08-2007, 05:50 AM
Junior Member
 
Join Date: Aug 2007
Posts: 28
Default

Looks pretty good, I would try to do a little something to the opening page, looks pretty blan, but I did end up reading the page, which I probably would not usually do, so that is a good thing.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wanna translate a website? Rickman General Web Design Forum 3 17-03-2008 03:56 PM
wanna learn how to code. Help? Shady Graphic Design and Web Design Help 10 10-02-2008 05:52 PM


All times are GMT. The time now is 03:27 AM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0