public marks

PUBLIC MARKS with tag table

March 2008

Table-Based Layout Is The Next Big Thing

by marco & 3 others (via)
Pas pour tout de suite mais ça va venir assez vite

Wait till I come! » Blog Archive » Generating charts from accessible data tables and vice versa using the Google Charts API

by julie

Google have lately been praised for their chart API and my esteemed colleague Ed Eliot has a workaround for its restrictions in terms of caching and server hits. I played around a bit with it and thought it very cool but it felt a bit clunky to add all these values to a URL when they could be in the document for those who cannot see pie charts. This is why I wrote a small script that converts data tables to charts using the API and a wee bit of JavaScript. Using this script you can take a simple, valid and accessible data table like the following and it gets automatically converted to a pie chart.

January 2008

Des tableaux de données simples, standards et lisibles en CSS et PHP - Le Potlatch

by daxlebo
Même si leur usage a été banni dans la mise en forme de pages au profit des DIV, les tableaux sont un outil de choix dès qu'il s'agit d'afficher des données sous forme de lignes et de colonnes. Il reste cependant difficile de créer des tableaux lisibles et conformes aux standards. Voici un condensé de bonnes pratiques pour styler vos tableaux, qui n'a rien de révolutionnaire mais vous fera peut-être gagner du temps.

November 2007

jQuery plugin: Tablesorter 2.0

by camel & 1 other (via)
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell

sorttable: trier vos tableaux

by emmanuelc & 2 others
Trier des colonnes de tableau via JavaScript

October 2007

Pure CSS Scrollable Table with Fixed Header

by Simay & 20 others (via)
un bel exemple qui permet de limiter en hauteur le contenu d'une tableau (tbody) à l'aide d'une overflow auto et donc de laisser toujours apparent le thead

September 2007

:: fr3nd.net » mysqlpdump

by camel & 1 other (via)
MySQL Parallel Dump Multi threaded mysqldump is not an utopia any more. mysqlpdump can dump all your tables and databases in parallel so it can be much faster in systems with multiple cpu’s. It stores each table in a different file by default. It can also generate the dump to stdout although this is not recommended because it can use all the memory in your system if your tables are big.

August 2007

jQuery plugin: Tablesorter 2.0

by camel & 11 others
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including: * Multi-column sorting * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily * Support for ROWSPAN and COLSPAN on TH elements * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria) * Extensibility via widget system * Small code size (7,4kb packed)

jQuery plugin: Tablesorter 2.0

by nhoizey & 11 others
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features