...


***** Thanks for your comments
***** I already see sites that do this.
***** For example please visit these three sites:
***** http://en.wikipedia.org/wiki/Apache_Tomcat
***** View source
***** <link rel="stylesheet" 
href="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&amp;lang=en&amp;modules=ext.gadget.DRN-wizard%2CReferenceTooltips%2Ccharinsert%2Cteahouse%7Cext.rtlcite%2Cwikihiero%7Cext.uls.nojs%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmw.PopUpMediaTransform%7Cskins.vector&amp;only=styles&amp;skin=vector&amp;*"
 />
***** the load.php makes a dynamic css

***** Please visit www.ebay.com
***** View source
***** <link href="http://gh.ebaystatic.com/header/css/all.min?combo=11&ds=3&siteid=0&rvr=93&h=22235"; 
type="text/css" rel="stylesheet">
****** the all.min loads dynamic css

****** Even facebook uses dynamic css.

****** Do you think I am wrong ?

Yes. It is more likely that they are dynamically determining which static .css page to load, rather than dynamically *creating* the .css. That is one option that was previously suggested in this thread. Doing that allows caching to work, reducing both server and network load.



****** All these site are multilinguala and bidirectional sites. This is the 
case which force them
****** make the css files generate dynamically.

As above, it is more likely they are *selecting* the .css dynamically, rather than generating it.


****** When you work on these types of sites there is always a trade off to 
make some thing like this:
****** mysite/style/fa_IR/style.css
****** mysite/styles/en_US/style.css
****** mysite/styles/ar_AU/style.css
****** or making one css and try put if statements in it.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to