RE: HTML Tricks

2002-10-29 Thread Robertson-Ravo, Neil (REC)
place the dump tag on a layer which has a higher z-axis than the rest...

-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added it
just sort of goes underneath some of the tables. Does anyone have a fix that
I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: HTML Tricks

2002-10-29 Thread Scott Brady
In our website I am making heavy use of divs to place tables
 anywhere I want, the issue I have with this is that now when
 cf debugging is added it just sort of goes underneath some of
 the tables. Does anyone have a fix that I could do real quick
 with HTML.

If you're using CFMX and you have your own server with access to the administrator, 
you can have the debugging output put into another window (it's in the debugging 
settings).

Scott

Scott Brady
http://www.scottbrady.net/
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: HTML Tricks

2002-10-29 Thread Robert Everland
How do I do that, I am using CF5, to my knowledge it always just outputs it
on the page, there is no user actions.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:26 AM
To: CF-Talk
Subject: RE: HTML Tricks


place the dump tag on a layer which has a higher z-axis than the rest...

-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added it
just sort of goes underneath some of the tables. Does anyone have a fix that
I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: HTML Tricks

2002-10-29 Thread Mark Stephenson - Evolution Internet
could you use the CF's error handling tag? Use custom error pages?

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:33
To: CF-Talk
Subject: RE: HTML Tricks


How do I do that, I am using CF5, to my knowledge it always just outputs it
on the page, there is no user actions.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com

-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo;csd.reedexpo.com]
Sent: Tuesday, October 29, 2002 10:26 AM
To: CF-Talk
Subject: RE: HTML Tricks


place the dump tag on a layer which has a higher z-axis than the rest...

-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added it
just sort of goes underneath some of the tables. Does anyone have a fix that
I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: HTML Tricks

2002-10-29 Thread Robertson-Ravo, Neil (REC)
FYI this should do it : 

div id=cfdebugger style=position:absolute; width:200px; height:115px;
z-index:1; visibility: visible;cfdump var=#session#/div

NOTE :  depending on your z-axis/index, i cant remember if it works as 1 on
top or the the greatest number? :-)

but that should output on top of everything else.







-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:33
To: CF-Talk
Subject: RE: HTML Tricks


How do I do that, I am using CF5, to my knowledge it always just outputs it
on the page, there is no user actions.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:26 AM
To: CF-Talk
Subject: RE: HTML Tricks


place the dump tag on a layer which has a higher z-axis than the rest...

-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added it
just sort of goes underneath some of the tables. Does anyone have a fix that
I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: HTML Tricks

2002-10-29 Thread Joshua Miller
Hey, on a related note, I've written a couple tags that are in the Tag
Gallery for FLUSHSESSIONS and DUMPSESSIONS ... I know you can dump with
CFDUMP, but the FLUSHSESSIONS is sometimes nice to clear all the
variables for a fresh start. By default it leaves CFID and CFTOKEN
intact, but you can override that.

You access the variables by: [yoururl.cfm]?dumpsessions=1 or
?flushsessions=1 ... It's nice because you can leave them in the
Application.cfm file and use them for debugging at any time. Just drop
the query string on any URL in your app to see the session state.

Thanks, 

Joshua Miller
[EMAIL PROTECTED]


-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:45 AM
To: CF-Talk
Subject: RE: HTML Tricks


FYI this should do it : 

div id=cfdebugger style=position:absolute; width:200px;
height:115px; z-index:1; visibility: visible;cfdump
var=#session#/div

NOTE :  depending on your z-axis/index, i cant remember if it works as 1
on top or the the greatest number? :-)

but that should output on top of everything else.







-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:33
To: CF-Talk
Subject: RE: HTML Tricks


How do I do that, I am using CF5, to my knowledge it always just outputs
it on the page, there is no user actions.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:26 AM
To: CF-Talk
Subject: RE: HTML Tricks


place the dump tag on a layer which has a higher z-axis than the rest...

