Dreamweaver cs5 tip

2012-05-24 Thread Al Musella, DPM

I have been having problems for a long time when closing 
dreamweaver...  it would crash, or  take forever and sometimes 
scramble some files and not be able to reopen. I looked all over for 
a solution but stumbled upon it myself..

It seems that I have too many files in my most frequently used 
"site".  (About 19,000)..

So I created a new site that only has 1 file in it.  Before I close 
dreamweaver, I change to that site, and Dreamweaver closes instantly, 
and starts up quickly.. then I change back to my working site!

Al


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


Re: cfhttp issue

2012-05-24 Thread fun and learning

>> Issue with cfhttp
>
>JUST for the information, I am able to access the xml file directly in the 
>browser

Never mind it was some anonymous user authentication issue. got it working now 

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


Re: cfhttp issue

2012-05-24 Thread fun and learning

> Issue with cfhttp
> 
> I am using cfhttp get to request an xml file that resides on the same 
> server. It was working fine until yesterday, but it throws the 
> following error now
> 
> I keep getting that the "user trying to access the page has ben logged 
> in successfully but the user does not have
> permission to open the file."
> 
> The permissions looks fine
> 
> Any idea on why this could be happening 

JUST for the information, I am able to access the xml file directly in the 
browser 

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


cfhttp issue

2012-05-24 Thread fun and learning

Issue with cfhttp

I am using cfhttp get to request an xml file that resides on the same server. 
It was working fine until yesterday, but it throws the following error now

I keep getting that the "user trying to access the page has ben logged in 
successfully but the user does not have
permission to open the file."

The permissions looks fine

Any idea on why this could be happening 

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


Re: SQL Injection

2012-05-24 Thread JR

This is possibly from XRumer. It is link building/forum spamming software.

On Thu, May 24, 2012 at 5:30 AM, Kevin Parker wrote:

>
> One of my sites that has some anti-injection script reported this today -
> does anyone know what this clown was trying to do. Thank you!!
>
> URL:
>
> /news_detail.cfm?NewsID=37+++Result:+no+post+sending
> +forms+are+found;
>
> ++
> Kevin Parker
>
> ++
>
>
>
>
>
> 

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


problem using cfheader to create csv file from query

2012-05-24 Thread Christophe Maso

I'm running into a problem using cfheader, and wondering if there's a 
workaround. What's happening is this:

I have a form page, and onSubmit of the form, a js validation function is 
called. This performs a number of tasks in addition to validation, and during 
its execution it looks at the document object. On the action page, a query is 
generated and fed to a custom changeQueryToCSV(query) function. Ultimately I 
want the user to be able to view (in Excel) and/or save the resulting .csv to 
their own pc.
I use this at the bottom of my action page to make it happen:
[code]



#csvStringThatWasReturnedByFunction#
[/code]

The problem is that the content type is being changed, and this seems to wipe 
out the DOM document object. When I submit the form, a dialog box comes up 
asking if I want to view or save myFile.csv, which I want. But then a js error 
pops up saying that "document.all" is not defined.

As an attempt at working around, I used iframe. So the action page has only the 
iframe tags, with the src being another cfm page which contains all of the 
action code. This seems to work; document.all is defined in this case. But both 
the form page and the action page happen inside a modal window, which I want to 
close as soon as it's done executing. Any code on the action page (which has 
the iframe tags) to close the window causes it to close before the view/save 
dialog box appears. I also tried using window.open() on the action page instead 
of iframe, but I don't want any visible window to actually pop up.

I've tried using cfmodule and cfinclude with no lock. Might cfthread work here?
Mostly, I'm wondering if there's any other way to do what needs to be done 
(create csv file user can save to own pc) without using cfheader.

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


SQL Injection

2012-05-24 Thread Kevin Parker

One of my sites that has some anti-injection script reported this today -
does anyone know what this clown was trying to do. Thank you!!

URL:
/news_detail.cfm?NewsID=37+++Result:+no+post+sending
+forms+are+found;

++
Kevin Parker

++





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