Difference between revisions of "Website/Going Tableless"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
The OpenOffice.org website currently uses a table-based layout: the table #main, which contains the columns #navcol (left hand navigation area), #midcol (main body) and for My Pages, #communitycol. Each of these columns contains a div-based wrapper; #navcolumn, #bodycol and #rightcol (respectively).
 
The OpenOffice.org website currently uses a table-based layout: the table #main, which contains the columns #navcol (left hand navigation area), #midcol (main body) and for My Pages, #communitycol. Each of these columns contains a div-based wrapper; #navcolumn, #bodycol and #rightcol (respectively).
  
Although most of OpenOffice.org's pages are tableless (i.e., they have no tables within #midcol), the CollabNet template imposes the #main table on all OOo pages. [http://sitening.com/blog/going-tableless-why-css-should-be-used-for-layouts/ This is not good web design practice], and we can accomplish the same thing using just divs while simplifying the layout at the same time and making it more future-proof.
+
Although most of OpenOffice.org's pages are tableless (i.e., they have no tables other than #main), the CollabNet template imposes the #main table on all OOo pages. [http://sitening.com/blog/going-tableless-why-css-should-be-used-for-layouts/ This is not good web design practice], and we can accomplish the same thing using just divs while simplifying the layout at the same time and making it more future-proof.
  
 
'''Please note: This will not affect any tables other than #main!''' If any of your pages contain tables (e.g. [http://projects.openoffice.org/native-lang.html The Native Language Confederation Project page]), they will not be changed at all. For example, IssueZilla will continue to use tables to display issue data.
 
'''Please note: This will not affect any tables other than #main!''' If any of your pages contain tables (e.g. [http://projects.openoffice.org/native-lang.html The Native Language Confederation Project page]), they will not be changed at all. For example, IssueZilla will continue to use tables to display issue data.
Line 7: Line 7:
 
== The process ==
 
== The process ==
  
This section will detail how project leads can transition to the tableless layout.  
+
This section will detail how project leads can transition to the tableless layout. For now, discussion on this issue is encouraged on both [http://website.openoffice.org/servlets/BrowseList?list=dev&by=thread&from=2156073 Website] and [http://native-lang.openoffice.org/servlets/BrowseList?list=dev&by=thread&from=2162673 Native Language] project mailing lists.
  
 
== Tableless Projects ==
 
== Tableless Projects ==
  
The following projects have moved to a tableless layout.
+
The following projects have moved to preliminary tableless layout (not currently the same as the proposed layout).
  
 
* [http://education.openoffice.org Education]
 
* [http://education.openoffice.org Education]

Revision as of 04:29, 9 December 2008

The OpenOffice.org website currently uses a table-based layout: the table #main, which contains the columns #navcol (left hand navigation area), #midcol (main body) and for My Pages, #communitycol. Each of these columns contains a div-based wrapper; #navcolumn, #bodycol and #rightcol (respectively).

Although most of OpenOffice.org's pages are tableless (i.e., they have no tables other than #main), the CollabNet template imposes the #main table on all OOo pages. This is not good web design practice, and we can accomplish the same thing using just divs while simplifying the layout at the same time and making it more future-proof.

Please note: This will not affect any tables other than #main! If any of your pages contain tables (e.g. The Native Language Confederation Project page), they will not be changed at all. For example, IssueZilla will continue to use tables to display issue data.

The process

This section will detail how project leads can transition to the tableless layout. For now, discussion on this issue is encouraged on both Website and Native Language project mailing lists.

Tableless Projects

The following projects have moved to preliminary tableless layout (not currently the same as the proposed layout).

Structural Changes

The images below allow you to compare the existing layout (skeleton) with the proposed layout.

Existing, table-based layout
Proposed tableless layout
Personal tools