Re: cfdiv and anchors

2007-10-28 Thread Azadi Saryev
put your list of links in a regular scrollable div same hight as your 
cfdiv - you will then scroll links within your new div instead of with 
the whole page, and your both divs will be always visible.

Azadi


Chris Smith wrote:
> I'm have a issue with anchoring to a cfdiv area.
>
>  
>
> Basically I have a two column layout with a LONG list of links on the left
> and a cfdiv area on the right. This worked great until the links on the
> right scrolled down below the cfdiv area. Now when I hit a link towards the
> bottom of the list I have to scroll backup to the top of the page to see the
> updated content.
>
>  
>
>  href="javaScript:ColdFusion.navigate('/mypage.cfmg','DivContentArea')">Link
> Text
>
>  
>
> I tired #DivContentArea - no love.
>
>  
>
> What am I doing wrong here?
>
>  
>
>  
>
> Big C
>
>  
>
>
>
> 

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292219
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SQL 2005 - Max Connections from application

2007-10-28 Thread Jignesh Kakkad
Hi Guys,

This is Jignesh

I would like to know that how can i configure max number of connection in MS
SQL 2005

let me know

regards
jiggy


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calendar with Recurring Events

2007-10-28 Thread Mike Kear
Jake, I built one - it took me ages because i kept changing my mind
about how to handle recurring events.  I've built it about a dozen
times now.   Here's what I settled on (it has advantages and
disadvantages - there was no clear winner in the contest to find the
best way to do it, which is why it took so long to do) 

I have a event table, which contains all the details of the event
itself - event name, venue, image name, ticket price, link to 'more
info'  web site, etc etc.

And a eventDate table,  which has the date(s) this event will occur
on.   This table links to the event table with a foreign key to the
event table.

In the input side, the user first completes the event details, then is
passed to a dates page and can enter the dates for the appearance as
far forward as they want.

The recurring options included are  :

Daily for X days
Weekly for x weeks
fortnightly for x fortnights
Monthly for x months
Bi-monthly for x occurrances
quarterly
6 monthly
annually
on the (first,second,third,forth,fifth) (dayof week) of the month
starting from (date)

The tricky bit was the way to handle the recurring aspects.  And i
finally settled on creating a single event in the events table,  and
multiple dates in the eventDates table   The action page inserts date
records in the eventDates table the appropriate number of times based
on what is selected on the dates options page.

The calculation of the dates forward is handled by a
EventDatesGatesDAO.cfc  which has methods that can figure out the
dates on each interval ..  i.e. give getdateWeekly() a date and it'll
return a date object with the date a week hence.   Give
getdateFortnightly() a date and it will return a date object of two
week's hence.   Give getYearForward() a date and you'll get back the
same day a year hence.   GIve getnextnthofmonth() a date, the nth, and
a day, and it'll return the date of the nth day (e.g. 3rd monday) in
the next month after the date given.

It's not perfect, but it is a series of compromises for me.

The drawback with this approach is that if the user changes the text
of the event, it's changed for all occurrances.   For example, if they
change the details of the listing to show 'Special Christmas meeting",
 then the listing in the March calendar will also show "Special
Christmas meeting"

But i decided that was a lesser evil than creating a whole event
record for each date, and then if for example the venue changed (which
happens often in this organisation), the user would have to go through
and edit every occurrance of that event in the future.

Once you have the database containing the events records and the
dates/times they're to appear on, the display side of it is fairly
straightforward.

Hope this helps.

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



>
> >Can anyone suggest a CF calendar that allows for recurring events?  I am
> >working on a project which requires this.  The project is Farcry-based but
> >I?m just looking for an example of how to manage the data.  Anything will
> >help.
> >
> >
> >
> >Thanks!
> >
> >_
> >
> >Jake Churchill
> >Team Leader
> >11204 Davenport, Ste. 100
> >Omaha, NE  68154
> >HYPERLINK "http://www.cfwebtools.com"http://www.cfwebtools.com
> >402-408-3733 x103
> >
> >

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292217
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Calendar with Recurring Events

