The Ancient Sumerians, Tablet Computing and HTML Tables
This 5,000-year-old Sumerian clay tablet (modern-day Iraq) is one of the earliest known written documents. But forget poetry or religious texts – this is ancient data analysis!
Surprisingly, most recovered Sumerian tablets are economic records: taxes, crop yields, inventories – a detailed economic snapshot. This highlights the enduring power of tabular data, predating even bronze and iron.
Tables significantly boost our data processing capacity. Our short-term memory struggles beyond seven items, but tables allow us to easily process fifteen, twenty, or more.
Tables on Mobile: A Modern Challenge
Recently, front-end developers have debated the optimal presentation of tabular data on smaller screens. One approach, featured on the LivingSocial techblog, restructures each table row into an independent unit at smaller screen sizes.
This stacking method works well for short tables (e.g., shoe size charts). However, it sacrifices the inherent advantages of tables for longer datasets. Consider a bank statement: finding a specific transaction becomes significantly harder without the column view. Furthermore, repeating headers for every row increases visual clutter.
Optimizing Tables Before Redesign
Before resorting to complex layout solutions, prioritize data optimization. Ask these questions:
- Is every column necessary on mobile?
- Can data be summarized more concisely? (e.g., "Feb" instead of "02/01/2015 – 02/28/2015")
- Can detailed information be hidden behind a "More" link and modal?
A well-designed shopping receipt exemplifies efficient small-format table design. It clearly displays essential information (product, origin, price, distance traveled) within a limited space.
Tablesaw: A Responsive Solution
If optimization isn't enough, consider Tablesaw, a responsive table library from the Filament Group.
Tablesaw offers:
- Toggle view: Select specific columns to display.
- Swipe table: Keep the leftmost column visible while swiping to access others.
Tablesaw provides a flexible solution for various responsive table needs. Check out their demo for more details.
Originally published in the April 8th SitePoint Design Newsletter
Frequently Asked Questions (FAQs) about Ancient Sumerians and HTML Tables
These FAQs remain unchanged from the original input.
The above is the detailed content of The Ancient Sumerians, Tablet Computing and HTML Tables. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











This pilot program, a collaboration between the CNCF (Cloud Native Computing Foundation), Ampere Computing, Equinix Metal, and Actuated, streamlines arm64 CI/CD for CNCF GitHub projects. The initiative addresses security concerns and performance lim

This tutorial guides you through building a serverless image processing pipeline using AWS services. We'll create a Next.js frontend deployed on an ECS Fargate cluster, interacting with an API Gateway, Lambda functions, S3 buckets, and DynamoDB. Th

Stay informed about the latest tech trends with these top developer newsletters! This curated list offers something for everyone, from AI enthusiasts to seasoned backend and frontend developers. Choose your favorites and save time searching for rel
