Re: [PHP] table-less layouts; Ideas welcome

2009-06-07 Thread dbrooke
Jim Lucas wrote: Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. Like I said Jim, that is what you get with CSS... a more versatile design. Don't listen to naysayers. ;-) Keep it up! Donovan --

Re: [PHP] table-less layouts; Ideas welcome

2009-06-06 Thread Jim Lucas
Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me know what you think.

RE: [PHP] table-less layouts; Ideas welcome

2009-06-01 Thread Daevid Vincent
Um. why. This type of tabular data is exactly what tables are for. http://giveupandusetables.com/ All you've done is substitute a whacky DIV layout for a TABLE one: div class=table_tr row_color{$mod} div class=table_td first_name{$row['first_name']}/div div class=table_td

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Jim Lucas
Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me know what you think.

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Luke
2009/5/21 Jim Lucas li...@cmsws.com Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Paul M Foster
On Thu, May 21, 2009 at 01:02:07AM -0700, Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread tedd
At 1:02 AM -0700 5/21/09, Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me know what you

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Shawn McKenzie
Ashley Sheridan wrote: Tedd, I've got a fairly simple calendar script in PHP here http://www.ashleysheridan.co.uk/coding.php?group=phparticle=coding_php_calendar.php which could be adapted fairly easily with the right tweaks. Ash www.ashleysheridan.co.uk I cant get the calendar on

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Ashley Sheridan
On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote: Ashley Sheridan wrote: Tedd, I've got a fairly simple calendar script in PHP here http://www.ashleysheridan.co.uk/coding.php?group=phparticle=coding_php_calendar.php which could be adapted fairly easily with the right tweaks.

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Eddie Drapkin
Yeah, it doesn't work here, either. On Thu, May 21, 2009 at 11:44 AM, Shawn McKenzie nos...@mckenzies.netwrote: Ashley Sheridan wrote: Tedd, I've got a fairly simple calendar script in PHP here http://www.ashleysheridan.co.uk/coding.php?group=phparticle=coding_php_calendar.phpwhich

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Shawn McKenzie
Ashley Sheridan wrote: On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote: Ashley Sheridan wrote: Tedd, I've got a fairly simple calendar script in PHP here http://www.ashleysheridan.co.uk/coding.php?group=phparticle=coding_php_calendar.php which could be adapted fairly easily with

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Eddie Drapkin
I'd be more fond of unrolling some of those loops and feeding the data into a proper template than tweaking what looks like really half-arsed code. On Thu, May 21, 2009 at 11:57 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Thu, 2009-05-21 at 10:44 -0500, Shawn McKenzie wrote: Ashley

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Ashley Sheridan
On Thu, 2009-05-21 at 12:14 -0400, Eddie Drapkin wrote: I'd be more fond of unrolling some of those loops and feeding the data into a proper template than tweaking what looks like really half-arsed code. On Thu, May 21, 2009 at 11:57 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Lists
Jim Lucas wrote: Jim Lucas wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... Recent threads have finally made me do it. Let me know what you think.

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Benjamin Hawkes-Lewis
On 21/5/09 09:02, Jim Lucas wrote: I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... [snip] But, not knowing how the various types of accessibility applications work, I am guessing that the layout to an application trying to read it

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Nathan Rixham
Benjamin Hawkes-Lewis wrote: On 21/5/09 09:02, Jim Lucas wrote: I have been toying with the idea of doing a table-less layouts involving tabular data, calendars, etc... [snip] But, not knowing how the various types of accessibility applications work, I am guessing that the layout to an

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Tom Worster
this reminds me of the classic line in Real Programmers Don't Use Pascal: Besides, the determined Real Programmer can write Fortran programs in any language. On 5/21/09 4:02 AM, Jim Lucas li...@cmsws.com wrote: Since this has been a topic of dicussion, I figured I would add my thoughts. I