![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: External CSS Files
jsteinmann wrote:
> What are the true benefits of using an external css file versus keeping it in the head? 1) Making a single edit affects display throughout entire site. A fabulously efficient way to work. 2) Stylesheet remains in memory, reducing bandwidth and load times. -- E. Michael Brandt www.divahtml.com http://www.divahtml.com/products/scr...extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustSo PictureWindow JustSo PhotoAlbum, et alia -- |
|
|||
|
Re: External CSS Files
> 2) Stylesheet remains in memory, reducing bandwidth and load times.
Actually, it remains in the local cache, allowing the fetch to be done locally, rather than from the server. And you forgot - 3) it reduces the weight of the pages. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "E Michael Brandt" <michael@valleywebdesigns.com> wrote in message news:fqpnla$i99$1@forums.macromedia.com... > jsteinmann wrote: >> What are the true benefits of using an external css file versus keeping >> it in the head? > > 1) Making a single edit affects display throughout entire site. A > fabulously efficient way to work. > > 2) Stylesheet remains in memory, reducing bandwidth and load times. > > -- > > > E. Michael Brandt > > www.divahtml.com > http://www.divahtml.com/products/scr...extensions.php > Standards-compliant scripts and Dreamweaver Extensions > > www.valleywebdesigns.com/vwd_Vdw.asp > JustSo PictureWindow > JustSo PhotoAlbum, et alia > > -- |
|
|||
|
Re: External CSS Files
Murray *ACE* wrote:
>> 2) Stylesheet remains in memory, reducing bandwidth and load times. > > Actually, it remains in the local cache, allowing the fetch to be done > locally, rather than from the server. I bow. > > And you forgot - > > 3) it reduces the weight of the pages. Inferred from (2), I thought ("reducing bandwidth and load times") but you are right to point it out. -- E. Michael Brandt www.divahtml.com http://www.divahtml.com/products/scr...extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustSo PictureWindow JustSo PhotoAlbum, et alia -- |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|