GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   web designers: is it better to use tables or css grids? (https://gfy.com/showthread.php?t=1107102)

clickhappy 04-20-2013 06:03 PM

web designers: is it better to use tables or css grids?
 
when you design sites do you use grids, or html tables for the layout?

jawanda 04-20-2013 06:20 PM

Been a web designer for 16 years ... just had to look up 'CSS grids'. Lolz. I use divs :)

Every project is a combination of floated divs, inline-blocks, absolute-positioned elements, and quite often even a static element or two.

Dankasaur 04-20-2013 06:36 PM

Tables are for tabular data.

Vendzilla 04-20-2013 06:41 PM

divs, no tables

CyberHustler 04-20-2013 07:06 PM

depends.....

Mr Pheer 04-20-2013 07:31 PM

Divs are better, but I can do tables so much faster.

Just depends on what I'm doing and how much of a hurry I am in at the moment.

anexsia 04-20-2013 07:34 PM

Real men use tables, frames, and copious amounts of animated .gifs for web design.

sarettah 04-20-2013 07:41 PM

Quote:

Originally Posted by anexsia (Post 19589139)
Real men use tables, frames, and copious amounts of animated .gifs for web design.

Don't forget the .wavs. :thumbsup

.

harvey 04-20-2013 07:47 PM

Quote:

Originally Posted by anexsia (Post 19589139)
Real men use tables, frames, and copious amounts of animated .gifs for web design.

Quoted for truth :thumbsup

http://www.trulyace.com/images/neojsa1.jpg

Some Guy 04-20-2013 07:51 PM

I've been designing sites for thirteen years and I've always used tables and divs. No CSS grids for me. Hell, I don't even know what a CSS grid is. Doh!

Fetish Gimp 04-20-2013 07:57 PM

Quote:

Originally Posted by sarettah (Post 19589144)
Don't forget the .wavs. :thumbsup

.

And to give it that professional touch a liberal helping of rainbow-colored blink-tagged titles. Fuck yeah.

harvey 04-20-2013 07:58 PM

http://cdn.indulgy.com/m3/0F/3D/7247...8htXKr2Tec.jpg

adult-help 04-20-2013 08:31 PM

oh wow did you really ask this question in 2013?

sarettah 04-20-2013 08:35 PM

Quote:

Originally Posted by Fetish Gimp (Post 19589158)
And to give it that professional touch a liberal helping of rainbow-colored blink-tagged titles. Fuck yeah.

Damn straight, if it doesn't trigger a seizure then it is a shit design :thumbsup

.

Colmike9 04-20-2013 09:05 PM

Quote:

Originally Posted by Fetish Gimp (Post 19589158)
And to give it that professional touch a liberal helping of rainbow-colored blink-tagged titles. Fuck yeah.

Don't forget to give out prizes for your 1,000,000th visitor :winkwink:

harvey 04-20-2013 09:42 PM

Quote:

Originally Posted by TubeVideoAPI (Post 19589091)
Tables are for tabular data.

tables are for dinner. period.

Any decent designer and coder knows how to use divs for tabular data. Furthermore, divs allows to do things with tabular data in advanced UI/UX that are simply impossible with tables

Dankasaur 04-20-2013 09:56 PM

Quote:

Originally Posted by harvey (Post 19589245)
tables are for dinner. period.

Any decent designer and coder knows how to use divs for tabular data. Furthermore, divs allows to do things with tabular data in advanced UI/UX that are simply impossible with tables

http://i.imgur.com/5ZMkU2J.jpg

harvey 04-20-2013 10:50 PM

Quote:

Originally Posted by TubeVideoAPI (Post 19589253)

Any decent designer and coder knows how to use divs for tabular data. Furthermore, divs allows to do things with tabular data in advanced UI/UX that are simply impossible with tables

do you see it now dumb kitty? :winkwink:

Dankasaur 04-20-2013 10:55 PM

Quote:

Originally Posted by harvey (Post 19589287)
Any decent designer and coder knows how to use divs for tabular data. Furthermore, divs allows to do things with tabular data in advanced UI/UX that are simply impossible with tables

do you see it now dumb kitty? :winkwink:

http://i.imgur.com/cyhMrUK.jpg

harvey 04-20-2013 10:57 PM

Quote:

Originally Posted by TubeVideoAPI (Post 19589288)

OK, please enlighten me as to how am I wrong

d-null 04-20-2013 11:09 PM

http://i.imgur.com/GlhEuFV.gif

Dankasaur 04-20-2013 11:16 PM

Quote:

Originally Posted by harvey (Post 19589290)
OK, please enlighten me as to how am I wrong

Tables are for tabular data, what the deuce are you doing with your tabular data, that tables are not needed but instead you style divs to mimic tables for?

harvey 04-20-2013 11:38 PM

Quote:

Originally Posted by TubeVideoAPI (Post 19589300)
Tables are for tabular data, what the deuce are you doing with your tabular data, that tables are not needed but instead you style divs to mimic tables for?

OK, I'll tell W3C to ditch the following, they were wrong since 2004 :(

Quote:

[table-header-group|table-footer-group] These values cause the element to behave like the corresponding THEAD and TFOOT HTML table elements which these values take their name from.
table These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
inline-table These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
table-caption These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
table-cell These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
table-row|table-row-group These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
table-column|table-column-group These values cause the element to behave like the corresponding HTML table element which these values take their name from. The ?inline-table? value does not have a direct mapping in HTML.
sorry for the confusion, I thought these idiots knew what were they talking about, my bad :(

Manfap 04-21-2013 03:38 AM

Scary that designers say they dont know what a css grid is.
so you´ve never looked at 960 or anything similar.

I know with responsive, the grid isn´t as useful as it used to be, but a good % based grid is still a good place to start.

HomerSimpson 04-21-2013 03:40 AM

divs - smaller html, easier to maintain and modify... css can sometimes be a bitch but once you figure things out it will work just good...

PornDude 04-21-2013 06:34 AM

http://assets.diylol.com/hfs/5b3/d04...ivs-fa28db.jpg

clickhappy 04-21-2013 06:51 AM

Quote:

Originally Posted by PikaPoka (Post 19589513)

thats what I say.
And I'd rather use Dreamweaver instead of coding by hand. Why spend all day coding a page when you can spend an hour and it comes out perfect after.

harvey 04-21-2013 01:27 PM

Quote:

Originally Posted by Manfap (Post 19589414)
Scary that designers say they dont know what a css grid is.
so you´ve never looked at 960 or anything similar.

I know with responsive, the grid isn´t as useful as it used to be, but a good % based grid is still a good place to start.

1st strike. Continue with the logic and you'll be banned, this is GFY :mad:

Cash4Me 04-21-2013 01:33 PM

Quote:

Originally Posted by Manfap (Post 19589414)
Scary that designers say they dont know what a css grid is.
so you´ve never looked at 960 or anything similar.

I know with responsive, the grid isn´t as useful as it used to be, but a good % based grid is still a good place to start.

Responsiveness and grid design patterns are fully tied. The grid comes necessary in the boostrap phase of project then responsiveness is done with CSS and Media Queries.
K.I.S.S.

harvey 04-21-2013 01:59 PM

Quote:

Originally Posted by Cash4Me (Post 19590006)
Responsiveness and grid design patterns are fully tied. The grid comes necessary in the boostrap phase of project then responsiveness is done with CSS and Media Queries.
K.I.S.S.

http://www.w3.org/standards/history/css3-grid

It's from 2007, too new for adult industry. We'll get there though. In the meanwhile....


:thumbsup

The Dawg 04-21-2013 08:49 PM

Quote:

Originally Posted by anexsia (Post 19589139)
Real men use tables, frames, and copious amounts of animated .gifs for web design.

Quote:

Originally Posted by sarettah (Post 19589144)
Don't forget the .wavs. :thumbsup

.

:1orglaugh:thumbsup


All times are GMT -7. The time now is 08:51 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123