CSS (15)

1 Name: #!/usr/bin/anonymous : 2008-07-18 23:31 ID:23cd/noT

i dunno, i've been doing some web shit recently. and is it just me or is CSS a bit of a pain? there's the occasional thing that should be incredibly simple to do but really is either impossible or requires a mountain of fucking code to get around it

2 Name: #!/usr/bin/anonymous : 2008-07-19 01:40 ID:5ZFem21v

>>1

Extra practice!

3 Name: #!/usr/bin/anonymous : 2008-07-19 10:32 ID:o1u7fwTV

I. Hate. Web. Programming.

4 Name: #!/usr/bin/anonymous : 2008-07-19 14:14 ID:a5YmCoOA

>>3
I don't consider it programming.

5 Name: #!/usr/bin/anonymous : 2008-07-19 16:00 ID:Heaven

> and is it just me or is CSS a bit of a pain?

it's a lot better than what it replaced.

> there's the occasional thing that should be incredibly simple to do but really is either impossible or requires a mountain of fucking code to get around it

it probably is incredibly simple to do, you just don't know how to do it. there's only one thing that i know of that i've ever wanted to do but can't with CSS, and i've done a lot with it.

6 Name: #!/usr/bin/anonymous : 2008-07-19 20:35 ID:Heaven

For anyone who's mucking with css based stuff, I highly recommend The Zen of CSS Design. It's by the folks that did the CSS Zen Garden and shows how a lot of the stylesheets work, various tricks, how to get a design from concept phase to implementation without a lot of clumsy coding, etc. Worth the money.

7 Name: #!/usr/bin/anonymous : 2008-07-23 15:50 ID:Heaven

Firebug

8 Name: #!/usr/bin/anonymous : 2008-08-01 00:18 ID:XHjZEbdC

>>6

I totally agree, it made the scales fall from my eyes.

9 Name: #!/usr/bin/anonymous : 2008-08-01 00:19 ID:XHjZEbdC

And CSS might seem like a hassle at first, but if you're having to make site-wide changes, or want people to be able to switch styles and stuff, it's a wonderful thing.

10 Name: #!/usr/bin/anonymous : 2008-08-01 00:28 ID:DsC21of3

>it's a lot better than what it replaced.

This is true.

Still think that CSS can be a chore to work with depending on what one is trying to achieve. It can require fighting, frustration, and hacks. It's not always straightforward even if you know what you're doing. Also throw in trying to get the layout to look OK in different browsers and it can definitely lead to some headaches. This isn't really the fault of CSS though, but it's a problem nonetheless.

11 Name: #!/usr/bin/anonymous : 2008-08-19 09:41 ID:gM4vckk9

CSS is pointless beyond site-wide text rendering, which is easy. The web is a bad format for actual design like you see in magazines - it degrades painfully and often makes websites impossible to view in earlier or text-only browsers. Not to mention most "designers" don't understand it from a usability standpoint and use bad color combinations that make reading text difficult for the colorblind.

12 Name: #!/usr/bin/anonymous : 2008-08-19 11:45 ID:jLsumX7p

>impossible to view in earlier or text-only browsers.

People who still use text-only browsers should have there computers taken away.

13 Name: #!/usr/bin/anonymous : 2008-08-19 12:25 ID:Heaven

>>12

I agree.

Let's shoot the blind people who use the text-only browsers while we're at it.

14 Name: #!/usr/bin/anonymous : 2008-08-19 13:06 ID:Heaven

>>11

I completely agree with you on the quality of most web design you see these days, but I don't see exactly how that ties into CSS. It sucks that many people use bad color combinations, but that's not a fault of CSS as a technology. There is nothing about CSS preventing people from creating usable, flexible designs.

15 Name: #!/usr/bin/anonymous : 2008-08-19 14:42 ID:0uXtHFYw

>The web is a bad format for actual design like you see in magazines - it degrades painfully

yes, because static magazine designs in print degrade so wonderfully.

>and often makes websites impossible to view in earlier or text-only browsers.

Since txt only browsers don't render CSS, CSS has nothing to do with how text browsers display a sites HTML. The sites HTML is what determines how text browsers display webpages. CSS does not have a bearing on the HTML. If for some reason it does they are doing it wrong and that is not CSSes fault.

>Not to mention most "designers" don't understand it from a usability standpoint and use bad color combinations that make reading text difficult for the colorblind.

CSS has notthing to do with a designers choice of colors to use. CSS can use any color and does not in any waydictate which colors are chosen for anything.

What a terrible post.

This thread has been closed. You cannot post in this thread any longer.