473,804 Members | 3,153 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Taking table-less CSS design far too far

41 2317
VK

Andy Dingley <di*****@codesm iths.com> wrote:
http://thedailywtf.com/forums/thread/74148.aspx


Thanks for fun reading. But shouldn't it be posted in ciwas instead?

May 24 '06 #2
Andy Dingley <di*****@codesm iths.com> wrote:
http://thedailywtf.com/forums/thread/74148.aspx


I see tables.

--
Brian O'Connor (ironcorona)
May 24 '06 #3
ironcorona wrote:
Andy Dingley <di*****@codesm iths.com> wrote:
http://thedailywtf.com/forums/thread/74148.aspx


I see tables.


Yeah ironic, the forum abuses tables for layout while the topic is the
misguided attempt to avoid tables for clearly tabular data...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
May 24 '06 #4
Andy Dingley <di*****@codesm iths.com> wrote:
http://thedailywtf.com/forums/thread/74148.aspx


It's scary what some people think about tables. I really can't see where
anyone gets the idea that tables shouldn't be used for tabular data!

The worst part of the page they discuss on the above is that at my
preferred font size, it looks like this:

http://dylanparry.com/usenet/omfg.png

--
Dylan Parry
http://electricfreedom.org -- Where the Music Progressively Rocks!
May 24 '06 #5
JDS
On Wed, 24 May 2006 02:35:00 -0700, VK wrote:
Thanks for fun reading.


Fun???

I was pulling my hair out with annoyance

--
JDS | je*****@example .invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

May 24 '06 #6
Dylan Parry wrote:
Andy Dingley <di*****@codesm iths.com> wrote:
http://thedailywtf.com/forums/thread/74148.aspx


It's scary what some people think about tables. I really can't see where
anyone gets the idea that tables shouldn't be used for tabular data!

<snip>

Simply hearing someone make the slip of the tongue that "tables are
deprecated".

http://smjg.port5.com/faqs/web/html/tablesdep.html

What next? People coding up a whole website using no element other than
DIV, and maybe SPAN as well?

Stewart.
May 24 '06 #7
Stewart Gordon wrote:
Simply hearing someone make the slip of the tongue that "tables are
deprecated".


You'd have to be pretty stupid to accept that sort of statement at face
value though! :) I can't (or rather don't want to) believe that anyone
who has any mind of their own wouldn't say "what? completely?" or
something similar.

--
Dylan Parry
http://electricfreedom.org -- Where the Music Progressively Rocks!
May 24 '06 #8
On Wed, 24 May 2006 15:15:31 +0100, Stewart Gordon <sm*******@yaho o.com>
wrote:
What next? People coding up a whole website using no element other than
DIV, and maybe SPAN as well?


That's been here for a while now, haven't you noticed? :)

It amazes me how in such a short space of time we've gone from tag soup
loving CSS bashers to morons who have missed the whole point of CSS and
think tables are banned and that we now use DIVs and SPANs instead of
paragraphs and lists etc. Or worse still are the sites where they still
use table layouts but every cell contains a DIV wrapped around its
contents, or even DIVs around each paragraph, list or other block level
element. And that's before you consider too many class names being used,
most of which have names like "BlueLeftBa r" or "SmallWhiteText " etc.

And it's going to get *much* worse because peoples' fixation with CSS and
purging themselves of tables hasn't got into full swing yet. Funny thing
is, many of the sites that use DIVs everywhere also loyally promote
Firefox. There's a standards bandwagon people have jumped on without
really knowing or caring what those standards mean. It started years ago
with doctypes, then using XHTML markup on pages served as HTML and now
they've all gone CSS crazy. I fear that in a couple of years time things
like incompatible DOMs, quirky CSS implementations , abusing tags for
layout (such as table layouts or blockquotes to indent text) or using
<font color="red" face="times" style="color:#f f0000;font-family:times"> so
that "browsers with and without CSS will display the page the same" will
seem trivial compared to the CSS soup that's out there and the problems
that brings.