2007-10-28 Thread Scott Pinkston
Ben Nadel has one that does:
http://www.bennadel.com/projects/kinky-calendar.htm



>Can anyone suggest a CF calendar that allows for recurring events?  I am
>working on a project which requires this.  The project is Farcry-based but
>I?m just looking for an example of how to manage the data.  Anything will
>help.
>
> 
>
>Thanks!
>
>_ 
>
>Jake Churchill 
>Team Leader
>11204 Davenport, Ste. 100
>Omaha, NE  68154 
>HYPERLINK "http://www.cfwebtools.com"http://www.cfwebtools.com 
>402-408-3733 x103 
>
> 
>
>
>No virus found in this outgoing message.
>Checked by AVG Free Edition. 
>Version: 7.5.503 / Virus Database: 269.15.11/1093 - Release Date: 10/25/2007
>5:38 PM 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292216
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT but... any one using a bot trap?

2007-10-28 Thread Claude Schneegans
 >>someone with Google Web Accelerator installed,

I don't see the problem, users with Web accelerator get their stuff from 
Google's cache,
not from my server, so I don't even hear about them.
Anyway, our sites are dynamic, we publish news every day, so robots are 
asked to not use cache anyway.

 >>or someone using Lynx.

HA ha! LOL, if they go to the trap with Lynx, they will be flagged as 
Bot, and the only consequence will
be that they will only get text, not images, which is exactly what Lynx 
does anyway ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292215
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT but... any one using a bot trap?

2007-10-28 Thread Claude Schneegans
 >>Nutch is part of Lucene, I think. So, you may well need to be scanned 
by that.

I'll make my mind when they'll put a correct web address in their user 
agent,
and I'll be able to see by myself why they are crawling my sites.
the word "experimental" and just an email address doesn't look too serious.
I'll have a look when they'll be through with their "experiment", I'm 
not a guinea pig ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SOT but... any one using a bot trap?

2007-10-28 Thread Dave Watts
> Who needs to be scanned by oddities like "disco/Nutch-0.9 
> (experimental crawler; [EMAIL PROTECTED])"

Nutch is part of Lucene, I think. So, you may well need to be scanned by
that.

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!


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292213
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SOT but... any one using a bot trap?

2007-10-28 Thread Dave Watts
> If it gets to a page hrefed on a 1 pixel blank image, it 
> cannot be a human browser.

Sure it can. I can think of two examples off the top of my head - someone
with Google Web Accelerator installed, or someone using Lynx.

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!


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfx_payflowpro

2007-10-28 Thread Sean Corfield
On 10/28/07, Dan Vega <[EMAIL PROTECTED]> wrote:
> I have done some searching around and have yet to find an answer. I upgraded
> a server to CF7 and our cfx_payflowpro tag no longer works.

Could it be a Java version compatibilty issue? What JVM were you
running on before CF7 and what JVM are you running now?

Are you using certificate security or signature security?
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Excel and Coldfusion and Javascript

2007-10-28 Thread Mike Chabot
Are you thinking client-side or server-side? You seem to be asking
about client-side interaction, but it helps to confirm because the
solutions are different.

-Mike Chabot

On 10/28/07, Richard White <[EMAIL PROTECTED]> wrote:
> Hi,
>
> we noticed that Mozilla Firefox doesnt allow vbscript to run due to the 
> security issues. However, we need to be able to interact with an excel 
> document in our code. Is there anyway to do this through javascript or 
> coldfusion or any other means without using vbscript
>
> Thanks for your help
>
> Richard
>
> 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF7 verity indexing of PDFs

2007-10-28 Thread Matt Barfoot
Unfortunately the match isn't good. The summary is just one of the opening
paras and bears no relevance to the phrase I'm using. 
These are all PDF manuals from a certain software vendor and quite a bit of
metadata, bookmarks etc already in the doc.  If I search any of these pdfs
they behave the same. 

I may try with CF8 and see what happens, though my prod servers run CF7 at
the moment.  

