Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 26 posts ] 
Author Message
 Post subject: Web design
PostPosted: Wed May 30, 2012 14:24 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
I've been putting this site together as a favour for a friend:

http://www.imaginames.co.uk/

He's been coming round and we've just been working through it a page at a time adding stuff in and shuffling it round. It was my intention to get the design finalised and then rip out all the tables and replace them with css (I'm just not quick enough at figuring out css to work on something with someone sat next to me). However I'm wondering precisely why I should bother. It seems to index ok and display fine on various browsers, phones and iPads and whatnot. If there's a single compelling reason to bother then I will do.

I've done sites using pure css for layout before and I can see the benefits in terms of managing larger sites but here I'm just not so sure.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:35 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12334
Being the jerk that I am...

"...gift will be totally unique and the only one of it's kind."

...doesn't need the apostrophe.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:37 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
Cheers dude, hadn't spotted that.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:39 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49244
Or the "and the only one of its kind", given that's what unique means.

NOT RELEVANT THOUGH.

Uh - Aren't there accessibility reasons for not using tables?

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:41 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12334
More apostrophe stuff that I'm actually unsure of. In the first paragraph, should it be children's or childrens' ?

Anyway. I think that if you test it in a variety of browsers/screen readers and it still looks fine, then leave it as tables.

Or there used to be a site that would take a tables based site and convert it to CSS free of charge, because the guy hated table layouts so much.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:43 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
I guess screen readers might be an issue, though I'd be a bit surprised if they haven't reached the point where they can deal with layout tables. But in this specific case I don't think that too many blind people are going to be shopping for artwork. I know they are for presents and that but still.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 14:44 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
Craster wrote:
Or the "and the only one of its kind", given that's what unique means.

NOT RELEVANT THOUGH.

I'll definitely mention it to him, though.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 15:28 
User avatar
Hibernating Druid

Joined: 27th Mar, 2008
Posts: 49358
Location: Standing on your mother's Porsche
If it's going to take you longer to do the rest in CSS and it looks ok in what you've tested it on then I'd say stick with tables.

_________________
SD&DG Illustrated! Behance Bleep Bloop

'Not without talent but dragged down by bass turgidity'


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 15:39 
User avatar
UltraMod

Joined: 27th Mar, 2008
Posts: 55719
Location: California
I AM THE CASCADING STYLE SHEET! :metul:

_________________
I am currently under construction.
Thank you for your patience.


Image


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 16:50 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
If it ain't broke, don't fix it. There's only one person working on it so it doesn't really matter.

Layout / code separation evangelists can suck a dick, anyway.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 23:09 
User avatar
Legendary Boogeyman

Joined: 22nd Dec, 2010
Posts: 8175
There are many good arguments for pure CSS layouts, but the major one I can think of is being able to change the entire design of the site purely by changing the stylesheet. You need not change a single thing in any of the pages themselves. That can be incredibly useful.

If you never plan on doing that, and find tables easier, meh, fuck it. Might as well. If I'm being lazy on something I'll still use tables.

_________________
Mr Kissyfur wrote:
Pretty much everyone agrees with Gnomes, really, it's just some are too right on to admit it. :)


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Wed May 30, 2012 23:48 
User avatar
Full of plumptiousness

Joined: 30th Mar, 2008
Posts: 799
Location: Just left of perfection
You might want to consider the "last a lifetime" comment. Might be construed as an offer to provide a lifetime warranty and open you to complaints/chargebacks indefinitely.

It's a really nice idea, though. Good luck.

_________________
Malc


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 0:23 
User avatar
Where are you?

Joined: 30th Mar, 2008
Posts: 1639
ElephantBanjoGnome wrote:
There are many good arguments for pure CSS layouts, but the major one I can think of is being able to change the entire design of the site purely by changing the stylesheet.

The major one I can think of these days is making a site responsive to different viewports. Just through using CSS, you can make a site that works across desktops, laptops, tablets and smartphones, all running from the same code.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 6:48 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
ElephantBanjoGnome wrote:
There are many good arguments for pure CSS layouts, but the major one I can think of is being able to change the entire design of the site purely by changing the stylesheet. You need not change a single thing in any of the pages themselves. That can be incredibly useful.

With a site like this one, but most sites with any complexity appear to have so many divs going on for layout that you really can't.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 8:43 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12334
markg wrote:
ElephantBanjoGnome wrote:
There are many good arguments for pure CSS layouts, but the major one I can think of is being able to change the entire design of the site purely by changing the stylesheet. You need not change a single thing in any of the pages themselves. That can be incredibly useful.

With a site like this one, but most sites with any complexity appear to have so many divs going on for layout that you really can't.


Comments are king.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 9:22 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
You need a capital C on Christmas.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 12:43 
User avatar
Where are you?

Joined: 30th Mar, 2008
Posts: 1639
markg wrote:
With a site like this one, but most sites with any complexity appear to have so many divs going on for layout that you really can't.

Assuming we're still talking about imaginames.co.uk, it's on a basic grid that would actually make it perfect fodder for responsive web design.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 12:44 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
CraigGrannell wrote:
markg wrote:
With a site like this one, but most sites with any complexity appear to have so many divs going on for layout that you really can't.

Assuming we're still talking about imaginames.co.uk, it's on a basic grid that would actually make it perfect fodder for responsive web design.

And tables.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 12:47 
User avatar
Paws for thought

Joined: 27th Mar, 2008
Posts: 17161
Location: Just Outside That London, England, Europe
Psh, It should be using frames.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 13:19 
User avatar

Joined: 30th Mar, 2008
Posts: 16636
Good idea, I shall redo it using nested frames. 12 deep.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 13:53 
User avatar
Heavy Metal Tough Guy

Joined: 31st Mar, 2008
Posts: 6608
Also, some scrolling text or blinking text would really liven that site up. Maybe some cursor sparkles, if you're feeling adventurous. Do page transitions still work?


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 14:11 
User avatar
Where are you?

Joined: 30th Mar, 2008
Posts: 1639
Grim... wrote:
CraigGrannell wrote:
markg wrote:
With a site like this one, but most sites with any complexity appear to have so many divs going on for layout that you really can't.

Assuming we're still talking about imaginames.co.uk, it's on a basic grid that would actually make it perfect fodder for responsive web design.

And tables.

Well, yes, but it's not 1997 any more, and tables aren't really suitable for responsive design, and therefore means the site won't work terribly well on mobile.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 14:19 
User avatar
Legendary Boogeyman

Joined: 22nd Dec, 2010
Posts: 8175
If a bit of display CSS is deprecated in a later design, you can just set it to invisible. I do that to cut out annoying parts of Wordpress themes that don't allow full customisation. It's not ideal, but it's better than trying to remove that bit entirely with various floats and relative positions going on all over the place.

_________________
Mr Kissyfur wrote:
Pretty much everyone agrees with Gnomes, really, it's just some are too right on to admit it. :)


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 14:56 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
While I am a fan of CSS (especially the new animation stuff in CSS3 which I'm getting pretty hot at) I do wish they'd sort out grid layouts. And vertical aligning.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 15:02 
User avatar
Legendary Boogeyman

Joined: 22nd Dec, 2010
Posts: 8175
Tried something like Bootstrap?

_________________
Mr Kissyfur wrote:
Pretty much everyone agrees with Gnomes, really, it's just some are too right on to admit it. :)


Top
 Profile  
 
 Post subject: Re: Web design
PostPosted: Thu May 31, 2012 15:07 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
Sure, but if I just want a simple three-column layout it's a bit much to have to install a library.

I know it's possible without it, it's just such a faff.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 26 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC. RIP, Dimmers.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.