-Original Message-
From: Robert Everland [mailto:REverland;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added
it just sort of goes underneath some of the tables. Does anyone have a
fix that I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: HTML Tricks

2002-10-29 Thread S . Isaac Dealey
I think he's wanting to change the behavior for the server's debug output at
the bottom of the page vs. a cfdump tag ... z-index places objects with
larger z-index values overlapping or on top of objects with lower z-index
values... I'm trying to think of any way to change the default output at the
bottom and nothing really leaps to my mind -- the big problem with this
being that the output is typically below the closing /html tag and there
aren't any ID values on any of the elements to work with. Even using
javascript I'm not sure if there's any way to reference the html elements
below the closing /html tag, since it's not within the document. Even if
you were to create an OnRequestEnd file with something like div id=blah
in it, you couldn't close that div without closing it above the top of the
debugging output, which would mean there wouldn't be any way to apply css to
it, etc...

My best guess: make sure that the tallest element on your page is not
absolutely positioned ( so as to allow it's height to force the debugging
output to display below it ) ... Say for instance:

bodyimg src= width=0 height=500 style=visibility: hidden

or

bodycfloop index=x from=1 to=100br //cfloop

Then your debug output will always be a certain given distance from the top,
and if all the other elements are absolutely positioned div's neither of
these lines will affed their display.

hth

S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046


 FYI this should do it :

 div id=cfdebugger style=position:absolute; width:200px; height:115px;
 z-index:1; visibility: visible;cfdump var=#session#/div

 NOTE :  depending on your z-axis/index, i cant remember if it works as 1
 on
 top or the the greatest number? :-)

 but that should output on top of everything else.


 -Original Message-
 From: Robert Everland [mailto:REverland;dixonusa.com]
 Sent: 29 October 2002 15:33
 To: CF-Talk
 Subject: RE: HTML Tricks


 How do I do that, I am using CF5, to my knowledge it always just outputs
 it
 on the page, there is no user actions.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Robertson-Ravo, Neil (REC)
 [mailto:Neil.Robertson-Ravo;csd.reedexpo.com]
 Sent: Tuesday, October 29, 2002 10:26 AM
 To: CF-Talk
 Subject: RE: HTML Tricks


 place the dump tag on a layer which has a higher z-axis than the rest...

 -Original Message-
 From: Robert Everland [mailto:REverland;dixonusa.com]
 Sent: 29 October 2002 15:20
 To: CF-Talk
 Subject: HTML Tricks


 In our website I am making heavy use of divs to place tables anywhere I
 want, the issue I have with this is that now when cf debugging is added it
 just sort of goes underneath some of the tables. Does anyone have a fix
 that
 I could do real quick with HTML.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: HTML Tricks

2002-10-29 Thread Robert Everland
Yeah you gave me the reenforced what I figured was going to be wrong. Oh
well, I found a dirty way to do it by doing what you said. Thanks

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: S. Isaac Dealey [mailto:info;turnkey.to] 
Sent: Tuesday, October 29, 2002 11:02 AM
To: CF-Talk
Subject: RE: HTML Tricks


I think he's wanting to change the behavior for the server's debug output at
the bottom of the page vs. a cfdump tag ... z-index places objects with
larger z-index values overlapping or on top of objects with lower z-index
values... I'm trying to think of any way to change the default output at the
bottom and nothing really leaps to my mind -- the big problem with this
being that the output is typically below the closing /html tag and there
aren't any ID values on any of the elements to work with. Even using
javascript I'm not sure if there's any way to reference the html elements
below the closing /html tag, since it's not within the document. Even if
you were to create an OnRequestEnd file with something like div id=blah
in it, you couldn't close that div without closing it above the top of the
debugging output, which would mean there wouldn't be any way to apply css to
it, etc...

My best guess: make sure that the tallest element on your page is not
absolutely positioned ( so as to allow it's height to force the debugging
output to display below it ) ... Say for instance:

bodyimg src= width=0 height=500 style=visibility: hidden

or

bodycfloop index=x from=1 to=100br //cfloop

Then your debug output will always be a certain given distance from the top,
and if all the other elements are absolutely positioned div's neither of
these lines will affed their display.

hth

S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046


 FYI this should do it :

 div id=cfdebugger style=position:absolute; width:200px; 
 height:115px; z-index:1; visibility: visible;cfdump 
 var=#session#/div

 NOTE :  depending on your z-axis/index, i cant remember if it works as 
 1 on top or the the greatest number? :-)

 but that should output on top of everything else.


 -Original Message-
 From: Robert Everland [mailto:REverland;dixonusa.com]
 Sent: 29 October 2002 15:33
 To: CF-Talk
 Subject: RE: HTML Tricks


 How do I do that, I am using CF5, to my knowledge it always just 
 outputs it on the page, there is no user actions.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Robertson-Ravo, Neil (REC) 
 [mailto:Neil.Robertson-Ravo;csd.reedexpo.com]
 Sent: Tuesday, October 29, 2002 10:26 AM
 To: CF-Talk
 Subject: RE: HTML Tricks


 place the dump tag on a layer which has a higher z-axis than the 
 rest...

 -Original Message-
 From: Robert Everland [mailto:REverland;dixonusa.com]
 Sent: 29 October 2002 15:20
 To: CF-Talk
 Subject: HTML Tricks


 In our website I am making heavy use of divs to place tables anywhere 
 I want, the issue I have with this is that now when cf debugging is 
 added it just sort of goes underneath some of the tables. Does anyone 
 have a fix that I could do real quick with HTML.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com



 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm