RE: OT: PHP equivalent of cfhtmlhead

2005-01-28 Thread Jim Davis
> -Original Message- > From: Figy, Kam [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 27, 2005 2:21 PM > To: CF-Talk > Subject: RE: OT: PHP equivalent of cfhtmlhead > > You could hack around something like that with ... Not really - this solution only works

RE: OT: PHP equivalent of cfhtmlhead

2005-01-27 Thread Figy, Kam
: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 1:57 PM To: CF-Talk Subject: RE: OT: PHP equivalent of cfhtmlhead > -Original Message- > From: Figy, Kam [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 25, 2005 4:48 PM > To: CF-Talk > Subject: RE: OT:

Re: OT: PHP equivalent of cfhtmlhead

2005-01-26 Thread Keith Gaughan
Rick Root wrote: > George Abraham wrote: > >>Well for the time being, this is what I found as an >>acceptable/workable alternative: >> >>http://www.zend.com/zend/art/buffering.php > > > Ah yes, I've used ob_start() before... but isn't that pretty much only > for http headers? God no! It's for

Re: OT: PHP equivalent of cfhtmlhead

2005-01-26 Thread Adam Haskell
e head, if that's > a concern. > > - Original Message - > From: "Rick Root" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Tuesday, January 25, 2005 11:15 AM > Subject: Re: OT: PHP equivalent of cfhtmlhead > > > Deanna Schneider wrote: >

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread George Abraham
Could be. I haven't actually implemented anything yet. Maybe it is just the equivalent of cfheader. George ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hou

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Rick Root
George Abraham wrote: > Well for the time being, this is what I found as an > acceptable/workable alternative: > > http://www.zend.com/zend/art/buffering.php Ah yes, I've used ob_start() before... but isn't that pretty much only for http headers? - Rick -- No virus found in this outgoing m

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread George Abraham
Well for the time being, this is what I found as an acceptable/workable alternative: http://www.zend.com/zend/art/buffering.php George ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

RE: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Jim Davis
> -Original Message- > From: Figy, Kam [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 25, 2005 4:48 PM > To: CF-Talk > Subject: RE: OT: PHP equivalent of cfhtmlhead > > It's also convenient if you want to have a global header include but > have page title

RE: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Figy, Kam
It's also convenient if you want to have a global header include but have page titles on a per-page basis. kam -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 11:17 AM To: CF-Talk Subject: Re: OT: PHP equivalent of cfhtmlhead

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread George Abraham
Using cfhtmlhead, you can dynamically add references to other stylesheets or scripts that you don't normally want to clutter your page with. Since it does the addition of these references to the head section of the html before the html page is sent to the browser, it is of great help. George

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Deanna Schneider
Well, I don't think they'll validate, if they're outside the head, if that's a concern. - Original Message - From: "Rick Root" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, January 25, 2005 11:15 AM Subject: Re: OT: PHP equivalent of c

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Rick Root
Deanna Schneider wrote: > I use it a lot for things like adding local styles to the head of a page. Or > a local js function or something. Are there any browsers out there that ignore javascript and stylesheet information placed outside the head section? I guess i've never felt any pressing nee

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Deanna Schneider
I use it a lot for things like adding local styles to the head of a page. Or a local js function or something. > There is no equivalent that I can think of. I've never used > either... seems like a pretty useless tag to me. > > - Rick > ~

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Rick Root
George Abraham wrote: > OK, > This is the only place I know where I might get an answer to this > question. What is the PHP equivalent of using cfhtmlhead to insert > stylesheet or javascript information before an HTML file is sent to > the browser? There is no equivalent that I can think of. I'v

Re: OT: PHP equivalent of cfhtmlhead

2005-01-25 Thread Mark Drew
I dont think there is one, only includes and what have you Regards Mark Drew On Tue, 25 Jan 2005 11:29:39 -0500, George Abraham <[EMAIL PROTECTED]> wrote: > OK, > This is the only place I know where I might get an answer to this > question. What is the PHP equivalent of using cfhtmlhead to inse