Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

first website

0 views
Skip to first unread message

Gary

unread,
Mar 26, 2000, 3:00:00 AM3/26/00
to
Hi

I work for a small company and have been given the job of building a
website.
NOTE - this is my first attempt !!.
I would like to know if it loads quick enough - do I need to change anything
?
Any ideas to make it better ?
I would also like to know how to display a small message in the information
bar at the bottom of IE5 when certain things are highlighted i.e. when you
hover over the home button - it displays home, when you hover over the
e-mail button it displays the company name.

Thanks for any help and constructive criticism.

--

Gary
--

James Robinson

unread,
Mar 26, 2000, 3:00:00 AM3/26/00
to
http://www.james-r.co.uk/tech/html/p9.html

It's about halfway down the page.

HTH

--
James Robinson
http://www.james-r.co.uk

Gary

unread,
Mar 26, 2000, 3:00:00 AM3/26/00
to
Thanks James

--

Gary
--
"James Robinson" <newsrep...@james-r.co.uk> wrote in message
news:8blqgn$gvf$1...@gxsn.com...

Jezza

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to
On Sun, 26 Mar 2000 20:42:22 +0100, "Gary"
<ga...@gmort.freeserve.co.uk> posted this:

>:Hi

How about an url?

That's the best way of letting us know where to look!


--
Jezza, Hotwells, Bristol
<http://www.hotwell-press.co.uk/>
The Hotwell Press & Hotwells Web Services
<http://www.hotwells.freeserve.co.uk/>
Jezza's Guide to Bristol

Gary

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to
>
> >:Hi
> >:
> >:I work for a small company and have been given the job of building a
> >:website.
> >:NOTE - this is my first attempt !!.
> >:I would like to know if it loads quick enough - do I need to change
anything
> >:?
> >:Any ideas to make it better ?
> >:I would also like to know how to display a small message in the
information
> >:bar at the bottom of IE5 when certain things are highlighted i.e. when
you
> >:hover over the home button - it displays home, when you hover over the
> >:e-mail button it displays the company name.
> >:
> >:Thanks for any help and constructive criticism.
>
> How about an url?
>
> That's the best way of letting us know where to look!

Sorry - I said I was wet behind the ears !! - www.caseuk.co.uk

Thanks

Gary

Julia Williscroft

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to

Gary <ga...@gmort.freeserve.co.uk> wrote in message
news:8bo5ad$fkj$1...@newsg1.svr.pol.co.uk...

Hi Gary

A couple of points:

1. On your services pages you have underlined the headings - this is a bit
confusing because normally the only text highlighted is a link to another
part of the site, etc.

2. On the home page the images do not have an alt text.

3. On the company details page it would perhaps look better to just show the
co.uk email address instead of including the freeserve ones as well, same
applies on the the e-mail.

Presume you more to add!

HTH
--
Julia


Bagsy

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to

Gary <ga...@gmort.freeserve.co.uk> wrote in message
news:8bo5ad$fkj$1...@newsg1.svr.pol.co.uk...
> >
> > >:Hi
> > >:
> > >:I work for a small company and have been given the job of building a
> > >:website.
> > >:NOTE - this is my first attempt !!.
> > >:I would like to know if it loads quick enough - do I need to change
> anything
> > >:?
> > >:Any ideas to make it better ?
> > >:I would also like to know how to display a small message in the
> information
> > >:bar at the bottom of IE5 when certain things are highlighted i.e. when
> you
> > >:hover over the home button - it displays home, when you hover over the
> > >:e-mail button it displays the company name.
> > >:
> > >:Thanks for any help and constructive criticism.

The scrolling text on the first page works in IE5 but not in NN4.6 I've
seen this happen recently on another site aswell, perhaps you can source a
code that works in both browsers? It still looks fine in NN4.6, just no
animation.
On the first page in the frameset there is a spelling mistake, "Touch
Sensative". Also on this page you could reduce the filesize of those images
dramatically if you saved them as .jpg rather than .gif The GIF format is
better suited to images with very few colours such as buttons and
cartoons/illustrations, whereas JPEG will do a better job on photographic
images. I don't know what graphics program you are using to optimise these
images but I'd suggest trying them in .jpg format as this should bring down
the loading time of the page a lot.
On your "Company Details" page, you could make the email addresses
active. I know you already have an "Email" button on your site but it
couldn't hurt to make these email addresses hyperlinks aswell. I would also
suggest that you might want to either change the colour of the text against
the "CASE" background, or maybe make the background image softer if you can,
the text is a little lost against the busy background.
One other thing, It's a matter of personal preference I suppose, but I
really didn't dig the blue pastel background in the side frames. It looks
really "Frontpage" if you know what I mean. Perhaps you could have something
that looks a bit tougher! It is an engineering firm after all! I've also
never liked visible frame borders, I think your site would look better
without them but again, that's just my own personal preference.
On the upside, all very nice concise code which is always a pleasure to
see. I noticed your JavaScript routines were Macromedia tagged so I can only
assume you have some nice authoring tools at your disposal. Once you get
into compressing your graphics I think you'll be onto a winner. Nice one.


Jezza

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to
On Mon, 27 Mar 2000 18:18:03 +0100, "Gary"
<ga...@gmort.freeserve.co.uk> posted this:


>:> >:Any ideas to make it better ?


>:> >:I would also like to know how to display a small message in the
>:information
>:> >:bar at the bottom of IE5 when certain things are highlighted i.e. when
>:you
>:> >:hover over the home button - it displays home, when you hover over the
>:> >:e-mail button it displays the company name.

In the left hand navigation bar the code for the *Home* button is
wrong, I think.

<p align="center"><a href="homepage.htm"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('home_button','','Images/home_button_onmouseover.gif',1)"
target="_parent">
~~~~~~~~~
<img name="home_button" border="0" src="Images/home_button.gif"
width="72" height="25"></a>
</p>

It should refer the "homepage.htm to the main frame not the parent.

I think I've seen a javascript code for the effect you want in the
status bar at:

The JavaScript Source: http://javascriptsource.com/

Gary

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to
Thanks very much Bagsy, your comments are well appreciated, will try your
new ideas and see what I can come up with - after all we have to start
somewhere.
Its very handy being able to ask so many "experts".

Thanks again

--

Gary
--
"Bagsy" <KDeigh...@PAMtheedgeofpanic.freeserve.co.uk> wrote in message
news:8bober$ah9$1...@news8.svr.pol.co.uk...


>
> Gary <ga...@gmort.freeserve.co.uk> wrote in message
> news:8bo5ad$fkj$1...@newsg1.svr.pol.co.uk...
> > >
> > > >:Hi
> > > >:
> > > >:I work for a small company and have been given the job of building a
> > > >:website.
> > > >:NOTE - this is my first attempt !!.
> > > >:I would like to know if it loads quick enough - do I need to change
> > anything
> > > >:?

> > > >:Any ideas to make it better ?
> > > >:I would also like to know how to display a small message in the
> > information
> > > >:bar at the bottom of IE5 when certain things are highlighted i.e.
when
> > you
> > > >:hover over the home button - it displays home, when you hover over
the
> > > >:e-mail button it displays the company name.

Bagsy

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to

Gary <ga...@gmort.freeserve.co.uk> wrote in message
news:8bofdh$mgs$1...@newsg1.svr.pol.co.uk...

> Thanks very much Bagsy, your comments are well appreciated, will try your
> new ideas and see what I can come up with - after all we have to start
> somewhere.
> Its very handy being able to ask so many "experts".
>
> Thanks again
>
Oh please don't call me an expert, you will bring forth the fury of the
*real* experts upon me! I've been doing HTML for about 4 or 5 months now but
I don't know much about much else (server-side stuff, eCommerce etc..) Yes
we do all have to start somewhere and I have only just got around to
updating my "first" site, which I might add was a lot uglier than yours is
;-)

Duncan Clarke

unread,
Mar 27, 2000, 3:00:00 AM3/27/00
to
Gary wrote:
>
> I would also like to know how to display a small message in the information
> bar at the bottom of IE5 when certain things are highlighted i.e. when you
> hover over the home button - it displays home, when you hover over the
> e-mail button it displays the company name.

Please don't. If you need people to see information, then put it on the
page. It could easily be missed at the bottom.

Also, the 'information bar' is actually called the status bar, and has a
useful function. If you put messages in there, it can't do what it is
designed to, ie. report the status...

--
Duncan Clarke --> Inline skating & Air Cooled VW's
http://www.skater.uklinux.net
--
vert - kernel: 2.2.14 - uptime: 1 day 20:34 - SETI work units: 459

Pedt Scragg

unread,
Mar 28, 2000, 3:00:00 AM3/28/00
to
Bagsy <KDeigh...@PAMtheedgeofpanic.freeserve.co.uk> said

>
>Gary <ga...@gmort.freeserve.co.uk> wrote in message
>news:8bofdh$mgs$1...@newsg1.svr.pol.co.uk...

>> Its very handy being able to ask so many "experts".


>>
>> Thanks again
>>
> Oh please don't call me an expert, you will bring forth the fury of the
>*real* experts upon me!

I very much doubt it. Anyway, I've never seen any regular here describe
themselves as expert [possibly because 'ex' is latin for 'out of' and a
'spurt' is a 'drip under pressure'? <darfc>]

--
Pedt Scragg http://signpost-design.co.uk/ ODP Editor
Signpost Web Design, Wrecsam, North Wales

mark

unread,
Mar 28, 2000, 3:00:00 AM3/28/00
to
In article <o45+klAgvE44Ew$G...@pedt.demon.co.uk>, pedt@signpost-
design.co.uk says...

>
> I very much doubt it. Anyway, I've never seen any regular here describe
> themselves as expert [possibly because 'ex' is latin for 'out of' and a
> 'spurt' is a 'drip under pressure'? <darfc>]
>
Interestingly, the only people I've seen happy to be described as experts
are journalists. I really couldn't say what psychology lies behind this
phenomenon.

Even the great PERL guru Larry Wall recently told a journalist he'd be
happier being described as a specialist.

Chwith

unread,
Mar 28, 2000, 3:00:00 AM3/28/00
to

Pedt Scragg <pe...@signpost-design.co.uk> wrote in message
news:o45+klAgvE44Ew$G...@pedt.demon.co.uk...

> Bagsy <KDeigh...@PAMtheedgeofpanic.freeserve.co.uk> said
> >
> >Gary <ga...@gmort.freeserve.co.uk> wrote in message
> >news:8bofdh$mgs$1...@newsg1.svr.pol.co.uk...
>
> >> Its very handy being able to ask so many "experts".
> >>
> >> Thanks again
> >>
> > Oh please don't call me an expert, you will bring forth the fury
of the
> >*real* experts upon me!
>
> I very much doubt it. Anyway, I've never seen any regular here
describe
> themselves as expert [possibly because 'ex' is latin for 'out of' and
a
> 'spurt' is a 'drip under pressure'? <darfc>]

ROFLHO!! If that doesn't start the baby off I can't imagine what
will... last night's curry sure didn't!

Fran - still laughing too much to guide the mouse to the 'send'
button...
--
Email: Translate 'ty-chwith' into 'madhouse' to reply (no quotes)


0 new messages