HighDots Forums  

Critique wanted http://www.my-julian-california-land.com

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Critique wanted http://www.my-julian-california-land.com in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill Fischer
 
Posts: n/a

Default Critique wanted http://www.my-julian-california-land.com - 06-15-2006 , 10:06 PM






Critique wanted www.my-julian-california-land.com

Reply With Quote
  #2  
Old   
Paul Watt
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 06-15-2006 , 10:42 PM









"Bill Fischer" <billfischermd (AT) dslextreme (DOT) com> wrote

Quote:
Critique wanted www.my-julian-california-land.com
Hi,
Just a few points.

Page doesn't "flow".
Theres no real structure to the page.
Nothing lines up, looks un professional.
just my 2 pence worth

--
Cheers

Paul

http://www.paulwatt.info




Reply With Quote
  #3  
Old   
Jim Moe
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 06-16-2006 , 12:14 AM



Bill Fischer wrote:
Quote:
Critique wanted www.my-julian-california-land.com
Almost none of the text fits in any of the boxes. Apparently the layout
is fine tuned to a single font and package. Try changing the text size and
see what happens.

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


Reply With Quote
  #4  
Old   
NOXwebmasterx@xmbstevensx.com
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 06-16-2006 , 07:08 AM



Bill Fischer wrote:
Quote:
Critique wanted www.my-julian-california-land.com
It is legal in HTML 4, but a bad idea, to use new windows
to open new pages. You break the visitor's back button.
You are also taking over preferences from the visitor. Most modern
browsers allow you to set whether you want to open things in a new window.
Your page is suffering from divitis. Instead of...

<div class="divlinks" id="layer6">
<h3>Links to Photos and More Information</h3>
<p class="links"><a>....</a></p>
......
</div>

....it would make more sense to use an unordered list...
<h3>Links to Pho...</h3>
<ul>
<li><a>...</a></li>
</ul>

....because this is what it in fact is. It is not a series
of paragraphs.

The colors and contrasts are good, and fit the subject matter well.
The "Live in Peace..." h3 shouls either have a transparent background or
the div it is in should have a border like the other divs. I think I
would go for the transparent background.

Not a bad page at all.
--
mbstevens
http://www.mbstevens.com






Reply With Quote
  #5  
Old   
JDS
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 06-18-2006 , 12:40 PM



On Thu, 15 Jun 2006 20:06:02 -0700, Bill Fischer wrote:

Quote:
Critique wanted www.my-julian-california-land.com
I guess it's okay. I think maybe it is over-designed by someone who is
not really a designer. Color choices, for example, could stand to be
rethought a little. Also, the photos in general are awful. (Lousy
photos, IMO, is easily in the top three things (if not *the* top thing)
that shout "not a professional". Mind you, getting good photos is a lot
harder than most people realize.) You may want to consider, for example,
using pictures from when the trees actually have foliage on them. Surely
there is a time of year when the trees are green?

Also, who really cares if your page is valid HTML 4.01? You do, yes. Any
professional HTML coder should care. But your clients won't. I cannot
understand why people insist on putting those little W3 tags on their
pages. Yes, *do* use valid coding, but you don't have to advertise it; no
one cares.

And finally, you are using tables for layout. No one in *this* HTML
newsgroup is going to okay that practice! Me included. There are better
ways to lay out the page, namely CSS layout. Google on "CSS layout",
find one you like, and misappropriate it for your own. I'm talking
layout, now, not design. Steal the CSS code that places the page
elements, bu don't steal the images, and design scheme from another
layout. I hope you get what I mean on that.

Allright, later...
--
JDS | jeffrey (AT) go (DOT) away.com



Reply With Quote
  #6  
Old   
billfischermd@netscape.net
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 07-14-2006 , 12:19 PM



Bill Fischer wrote:
Quote:
Critique wanted www.my-julian-california-land.com
Thanks to all of you for your replies.

" ... looks unprofessional."
"I think maybe it is over-designed by someone who is
not really a designer."

There's a reason for that.

"Almost none of the text fits in any of the boxes."

How did you detect that? I've looked and I can't see the descrepency.

"It is legal in HTML 4, but a bad idea, to use new windows
to open new pages. You break the visitor's back button."

You're not the first person to make that comment. I'll fix that in my
re-do of the site.

"Your page is suffering from divitis. ..it would make more sense to use
an unordered list... "

I'm not trying to seem inflexible or stubborn, but why does it make a
difference if I use a table or a layer? I'm using FrontPage 2003. I
feel I have more control over the page by using layers.

"Also, who really cares if your page is valid HTML 4.01?"

That's a good point. I'll get rid of it.

Sorry about the graphics. I'm not pleased with them either. As to
getting a professional photographer, when you're doing the site on a
shoestring, you meet certain budget constraints. My staff is limited
these days to one -- me.

My property is located in an area ravaged by the Cedar Fire in October
2003. My place was totally destroyed. The underbrush is coming back,
but the property still lacks for greenery.

Thank you again for your comments.

Bill Fischer



Reply With Quote
  #7  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 07-14-2006 , 01:28 PM



billfischermd (AT) netscape (DOT) net wrote:

Quote:
"Almost none of the text fits in any of the boxes."

How did you detect that? I've looked and I can't see the descrepency.
http://k75s.home.att.net/show/julian.jpg

You need to think about sizing the containers using em units instead of
pixels, so that when folks with visual problems who have larger font
sizes set as their default, expands the text but not the boxes.

Use percentages for font-sizing instead of points (points are for
printing, and points/pixels don't resize in Internet Explorer.

http://k75s.home.att.net/fontsize.html

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #8  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 07-14-2006 , 02:37 PM



On 2006-07-14, billfischermd (AT) netscape (DOT) net wrote:
Quote:
Bill Fischer wrote:
Critique wanted www.my-julian-california-land.com

Thanks to all of you for your replies.

" ... looks unprofessional."
"I think maybe it is over-designed by someone who is
not really a designer."

There's a reason for that.

"Almost none of the text fits in any of the boxes."

How did you detect that? I've looked and I can't see the descrepency.
<http://cfaj.freeshell.org/www/julian-california.jpg>

[snip]
Quote:
I'm not trying to seem inflexible or stubborn, but why does it make a
difference if I use a table or a layer? I'm using FrontPage 2003.
If you are serious about producing a good site, don't use
FrontPage. It produces the worst HTML I've ever seen (and that's
saying something).

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #9  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 07-14-2006 , 02:55 PM



Chris F.A. Johnson wrote:

Quote:
On 2006-07-14, billfischermd (AT) netscape (DOT) net wrote:
I'm not trying to seem inflexible or stubborn, but why does it make a
difference if I use a table or a layer? I'm using FrontPage 2003.
Layer is an old Netscape term. Call it CSS-layout, or divisions [<div>].
Tables are for tabular data. Like spreadsheets, address lists - where
columns and rows relate to each other.

<http://groups.google.com/groups?lnk=hpsg&q=layout+table+abuse>

Quote:
If you are serious about producing a good site, don't use FrontPage.
It produces the worst HTML I've ever seen (and that's saying
something).
The common list of the worst HTML editors... <g>
4. Microsoft FrontPlague
3. Microsoft Word
2. Microsoft Excel
1. Microsoft Publisher

Reading the source of a page produced with Publisher is a chore worse
than changing your grandbaby's diapers.

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #10  
Old   
Bill Fischer
 
Posts: n/a

Default Re: Critique wanted http://www.my-julian-california-land.com - 07-14-2006 , 03:05 PM



Chris F.A. Johnson wrote:

Quote:
If you are serious about producing a good site, don't use
FrontPage. It produces the worst HTML I've ever seen (and that's
saying something).

Rumsfeld said: "You go to war with the army you have."

I have FrontPage 2003. And, yes, I try to go into the HTML code to make
corrections.

Which designer do you recommend?

Bill Fischer


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.