GetDotted Domains

Viewing Thread:
"Worship my CSS Genius..."

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Wed 19/02/03 at 20:45
Regular
Posts: 787
I've been here brfore preaching about using xHTML and CSS to layout pages instead of tables. One or two of you were sceptical about this method, and a few of you have seen the simple CSS/xHTML layout I have used for my own site... But I had to show you this...

http://wip.blackwellpublishing.com/wwwsubjsitescorp/

It's only a concept a the moment, but the layout is generally the final product. But check out source code (minus comments, about 130 lines), almost a 3rd less than if built using tables for layout. Look at the CSS for the #leftcolumn, #centercolumn and #rightcolumn, tru static/fluid layout.

Rob... before you ask, it works perfectly in IE6, NN6.22/7 and Moz 1.2 still a few minor positioning bugs in IE5/5.5, but this is due to it's box model handling.

I rock...

CSS rocks, this is the future of website design...
Sat 26/04/03 at 13:29
Regular
"keep your receipt"
Posts: 990
that website looks quite similar to the new-look Nintendo Edge. Check it out when Issue 3 gets published on May 1st.
Fri 25/04/03 at 21:47
Regular
"l33t cs50r"
Posts: 2,956
boadle wrote:
> Lads, Tyra,
>
> I've been following this excellent thread, and was hoping to ask a few
> questions. I'm an experienced web designer, with a good knowledge of
> the workings of HTML, and basic CSS.
>
> I'm working on a very big application for a large Pensions company.
> We're building a web application that will allow brokers to apply for
> and manage pensions of their customers, amongst other things.
>
> One of our main drivers, from a technical point of view, is keeping
> the file size down, and this method of using the Style Sheet seems to
> be an excellent way of seperating content from design.
>
> Can you advise as to whether you think this will be apt for what I'm
> trying to do based on this description:
>
> We will be building a system which consolidates all the existing
> offline applications. It will consist of (probably) several hundred
> screens of data entry, customer management and account viewing info.
>
> This will typically be in the form of a dozen or more form elements
> per page, including radio buttons, drop downs and text fields, created
> in HTML, then developed in JSP.



Your going to need more than just JSP/HTML and CSS... How about XML? xSLT? CSS2? xHTML? It's good you've reduced your target browsers, but you'll hit loads of problems using a pure CSS layout between IE and NN/Moz... Box Model, filters, pseudo classes, voice-family.

I can give you more advice on this privately if you wish in my capacity as a Senior Website Designer. I have produced stuff like this in the past and would be willing to discuss anything you want about this with you.

Drop a line to a.tyla@(spamtrap)talk21.com and we can go from there.
Thu 24/04/03 at 14:29
Regular
Posts: 1
Lads, Tyra,

I've been following this excellent thread, and was hoping to ask a few questions. I'm an experienced web designer, with a good knowledge of the workings of HTML, and basic CSS.

I'm working on a very big application for a large Pensions company. We're building a web application that will allow brokers to apply for and manage pensions of their customers, amongst other things.

One of our main drivers, from a technical point of view, is keeping the file size down, and this method of using the Style Sheet seems to be an excellent way of seperating content from design.

Can you advise as to whether you think this will be apt for what I'm trying to do based on this description:

We will be building a system which consolidates all the existing offline applications. It will consist of (probably) several hundred screens of data entry, customer management and account viewing info.

This will typically be in the form of a dozen or more form elements per page, including radio buttons, drop downs and text fields, created in HTML, then developed in JSP.

The forms will include some basic images, background colours and images.

We are only supporting IE 5+ and NN6+.

I don't quite (yet) understand how this advanced CSS works, and before I invest any serious work time into testing it out, I was wondering if someone could point me in the right direction?

Thanks in advance,

boadle

www.boadle.com
Sat 22/02/03 at 19:30
Regular
"You've upset me"
Posts: 21,152
Agreed, CSS is the future. It's also bloody amazing. Maintenance becomes a simple task of changing a single declaration and the things you can actually do with CSS are amazing.

It is without a doubt the best, most effective and (once the base codes written) easiest way to build, update and modify a website.
Fri 21/02/03 at 16:38
Regular
"l33t cs50r"
Posts: 2,956
Whooo! wrote:
> What you don't seem to appreciate is that this is the future, CSS will
> take over from tables and all that other crap that was never designed
> to be used how we use it.

Indeed Andi, this is true

With being deprecated as of HTML4.01 and xHTML 1.0/2.0 and newlaws coming into place regarding Accessability and Disabled right (this applies to anything within the public domain), CSS is the way forward with well structured xHTML. On top of this, CSS allows you to repourpose your site for other media such as PDA, Print, Tablet and Text browsers without having to rewrite the page everytime you want to use the code again.

is nologer accepted as the correct way to layout a site, tables were never designed to do this, but have been used due to poor browser support for CS standards. This in now being rectified in the latest version of browsers and you'll soon see more and more CSS based sites appear.

On top of that, there's the maintaim=nence of sites to think of too. No longer will you have to wade through masses of 's to change you page, all can be done by modifying a class instead.

Did you look at the source code? I can see some of you not liking this method of design as..

a) Dreamweaver doesn't support advanced CSS in WYSIWYG
b) The maths and involved is a lot more than , and
c) For some of you, you'll need to learn how to write compliant code and CSS

Trust me... This is the future, and if you want to get anywhere in todays industry (what's left of it!), it's one you'll have to study and learn.
Thu 20/02/03 at 22:26
Regular
"It goes so quickly"
Posts: 4,083
It's with like most things, if you don't do it properly, you won't get a good result.

With CSS, it's a lot more strict as to how it allows you to do particular things. All it takes is a little time to learn.

I mean, take me fore example. A couple of months ago I was really awful at anything CSS related, but now ..... I'm less awful :). Who know's give it a few more weeks and I may even be good at it.

CSS is the new way of formating your Web Site, it's just going to take a little time for others to convert to, due to everyone else being so used to HTML Tables and such.
Thu 20/02/03 at 21:46
Regular
"bing bang bong"
Posts: 3,040
The only time I ever used css in a website it was a bloody nightmare to use, but if you all think it's the dogs tadger I'll take your word for it.
Thu 20/02/03 at 21:11
Regular
"How Handy."
Posts: 2,631
What you don't seem to appreciate is that this is the future, CSS will take over from tables and all that other crap that was never designed to be used how we use it.
Thu 20/02/03 at 20:00
Regular
"Digging!"
Posts: 1,560
Am I the only one thinking "Who cares if you'e been about to make it 1/3 the size? CSS files are really small and quick to load anyway." Even on a 56k modem its still not going to make that much difference. But, on the other hand, its a good site and well done on the design.
Thu 20/02/03 at 11:18
Regular
"Pouch Ape"
Posts: 14,499
S'alright I suppose. Nothing special though. You're right about CSS being useful though. I used layers to make a menu for this site that basically has the whole site under one menu.

http://homepage.ntlworld.com /paul.whiston/af_demo

I know it doesn't work proper in Netscape yet (I haven't got a copy of the browser), but as soon as I do, I've just got to implement the 'document.layers' scripting to get the menu to work. Should take about, hmmm - 5 seconds!

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Many thanks!
You were 100% right - great support!
Many thanks!!
Registered my website with Freeola Sites on Tuesday. Now have full and comprehensive Google coverage for my site. Great stuff!!
John Shepherd

View More Reviews

Need some help? Give us a call on 01376 55 60 60

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.

's and