Re: Style Classic Debugging File in CFIDE

2010-05-11 Thread Matthew Lowrey

Thank you everyone for your feedback and ideas.  Sorry I didn't respond 
earlier, we've had to make some changes to our websites for security purposes 
and its taken all my time away from responding to you all.

I've enjoyed all the comments and have learned a little bit from you all.  
Hopefully in the future I'll have something to give back to you all in return. 
:)

> If you just want to style it, the template (on CF8) can be found 
> here:
> 
> C:\ColdFusion8\wwwroot\WEB-INF\debug\classic.cfm
> 
> I don't usually reskin the output, but I often tweak, for instance to 
> suppress the CGI.auth_password etc.
> 
> > Fellow CFers:
> > 
> > I have been developing using the wonderful tools of FireBug when I 
> > stumbled upon ColdFire today and was happy to learn that there was a 
> 
> > CF Debugger out there that worked with FireBug until I learned it 
> > required putting a file into my CF installation files.  That always 
> 
> > throws flags up for me personally, not to mention getting the 
> > permission to do it from the IT team and being responsible to update 
> 
> > it and make sure it's secure.
> > 
> > This brought me to my question about the classic.cfm debugging page 
> 
> > that shows up as we have debugging turned on.  It's always been so 
> > "ugly" and even though there's a better version (dockable.cfm) it's 
> 
> > annoying to have a pop-up window come up every time we go to a page 
> 
> > and it interferes with other tools on our site.
> > 
> > Is there a way to style (CSS) the classic.cfm page (or edit it) to 
> > show up better and maybe make it so we don't experience overlapping 
> on 
> > some of our pages?
> > 
> > Or, for those of you who may have the ColdFire tool, what are your 
> > pros & cons on this tool?  Thanks in advance!! 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333591
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-11 Thread Rob Barthle

Follow the instruction for installation as they lay it out, and you'll be fine. 
You have to add the coldfire.cfm template to the debug directory, and they 
replace your trace.cfm file in the cftags folder, but they recommend (as do I) 
that you rename the original file first so you have it as a backup copy. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333571
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Raymond Camden

Nope, just Firebug.

On Mon, May 10, 2010 at 10:43 AM, Azadi Saryev  wrote:
>
>  isn't coldfire only usable in firefox browser? does it work with
> firebug lite?
>
> Azadi
>
> On 10/05/2010 23:30, Rob Barthle wrote:
>> On a local development box, I see no reason to not use ColdFire. I have 
>> found no issues with it at all in the months I have been using it. You never 
>> have to worry about CF debugging messing with your design, that is the 
>> single biggest reason I use it. I like the variables tab to quickly dump out 
>> data if I need to debug.
>>
>> In addition to that, I find Firebug to still be the best front-end debugger 
>> out there. The real-time HTML and CSS updates are invaluable for me for 
>> tweaking designs on the fly rather than having to edit, save, upload files 
>> again and again. The Net tab is great for managing AJAX calls.
>>
>>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333563
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Matthew Lowrey

Thanks Rob

I was just a little "iffy" on putting something on the server and I didn't want 
to go through the trouble of getting our IT department to put it up on our 
developement servers and me using it to find out it has some hidden code that 
mess's up your servers or it just doesn't work.

Matt...

> On a local development box, I see no reason to not use ColdFire. I 
> have found no issues with it at all in the months I have been using it. 
> You never have to worry about CF debugging messing with your design, 
> that is the single biggest reason I use it. I like the variables tab 
> to quickly dump out data if I need to debug.
> 
> In addition to that, I find Firebug to still be the best front-end 
> debugger out there. The real-time HTML and CSS updates are invaluable 
> for me for tweaking designs on the fly rather than having to edit, 
> save, upload files again and again. The Net tab is great for managing 
> AJAX calls. 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Jason Fisher

If you just want to style it, the template (on CF8) can be found here:

C:\ColdFusion8\wwwroot\WEB-INF\debug\classic.cfm

I don't usually reskin the output, but I often tweak, for instance to suppress 
the CGI.auth_password etc.

