Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Mark Pederson
> Hey Mark.
> could you please explain how you implemented the ISAPI re-write.


Well I guess it depends on a few things. Do you have access to the web server? 
What is it running?
In my case I have full control of the IIS servers and used Ionic Isapi rewriter
http://www.codeplex.com/IIRF

I just make the simple entries in the .inf file and it works well.

If you are using Apache you would use mod_rewrite either in the httpd.conf 
file, or if you don't have access, then in a .htaccess file in your root. 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 new install an COM issue

2009-01-27 Thread Dave Watts
> We just set up a new development server and some of our com objects
> are failing. (This is old code)
>
> ...
>
> Also, could it just be that we upgraded our servers to 64bit and the
> COM dlls are years old.

http://www.adobe.com/support/documentation/en/coldfusion/801/cf801releasenotes.pdf
"ColdFusion 8 does not support COM access in 64-bit Windows"

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318630
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Paul Ihrig
Hey Mark.
could you please explain how you implemented the ISAPI re-write.

i did do 
which worked just fine.
but the guy wanted morels.com/tasty for add placement, he says its
easier for user to type in the morels.com?product=tasty

so yeah, it makes folder structure real ugly.
-paul

On Tue, Jan 27, 2009 at 1:11 PM, Mark Pederson  wrote:
> I had the same problem and ended up using ISAPI re-write to do the job. The 
> request is redirected before it gets processed by CF at the web server level. 
> I initially was just creating the folder and puttinbg in  an index.cfm with 
> the re-direct, but it got ugly real fast. You could also possibly put the 
> redirect into the error handling template, but that doesn't seem to elegant, 
> it definitely would mess with your server logs if you track errored templates 
> that way.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318629
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Mike Kear
I haven't had a crash at all.   And i have that feature (display external
files) turned on.

So it's not necessarily an application killer in all cases, in the way
the old CFStudio died whenever you tried to use the design view.
Remember that?If you didnt completely disable that feature,
there'd always be someone who would try it and wail loudly when
everything came crashing down.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Wed, Jan 28, 2009 at 7:04 AM, Will Swain  wrote:
> Yup, I can confirm I used to have the same problem and that fixed it.
>
> Haven't had a single crash since upgrading to cs4 either, fwiw.
>
>
>
> -Original Message-
> From: Scott Stewart [mailto:saste...@email.unc.edu]
> Sent: 27 January 2009 19:41
> To: cf-talk
> Subject: Re: Dreamweaver CRASHES!!!
>
> If i can jump in here...
>
> I've seen DW crash before and this is the reason,
>
> In DW CS3
>
> go to View, at the bottom of the list you'll see "display external files"
> make sure this does not have a check by it.
> I think every version of Dreamweaver will allow you to display the contents
> of a CFInclude when editing. It's a major resource drain and should be
> turned off by default.
> Also unless you have an absolute need for it, turn off live data, again it's
> a resource drain.
>
> Hope this helps
>
> Torrent Girl wrote:
>> I am having the same problem with DW
>>
>> I found this posting online
> http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402776 followed
> the directions and it is still crashing.
>>
>> I have been so unproductive behind this that i decided to install eclipse.
> That became a nightmare as there is not good documentation on how to set it
> up.
>>
>> Does anyone know of a good free CF editor?
>>
>>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318628
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 new install an COM issue

2009-01-27 Thread Joshua O'Connor-Rose
We just set up a new development server and some of our com objects
are failing. (This is old code)

The error I'm getting is this

Can not use native code: Initialisation failed

or see partial dump below:
java.lang.RuntimeException: Can not use native code: Initialisation failed
at com.linar.jintegra.NativeObjRef.(Unknown Source)
at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
at com.linar.jintegra.Dispatch.(Unknown Source)
at 
com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.java:32)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
at 
com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)

Researching this I get this information:
http://j-integra.intrinsyc.com/support/kb/article.aspx?id==75790

But staring at our class paths they all seem fine mapped to
{application.home}jre/bin

Any thoughts as to why this is breaking.

Also, could it just be that we upgraded our servers to 64bit and the
COM dlls are years old.


thanks in advance for any help you can offer


-- 
Joshua O'Connor-Rose
-All is Good

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318627
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Dreamweaver CRASHES!!!

2009-01-27 Thread Will Swain
Yup, I can confirm I used to have the same problem and that fixed it.

Haven't had a single crash since upgrading to cs4 either, fwiw. 

 

-Original Message-
From: Scott Stewart [mailto:saste...@email.unc.edu] 
Sent: 27 January 2009 19:41
To: cf-talk
Subject: Re: Dreamweaver CRASHES!!!

If i can jump in here...

I've seen DW crash before and this is the reason,

In DW CS3

go to View, at the bottom of the list you'll see "display external files"
make sure this does not have a check by it.
I think every version of Dreamweaver will allow you to display the contents
of a CFInclude when editing. It's a major resource drain and should be
turned off by default.
Also unless you have an absolute need for it, turn off live data, again it's
a resource drain.

Hope this helps

Torrent Girl wrote:
> I am having the same problem with DW
>
> I found this posting online
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402776 followed
the directions and it is still crashing.
>
> I have been so unproductive behind this that i decided to install eclipse.
That became a nightmare as there is not good documentation on how to set it
up.
>
> Does anyone know of a good free CF editor? 
>
> 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318626
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Scott Stewart
If i can jump in here...

I've seen DW crash before and this is the reason,

In DW CS3

go to View, at the bottom of the list you'll see "display external 
files" make sure this does not have a check by it.
I think every version of Dreamweaver will allow you to display the 
contents of a CFInclude when editing. It's a major resource drain and 
should be turned off by default.
Also unless you have an absolute need for it, turn off live data, again 
it's a resource drain.

Hope this helps

Torrent Girl wrote:
> I am having the same problem with DW
>
> I found this posting online 
> http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402776 followed 
> the directions and it is still crashing.
>
> I have been so unproductive behind this that i decided to install eclipse. 
> That became a nightmare as there is not good documentation on how to set it 
> up.
>
> Does anyone know of a good free CF editor? 
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318625
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
>>>If you're having problems, I would strongly suggest it's to do with
you and your specific situation, not Dreamweaver, otherwise a great
many more people would be having problems.

One thing I would possibly look into is doing a system restore and roll back
to a previous system state. I know that one of the patches for XP hosed my
wireless network on my spare lappy and after I rolled back it worked fine.

If it stopped working after an install or a patch that might do the trick.
There are plenty of reasons for software to start flaking out. If it is an
old XP install you might have a case of OS decay.
http://www.google.com/search?q=OS+decay

There are many ways to skin a cat (what a creepy phrase).

If you simply cant afford to wipe the box you can try using a VM or a
portable XP install until you can get thing in order or when you get the
project finished.

Or you can do a "partial' reinstall.

http://www.makeuseof.com/tag/how-to-reinstall-windows-without-losing-your-data/

Or you can use MojoPack (just install it on your hard drive or a portable
HD).

http://www.mojopac.com/

G!



On Tue, Jan 27, 2009 at 1:27 PM, Mike Kear  wrote:

> Please yourself.  Its no skin off my nose. I use Dreamweaver very
> successfully and have done for quite some time. I have it doing
> everything i need.
>
> If you're having problems, I would strongly suggest it's to do with
> you and your specific situation, not Dreamweaver, otherwise a great
> many more people would be having problems.I installed the last 3
> versions on multiple machines and each time it installed first time
> and works as advertised.
>
> If you dont like it, fine.  Don't use it.   Doesn't affect me one
> iota.   After all,  you don't NEED any particular software to write
> coldfusion pages.  You can write them with notepad if you want.
>
> What pisses me off is the way you set the subject of this thread ...
> Dreamweaver CRASHES!!!   - as though it always does that and what
> incompetent people Adobe must be to release such crap software.
> When what you really mean is it crashes in YOUR situation. And i
> still say it's because you have something on your machine that
> conflicts.There are plenty of people for whom Dreamweaver is
> everything they want in web development software.   If you think it's
> rotten software, don't tell me i don't care what you think.
>
>
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>
>
> On Tue, Jan 27, 2009 at 5:53 PM, Torrent Girl 
> wrote:
> >>I have found Dreamweaver to be a very stable application. From
> >>version 8 to CS3 to CS4.If you were really interested in solving
> >>your problem, I'd get rid of it completely and start again from the
> >>beginning.
> >>
> >>I'd adivise:
> >>
> >>[1] Uninstalling it completely.
> >>[2] Delete any folders or files that might be left in the install
> directory
> >>[3] Delete any user preferences (in windows, they're in C:\Documents
> >>and Settings\\Application Data\Adobe\Dreamweaver
> >>CS4\en_US\Configuration
> >>[4] remove any keys in the registry
> >>[5] reboot.
> >>
> >>Then you should have removed every reference to Dreamweaver.   Then
> >>I'd advise starting again from the beginning.   I suspect the reason
> >>your DW is crashing all the time is there is some remnant somewhere
> >>from a previous installation that's not being overwritten by a
> >>reinstall,  or some corrupted file somewhere that's not removed by the
> >>previous uninstall.
> >>
> >>I dont suppose your handle is a clue to what's gone wrong is it?
> >>Torrent girl??
> >>
> >>
> >>
> >>Cheers
> >>Mike Kear
> >>Windsor, NSW, Australia
> >>Adobe Certified Advanced ColdFusion Developer
> >>AFP Webworks
> >>http://afpwebworks.com
> >>ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
> >>
> >>
> >>
> 
> >
> > Not in the mood for jokes. My name has nothing to do with software. Why
> should I have to completely reinstall this software, the crap should work. I
> am not the only one having these issues, Mr Certified CF guy. we have
> reinstalled the software and I'm over it. i will never purchase or recommend
> the purchase of dreamweaver again. I have wasted MANY a nights work on DW.
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318624
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Mike Kear
Please yourself.  Its no skin off my nose. I use Dreamweaver very
successfully and have done for quite some time. I have it doing
everything i need.

If you're having problems, I would strongly suggest it's to do with
you and your specific situation, not Dreamweaver, otherwise a great
many more people would be having problems.I installed the last 3
versions on multiple machines and each time it installed first time
and works as advertised.

If you dont like it, fine.  Don't use it.   Doesn't affect me one
iota.   After all,  you don't NEED any particular software to write
coldfusion pages.  You can write them with notepad if you want.

What pisses me off is the way you set the subject of this thread ...
Dreamweaver CRASHES!!!   - as though it always does that and what
incompetent people Adobe must be to release such crap software.
When what you really mean is it crashes in YOUR situation. And i
still say it's because you have something on your machine that
conflicts.There are plenty of people for whom Dreamweaver is
everything they want in web development software.   If you think it's
rotten software, don't tell me i don't care what you think.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Jan 27, 2009 at 5:53 PM, Torrent Girl  wrote:
>>I have found Dreamweaver to be a very stable application. From
>>version 8 to CS3 to CS4.If you were really interested in solving
>>your problem, I'd get rid of it completely and start again from the
>>beginning.
>>
>>I'd adivise:
>>
>>[1] Uninstalling it completely.
>>[2] Delete any folders or files that might be left in the install directory
>>[3] Delete any user preferences (in windows, they're in C:\Documents
>>and Settings\\Application Data\Adobe\Dreamweaver
>>CS4\en_US\Configuration
>>[4] remove any keys in the registry
>>[5] reboot.
>>
>>Then you should have removed every reference to Dreamweaver.   Then
>>I'd advise starting again from the beginning.   I suspect the reason
>>your DW is crashing all the time is there is some remnant somewhere
>>from a previous installation that's not being overwritten by a
>>reinstall,  or some corrupted file somewhere that's not removed by the
>>previous uninstall.
>>
>>I dont suppose your handle is a clue to what's gone wrong is it?
>>Torrent girl??
>>
>>
>>
>>Cheers
>>Mike Kear
>>Windsor, NSW, Australia
>>Adobe Certified Advanced ColdFusion Developer
>>AFP Webworks
>>http://afpwebworks.com
>>ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>>
>>
>>

>
> Not in the mood for jokes. My name has nothing to do with software. Why 
> should I have to completely reinstall this software, the crap should work. I 
> am not the only one having these issues, Mr Certified CF guy. we have 
> reinstalled the software and I'm over it. i will never purchase or recommend 
> the purchase of dreamweaver again. I have wasted MANY a nights work on DW.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318623
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Mark Pederson
I had the same problem and ended up using ISAPI re-write to do the job. The 
request is redirected before it gets processed by CF at the web server level. I 
initially was just creating the folder and puttinbg in  an index.cfm with the 
re-direct, but it got ugly real fast. You could also possibly put the redirect 
into the error handling template, but that doesn't seem to elegant, it 
definitely would mess with your server logs if you track errored templates that 
way. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318622
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Pasting Tabs into a Rich Text Editor

2009-01-27 Thread Mike Chabot
I started out by implementing a tab replacement function in JavaScript
that was bound to the paste event and observed that it wasn't
replacing the tabs.

Most RTEs let you view the HTML source code. If I paste a(tab)b into
FCKEditor the HTML source shows a(nbsp)b.
RTEs are custom code so most of my uncertainty is whether the RTEs are
doing the replacement or if MSIE is getting rid of the tabs.

-Mike Chabot

On Tue, Jan 27, 2009 at 12:24 PM, Adrian Lynch
 wrote:
> How are you checking they're no longer tabs? It might be that they look like
> spaces because of their size.
>
> Adrian
>
>> -Original Message-
>> From: Mike Chabot [mailto:mcha...@gmail.com]
>> Sent: 27 January 2009 17:16
>> To: cf-talk
>> Subject: Pasting Tabs into a Rich Text Editor
>>
>> In a TextArea form field some users paste in tabular data formatted
>> using tabs (in addition to other text). I want to turn this field into
>> a Rich Text Editor (RTE), but pasting in tabs seems to be a problem in
>> MSIE. I was told by a person that supports one RTE that MSIE
>> automatically turns every tab into a space and there is nothing that
>> can be done about it.
>>
>> Can anyone confirm that there is no way to paste a tab character into
>> any Rich Text Editor in MSIE?
>>
>> My research into this issue would suggest that this is the case since
>> I tested a dozen RTEs and none of them supported pasting tabs,
>> although I did not find any definitive answer. I also tested the
>> notable Flash, Flex, and Silverlight RTEs and none of those supported
>> tabs either. Why are tabs retained when pasting into a textarea field,
>> but not any RTE? My goal would be to replace tabs with a series of
>> non-breaking spaces using JavaScript. Firefox already does this
>> replacement.
>>
>> Thank you,
>> Mike Chabot
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318621
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Pasting Tabs into a Rich Text Editor

2009-01-27 Thread Adrian Lynch
How are you checking they're no longer tabs? It might be that they look like
spaces because of their size.

Adrian

> -Original Message-
> From: Mike Chabot [mailto:mcha...@gmail.com]
> Sent: 27 January 2009 17:16
> To: cf-talk
> Subject: Pasting Tabs into a Rich Text Editor
> 
> In a TextArea form field some users paste in tabular data formatted
> using tabs (in addition to other text). I want to turn this field into
> a Rich Text Editor (RTE), but pasting in tabs seems to be a problem in
> MSIE. I was told by a person that supports one RTE that MSIE
> automatically turns every tab into a space and there is nothing that
> can be done about it.
> 
> Can anyone confirm that there is no way to paste a tab character into
> any Rich Text Editor in MSIE?
> 
> My research into this issue would suggest that this is the case since
> I tested a dozen RTEs and none of them supported pasting tabs,
> although I did not find any definitive answer. I also tested the
> notable Flash, Flex, and Silverlight RTEs and none of those supported
> tabs either. Why are tabs retained when pasting into a textarea field,
> but not any RTE? My goal would be to replace tabs with a series of
> non-breaking spaces using JavaScript. Firefox already does this
> replacement.
> 
> Thank you,
> Mike Chabot


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318620
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Pasting Tabs into a Rich Text Editor

2009-01-27 Thread Mike Chabot
In a TextArea form field some users paste in tabular data formatted
using tabs (in addition to other text). I want to turn this field into
a Rich Text Editor (RTE), but pasting in tabs seems to be a problem in
MSIE. I was told by a person that supports one RTE that MSIE
automatically turns every tab into a space and there is nothing that
can be done about it.

Can anyone confirm that there is no way to paste a tab character into
any Rich Text Editor in MSIE?

My research into this issue would suggest that this is the case since
I tested a dozen RTEs and none of them supported pasting tabs,
although I did not find any definitive answer. I also tested the
notable Flash, Flex, and Silverlight RTEs and none of those supported
tabs either. Why are tabs retained when pasting into a textarea field,
but not any RTE? My goal would be to replace tabs with a series of
non-breaking spaces using JavaScript. Firefox already does this
replacement.

Thank you,
Mike Chabot

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318619
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Aaron Rouse
Perhaps people are not ignoring issues but simply are not experiencing the
issues.  Not one of the DW installations over here in this group has a
single issue.  Versions range from 8 to CS4.  Not saying you and others are
not experiencing legitimate issues.
I actually have had more issues with Eclipse than I have had with DW but
that is just me and it truly was not a ton of issues.


On Tue, Jan 27, 2009 at 1:13 AM, Torrent Girl  wrote:

>
>
> This is a $400 piece of software made by a leading company. The more people
> defend it and ignore the issues, they aren't going to fix it. I have used DW
> for a least 5 years and have had similar problems.
>
>


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318618
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Strange Datasource error

2009-01-27 Thread Scott Mulholland
Out of nowhere today I had two different applications that utilize the same
datasource begin throwing the error:

 

Data source DATASOURCENAME verification failed. The root cause was that:
java.sql.SQLException: Datasource names for all the database tags within
CFTRANSACTION must be the same.

 

The strange part is they don't use cftransaction?  Has anyone seen this type
of thing before?  A reboot seems to have stopped it but I would like to know
if anyone knows the cause.

 

Thanks,

Scott



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318617
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Paul Ihrig
hey guys looks like

Missing Template Handler points to 404.cfm in cf admin

which was causing it to ignore #CGI.SCRIPT_NAME# if there was no
folder and no index.cfm
how can i override the cfadmin missing template handler?


   
  

On Mon, Jan 26, 2009 at 11:47 AM, Paul Ihrig  wrote:
> ok.
> it dosnt work if there is no folder on the server called "tasty"
>
> CGI.SCRIPT_NAME
>
> it does work if there is a folder.
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318616
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
I just found this on the CFE mailing list. Great resource for getting
started with CFE:

http://www.ibm.com/developerworks/opensource/library/os-eclipse-cfeclipse/index.html

G!

On Tue, Jan 27, 2009 at 9:08 AM, Gerald Guido wrote:

> While you are at it You should grab Aptana as well. It has much better
> JS/CSS/HTML support than CFE. Snag the plugin version and install it along
> with CFE.
>
> http://www.aptana.com/studio/download
>
>
> --
> Gerald Guido
> http://www.myinternetisbroken.com
>
>
> "To invent, you need a good imagination and a pile of junk."
> -- Thomas A. Edison
>
>
>


-- 
Gerald Guido
http://www.myinternetisbroken.com


"To invent, you need a good imagination and a pile of junk."
-- Thomas A. Edison


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318615
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
While you are at it You should grab Aptana as well. It has much better
JS/CSS/HTML support than CFE. Snag the plugin version and install it along
with CFE.

http://www.aptana.com/studio/download

-- 
Gerald Guido
http://www.myinternetisbroken.com


"To invent, you need a good imagination and a pile of junk."
-- Thomas A. Edison


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318614
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Gerald Guido
1) QUIT YELLING at us. I understand your frustration. But remember... We are
volunteering our time to help. It's not our fault your shite doesn't work.

2) If you run into problems with CFEclipe go to the CFEclipe mailing list
and ask them

http://groups.google.com/group/cfeclipse-users?hl=en

They are a great bunch of folks (As we are here) and will help you out.

Also check out the vid tutes on the CFEclipes site. They will get you up and
running.

Also check out the CFE section on Dope fly
http://www.dopefly.com/techblog/?bycategory=5

I have some stuff on my blog
http://www.myinternetisbroken.com/index.cfm/2007/3/10/CFEclipse--Eclipse-Resources

Chin up and best of luck.

G!


On Tue, Jan 27, 2009 at 1:57 AM, Torrent Girl  wrote:

> > surely it couldn't be vista! ;)
> >
> > cfeclipse isn't difficult and there are plenty of blogs that show you
> > how.
> >
> > 1. dl & install eclipse
> > 2. install cfeclipse, follow instructions on http://www.cfeclipse.
> > org/download.cfm
>
>
> Sorry I meant - WHCIH VERSION OF ECLIPSE DO I DOWNLOAD?
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318613
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Submitting larger data using cfajaxproxy: throwing error

2009-01-27 Thread Raymond Camden
Did you specify POST format? If not, it is doing a GET request.

On Tue, Jan 27, 2009 at 4:55 AM, dev losh  wrote:
> Hey Thanks Kumar we idendifed that the error is because of new lines in it.
>
> Do you have any  solution for this issue ? thanks a lot.
>
> Dev
>
>>Does the Text Area have new lines in it. I remember reading about
>>there being an issue with JS and Textarea with afajaxproxy when the
>>text has newlines.
>>
>>
>>--
>>Kumar Shah
>>http://www.coldfusion-ria.com/Blog/
>>
>>
>>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Dreamweaver CRASHES!!!

2009-01-27 Thread Dawson, Michael
>I guess I'm a bit less tolerant today, but when someone comes yelling
and complaining and doesn't want to try something when someone's
offering help, it just kinda makes you wonder.

You have probably worked in an IT help desk for a university.  ;^)

mike

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318611
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Submitting larger data using cfajaxproxy: throwing error

2009-01-27 Thread dev losh
Hey Thanks Kumar we idendifed that the error is because of new lines in it.

Do you have any  solution for this issue ? thanks a lot.

Dev

>Does the Text Area have new lines in it. I remember reading about
>there being an issue with JS and Textarea with afajaxproxy when the
>text has newlines.
>
>
>-- 
>Kumar Shah
>http://www.coldfusion-ria.com/Blog/
>
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318610
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: help with using CFCProxy.

2009-01-27 Thread cf coder
Thank you guys for your help. I'll let you know if I face any problems getting 
it to work with an enterprise license.

Regards,
John

>Yeah, you need enterprise to use CFCProxy.
>
>I thought they were meant to fix this in 8, under the whole 'Standard
>is the same as Enterprise, just with limitations' spiel... but it
>looks like it never happens.
>
>Kinda annoys me actually.
>
>Mark
>
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318609
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Peter Boughton
>Sorry I meant - WHCIH VERSION OF ECLIPSE DO I DOWNLOAD?

Goto this page:
http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/index.php

Scroll down to the table with the ticks, and select the top download link - 
labelled "eclipse-SDK-3.3.2-win32.zip" (141MB)


Once setup, that one should give you the "Find and Install Updates" that the 
CFE page mentions. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318608
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-27 Thread Mike Soultanian
Peter Boughton wrote:
> WTF? BitTorrent is just a distribution method.
>
> Where did this "hacked software" crap come from?
>
> Not all BT users use cracked software, and not all cracked software comes via 
> BT.
>
>   
I guess I'm a bit less tolerant today, but when someone comes yelling 
and complaining and doesn't want to try something when someone's 
offering help, it just kinda makes you wonder.

That said, I wish her the best in hopes that she can find an IDE that 
doesn't crash and apologize for my venting.

Mike

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318607
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4