Re: CF9 Clustering / Instances multiple domains

2011-08-13 Thread Russ Michaels

that's what I meant

On Sat, Aug 13, 2011 at 3:56 AM, Dave Watts dwa...@figleaf.com wrote:


  I've used the standalone installer, but it's been a good long time.  I
  think it only accepts requests from localhost, or some such pain in the
  arse deal.

 No, the localhost limitation applies to the spider. The standalone
 Verity will accept requests from other IP addresses.

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite

 

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


SerializeJSON is Undefined

2011-08-13 Thread Joshua O'Connor-Rose

I'm worknig through the pains of an inexpensive host that severely
limits CF functionality. I'm setting up ajax for the site and step one
of everything is putting error handling in place.

In any case this is my first cf ajax project and I was adding Bens
ajax error handling and the test cfm file has  this line


cfset strJSON = SerializeJSON( objResponse ) /

I'm getting an error back

Variable SERIALIZEJSON is undefined

the server is CF7

any thoughts



-Joshua O'Connor-Rose
-All is Good

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


RE: SerializeJSON is Undefined

2011-08-13 Thread William Seiter

SerializeJSON was added in CF8

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_21.
html

William

-Original Message-
From: Joshua O'Connor-Rose [mailto:joshua.oconnorr...@gmail.com] 
Sent: Saturday, August 13, 2011 9:45 AM
To: cf-talk
Subject: SerializeJSON is Undefined


I'm worknig through the pains of an inexpensive host that severely
limits CF functionality. I'm setting up ajax for the site and step one
of everything is putting error handling in place.

In any case this is my first cf ajax project and I was adding Bens
ajax error handling and the test cfm file has  this line


cfset strJSON = SerializeJSON( objResponse ) /

I'm getting an error back

Variable SERIALIZEJSON is undefined

the server is CF7

any thoughts



-Joshua O'Connor-Rose
-All is Good



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


CF document and form text area

2011-08-13 Thread Richard White

Hi,

we are creating a PDF to display in the browser using the cfdocument tag. 

However when the PDF displays in the browser we want it to include a text area 
where the user can simply add text and then print the PDF document (note: we 
don't need to save the text they enter)

is this possible?

thanks 

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


Re: SerializeJSON is Undefined

2011-08-13 Thread Joshua O'Connor-Rose

ugh cfcontent is blocked on the server time for a new host, but just
after I renewed for 3 years.
going to php for a bit.

On Sat, Aug 13, 2011 at 11:49 AM, William Seiter will...@seiter.com wrote:

 SerializeJSON was added in CF8

 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_21.
 html

 William

 -Original Message-
 From: Joshua O'Connor-Rose [mailto:joshua.oconnorr...@gmail.com]
 Sent: Saturday, August 13, 2011 9:45 AM
 To: cf-talk
 Subject: SerializeJSON is Undefined


 I'm worknig through the pains of an inexpensive host that severely
 limits CF functionality. I'm setting up ajax for the site and step one
 of everything is putting error handling in place.

 In any case this is my first cf ajax project and I was adding Bens
 ajax error handling and the test cfm file has  this line


 cfset strJSON = SerializeJSON( objResponse ) /

 I'm getting an error back

 Variable SERIALIZEJSON is undefined

 the server is CF7

 any thoughts



 -Joshua O'Connor-Rose
 -All is Good



 

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


Re: SerializeJSON is Undefined

2011-08-13 Thread Raymond Camden

I'd ask the host to allow for cfcontent. Seems pretty strict.

As an FYI, there are JSON alternatives on RIAForge that will allow you
to serialize/deserialize on CF7.


On Sat, Aug 13, 2011 at 12:12 PM, Joshua O'Connor-Rose
joshua.oconnorr...@gmail.com wrote:

 ugh cfcontent is blocked on the server time for a new host, but just
 after I renewed for 3 years.
 going to php for a bit.

 On Sat, Aug 13, 2011 at 11:49 AM, William Seiter will...@seiter.com wrote:

 SerializeJSON was added in CF8

 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_21.
 html

 William

 -Original Message-
 From: Joshua O'Connor-Rose [mailto:joshua.oconnorr...@gmail.com]
 Sent: Saturday, August 13, 2011 9:45 AM
 To: cf-talk
 Subject: SerializeJSON is Undefined


 I'm worknig through the pains of an inexpensive host that severely
 limits CF functionality. I'm setting up ajax for the site and step one
 of everything is putting error handling in place.

 In any case this is my first cf ajax project and I was adding Bens
 ajax error handling and the test cfm file has  this line


 cfset strJSON = SerializeJSON( objResponse ) /

 I'm getting an error back

 Variable SERIALIZEJSON is undefined

 the server is CF7

 any thoughts



 -Joshua O'Connor-Rose
 -All is Good





 

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


Re: SerializeJSON is Undefined

2011-08-13 Thread Russ Michaels

If they are running cfenterprise then they should be able to give you
cfcontent with a security sandbox.
The only reason to disable tags with no other option is if they are running
the standard edition. which really is not suitable for shared hosting.

On Sat, Aug 13, 2011 at 6:54 PM, Raymond Camden raymondcam...@gmail.comwrote:


 I'd ask the host to allow for cfcontent. Seems pretty strict.

 As an FYI, there are JSON alternatives on RIAForge that will allow you
 to serialize/deserialize on CF7.


 On Sat, Aug 13, 2011 at 12:12 PM, Joshua O'Connor-Rose
 joshua.oconnorr...@gmail.com wrote:
 
  ugh cfcontent is blocked on the server time for a new host, but just
  after I renewed for 3 years.
  going to php for a bit.
 
  On Sat, Aug 13, 2011 at 11:49 AM, William Seiter will...@seiter.com
 wrote:
 
  SerializeJSON was added in CF8
 
 
 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_21
 .
  html
 
  William
 
  -Original Message-
  From: Joshua O'Connor-Rose [mailto:joshua.oconnorr...@gmail.com]
  Sent: Saturday, August 13, 2011 9:45 AM
  To: cf-talk
  Subject: SerializeJSON is Undefined
 
 
  I'm worknig through the pains of an inexpensive host that severely
  limits CF functionality. I'm setting up ajax for the site and step one
  of everything is putting error handling in place.
 
  In any case this is my first cf ajax project and I was adding Bens
  ajax error handling and the test cfm file has  this line
 
 
  cfset strJSON = SerializeJSON( objResponse ) /
 
  I'm getting an error back
 
  Variable SERIALIZEJSON is undefined
 
  the server is CF7
 
  any thoughts
 
 
 
  -Joshua O'Connor-Rose
  -All is Good
 
 
 
 
 
 

 

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


Sharepoint 2010 web part for SSO to Coldfusion webpages

2011-08-13 Thread Aarti Hazari

Hi,

Does someone have the webpart for integrating Sharepoint 2010 with Coldfusion 
web 
pages using single sign on credentials from SSS? Can you please share it?

Thanks!


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