Re: Flexible Shopping Cart (was: Shopping Carts)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2008-02-28 at 14:23 -0500, Daniel Brown wrote:
> On Thu, Feb 28, 2008 at 2:10 PM, Eric Butera <eric.butera@xxxxxxxxx> wrote:
> >  Have you messed around with compressing your output at all?  Using
> >  something like mod_deflate is pretty nice while falling back on the ob
> >  gz stuff makes a huge improvement too.
> 
>     I have, but the improved performance to which I was referring
> comes from pure HTML rules.  A lot of people (and myself included,
> until about two years ago) aren't aware of one of the fundamentals of
> HTML: the page won't start to display until all of the tables are
> drawn.  Newer browsers are getting better with it, but it still takes
> longer than stylizing the page with div's and CSS.
> 
>     Is that whole Magento system done with CSS, with zero tables?

You know... it's all fine and dandy to eliminate tables... except where
tabular data is concerned. Tabular data is SUPPOSED to be in a table.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux