This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Site Ratings & Reviews > December 2003 > re-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 |
re-Critique please
|
|
|
| Hi there.
I've revamped my small biz website:
www.k-techs.tzo.com
its still in infacy stage but tell me what you think. Dont be too hard,.. I
am learning.
Thanks for any assistance.
Thanks.
Rob J
| |
|
|
"RJ" <just wondering@question.net> wrote in message
news:Cwmqb.2997$E9.902@nwrddc01.gnilink.net...quote:
> Hi there.
>
> I've revamped my small biz website:
>
> www.k-techs.tzo.com
>
> its still in infacy stage but tell me what you think. Dont be too hard,..
Iquote:
> am learning.
>
> Thanks for any assistance.
It breaks when I make my font larger. Certain bits of text overlay other
bits of text.
Allways test your page at many and varied font sizes.
Do not use pictures of text (your nav bars). Use real text. Real text can be
changed in size and can be listened to by blind viewers.
Cheers
Richard.
| |
| Trevor George 2003-12-03, 7:26 pm |
| RJ wrote in message ...quote:
> I've revamped my small biz website:
The text overlaps.
Don't like the vertical writing !
Why do you do it as there is plenty of room for horizontal writing?
The Navigation from page-to-page doesn't work.
| |
| gmcclary 2003-12-03, 7:26 pm |
| "RJ" <just wondering@question.net> wrote in message
news:Cwmqb.2997$E9.902@nwrddc01.gnilink.net...quote:
> Hi there.
>
> I've revamped my small biz website:
>
> www.k-techs.tzo.com
>
> its still in infacy stage but tell me what you think. Dont be too hard,..
Iquote:
> am learning.
>
> Thanks for any assistance.
>
> Thanks.
>
> Rob J
>
>
O.k., not too hard...
The copy needs a re-write.
The vertical menu is bad, if not terrible, or worse.
The code looks like spaghetti, but then, I know nothing of code...
Why include your CSS on the page? Is this your only page?
IT Technology--- is that redundant? like 'Information Technology
Technology'?
What is that large graphic? Is it landing, or taking off? What does it have
to do with what you're selling?
Your absolute positions and font size break (overlap) in MSIE 6 and Netscape
7 if I need to use a larger view...
But then, it is a good place to start... If you are learning, you are doing
fine.
--
Glenn
| |
| kchayka 2003-12-03, 7:26 pm |
| RJ wrote:quote:
>
> I've revamped my small biz website:
> www.k-techs.tzo.com
I'm still having a lot of trouble with your server. I got the home page
displayed, then got nothing but timeouts. Why don't you get your own
domain name and move to a nice, reliable Unix server? ;)
The graphics are still cheesy and don't look good together. What does
that disco ball in the top left corner have to do with networking or
CAD? And I can tell from the graphic name that the triangle thingy on
the far right is some autoCAD diagram, but it is too small to make out
any detail so it just looks like a blue pyramid, so... what does a
pyramid have to do with networking or CAD? I don't like the bright blue
text, either.
The copy on the home page is better than your first attempt, at least it
says something meaningful about who you are and what you do, but I
suggest not writing it all in paragraph form. People looking for
information on the web scan text rather than read it. They need
something to focus on. Consider something like:
heading (i.e. "What I do")
<a line or two intro>
* bullet list
* of services
* using primarily
* SE keywords
It will help draw the eye to your important stuff, be easier to read on
screen, and search engines will like it, too.
The code is better than your first attempt, too, but still has a lot of
cruft in it, like mixed CSS and HTML style attributes (ishy <font>
stuff) and excessive rollover junk (which should be done in CSS anyway).
You need to use an external stylesheet, not embed <style> rules on
every page, nor have a bunch of inline styles. There is much code
cleanup yet to do.
You must also make FrontPage stop absolutely positioning every element
on the page. It causes overlapping text, among other things. Better
yet, dump FP altogether, or at least disable every attempt it makes to
"help" you code. It does a horrible job.
quote:
> Dont be too hard,.. I am learning.
Not as scathing as the first critique, but you you still have a ways to
go, methinks.
--
To email a reply, remove (dash)un(dash). Mail sent to the un
address is considered spam and automatically deleted.
| |
|
| Now,.. some meat that I need,... I like this review.
I didn't know about the excessive code FrontPage writes.
I like your idea on the bullets instead of paragraphing.
The others,... I will take another poke at it.
Trust kchayka,................ I want to go Linux but been indoctrinated
sooooo much into Microsoft that when I tried to make a server I just got
lost. (Suse and Redhat!!)
Thanks for your review.
Rob J
"kchayka" <kcha-un-yka@sihope.com> wrote in message
news:3faa5b2f$0$40213$39cecf19@news.twtelecom.net...quote:
> RJ wrote:
>
> I'm still having a lot of trouble with your server. I got the home page
> displayed, then got nothing but timeouts. Why don't you get your own
> domain name and move to a nice, reliable Unix server? ;)
>
> The graphics are still cheesy and don't look good together. What does
> that disco ball in the top left corner have to do with networking or
> CAD? And I can tell from the graphic name that the triangle thingy on
> the far right is some autoCAD diagram, but it is too small to make out
> any detail so it just looks like a blue pyramid, so... what does a
> pyramid have to do with networking or CAD? I don't like the bright blue
> text, either.
>
> The copy on the home page is better than your first attempt, at least it
> says something meaningful about who you are and what you do, but I
> suggest not writing it all in paragraph form. People looking for
> information on the web scan text rather than read it. They need
> something to focus on. Consider something like:
>
> heading (i.e. "What I do")
> <a line or two intro>
> * bullet list
> * of services
> * using primarily
> * SE keywords
>
> It will help draw the eye to your important stuff, be easier to read on
> screen, and search engines will like it, too.
>
> The code is better than your first attempt, too, but still has a lot of
> cruft in it, like mixed CSS and HTML style attributes (ishy <font>
> stuff) and excessive rollover junk (which should be done in CSS anyway).
> You need to use an external stylesheet, not embed <style> rules on
> every page, nor have a bunch of inline styles. There is much code
> cleanup yet to do.
>
> You must also make FrontPage stop absolutely positioning every element
> on the page. It causes overlapping text, among other things. Better
> yet, dump FP altogether, or at least disable every attempt it makes to
> "help" you code. It does a horrible job.
>
>
> Not as scathing as the first critique, but you you still have a ways to
> go, methinks.
>
> --
> To email a reply, remove (dash)un(dash). Mail sent to the un
> address is considered spam and automatically deleted.
| |
| Ian Miller 2003-12-03, 7:26 pm |
| >quote:
> I've revamped my small biz website:
>
> www.k-techs.tzo.com
>
> its still in infacy stage but tell me what you think. Dont be too hard,.. I
> am learning.
>
Still awful. Have you tried testing in any browsers at all?
Here's a screenshot from Mozilla 1.5:
http://www.ianmiller.net/knights.gif
Ian M
| |
| Nico Schuyt 2003-12-03, 7:26 pm |
| RJ wrote:quote:
> www.k-techs.tzo.com
In addition of what others said: Don't resize pictures in HTML.
The acad2000box.jpg for example (96x98) is in fact 190x225 pixels.
The quality will improve if you resize in a picture editor.
Regards, Nico
| |
|
| Wow,... how do I control that,... make the text a pic or what?!?!?
Thanks for the pic too.
Rob J
"Ian Miller" <news@ianmiller.net> wrote in message
news:boeae2$gem$1@hercules.btinternet.com...quote:
hard,.. I[QUOTE][color=darkred]
>
> Still awful. Have you tried testing in any browsers at all?
>
> Here's a screenshot from Mozilla 1.5:
>
> http://www.ianmiller.net/knights.gif
>
>
>
> Ian M
>
| |
|
| Thanks.
Rob J
"Nico Schuyt" <nschuyt@hotmail.com> wrote in message
news:3faabb6a$0$217$1b62eedf@news.euronet.nl...quote:
> RJ wrote:
>
> In addition of what others said: Don't resize pictures in HTML.
> The acad2000box.jpg for example (96x98) is in fact 190x225 pixels.
> The quality will improve if you resize in a picture editor.
> Regards, Nico
>
>
| |
|
|
"RJ" <just wondering@question.net> wrote in message
news:dvEqb.8204$p9.4948@nwrddc02.gnilink.net...quote:
> Wow,... how do I control that,... make the text a pic or what?!?!?
How do you control what?
Oh I see, you are referring to something further down in the entire post you
quoted.
Hmmm.
quote:
> "Ian Miller" <news@ianmiller.net> wrote in message
> news:boeae2$gem$1@hercules.btinternet.com...
quote:
[QUOTE][color=darkred]
[QUOTE][color=darkred]
> Wow,... how do I control that,... make the text a pic or what?!?!?
No, you should never make the text into a picture.
You stop using absolutely positioned elements and just let them all flow.
The problem here is that one of your elements has text that gets larger.
When it does it overlaps the next absolutely positioned element. Get rid of
the positioning, the problem goes away. Unfortunately I can't check your
page at the moment, it's down.
Cheers
Richard.
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|