This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Site Ratings & Reviews > November 2005 > Critique Please





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Critique Please
wayne

2005-11-22, 7:16 pm

I am reworking a website and would appreciate your input. The work I am
doing is at:
http://solarflarearts.glenmeadows.com

The original page is:
http://www.solarflarearts.com

TIA

--
Wayne
http://www.glenmeadows.com
wayne

2005-11-22, 7:16 pm

wayne wrote:
> I am reworking a website and would appreciate your input. The work I am
> doing is at:
> http://solarflarearts.glenmeadows.com
>
> The original page is:
> http://www.solarflarearts.com
>
> TIA
>

Sorry, wrong url, should be:
http://solarflares.glenmeadows.com

--
Wayne
http://www.glenmeadows.com
Philip Ronan

2005-11-22, 7:16 pm

"wayne" wrote:

> wayne wrote:
> Sorry, wrong url, should be:
> http://solarflares.glenmeadows.com


A massive improvement, but it still looks cheap and amateurish. Here are a
few suggestions:

1. The photo on the home page looks a bit crap. Tell them they need to visit
a professional photographer and get some proper publicity shots.

2. Ihe page design is boring and inconsistent (e.g., some pages have
headings, some don't). Every page has a link pointing to itself (bad!), and
there is no indication of how each page relates to the rest of the website
(also bad!).

3. The "Furniture, carvings & pipes" page contains a bunch of thumbnails
with no explanatory text or alt attributes. And they're hyperlinked to
something, but I couldn't be bothered to find out. You need to explain to
the visitor what is going on.

4. The "music" page contains no music. Why not upload a few MP3s so people
can listen to his music online?

5. Learn how to compress images properly. The thumbnail images take up way
too much bandwidth.

6. The "contact us" link is underneath "Linda Schroeder". Is there more than
one Linda Schroeder, or is your menu design a bit of a mess?

etc...

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/

Jim Moe

2005-11-22, 7:16 pm

wayne wrote:
> I am reworking a website and would appreciate your input. The work I am
> doing is at:
> http://solarflarearts.glenmeadows.com
>

General:
- What is the significance of "Solar Flare"?

Visual:
- Red, white and blue is very patriotic (USA). Is that the idea? If not,
ask for some of their business stationery and use that as a starting point
for a color scheme.
- The navigation is as boring as it gets. At least group the links that
are unique to each artist with a border or background.
Visit <http://css.maxdesign.com.au/listamatic/> for some basic ideas.
- In general light-on-dark is harder to read than the usual dark-on-light.
The main reason is the bleed-through effect on CRT monitors: the
background encroaches on the foreground reducing the contrast. The normal
countermeasure is a larger font size or a bold font weight.

CSS:
- There are a couple of validation errors. One which was missed by the
validator:
#content { padding : 15px.15px 15px 15px; }
Unless you really wanted a 0.15px right padding?
- There is a "@media print" section in main.css, and a print.css. Why
split it up like that?

HTML:
- A validation error: <center> is not allowed.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
wayne

2005-11-23, 3:18 am

Philip Ronan wrote:
> "wayne" wrote:
>
>
>
>
> A massive improvement, but it still looks cheap and amateurish. Here are a
> few suggestions:
>
> 1. The photo on the home page looks a bit crap. Tell them they need to visit
> a professional photographer and get some proper publicity shots.
>
> 2. Ihe page design is boring and inconsistent (e.g., some pages have
> headings, some don't). Every page has a link pointing to itself (bad!), and
> there is no indication of how each page relates to the rest of the website
> (also bad!).
>
> 3. The "Furniture, carvings & pipes" page contains a bunch of thumbnails
> with no explanatory text or alt attributes. And they're hyperlinked to
> something, but I couldn't be bothered to find out. You need to explain to
> the visitor what is going on.
>
> 4. The "music" page contains no music. Why not upload a few MP3s so people
> can listen to his music online?
>
> 5. Learn how to compress images properly. The thumbnail images take up way
> too much bandwidth.
>
> 6. The "contact us" link is underneath "Linda Schroeder". Is there more than
> one Linda Schroeder, or is your menu design a bit of a mess?
>
> etc...
>


I have requested photos, but have not yet received any. I will suggest a
professional photographer.

Thanks for catching the headings. I didn't notice that at all! As for
the links for each page pointing to itself, I have one menu include file
and use PHP. Is there a script available to exclude the page displayed?
Also, indication of how each page relates to the rest of the site, are
you referring to a site map? Not sure how to proceed here.

I haven't changed the design from the original too much, just removed
the frames and tables.

Music is a good idea! One of the original pages refers to a cd being
released in 2004. I just requested information as to whether or not it
was, and if it was, for information about it. If not, corrected
information when it will be.

I haven't tried compressing images at all. I believe that a zipped file
will be automatically opened in a browser. Is this correct?

The menu is definitely a mess! Will have to work on it, along with
better content.

Thanks so much for your help Philip.

--
Wayne
http://www.glenmeadows.com
wayne

2005-11-23, 3:18 am

Jim Moe wrote:
> wayne wrote:
>
> General:
> - What is the significance of "Solar Flare"?
>
> Visual:
> - Red, white and blue is very patriotic (USA). Is that the idea? If not,
> ask for some of their business stationery and use that as a starting
> point for a color scheme.
> - The navigation is as boring as it gets. At least group the links that
> are unique to each artist with a border or background.
> Visit <http://css.maxdesign.com.au/listamatic/> for some basic ideas.
> - In general light-on-dark is harder to read than the usual
> dark-on-light. The main reason is the bleed-through effect on CRT
> monitors: the background encroaches on the foreground reducing the
> contrast. The normal countermeasure is a larger font size or a bold font
> weight.
>
> CSS:
> - There are a couple of validation errors. One which was missed by the
> validator:
> #content { padding : 15px.15px 15px 15px; }
> Unless you really wanted a 0.15px right padding?
> - There is a "@media print" section in main.css, and a print.css. Why
> split it up like that?
>
> HTML:
> - A validation error: <center> is not allowed.
>

Solar Flares is the name the owners have chosen to perform under. I did
a search on "Solar Flares" and found a group that performs in England,
and has been for many years, by that name. I don't think the name is a
good choice, but Linda Schroeder assured me that they had the "rights"
to "Solar Flares" and "Solar Flare Arts."

Not really thinking of patriotic colors, the original site was blue with
a red graphic and white text. Just tried to keep the "feel" of the
site. I will work on changing to a dark on light scheme and will visit
the link you supplied!

I don't know how that extra decimal ended up in the CSS. My editor
places a character that looks like a period or decimal sometimes when
there are two spaces next to each other. I guess I better look more
carefully!

On the @media print, good point. I will change that immediately.

Sorry I missed the <center> tag too. The users here are really good.

Thanks for your help Jim.

I will be looking for more feedback soon!

Regards,

Wayne

--
Wayne
http://www.glenmeadows.com
Jim Moe

2005-11-23, 3:18 am

wayne wrote:
> Solar Flares is the name the owners have chosen to perform under. I did
> a search on "Solar Flares" and found a group that performs in England,
> and has been for many years, by that name. I don't think the name is a
> good choice, but Linda Schroeder assured me that they had the "rights"
> to "Solar Flares" and "Solar Flare Arts."
>

That did not answer my question.
"Solar Flares" is an exotic name. It almost demands an explanation. The
site seems incomplete without some background on how such a provocative
name came to be.
Few names have such a draw. No one much cares about the name "White Hot
Bunny Thumpers." Solar Flares, though, has a political or environmental
cachet to it. It is unsatisfying to think they just picked the name randomly.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jim Moe

2005-11-23, 3:18 am

wayne wrote:
>
> I haven't tried compressing images at all. I believe that a zipped file
> will be automatically opened in a browser. Is this correct?
>

Use a medium to low quality JPEG format. The compression is awesome,
the poor quality not really noticeable on monitors. Size the images to the
target size; do not use the browser to do that.
No, browsers do not know what to do with zip files besides download
them. Browsers only know GIF, PNG, and JPEG image formats.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
wayne

2005-11-23, 3:18 am

Jim Moe wrote:
> wayne wrote:
>
> That did not answer my question.
> "Solar Flares" is an exotic name. It almost demands an explanation.
> The site seems incomplete without some background on how such a
> provocative name came to be.
> Few names have such a draw. No one much cares about the name "White
> Hot Bunny Thumpers." Solar Flares, though, has a political or
> environmental cachet to it. It is unsatisfying to think they just picked
> the name randomly.
>

I see, I will see if the site owners will give me some more background.
Thank you for your input Jim.

Also, I made some changes to the site, including removing the current
page from the links. Is it any better, aside from the pictures?

Regards,

--
Wayne
http://www.glenmeadows.com
Philip Ronan

2005-11-23, 6:27 am

"wayne" wrote:

> As for
> the links for each page pointing to itself, I have one menu include file
> and use PHP. Is there a script available to exclude the page displayed?


Just check the value of $_SERVER['REQUEST_URI'];

> Also, indication of how each page relates to the rest of the site, are
> you referring to a site map? Not sure how to proceed here.


No I didn't explain that very clearly! What I mean is that it's easy to get
lost in your site because the menu doesn't provide any feedback about the
current position. Although I notice you seem to have fixed this now.

You still need to sort out the "furniture" section though. What do these
pictures link to? Web pages? Images? Search Google for "mystery meat
navigation" and you'll see why this is a bad idea.

> I haven't tried compressing images at all. I believe that a zipped file
> will be automatically opened in a browser. Is this correct?


No. Use JPEG compression for photographs, but you will hardly ever need to
set the compression level higher than 50%. Apply a "sharpen" filter before
you compress. And try to avoid compressing with Photoshop, which produces
rather bloated files. On Macintoshes, GraphicConverter is teh best tool I've
found at producing efficient JPEGs. I've heard there's a Windows application
called "the gimp" (?) that does a similar job.

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/

Guybrush Threepwood

2005-11-23, 6:36 pm

On Wed, 23 Nov 2005 09:19:51 +0000, Philip Ronan wrote:

> "wayne" wrote:
>
>
> No. Use JPEG compression for photographs, but you will hardly ever need to
> set the compression level higher than 50%. Apply a "sharpen" filter before
> you compress. And try to avoid compressing with Photoshop, which produces
> rather bloated files. On Macintoshes, GraphicConverter is teh best tool
> I've found at producing efficient JPEGs. I've heard there's a Windows
> application called "the gimp" (?) that does a similar job.


http://www.gimp.org/

It is an open-source application. Binaries are available for UNIX, Windows
and Mac.

--
"Don't worry about people stealing your ideas. If your ideas are any
good, you'll have to ram them down people's throats."
-- Howard Aiken

wayne

2005-11-23, 6:36 pm

Philip Ronan wrote:
> "wayne" wrote:
> Just check the value of $_SERVER['REQUEST_URI'];
>


> No I didn't explain that very clearly! What I mean is that it's easy to get
> lost in your site because the menu doesn't provide any feedback about the
> current position. Although I notice you seem to have fixed this now.
>

Yes, I use PHP and found a script to replace the current page using
$page_title with a <span>

> You still need to sort out the "furniture" section though. What do these
> pictures link to? Web pages? Images? Search Google for "mystery meat
> navigation" and you'll see why this is a bad idea.
>

I added text "Click on images for more information." Is this better, or
are thumbnails not a good idea for links?

>
> No. Use JPEG compression for photographs, but you will hardly ever need to
> set the compression level higher than 50%. Apply a "sharpen" filter before
> you compress. And try to avoid compressing with Photoshop, which produces
> rather bloated files. On Macintoshes, GraphicConverter is teh best tool I've
> found at producing efficient JPEGs. I've heard there's a Windows application
> called "the gimp" (?) that does a similar job.
>

I use the gimp which is a Linux program. I haven't tried that much
compression or sharpening the image. Will work on that. Right now I am
removing extra Front Page tags from the pages to make them XHTML 1.0
compliant.

Thanks again for your input Philip. I also changed the colors a bit,
but I am not sure I have the right mixture yet. I haven't been in
contact with the owners lately so I'm not sure how attached they are to
the blue and red.

Regards,
--
Wayne
http://www.glenmeadows.com
Philip Ronan

2005-11-23, 6:36 pm

"wayne" wrote:

> I added text "Click on images for more information." Is this better, or
> are thumbnails not a good idea for links?


That's a good start. The main thing is to (a) point out that the images are
actually hyperlinked, and (b) give some indication of whaat they are linked
to. You could probably go a bit further with (b), but you're OK for the time
being.

Keep up the good work :-D

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/

Jim Moe

2005-11-23, 6:36 pm

wayne wrote:
>
> Also, I made some changes to the site, including removing the current
> page from the links. Is it any better, aside from the pictures?
>

The red on bright blue is hard on the eyes. Developing a color scheme
is not easy; that's why I suggested looking at their business stationery.
The box around the menu did not help much. I was thinking a box around
each artist's links so we can see which links are specific to the person.
For instance the "Contact Us" link makes Linda seem a multiple
personality. And is "Solar Flares Music" both of them or just Linda?

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
wayne

2005-11-23, 6:36 pm

Jim Moe wrote:
> wayne wrote:
>
> The red on bright blue is hard on the eyes. Developing a color scheme
> is not easy; that's why I suggested looking at their business stationery.
> The box around the menu did not help much. I was thinking a box around
> each artist's links so we can see which links are specific to the
> person. For instance the "Contact Us" link makes Linda seem a multiple
> personality. And is "Solar Flares Music" both of them or just Linda?
>

Your points are well taken Jim. I will be changing the blue and red -
today. How about separate menus on the left and right of the content
window for each artist? That only leaves the common menu items as an issue.

Regards,

--
Wayne
http://www.glenmeadows.com
wayne

2005-11-23, 6:36 pm

Philip Ronan wrote:
> "wayne" wrote:
>
>
>
>
> That's a good start. The main thing is to (a) point out that the images are
> actually hyperlinked, and (b) give some indication of whaat they are linked
> to. You could probably go a bit further with (b), but you're OK for the time
> being.
>
> Keep up the good work :-D

Thank you Philip, for your help. I just received an email from the site
owner
and she will be sending new pictures! I will continue to try and find a
better
color scheme and organization for the menu items. Text under each of the
pictures
is doable, but don't want to invest the time until I receive the
pictures that
will ultimately be on the page.


--
Wayne
http://www.glenmeadows.com
Berimor

2005-11-25, 10:37 pm

On Tue, 22 Nov 2005 16:48:23 +0200, wayne <wdh@swbell.net> wrote:

> I am reworking a website and would appreciate your input. The work I am
> doing is at:
> http://solarflarearts.glenmeadows.com
>
> The original page is:
> http://www.solarflarearts.com
>



I'd put some air into tables that exist menus - to make some space between
borders and existing links. Try to add "cellpadding=10".
I'd swap colors too - the backroud for menus - white, central part - grey.
I'd make all lines of the same width - 2 at the top and borders of menus.
Or make the difference very noticable - made wider wide ones, or thiner -
thing ones.

Think that will make some good changes in general view.



--
---
Exact Meta Search | Major Search Engine
http://exactsearcher.com
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews