using PHP for "Fluid" design(using viewport resolution)

Posted by Jreeter on Stack Overflow See other posts from Stack Overflow or by Jreeter
Published on 2010-05-19T20:46:51Z Indexed on 2010/05/19 20:50 UTC
Read the original article Hit count: 354

Filed under:
|
|
|
|

I need some opinions on using PHP to make completely "scalable" websites.. For instance, using viewport resolution and resizing images, applying dynamic css styles..... In my mind doing this just add's to the complexity and should not be done, it should be fixed or fluid using strictly css and no server-side languages to generate layouts based on the device size..

I need some input and maybe some philosophy on why using this approach is not used at all..

© Stack Overflow or respective owner

Related posts about web-design

Related posts about layout