But I think part of the blame has to go to messageboards and newsgroups
where people who do know tell those who don't that "You shouldn't use
tables and font tags. Use DIVs and SPANs instead" without spelling it out
to them that they're referring to layout and presentational effects. But
by the same token too many people have never been bothered to read the
specs or even a tutorial properly. They just skim-read a coupld of
paragraphs and messageboard posts and assume what is meant instead of
reading what is said.
May 24 '06 #9
_Stewart Gordon_ skrev | wrote | écrivit (24-05-2006 16:15):
What next? People coding up a whole website using no element other than
DIV, and maybe SPAN as well?


Well, I did that!

Needless to say, it was an *experiment* in making a sort-of microformat
mimicking XHTML2. The purpose was to experiment (among others) with nesting of
<h> and <section> elements, and their styling with CSS...
But please, try this /only/ at home!
http://www.design.olieu.net/files/divmania.html

--
Venlig hilsen | Kind regards | Cordialement
Frank
_______________ _______________ _____________
Being a bit off-topic...
May 24 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3889
by: Guru | last post by:
Hi All I am using a Global Temporary table in the Stored procedure and i am creating index for a column in that temporary table.When i am executing it. It is not taking that index. I checked using explain plan. But if i run the runstats in the CLP for that temporary table it is taking the index. How i have to implement in the Stored procedure itself? Warm Regards Guru
3
2618
by: VM | last post by:
Why is the third line of code in the loop take so long? W/o that line, the execution (35,000 loops) runs in 3 secs. With the line, it goes up to over 5 mins. dataGrid_auditAddress.DataSource = null; for(int i=0;i<table_rowNums.Rows.Count; i++) { iRowNum = Convert.ToInt32(table_rowNums.Rows); //this table has all row numbers that will be modified DataRow row_1 = DT_tempTable.Select("col_row = " +
8
2786
by: paulwilliamsonremove | last post by:
Hi, Using Access 2003. I am trying to delete records from one table/query ("qryHistoryPersonIDs") if they don't exist in another table ("qryDonations"). But the SQL syntax I came up with is taking forever or locking up Access 2003. What am I doing wrong?
1
1143
by: Ike | last post by:
Why would some innodb's not take a 'no null' for a field? Has anyone experienced anything like this? -Ike
1
1448
by: Nate Baxley | last post by:
OK, I'm taking my first stab at a custom error handler. Here's what I've got but it takes a very long time to return. If I remove the die command it reutrns much faster, but then I get several error messages when I only want one. Any ideas? Nate Baxley function ErrorHandler($code, $msg, $file, $line) { ?><h1>Something wrong has happened</h1> <?
5
3069
by: CarrieR | last post by:
I am working within a DB I have been devolping in Access 2003, and have encountered a report coding issue I was hoping someone could help me with: I have 18 reports, each running off some smaller queried version of 2 main queries (apx. 6000 records each). The purposes of the DB and the reports require the formatting of these reports to change monthly as Actual Revenue is reported. I can accomplish all of these monthly formatting changes...
1
1617
by: KiranKGone | last post by:
Hi All, We have a requirement to archive ( delete and store on a tape device ) the transaction data which is more than 90 days old. Have written the export commands, followed by the delete commands for all the transaction tables. However, I have a table in which 90% of the data is LOBs. The export is working fine on all the tables ( though slower for LOB table ), however, delete is taking some hours for LOB table, in order to delete a few...
4
5183
by: resmi318 | last post by:
I am running a query similar to given below. CREATE TABLE ABC_08 AS (SELECT x.col1, trim(x.col2), x.col3, x.col4, x.col5 FROM Table1 x
2
2108
by: Kumarswamy | last post by:
Hi, I have a problem, i have used one condition in where clause ..... but it is taking some time to return values....... so my procedure is taking lot of time....... for the same table if i query with another column in where clause within fraction of second i getting values....... This query is taking some time...... SELECT entrykey,uniquekey FROM frt_app.ENTRIES_WES WHERE uniquekey=9422077251
0
1648
by: kavin | last post by:
our Customer used to take export backup of a particular schema, previously it used to finish within 30 Minutes. As of now it is taking almost 12 Hours. Export is consuming more time while taking the backup of three particular tables.This tables contains row sizes of 15 lakhs,one lakhs, 75 lakhs respectively
0
9587
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7623
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4302
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.