Re: Fusebox + Sajax?

2005-07-02 Thread Simeon Bateman
After Rob presented at our CFUG on neromnacer, I dont think it has
anything in it that is cf specific.  At least nothing that couldnt be
adapted pretty quick.  Now cf_ajax is another story.  that is an ajax
implementation that is catered to cf but they do some pretty wiggy
stuff.

simeon

On 7/1/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
> There is a version of Fusebox for PHP yes... that's the reason why he
> was saying he was wanting to use Sajax instead of say Neuromancer,
> which I'm guessing has a fair amount of CF code involved in it...
> Sajax as I understand it is a purely JS library and so is portable to
> the PHP version of Fusebox assuming it will work with Fusebox.
> 
> 
> > I thought Fusebox works in PHP as well?
> 
> > - Original Message -
> > From: "Damien McKenna" <[EMAIL PROTECTED]>
> > To: "CF-Talk" 
> > Sent: Friday, July 01, 2005 9:59 AM
> > Subject: Fusebox + Sajax?
> 
> 
> >> Has anyone tried using Sajax in a Fusebox application?  I
> >> was concerned
> >> over how the two might clash as Sajax passes the data
> >> to/from
> >> pagename.cfm?rs=functionname which in theory would cause
> >> problems with a
> >> Fusebox application's fuseactions.  Any thoughts?
> >>
> >> BTW, the reason I was looking to use Sajax was because
> >> its
> >> multi-language, so I can use the same framework in both
> >> my PHP and CFML
> >> work.
> 
> 
> s. isaac dealey   954.522.6080
> new epoch : isn't it time for a change?
> 
> add features without fixtures with
> the onTap open source framework
> 
> http://www.fusiontap.com
> http://coldfusion.sys-con.com/author/4806Dealey.htm
> 
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211080
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: my CF7 acting weird

2005-07-02 Thread James Holmes
Have you tried explicitly setting the idletimeout of the cflogin to
the same time as the session timeout?

On 7/3/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> I am using cflogin and cfloginuser.  Everything was working fine.  Then the 
> session expires.  Now I can't login.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


my CF7 acting weird

2005-07-02 Thread Johnny Le
I am using cflogin and cfloginuser.  Everything was working fine.  Then the 
session expires.  Now I can't login. 

I tried this:









The cflogin dumped out fine, but the getAuthUser() return  [empty string] and 
isUserInRole() returns NO.  When I refresh, the code would not run.  I have to 
add  in to get it to run again.  That suggests that the user was 
logged in.

In my application page, I have 



I have used cflogin and cfloginuser in cf6.1 many times before and I do not 
have this problem.

I am using Windows 2003/IIS 6.  I am using fb4.1, but I tried it on a non 
fusebox page and I got the same problem.

Johnny

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Johnny Le
I think I installed my server wrong somehow.  My /CFIDE somehow shows up in 
C:\Inetpub\wwwroot\ instead of C:\CFusionMX7\wwwroot\.  In development, it 
looks for C:\Inetpub\wwwroot\CFIDE, but in production, it looks for 
C:\CFusionMX7\wwwroot\CFIDE.  Anyway I copied it over to C:\CFusionMX7\wwwroot\ 
and it works fine now.  Thanks.

Johnny


>Are you using windows Integrated Authentication? If so, contact support
>we are working on a fix for flash forms in IIS with Integrated
>authentication (or try turning it off). 
>
>If you are not using it, follow Dave's advise and make sure you have a
>IIS mapping to the /CFIDE folder.
>
>--nimer
>
>
>-Original Message-
>From: Johnny Le [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, July 02, 2005 9:44 AM
>To: CF-Talk
>Subject: flash form in production
>
>Also, I am using Windows 2003/IIS6.  I have the feeling that it is the
>IIS6 permission problem somehow, like it doesn't have the permission
>rights to create the flash form or something, but I could not figure out
>how to fix it.
>
>Johnny
>
>> Hi,
>> 
>> I just moved a site to production.  Everything shows up fine except 
>> the flash form.  It doesn't show up at all.  When I view the source 
>> code, everything is there.  When I view it with the local IP address, 
>> the form shows up.  Again everything else shows up.  So it is not a 
>> license problem.  I am using fusebox 4.1.  Is there anything I need to
>
>> do to get the flash form to show up in production that I am not aware 
>> of?
>> 
>Johnny

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211077
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: write component/object with cfscript

2005-07-02 Thread Johnny Le
Ah, so you were the one who corrected her.  I thought somehow you missed that 
important announcement.

Yep, I remember.  That was session 14 (room 1) by Melissa Lizmi.  She also gave 
a presentation on Variables and Conditions.  I did not attend that session 
though.

BTW, Mike, thanks to your presentation, I spent the whole day today exploring 
cfform.  I have so many questions... :-)

Johnny


>Actually yes Mike there were other points in the presentation that
>were wrong. I attended this one b/c I was too lazy to move out of
>advanced tuning and the adavnced gateway was next, which was great, so
>I sat in on this one this lady was ...well not very good... I
>corrected her atleast once, and attempted to atleast 1 or 2 other
>times. I was actually going to post about this presenter on
>monday...The presentation claimed you could not use Functions or tags
>in cfscript...HELLO wtf was she talking about...I did correct her on
>that. She also insightfully told all our begginers to VAR all
>variables in UDFs which is great but in her udf she did a cfquery but
>never VARed the variable the query was contained in. She also maid no
>mention of the HINT attribute yet put a perfectly good HINT in
>comments above the UDF. THe advanced courses werre great this year but
>some of the beginner classes seemed to be in need of some serious
>help. If you would like specifics let me know :)
>
>
>Adam H 
>
>On 7/2/05, Mike Nimer <[EMAIL PROTECTED]> wrote:
>>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211076
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Kevin Rosenthal
THANK YOU!!

I did what you said and now all works just fine. :) Thanks for the help.

Would you know where I can find detail information on what the
myGrid.dataProvider syntax is all about? I searched the docs and found
nothing. :(

Thanks again,
Kevin
Rose Valley Soaps
http://www.rosevalleysoaps.com
30% off Moving Sale!!! Enter Coupon Code ae6f05 into the cart at checkout!

-Original Message-
IE won't render Plugins inside of a table if it uses percentages for
height/width. No idea why, but...

Set the  height and width attributes to non-percentage values. 

---nimer


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: IIS 5.0 not answering to all requests.

2005-07-02 Thread David Brown
Well now it works fine and I did not make any changes  at all.  This had to 
be some network issue.

Thanks for your help.
- Original Message - 
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Saturday, July 02, 2005 1:31 PM
Subject: RE: OT: IIS 5.0 not answering to all requests.


>> I also found out that if I use https://www.palmettohealth.org
>> it works fine, but if I use just http it does not.
>
> Within the IIS management console screen where you enable HTTPS, there is
> also an option to require it. Do you have that option enabled?
>
> 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!
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211074
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: IIS 5.0 not answering to all requests.

2005-07-02 Thread David Brown
No, I sure don't.  That is the funny thing.  This site has been workign fine 
for years without any change.  Then one day nothing.  I don't have 
autoupdate running, so that's not it.  I have not made any changes to the 
site.  Very strange.
- Original Message - 
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Saturday, July 02, 2005 1:31 PM
Subject: RE: OT: IIS 5.0 not answering to all requests.


>> I also found out that if I use https://www.palmettohealth.org
>> it works fine, but if I use just http it does not.
>
> Within the IIS management console screen where you enable HTTPS, there is
> also an option to require it. Do you have that option enabled?
>
> 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!
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211073
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: write component/object with cfscript

2005-07-02 Thread Adam Haskell
Actually yes Mike there were other points in the presentation that
were wrong. I attended this one b/c I was too lazy to move out of
advanced tuning and the adavnced gateway was next, which was great, so
I sat in on this one this lady was ...well not very good... I
corrected her atleast once, and attempted to atleast 1 or 2 other
times. I was actually going to post about this presenter on
monday...The presentation claimed you could not use Functions or tags
in cfscript...HELLO wtf was she talking about...I did correct her on
that. She also insightfully told all our begginers to VAR all
variables in UDFs which is great but in her udf she did a cfquery but
never VARed the variable the query was contained in. She also maid no
mention of the HINT attribute yet put a perfectly good HINT in
comments above the UDF. THe advanced courses werre great this year but
some of the beginner classes seemed to be in need of some serious
help. If you would like specifics let me know :)