> Fellow CFers:
> 
> I have been developing using the wonderful tools of FireBug when I 
> stumbled upon ColdFire today and was happy to learn that there was a 
> CF Debugger out there that worked with FireBug until I learned it 
> required putting a file into my CF installation files.  That always 
> throws flags up for me personally, not to mention getting the 
> permission to do it from the IT team and being responsible to update 
> it and make sure it's secure.
> 
> This brought me to my question about the classic.cfm debugging page 
> that shows up as we have debugging turned on.  It's always been so 
> "ugly" and even though there's a better version (dockable.cfm) it's 
> annoying to have a pop-up window come up every time we go to a page 
> and it interferes with other tools on our site.
> 
> Is there a way to style (CSS) the classic.cfm page (or edit it) to 
> show up better and maybe make it so we don't experience overlapping on 
> some of our pages?
> 
> Or, for those of you who may have the ColdFire tool, what are your 
> pros & cons on this tool?  Thanks in advance!! 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333555
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Azadi Saryev

 isn't coldfire only usable in firefox browser? does it work with
firebug lite?

Azadi

On 10/05/2010 23:30, Rob Barthle wrote:
> On a local development box, I see no reason to not use ColdFire. I have found 
> no issues with it at all in the months I have been using it. You never have 
> to worry about CF debugging messing with your design, that is the single 
> biggest reason I use it. I like the variables tab to quickly dump out data if 
> I need to debug.
>
> In addition to that, I find Firebug to still be the best front-end debugger 
> out there. The real-time HTML and CSS updates are invaluable for me for 
> tweaking designs on the fly rather than having to edit, save, upload files 
> again and again. The Net tab is great for managing AJAX calls. 
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle

On a local development box, I see no reason to not use ColdFire. I have found 
no issues with it at all in the months I have been using it. You never have to 
worry about CF debugging messing with your design, that is the single biggest 
reason I use it. I like the variables tab to quickly dump out data if I need to 
debug.

In addition to that, I find Firebug to still be the best front-end debugger out 
there. The real-time HTML and CSS updates are invaluable for me for tweaking 
designs on the fly rather than having to edit, save, upload files again and 
again. The Net tab is great for managing AJAX calls. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle

Why not use Firebug and ColdFire and not have to worry about hiding anything? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Matthew Lowrey

Thanks Tony I was looking more for styling the debugging information not just 
show/hiding  (which worked great by the way).

I'm hoping to either find and open the debugging file or finding some kind of 
CSS/JQuery code that will put a styled layer over top of the boring classic 
debugging text.  You helped to point me in the write direction though with the 
.cfdebug class.  That's a start! :)

Matt...

>Yes. Include jquery and the following script:
>
>
>//hide debugging on page load
>$(document).ready(function(){$('.cfdebug').hide()});
>
>
>
>
>Show Debugging
>||
>Hide Debugging 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-07 Thread Tony Bentley

I forgot to mention, you can also just add the jquery doc in your CFIDE and 
modify your classic debugging page with the included show hide links. That way 
it is outside of your project.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Style Classic Debugging File in CFIDE

2010-05-07 Thread Tony Bentley

Yes. Include jquery and the following script:


//hide debugging on page load
$(document).ready(function(){$('.cfdebug').hide()});




Show Debugging
||
Hide Debugging 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Style Classic Debugging File in CFIDE

2010-05-07 Thread Matthew Lowrey

Fellow CFers:

I have been developing using the wonderful tools of FireBug when I stumbled 
upon ColdFire today and was happy to learn that there was a CF Debugger out 
there that worked with FireBug until I learned it required putting a file into 
my CF installation files.  That always throws flags up for me personally, not 
to mention getting the permission to do it from the IT team and being 
responsible to update it and make sure it's secure.

This brought me to my question about the classic.cfm debugging page that shows 
up as we have debugging turned on.  It's always been so "ugly" and even though 
there's a better version (dockable.cfm) it's annoying to have a pop-up window 
come up every time we go to a page and it interferes with other tools on our 
site.

Is there a way to style (CSS) the classic.cfm page (or edit it) to show up 
better and maybe make it so we don't experience overlapping on some of our 
pages?

Or, for those of you who may have the ColdFire tool, what are your pros & cons 
on this tool?  Thanks in advance!! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333505
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm