navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Work in progress...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Site Critiques >> Work in progress...
Page: [1]
 
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
Work in progress... - 8/14/2005 10:27:59   
Hi all,

Could you take a look at http://www.randalldesign.co.uk/gem/index.php for me please and let me know your thoughts?

Please note that the galleries aren't up yet as I'm working on them at the moment.

Many thanks,

Dave
womble

 

Posts: 5603
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Work in progress... - 8/14/2005 10:40:50   
Very nice Dave! Womble likes very much! :) Accessible (and visibly so), valid code, great layout, nice and uncluttered, like the colour scheme - what more could you ask for? One tiny niggle - the background on the footer copyright text seems to be blocking part of the lovely flower border (or is that intentional - if so that text may be better with a border round it), but other than that, superb!

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to davidrandall)
Tailslide

 

Posts: 6121
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Work in progress... - 8/14/2005 10:45:17   
I like it - very pretty flowers!

How did you get the opacity thingy working in IE - I haven't tried that one yet - couldn't see any .htc files or other trickiness!

The only thing that I could think of would be that personally I prefer a little more padding between the text and the container likewise the right-hand box and the container - but that's just pickiness on my part!

Just spotted: the <h3> Venue tag on the Venue page looks a little too high, it's being cut off a bit.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 10:54:19   
quote:

How did you get the opacity thingy working in IE


#footer {
	text-align: center;
	background-color: #FFF;
	filter: alpha(opacity=90);
	-moz-opacity: 1;
	opacity: 0.90;
}

#footer * {
	position: relative;
}	


quote:

the <h3> Venue tag on the Venue page looks a little too high, it's being cut off a bit.


Fixed

quote:

the background on the footer copyright text seems to be blocking part of the lovely flower border (or is that intentional - if so that text may be better with a border round it)


Yup it was intentional, but I've modified it with your suggestion.

Thanks for all the comments, keep them coming :)

(in reply to Tailslide)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Work in progress... - 8/14/2005 11:05:04   
Hey, I like it!

Not only does it tell you there's going to be a party but it gives you dates, times and a map as well.

And all they want in return is a oven tray.

BARGAIN!

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to davidrandall)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Work in progress... - 8/14/2005 11:07:52   
quote:

Dave the friendly web designer


:)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Work in progress... - 8/14/2005 11:10:27   
Ooooh, the wedding party page has all gone a bit wonky in Firefox.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
womble

 

Posts: 5603
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Work in progress... - 8/14/2005 11:13:56   
maybe the party tipples have started a little early :)

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Work in progress... - 8/14/2005 11:23:04   
quote:

This website has been built to try and be open to as wider audience as possible


"as wide an audience as possible"?

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to womble)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 12:00:44   
Sorry to crash the party everyone:).

David I like the site very much.
All OK in Firefox,
but have you tested in IE with above medium text size?

Click back and forwards on the mainnav (clear cache of course, although that doesn't seem to matter, it'll just give you a level playing field like margin:0 etc.) From time to time the text reverts to what seems to be font-size:small. Accessnav occasionally does the same thing on the accessibility and site map links. It's just like a FOUC, insofar as IE is rendering text small/default at first then at the larger text size set in the browser. I can't see that you have declared any text sizes on these links and it may help poor old IE if you did.

BTW are you really MIME-type switching? Or is that just a liberal interpretation of the standards for XHTML1.0 Strict ?
If so, beware the Swedish Autistic Cuckoo :)

(in reply to davidrandall)
Tailslide

 

Posts: 6121
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Work in progress... - 8/14/2005 12:14:40   
Oh I didn't notice that before - you're serving it up as application/xhtml+xml to IE as well as FF etc? Isn't that going to cause you problems?



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to spitfire)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 12:19:41   
quote:

If so, beware the Swedish Autistic Cuckoo


Tommy's not that bad, lol.

Seriously though, what do you guys recommend? Serve it as text/html?

(in reply to Tailslide)
Tailslide

 

Posts: 6121
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Work in progress... - 8/14/2005 12:25:08   
If your server-side skills are up to it you could try content negotiation - 456 Berea St do it but they send HTML 4.01 strict to IE rather than just changing the mime type. Here's a link to the cuckoo man's info on it

Otherwise I'd stick to text/html "just in case" - it's allowed by the W3C...

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 12:40:46   
Ok, gonna change then to text/html.

I've got the hen party photo gallery up now :)

http://www.randalldesign.co.uk/gem/hengallery.php

(in reply to Tailslide)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 12:48:41   
Apparently standards can be interpreted as:

XHTML1.0 Strict may be served as application/xhtml+xml, provided you are hiding the XML declaration/prolog (if you will) from IE. But text/html is recommended.

XHTML 1.1 should (nay, must, in some eyes) be served as application/xhtml+xml but then you need content negotiation to serve HTML 4.01 Strict as text/html to IE.

Tommy O does it, but don't ask me how:)

(in reply to davidrandall)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 12:56:41   
quote:

I've got the hen party photo gallery up now

Fine, but the ladies are still exhibiting a Flash Of Undergarment Content.

I knew I shouldn't have mentioned MIME-types. My FOUC got smothered and lost in all that intelligent stuff :)

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 13:03:06   
quote:

Fine, but the ladies are still exhibiting a Flash Of Undergarment Content.


I can't get error to replicate here

(in reply to spitfire)
caz

 

Posts: 3547
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Work in progress... - 8/14/2005 13:20:25   
I don't get any FOUC'ed content either, both Fx1.0.6 and IE6 are fine

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to davidrandall)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 13:22:02   
Screen shot IE largest text-size, when Stag Party is clicked.


Thumbnail Image
:)

quote:

All OK in Firefox,
but have you tested in IE with above medium text size?


Attachment (1)

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/14/2005 13:26:44   
thanks for that, I'll look into it

(in reply to spitfire)
Tailslide

 

Posts: 6121
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Work in progress... - 8/15/2005 11:05:53   
Dave

Forgot to mention that however you try to serve up your code ie text/html or application/xml, chances are that your web server will actually serve it as text/html anyway unless you tell it not to. This is why you weren't having a problem with IE when your page said it was application/xml - your webserver ignored this and served it text/html anyway.


_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/18/2005 10:12:38   
Thanks all,

I'm live now over at www.gemandrich.co.uk

Dave

(in reply to Tailslide)
womble

 

Posts: 5603
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Work in progress... - 8/18/2005 10:19:38   
Looks good Dave! :)

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/18/2005 10:22:42   
Thanks Rachel,

I'll get the stag pictures up when I get the chance, then you all get to see what I look like :)

(in reply to womble)
womble

 

Posts: 5603
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Work in progress... - 8/18/2005 10:31:39   
quote:

I'll get the stag pictures up when I get the chance, then you all get to see what I look like


Thanks for the warning! :)

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/18/2005 11:07:54   
Come on, own up. Who just sent a load of song requests?

S Club 7 indeed...

(in reply to womble)
womble

 

Posts: 5603
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Work in progress... - 8/18/2005 11:10:48   
:) S Club 7! :)
I'd hope everyone on here would have better taste than that :)

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to davidrandall)
davidrandall

 

Posts: 82
Joined: 7/28/2005
Status: offline

 
RE: Work in progress... - 8/18/2005 11:15:55   
And Peter Andre!!!!!!!!!

Wow, 41 posts and I don't use FrontPage

(in reply to womble)
Page:   [1]

All Forums >> Web Design >> Site Critiques >> Work in progress...
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts