View Single Post
Old 05-11-2009, 11:42 PM
dancole's Avatar
dancole dancole is offline
Tavern Regular
 
About
Join Date: Jan 2009
Location: USA
Posts: 211
Default

Quote:
Originally Posted by chipbennett View Post
So, I don't understand how, if a user does download a copy of a CSS file served, that said CSS file hasn't been conveyed.
PHP source code is compiled by the PHP compiler into a program, which is then run through the server's CPU by Apache. This produces output, which can be a combination of Content, HTML, CSS, or JavaScript. This output is under the copyright of the website author and totally different / seperate in terms of ownership with respect to the source code that lead to it's creation.

My theme generates its CSS files, which means that the CSS the visitors get is not part of the source code.

Dan Cole, WordPress Theme Developer.
Reply With Quote