Click here to Skip to main content
15,910,234 members
Home / Discussions / Web Development
   

Web Development

 
QuestionExecuting EXE File through Java Pin
k.n.ruban22-May-06 18:02
k.n.ruban22-May-06 18:02 
Questionjapan text, ColdFusion and MySQL Pin
progman22-May-06 13:00
progman22-May-06 13:00 
QuestionFrontpage Pin
boldeagle22-May-06 8:52
boldeagle22-May-06 8:52 
QuestionCSS Layout vs. Table Layout Pin
econner22-May-06 5:51
econner22-May-06 5:51 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 10:09
Guffa22-May-06 10:09 
GeneralRe: CSS Layout vs. Table Layout Pin
econner22-May-06 10:23
econner22-May-06 10:23 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 11:21
Guffa22-May-06 11:21 
GeneralRe: CSS Layout vs. Table Layout [modified] Pin
NeverHeardOfMe22-May-06 11:36
NeverHeardOfMe22-May-06 11:36 
Always one to look for an argument, me:


Guffa wrote:
:: You can make pages with half the code (or less), which gives faster downloads.


Oh yeah? You can markup a basic header / 3-coloumn / footer page layout using HTML tables in a dozen lines of code. Try doing that in CSS! Au contraire, you can find whole websites devoted to this one signle topic. Or problem, to be more accurate. And the solutions they come up with involve a lot of code.


Guffa wrote:
:: You can separate the markup from the layout, which simplifies construction and maintanence.


Oh yeah? How easy is td bgcolor=#cccccc compared to td class=fred now then where is my definition of fred, oh yeas it's in xyz.css which is in abc folder right got that now then where the hell is my fred class... somewhere down at line 533 I think...


Guffa wrote:
:: Correct usage of html tags makes search engines index your pages better, and makes it possible for disabled persons to access your site. It also makes your page usable with any browser, ancient or future, even if they don't display it correctly.


OK, I'll give you that - but emphasize the words "Correct usage" - otherwise your page will look a right mess. And don't forget to write half a dozen CSS pages for all the different browsers out there....


But - and it's a big butt (no that's not a typo) - fact is CSS is the way it's going so you - and I - are just going to have to get used to it. And yes, of course I am being a bit disingenuous, because a site laid out with CSS will be much easier to make global changes to; eg, once your client decides they want to re-brand themselves and use orange throughout instead of blue, you'll be glad you used CSS. Site maintenance is easier if you've used CSS, but you need to be organised, and one trouble with CSS is it's inherent lack of internal order. USE COMMENTS EXTENSIVELY in your CSS. The very fact that your markup and your CSS are seperated means you have to keep track of what relates to what in some other way.

Like all web-technologies CSS suffers from the fact that every browser does things differently and while the guardians at W3C like to think they're the arbiters of standards (did I ever vote for them?) fact is we already had a standard - it was called HTML.

Nevermind - hey, I LOVE CSS/XHTML XXXX (Is there an arse-lick emoticon anywhere?) I use it all the time now. (Really, I do.)

Good luck
P


-- modified at 17:37 Monday 22nd May, 2006
AnswerRe: CSS Layout vs. Table Layout [modified] Pin
Guffa22-May-06 22:47
Guffa22-May-06 22:47 
AnswerRe: CSS Layout vs. Table Layout Pin
Steve Echols22-May-06 21:16
Steve Echols22-May-06 21:16 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 22:55
Guffa22-May-06 22:55 
GeneralRe: CSS Layout vs. Table Layout Pin
Steve Echols23-May-06 19:08
Steve Echols23-May-06 19:08 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa23-May-06 23:58
Guffa23-May-06 23:58 
Questionprint Pin
militiaware22-May-06 2:31
militiaware22-May-06 2:31 
AnswerRe: print Pin
KrIstOfK22-May-06 2:45
KrIstOfK22-May-06 2:45 
QuestionClose Right Click On Flash Pin
mehrdadc4821-May-06 20:53
mehrdadc4821-May-06 20:53 
QuestionPrinting.. Pin
deepaks321-May-06 20:13
deepaks321-May-06 20:13 
AnswerRe: Printing.. Pin
KrIstOfK21-May-06 21:36
KrIstOfK21-May-06 21:36 
GeneralRe: Printing.. Pin
deepaks322-May-06 0:44
deepaks322-May-06 0:44 
QuestionJavascript code cant draw and find mouse coordinates [modified] Pin
KaKa'21-May-06 16:42
KaKa'21-May-06 16:42 
QuestionSite Map Path Pin
Naveed Kamboh21-May-06 10:00
Naveed Kamboh21-May-06 10:00 
AnswerRe: Site Map Path Pin
NeverHeardOfMe23-May-06 1:11
NeverHeardOfMe23-May-06 1:11 
GeneralRe: Site Map Path Pin
Naveed Kamboh23-May-06 1:26
Naveed Kamboh23-May-06 1:26 
QuestionWebservice Pin
cuongcntt200221-May-06 7:53
cuongcntt200221-May-06 7:53 
QuestionSetting up Cassini Pin
Megan Forbes21-May-06 2:47
Megan Forbes21-May-06 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.