Useful tool for looking at code

2001-03-09 Thread David Adams
Web Monkey has reported a very interesting tool called "Code Lifter" that allows you to grab hidden JS, PL and CSS files from a web page. Very useful for bug fixing. http://www.codelifter.com/index.html Dave Adams CFUG Ottawa ~~ Structure

Re: Useful tool for looking at code

2001-03-09 Thread Michael
Yea but even if you right click on a page and view the source, thats the same as codelifter, or am I mistaken "David Adams" [EMAIL PROTECTED] wrote in message 012b01c0a8c8$76b62cf0$ab01bfce@adams">news:012b01c0a8c8$76b62cf0$ab01bfce@adams... Web Monkey has reported a very interesting tool

Re: Useful tool for looking at code

2001-03-09 Thread Clint Tredway
You can only view the CSS or JS if it is in the page, but if they have linked to it, then you have to track it down. -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Useful tool for looking at code

2001-03-09 Thread JW
Hi, Codelifter is great Dave, thanks for bringing this to the attention of the group. Micheal, Codelifter allows you to view hidden .css and .js files such as: LINK REL="STYLESHEET" HREF="#REQUEST.webroot#/fonts_ie.css" TYPE="text/css" SCRIPT SRC="#REQUEST.webroot#/JavaScriptForm.js"/SCRIPT The

Re: Useful tool for looking at code

2001-03-09 Thread Michael
Yes but if its linked then your not getting at it, correct? "Clint Tredway" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... You can only view the CSS or JS if it is in the page, but if they have linked to it, then you have to track it down. -- Clint Tredway

RE: Useful tool for looking at code

2001-03-09 Thread Lomvardias, Christopher
: Useful tool for looking at code Hi, Codelifter is great Dave, thanks for bringing this to the attention of the group. Micheal, Codelifter allows you to view hidden .css and .js files such as: LINK REL="STYLESHEET" HREF="#REQUEST.webroot#/fonts_ie.css" TYPE="text/css"

Re: Useful tool for looking at code

2001-03-09 Thread JW
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 3:26 PM To: CF-Talk Subject: Re: Useful tool for looking at code Hi, Codelifter is great Dave, thanks for bringing this to the attention of the group. Micheal, Codelifter allows you to view hidden .css and .js files such as: LINK REL