Adam H 

On 7/2/05, Mike Nimer <[EMAIL PROTECTED]> wrote:
> HUH! Johnny, don't worry that is absolutely not true, why would we do
> that?
> 
> Do you remember which presentation that was? Were there any other points
> of the presentation that seemed wrong?
> 
> ---nimer
> 
> 
> -Original Message-
> From: Johnny Le [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 02, 2005 11:23 AM
> To: CF-Talk
> Subject: Re: write component/object with cfscript
> 
> According to a presentation at CFUNITED-05, cfscript is fading out and
> at some points it won't be supported.  The presenter is not from
> Macromedia.  So I don't know how reliable the source is.  I meant to ask
> Mike Nimer about that, but I forgot.  It sounds silly though.
> 
> Johnny
> 
> 
> >would be slightly nice, might put in an enhancement request to
> >Macromedia AND New Atlanta.
> >
> >Adam H
> >
> >On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote:
> >>
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211072
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: write component/object with cfscript

2005-07-02 Thread Mike Nimer
HUH! Johnny, don't worry that is absolutely not true, why would we do
that?

Do you remember which presentation that was? Were there any other points
of the presentation that seemed wrong?

---nimer


-Original Message-
From: Johnny Le [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 11:23 AM
To: CF-Talk
Subject: Re: write component/object with cfscript

According to a presentation at CFUNITED-05, cfscript is fading out and
at some points it won't be supported.  The presenter is not from
Macromedia.  So I don't know how reliable the source is.  I meant to ask
Mike Nimer about that, but I forgot.  It sounds silly though.

Johnny


>would be slightly nice, might put in an enhancement request to
>Macromedia AND New Atlanta.
>
>Adam H
>
>On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote:
>>



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211071
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Mike Nimer
Are you using windows Integrated Authentication? If so, contact support
we are working on a fix for flash forms in IIS with Integrated
authentication (or try turning it off). 

If you are not using it, follow Dave's advise and make sure you have a
IIS mapping to the /CFIDE folder.

--nimer


-Original Message-
From: Johnny Le [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 9:44 AM
To: CF-Talk
Subject: flash form in production

Also, I am using Windows 2003/IIS6.  I have the feeling that it is the
IIS6 permission problem somehow, like it doesn't have the permission
rights to create the flash form or something, but I could not figure out
how to fix it.

Johnny

> Hi,
> 
> I just moved a site to production.  Everything shows up fine except 
> the flash form.  It doesn't show up at all.  When I view the source 
> code, everything is there.  When I view it with the local IP address, 
> the form shows up.  Again everything else shows up.  So it is not a 
> license problem.  I am using fusebox 4.1.  Is there anything I need to

> do to get the flash form to show up in production that I am not aware 
> of?
> 
Johnny



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211070
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Mike Nimer
IE won't render Plugins inside of a table if it uses percentages for
height/width. No idea why, but...

Set the  height and width attributes to non-percentage values. 

---nimer


-Original Message-
From: Kevin Rosenthal [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 12:11 PM
To: CF-Talk
Subject: RE: flash form in production

HI,

I have found that when I put the CFFORM tag inside of a table it will
not
show in IE at all. Is this a bug or is it supposed to be like this? I
wanted
to use the table to help keep my layout organized. 

Thanks,
Kevin
Rose Valley Soaps
http://www.rosevalleysoaps.com
30% off Moving Sale!!! Enter Coupon Code ae6f05 into the cart at
checkout!

-Original Message-
On 7/2/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> I just moved a site to production.  Everything shows up fine except
the
flash form.  It doesn't show up at all.  When I view the source code,
everything is there.  


I had a similar problem. My flash form was showing up fine when I
viewed it in Firefox but did not show up at all in IE. The flash form
was part of an application using the Mach-II framework, so, it was
common to have a general layout template in which to include the body
of the page. My layout template was like this (simplified):


  My header here
  #content#


The variable "content" contained my flash form. The above did not work
in IE. So, I moved the "content" from outside the  tag and put
it in a  tag like this:


  My header here

#content#

And, magically, the flash form appeared in both browsers. 

This was my experience with troubleshooting flash forms. I hope that
will help you troubleshoot yours.

-- 
Eddie.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: IIS 5.0 not answering to all requests.

2005-07-02 Thread Dave Watts
> I also found out that if I use https://www.palmettohealth.org 
> it works fine, but if I use just http it does not.

Within the IIS management console screen where you enable HTTPS, there is
also an option to require it. Do you have that option enabled?

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211068
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Dave Watts
> I just moved a site to production.  Everything shows up fine 
> except the flash form.  It doesn't show up at all.  When I 
> view the source code, everything is there.  When I view it 
> with the local IP address, the form shows up.  Again 
> everything else shows up.  So it is not a license problem.  I 
> am using fusebox 4.1.  Is there anything I need to do to get 
> the flash form to show up in production that I am not aware of?

Does your production server have the appropriate mapping to /CFIDE? I
believe that's necessary for Flash forms.

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: IIS 5.0 not answering to all requests.

2005-07-02 Thread Russ
Double check all the settings in IIS... make sure it's bound to the right
IP's (try making it work with ANY ip), check advanced properties, make sure
everything is right there as well... check that it doesn't use host headers
(or if it does, that they're right and the right port).  

Russ

-Original Message-
From: David Brown [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 12:23 AM
To: CF-Talk
Subject: Re: OT: IIS 5.0 not answering to all requests.

I also found out that if I use https://www.palmettohealth.org it works fine,

but if I use just http it does not.

Not sure that if anything this says.
- Original Message - 
From: "David Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, July 01, 2005 11:49 PM
Subject: Re: OT: IIS 5.0 not answering to all requests.


> Thank you very much for the help.  Any idea what would cause that?
>
> David
> - Original Message - 
> From: "Charles Polisher" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Friday, July 01, 2005 7:36 PM
> Subject: Re: OT: IIS 5.0 not answering to all requests.
>
>
>> David Brown wrote:
>>>
>>> But if I connect to my home server via terminal server and try to 
>>> connect
>>> to
>>> our web server from there I get a "server/dns" error in my browser after
>>> it
>>> times out.  I have tried three other people they fail too with the same
>>> error.  But from my home server via terminal server I can use telnet to
>>> he
>>> web address on port telnet server name 80 and I get a error, but it does
>>> connect. Although in the iis logs the ip address that I just used to
>>> telnet
>>> with does not show up in the log.
>>>
>>> http://www.palmettohealth.org is the domain.. I know some users are
>>> working
>>> because I can look at the iis logs and see their Ip's making requests
>>> (gets
>>> and such).
>>
>> I tried that address for you, it established a connection
>> with a standard TCP/IP handshake and then hung up tight.
>> Looks like it made it all the way through your network,
>> firewall, etc, but didn't get picked up by the web server.
>> Hope that helps!
>>
>>
>>
>
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211066
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: flash form in production

2005-07-02 Thread Kevin Rosenthal
HI,

I have found that when I put the CFFORM tag inside of a table it will not
show in IE at all. Is this a bug or is it supposed to be like this? I wanted
to use the table to help keep my layout organized. 

Thanks,
Kevin
Rose Valley Soaps
http://www.rosevalleysoaps.com
30% off Moving Sale!!! Enter Coupon Code ae6f05 into the cart at checkout!

-Original Message-
On 7/2/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> I just moved a site to production.  Everything shows up fine except the
flash form.  It doesn't show up at all.  When I view the source code,
everything is there.  


I had a similar problem. My flash form was showing up fine when I
viewed it in Firefox but did not show up at all in IE. The flash form
was part of an application using the Mach-II framework, so, it was
common to have a general layout template in which to include the body
of the page. My layout template was like this (simplified):


  My header here
  #content#


The variable "content" contained my flash form. The above did not work
in IE. So, I moved the "content" from outside the  tag and put
it in a  tag like this:


  My header here

#content#

And, magically, the flash form appeared in both browsers. 

This was my experience with troubleshooting flash forms. I hope that
will help you troubleshoot yours.

-- 
Eddie.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: flash form in production

2005-07-02 Thread Eddie
On 7/2/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> I just moved a site to production.  Everything shows up fine except the flash 
> form.  It doesn't show up at all.  When I view the source code, everything is 
> there.  


I had a similar problem. My flash form was showing up fine when I
viewed it in Firefox but did not show up at all in IE. The flash form
was part of an application using the Mach-II framework, so, it was
common to have a general layout template in which to include the body
of the page. My layout template was like this (simplified):


  My header here
  #content#


The variable "content" contained my flash form. The above did not work
in IE. So, I moved the "content" from outside the  tag and put
it in a  tag like this:


  My header here

#content#

And, magically, the flash form appeared in both browsers. 

This was my experience with troubleshooting flash forms. I hope that
will help you troubleshoot yours.

-- 
Eddie.
http://awads.net/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211064
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: write component/object with cfscript

2005-07-02 Thread Johnny Le
According to a presentation at CFUNITED-05, cfscript is fading out and at some 
points it won't be supported.  The presenter is not from Macromedia.  So I 
don't know how reliable the source is.  I meant to ask Mike Nimer about that, 
but I forgot.  It sounds silly though.

Johnny


>would be slightly nice, might put in an enhancement request to
>Macromedia AND New Atlanta.
>
>Adam H
>
>On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote:
>>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: write component/object with cfscript

2005-07-02 Thread Adam Haskell
would be slightly nice, might put in an enhancement request to
Macromedia AND New Atlanta.

Adam H

On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote:
> Thanks for your reply I just touhgt there might be a way to use the cfscript
> way with some additional stuff in front of the "function" keyword.
> 
> Cheers
> Chris
> -Original Message-
> From: John Beynon [mailto:[EMAIL PROTECTED]
> Sent: 01 July 2005 09:14
> To: CF-Talk
> Subject: Re: write component/object with cfscript
> 
> CFCs have to be written as tags, , , cfscript
> can be used inside the  though.
> 
> john.
> 
> 
> On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote:
> > Hi Folks,
> >
> >
> >
> > I am writing an object definition with cfcomponent and I would like to use
> > cfscript inside. I couldn't find any reference if there was a way to
> specify
> > the access type and the return type of a function (method) with cfscript
> > like you would do it in Java.
> >
> >
> >
> > public boolean DummyFunction()
> >
> > {
> >
> > 
> >
> > }
> >
> >
> >
> > Thanks for your help
> >
> >
> >
> > Chris
> >
> >
> >
> >
> >
> >
> >
> > 
> >
> > Christian Boudot
> >
> > Intrasoft International S.A.
> >
> > 2b rue Nicolas Bové
> >
> > L-1253 Luxembourg
> >
> > Telephone: +352 44 10 12 2114
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211062
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


flash form in production

2005-07-02 Thread Johnny Le
Also, I am using Windows 2003/IIS6.  I have the feeling that it is the IIS6 
permission problem somehow, like it doesn't have the permission rights to 
create the flash form or something, but I could not figure out how to fix it.

Johnny

> Hi,
> 
> I just moved a site to production.  Everything shows up fine except 
> the flash form.  It doesn't show up at all.  When I view the source 
> code, everything is there.  When I view it with the local IP address, 
> the form shows up.  Again everything else shows up.  So it is not a 
> license problem.  I am using fusebox 4.1.  Is there anything I need to 
> do to get the flash form to show up in production that I am not aware 
> of?
> 
Johnny

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211061
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


flash form in production

2005-07-02 Thread Johnny Le
Hi,

I just moved a site to production.  Everything shows up fine except the flash 
form.  It doesn't show up at all.  When I view the source code, everything is 
there.  When I view it with the local IP address, the form shows up.  Again 
everything else shows up.  So it is not a license problem.  I am using fusebox 
4.1.  Is there anything I need to do to get the flash form to show up in 
production that I am not aware of?

Johnny

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211060
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54