|
|
 |
RE: FN-FORUM: Advice and help please
date posted 15th January 2005 18:47
Css tends to be used in 2 stages.
Firsly there's replaceing things like and tags and
similar graphical things and stuff like changing border colours of stuff
- things that you can't do with standard HTML layouts or that would have
traditionally have been done with graphics and tables.
Then there's what CSS is really designed to do, separating out the
graphicas from the data. You create a standard HTML / XHTML document
with no image tags (unless they're for images that are part of the
actual data, e.g., a picture in a news item), no tables for layout
(although tables for tabular data is absolutely fine). Bascially a page
that provides the data itself and is structured in such as way as to be
logical. Then you apply a CSs style sheet with all it's functionality -
relative and absolute positioning, styles for page components and so on
such that it may look completley different to how the original html page
looked. Then when you client changes their mind about a particular
colour scheme you don't have to re-do every page but can simply change
the stylesheet and job done.
And even better, when another client comes along that wants the same
functionality but obviously has different branding you can lift the
complete site from html "backwards" and you can either (a) charge them
loads less because there's loads less to do or (b) charge them the same
price as your previous client and make a nice profit.
I have to say that it's taken a while to get to stage (b) ;)
Cheers
Andy
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Lists
Sent: Saturday, January 15, 2005 7:42 PM
To: Andy Macnaughton-Jones
Subject: Re: FN-FORUM: Advice and help please
But CSS is sooooooo much easer that all that font rubbish (and I'm not a
web person at all). You'll probably find it useful to put in a doctype
too.
Firstly so you can see if you code is valid and secondly so you have a
sporting chance of working out how IE will render your code.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
+44(0)7005 982 261
DNRC Minister for Useful but Irritating Information and Trivia
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
----- Original Message -----
From: "David" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Saturday, January 15, 2005 6:26 PM
Subject: RE: FN-FORUM: Advice and help please
Thanks Guys;
You may not believe it; but there is a company selling three and four
page sites worse than this page; I know that for fact. So now it's the
dreaded css for me, at the moment anyway, I just hate css. Nothing goes;
or ever stays' where I put it. Probably because I don't put it there to
begin with; only think I do. Anyway once again thanks for stopping me;
make a fool of myself.
Kind Regards
D.G
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Dai
Williams
Sent: 15 January 2005 16:00
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: Advice and help please
> -----Original Message-----
> From: Andy Macnaughton-Jones [EMAIL REMOVED]
> Sent: 15 January 2005 15:36
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: RE: FN-FORUM: Advice and help please
>
> Phew, where to begin...
>
> Javascript in main body rather than external script files
>
> Table Based Layout
>
> Javascript Driven Menus
>
> Very inaccessibile
>
> I'm not a designer so I shant comment aboutthing like that as
> I'd probably come up with no better, but it looks very dated IMHO.
>
> Hope this helps !
>
> Cheers
> Andy
+1
And - mouseovers that change font size, strange font choices, numerous
amateur features like js data and time, right click image 'protection'
(I am not too pleased to be told I don't have 'permission' to click my
own right mouse button). I appreciate that with no back-end, javascript
is the only dynamic technology you have at your disposal but it does not
mean you should use every javascript sample you can find, I suggest
sticking to what is appropriate.
Search engines will probably lose interest by the time they get to any
content in your page past the javascript.
Again I am no designer but even to me the overlapping blocks and wierd
sized borders are strange at best.
I would humbly suggest that if this is going to be a showcase rather
than try to jam in as many bells and whistles as you can, you sit back
and pretend to be a real site owner then write a 'requirements document'
for what you want from your website. Then put you web developer hat
back on and try to deliver that and only that. A site that looks like
it fulfills business requirements and is appropriate will get you much
more work than a page full of things that you think are clever.
Just my 2p
Dai
TechnologyAngel
http://www.technologyangel.co.uk/
--=20
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
--=20
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
Unsub: http://www.freelancers.net/rm.php?g 61473258045A44A69E
To Post a New Message: [EMAIL REMOVED]
Forum Homepage: http://www.freelancers.net/forum.php
http://www.freelancers.net - freelancers and freelance jobs
--=20
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|