FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » including CSS & JS on only pages that need that CSS & JS
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: including CSS & JS on only pages that need that CSS & JS [message #175621 is a reply to message #175620] Wed, 12 October 2011 01:51 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 10/11/2011 8:48 PM, paris2venice wrote:
>
>
> Jerry, I don't get it. What did I say that led you to believe I was
> doing anything else except what both you and PointedEars describe
> above? I'm not faulting you -- I obviously did not communicate
> effectively with the HTML comments I used.
>
> My include files are nothing but pure HTML. Thus, I'm not mixing the
> DOCTYPE with CSS and never have. I've been creating websites almost
> since the inception of the web (1995) so I do know what I'm doing and
> I certainly don't need to read a book on HTML or CSS. PHP? Yes. But
> if what I asked was so simple, there wouldn't be 33 posts already.
>
> Thanks very much to everyone who contributed. I sincerely appreciate
> your efforts to help.

As you said in your very first post in this thread:

<?
php require_once './css.php'; /* css.php contains
doctype, meta & css needed universally */
?>

Look at your own comment.

Additionally, .css files should not be named .php (they don't contain
any PHP code). Neither should they have DOCTYPE, META or anything else
not CSS. And you shouldn't include() them - you should LINK to them.

And it is simple. But unfortunately there are a few trolls who frequent
this group all too regularly. Many of the posts are from them.

Also, it really doesn't matter how long you've been doing it. You could
have been doing it wrong for the last 15 years just as easily as you
could have been doing it right.

And your comments at least indicate you've been doing it wrong.

And BTW - if you have been doing it for that many years, then you should
understand why having dozens of css files is not necessarily good.
Often times one css file performs better.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: .htaccess vs PHP header(location:)
Next Topic: How to redirect user based on user country?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 12 21:53:14 GMT 2024

Total time taken to generate the page: 0.03382 seconds