It would nice to get under the hood and see what's going on. As far as I can
tell with the mkvdk you only get debug output when indexing. 

If I get some kind of diagnosis I will post the results.
Thanks,
Matt


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: 27 October 2007 03:14
To: CF-Talk
Subject: Re: CF7 verity indexing of PDFs

You've got me there. I'd have to look at the PDF and try to guess why.
If the match is good - but the context is off - I'd probably just
ignore.

On 10/26/07, Matt Barfoot <[EMAIL PROTECTED]> wrote:
> Hello Ray,
> Thanks for the advice and it worked, but has given way to a more curious
> problem.
>
> Say I have one PDF "Learning how to use the CFFORCE by R. Camden" then if
I
> search on a phrase conained therein, then the context field correctly
> returns the paragraph containing the required wisdom.
>
> Say I have a different PDF "Learning how to use CFFORCE by M. Barfoot". If
I
> search on a particular phrase contained therein, then the context field is
> the same as Summary field, which doesn't contain my phrase at all.
>
> Seems as though the CFForce is working against me. My Verity has gone
darth.
> Any ideas?
> Thanks,
> Matt
>
>
> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> Sent: 26 October 2007 15:25
> To: CF-Talk
> Subject: Re: CF7 verity indexing of PDFs
>
> Did you remember to enable it in your cfsearch tag? By default
> cfsearch won't return context information. You have to specify
> contextPassages with a # greater than 0.
>
> On 10/26/07, Matt Barfoot <[EMAIL PROTECTED]> wrote:
> > I can't seem to get verity to index PDFs properly. I can index a PDF,
> check the collection in CFADMIN which shows the doc is indexed. I can the
> pick a phrase from the PDF, seach against it and I get 1 result. The
problem
> is the result only shows a summary. If a CFDUMP the context field is
empty.
> >
> > The fact the the correct document is identified by a phrase search tells
> me Verity has indexed the doc and knows the phrase exists (and where). But
> it won't yield this information back in the returned results query.
> >
> > Any ideas where I'm going wrong? Any other advice on how to get the best
> from Verity would be much appreciated.
> >
> >
>
>
>
> 



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfx_payflowpro

2007-10-28 Thread Dan Vega
I have done some searching around and have yet to find an answer. I upgraded
a server to CF7 and our cfx_payflowpro tag no longer works. I saw others
with the same problem but can't seem to find a resolution. The error is
below, any help is appreciated.


500 com/Verisign/payment/PFProAPI com/Verisign/payment/PFProAPI

-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292208
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Excel and Coldfusion and Javascript

2007-10-28 Thread Richard White
Hi,

we noticed that Mozilla Firefox doesnt allow vbscript to run due to the 
security issues. However, we need to be able to interact with an excel document 
in our code. Is there anyway to do this through javascript or coldfusion or any 
other means without using vbscript

Thanks for your help

Richard 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292207
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfdiv and anchors

2007-10-28 Thread Chris Smith
I'm have a issue with anchoring to a cfdiv area.

 

Basically I have a two column layout with a LONG list of links on the left
and a cfdiv area on the right. This worked great until the links on the
right scrolled down below the cfdiv area. Now when I hit a link towards the
bottom of the list I have to scroll backup to the top of the page to see the
updated content.

 

Link
Text

 

I tired #DivContentArea - no love.

 

What am I doing wrong here?

 

 

Big C

 



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292206
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Unnallowable Chars for Coldfusion, HTML, MySQL and Javascript

2007-10-28 Thread Richard White
Hi we build our software with coldfusion, Javascript, HTML, and MySQL.

just wondering if anyone has a list of allowable and unallowable characters and 
symbols (&,",$, etc...) for all of these languages. and maybe if characters are 
not allowable how we can get round these issues if we need the users to be able 
to input them

thanks very much 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFML engine compatibility - a possible solution?

2007-10-28 Thread Pete Ruckelshaus
The issue is that CF is essentially a "private" programming language, with
Adobe as the "owner", so companies like New Atlanta can't really play a role
in the development of the language...they have to take their own paths where
they feel it is necessary.  It will not be until CF becomes an "open"
language, with an RFC process, etc., that some form of unification can
occur.

Pete


~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfajaxproxy

2007-10-28 Thread Andrew Scott
Strange I saw a virtual mapping, not Coldfusion mapping :-)


