This is a discussion on "Fyneworks (stage 2)" within the Free Web Site Critique section. This forum, and the thread "Fyneworks (stage 2) are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Fyneworks (stage 2)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Fyneworks (stage 2)
Before I can focus purely on the content I'd like to have a 2nd round of critique from your guys. I received some very good feedback a few weeks ago and I'm itching to find out whether I'll pass the Webforumz Test of Fire this time round.
I've said it before but I'll say it again: The pages are empty of content, but all the page URLs, titles, descriptions, headings, keywords and 'what have you's are complete - pending critique and subsequent modifications. The portfolio: At the moment I'm using a lightbox effect to display an image of the website, but this is temporary. The intention is to have a full page with details of the work carried out on each project, then a few images... so, clicking on a thumbnail on the frontpage will take you to project details in the future.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|
|
#2
|
|||
|
|||
|
Re: Fyneworks (stage 2)
I like it
The footer design is particularly good. I like the way it fades into nothing. The "recipe" bar is central to your design, and works well. I'm not sure about the logo. On the one hand, it maintains the "jolly font" theme, but it also has some cheap-looking bevelling; perhaps it would be better as flat colour, possibly with an outer stroke as well. I'm also not too keen on the giant faded "fw" letters: they look washed-out. Making a favicon is a nice touch. I prefer your favicon to your logo. I don't understand the purpose of your "Professional web design London" hover-box in the top right corner. What's the point of that information? It looks like the content of <meta> tags. Why is the user supposed to see it? This feels like an effect used for its own sake. The three top nav links (Homepage, Portfolio, Contact) are attractive, but they disappear completely when you disable images. Where's the alt text? Actually, the problem is much more widespread. Try selecting "replace images with alt attributes" in Firefox Webdev. Almost your entire page disappears. Now onto the code. Good job for writing valid XHTML Transitional! On the other hand, this seems an odd Doctype to choose; why not use a Strict Doctype? Your CSS does not pass validation. It appears that you are using some proprietary CSS attributes, such as -moz-border-radius. Personally I don't like this: it goes against the principle of standards-based design. It's no better than using Internet Explorer's proprietary stuff -- just because we all like Mozilla doesn't make using its proprietary extensions more respectable. You appear to have contracted a bout of divitis, a common infection for web designers recovering from table layouts. It's hard to diagnose for sure, but ask yourself whether you need eight levels of nested divs. Your use of headings seems a little cynically SEO-oriented. The document outline suggests a structure that is not mirrored in the visible page. I think you're using the headings purely for SEO. You seem to be hiding your <h2>s completely: they exist in the source code, but I can't see them on the page. I guess this is because you wanted to stuff some more (weighted) keywords into the content, even though you didn't actually want more headings. Similarly, your <h1> has been assigned ridiculously low visual weighting. And now I think I understand the purpose of that hover-box: it's an attempt to legitimise cloaked keyword-stuffing. You don't want your visitors to actually see it, but you do want to serve up your keyword-stuffing to search engines. You're hoping that, because the content can (strictly speaking) be seen, you won't be penalised for cloaking. Are you sure you want to tread this path? Are you sure you're smarter than Google? Google's webmaster guidelines are unequivocal on this: Quote:
Of course, I might have got the wrong end of the stick here. I apologise if I've unfairly accused you. Bottom line:
|
|
#3
|
||||
|
||||
|
Re: Fyneworks (stage 2)
Hi Mike,
Thanks for taking the time to analyse the website in such detail. I really appreciate it. I thought you'd have a few things to say but this is great stuff... The Logo: I personally don't like your suggestion, but I've put it on the website so I can explain why. Without the bevelling it seems, how can I put it, 'lifeless'. It's all a bit too 'flat' and I don't think it fits in with the rest of the design, specially the 'recipe bar' on the middle on the template. And I think the bevelling works well there... What do you think? Favicon: The favicon was my old logo (I've updated it). The old theme was very plain and simple. The feedback I got was that it was too plain and simple. I was using a very basic colour theme and clean fonts. I agree with you, I personally preferred the old theme, but I have to keep in mind what 'most people' will find attractive and the new theme has worked so far so I'll keep it... The three top nav links (Homepage, Portfolio, Contact) What do you mean by 'disappear'? They fade out, and I understand they will seem 'more faded out' in some screens than others, but you should still be able to see it. Alt texts The only images on the entire website, at the moment, are the portofolio screen-shots. Everything else you see are background images so I can't have 'alt texts' as such. That said, I take your point and I've added 'title' to all links that are replaced by a background image. why not use a Strict Doctype? Can't argue with that. Just a little laziness I guess. I have so many websites and a lot of code already written in xHTML transitional. It would take me a whole weekend to check everything so I keep putting it off (as I know it's not essential). I'll get there eventually... CSS does not pass validation We had a discussion about this not long ago. I had enough of using javascript to programmatically insert CSS that works but doesn't validate. I am a true follower of code validation, specially markup. We valid our html to make sure it works for every user. Browsers ignore CSS statement they don't recognize a carry on parsing the CSS. Nothing breaks, nothing stops working. Why should your user suffer (ie.: be forced to download extra code and rely on javascript) just so that I can feel good about the fact all browsers accept every statement in my CSS? Do you see my point? About divitis LOL, I can guarantee I don't have that condition, but it's really funny, thanks for that! I am aware of a couple of useless layers at the moment (eg.: .body-wrap around #body) and I'll be getting rid of them when I'm fixed on the design. Also, someone is also very kind to point out that this div tag (just after body)... <div id="Frontpage0" class="PageWrapper FF ClsFrontpage Frontpage FP NotPrintable NotHighCon NotTextOnly"> ...is useless. But it is key to the workings of my CMS. My use of headings My H1 tags are SEO'd to the max. No doubt about it (and no shame either). On the frontpage, the H2s are replaced by graphics to fit in with the theme. On the other pages, one H2 is the title of the document (ie, 'Quality Websites' here) The other H2 is hidden because it's the menu heading. I suppose I can ditch this one, but I wanted it there because it makes sense when you read the website with CSS disabled. Now for the big one... The H1 and hover box: Quote:
Right, The reasons for the small H1 and the hover effect were: 1. I want SEO'd H1 tags, not necessarily in the most friendly or marketing friendly format, but that logically describe the content. 2. As a document, I want each page to include a concise and keyword rich description of the content at the very top of the page. I put the those together and I thought of a simple idea: Show the H1 and put the description in a tooltip. Reasons for it: 1. Web-users are well used to this type of functionality/effect 2. It is un-obstrusive and I wouldn't have done it it I couldn't see anyone finding it useful. 3. I'm 100% confident that visitors who work out how to use it (I'm not imposing it on anyone) will find the tooltip to be a handy tool on each page. It may not seem so helpful because it's fairly simple to work out what they're all about. But on deeper pages, I think the description will be very, very handy... I'm actually thinking about expanding the tooltip and providing 'see also' links or something like that... Now for the key question: Would I do this if search engines didn't exist? Yes. Obviously not in the exact same way, but yes. Other key questions would be: Have I done this before? Yes. Did it work? Yes. Any drawbacks (from users or SEs)? None what-so-ever. Once again, thanks for your critique... Look forward to your reply
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; Jun 14th, 2007 at 06:01. |
|
#4
|
|||||
|
|||||
|
Re: Fyneworks (stage 2)
I see you've changed the logo (at least temporarily). I much prefer the new one; other people might have completely the opposite judgement. I think bevelling tends to work best when you have straight, angular text (rather than curvy text).
If you can spare the space, the logo may look better with a margin at the top. At the moment, its right up against the page border. Quote:
Since these images are content, not decoration, you might consider making them <img> tags in the HTML, rather than background images in the CSS. Then you could use alt text. Note that title should not be used as a substitute for alt. They are different. Try disabling images in your browser. You'll see the problem (it's not just those three items). Quote:
Quote:
Quote:
But it is a funny name Quote:
Besides, it is a cool effect Last edited by MikeHopley; Jun 14th, 2007 at 08:18. |
|
#5
|
|||||||||
|
|||||||||
|
Re: Fyneworks (stage 2)
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
PS.: They're all PNGs at the moment, very large. I'll compress and export them to GIFs when I'm done and minimize download times. Quote:
Quote:
Once again Mike, I really appreciate you taking your time to raise these issues with me. You've been a great help...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#6
|
||||
|
||||
|
Re: Fyneworks (stage 2)
PS.:
I'm not trying to brainwash you and I'm not preaching, but check this out... This page is 3rd on a Google search for SEO Expert London. Those pages have been up for 2 only weeks, and don't even have a considerable amount of content yet. But, the amount of time I spend getting the headings/keywords/descriptions right are already paying off...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#7
|
||||
|
||||
|
Re: Fyneworks (stage 2)
Changed the logo again. I had a ripple effect bevel, which looked quite messy (it was intentional). Now I'm using a smooth bevel, probably the best of both worlds. How's that looking now?
See a screen-shot of the original logo.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#8
|
||||
|
||||
|
Re: Fyneworks (stage 2)
Aha! Another logo variation. That one is good too -- a little less plain, but still "clean". My favourite so far
Quote:
Quote:
Quote:
Quote:
|
|
#9
|
||||
|
||||
|
Re: Fyneworks (stage 2)
Take out these two worthless lines on homepage:
Quote:
|
|
#10
|
||||
|
||||
|
Re: Fyneworks (stage 2)
Quote:
I 'm ok with removing the second line, but if I also revome the heading 'the recipe for a really good website' the menu won't make any sense. Quote:
I agree that there;s too much going on with the fonts. My intention was to have the cool font for logo/navigation only. Everything else should be Verdana/Arial. Quote:
Thanks for the feedback!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#11
|
||||
|
||||
|
Re: Fyneworks (stage 2)
I actually like the font/color variation on this site. Usually I don't like mixing, but I think it works well here. I'll probably have time for a more in-depth critique later (I've been so dang busy these past few weeks). I too dislike the logo. I think it would look much better if you took out the giant fw in the background. Apart from that, I don't mind the colors or the font. You could probably spend some time to clean up the bevel a little bit, though.
Also, by taking out the huge fw, the content will be further up. It just looks funny as it is. |
|
#12
|
||||||
|
||||||
|
Re: Fyneworks (stage 2)
Mason:
I've made the changes you suggested. Check it out. Mike: Quote:
Quote:
But what's the second? Quote:
Quote:
Ryan: Quote:
Quote:
I wanted something striking, something to make an impact and make people remember the website. If I was a good graphic designer I'd make a cool little cartoon or something, but the big faded FW background was the best I could think of... Any suggestions? Thank you all for replying! PS.: I forgot to say this before, but I will be using the white space to the right of the logo, to show 1 or 2 marketing links or a little banner - which btw Mike, will be an actual image
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; Jun 15th, 2007 at 08:21. |
|
#13
|
|||
|
|||
|
Re: Fyneworks (stage 2)
|