On 10/28/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> Sean,
>
> Your method is indeed a good one, but my clarification was around the fact
> people were saying you need a CFIDE mapping.
>
> A ColdFusion CFIDE mapping will not work, you either need a virtual
> directory or to use the method Sean described.
>
> Sean's is probably more appropriate for a shared host and security.
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: Sean Corfield [mailto:[EMAIL PROTECTED]
> Sent: Sunday, 28 October 2007 6:19 PM
> To: CF-Talk
> Subject: Re: cfajaxproxy
>
> On 10/27/07, Dan Vega <[EMAIL PROTECTED]> wrote:
> > I have an application that uses cfajaxproxy. On my local machine it works
> > great but on hostmysite I see an error in firebug that says ColdFusion is
> > not defined. Do i need to import the tag? If so do i need to contact them
> to
> > find the location of the scripts folder?
>
> Copy your localhost /CFIDE/scripts folder to your webroot and use the
> scriptsrc attribute (to specify the new location of the scripts tree).
> Then copy that up to HMS. It works. It's how I do it.
>
> Contrary to the advice you are being given, you DO NOT NEED a virtual
> directory to make this work.
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292203
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfajaxproxy

2007-10-28 Thread Dale Fraser
Sean,

Your method is indeed a good one, but my clarification was around the fact
people were saying you need a CFIDE mapping.

A ColdFusion CFIDE mapping will not work, you either need a virtual
directory or to use the method Sean described.

Sean's is probably more appropriate for a shared host and security.

Regards
Dale Fraser

http://learncf.com


-Original Message-
From: Sean Corfield [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 28 October 2007 6:19 PM
To: CF-Talk
Subject: Re: cfajaxproxy

On 10/27/07, Dan Vega <[EMAIL PROTECTED]> wrote:
> I have an application that uses cfajaxproxy. On my local machine it works
> great but on hostmysite I see an error in firebug that says ColdFusion is
> not defined. Do i need to import the tag? If so do i need to contact them
to
> find the location of the scripts folder?

Copy your localhost /CFIDE/scripts folder to your webroot and use the
scriptsrc attribute (to specify the new location of the scripts tree).
Then copy that up to HMS. It works. It's how I do it.

Contrary to the advice you are being given, you DO NOT NEED a virtual
directory to make this work.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292202
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfajaxproxy

2007-10-28 Thread Sean Corfield
On 10/27/07, Dan Vega <[EMAIL PROTECTED]> wrote:
> I have an application that uses cfajaxproxy. On my local machine it works
> great but on hostmysite I see an error in firebug that says ColdFusion is
> not defined. Do i need to import the tag? If so do i need to contact them to
> find the location of the scripts folder?

Copy your localhost /CFIDE/scripts folder to your webroot and use the
scriptsrc attribute (to specify the new location of the scripts tree).
Then copy that up to HMS. It works. It's how I do it.

Contrary to the advice you are being given, you DO NOT NEED a virtual
directory to make this work.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfajaxproxy

2007-10-28 Thread Dale Fraser
Just to clarify this for everyone.

You need a virtual directory, not a ColdFusion mapping for the ajax stuff.

Regards
Dale Fraser

http://learncf.com

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 28 October 2007 12:49 PM
To: CF-Talk
Subject: Re: cfajaxproxy

You need to have them create a webserver virtual mapping to /CFIDE/scripts

On 10/28/07, Dan Vega  wrote:
> I have an application that uses cfajaxproxy. On my local machine it works
> great but on hostmysite I see an error in firebug that says ColdFusion is
> not defined. Do i need to import the tag? If so do i need to contact them
to
> find the location of the scripts folder?


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4