RE: Site hanging randomly.

2014-03-14 Thread Robert Harrison
Is it the same time of day? If so, check scheduled tasks and see if something is running that conflicts or is consuming resources. Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY

CFC Not Returning JSON properly from an array

2014-03-14 Thread Rixon Reed
I have a CFC that I'm trying to return JSON data in a web service.=20 If I do a dump before I return the code to the calling program, the JSON is= fine. However it returns this to the calling program:[\\\n\\t\\n\\t\\t\\= n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t\\n\\=

Re: CFC Not Returning JSON properly from an array

2014-03-14 Thread Carl Von Stetten
Are you doing SerializeJSON() in your CFC method, AND have returntype=JSON on the function definition? If so, it is double serializing the data. Remove the SerializeJSON() call and allow the function to automatically do the serialization. HTH, -Carl V. On 3/14/2014 12:26 PM, Rixon Reed

Re: CFC Not Returning JSON properly from an array

2014-03-14 Thread Byron Mann
The default for the return format for a remote cffunction call is WDDX. Sounds like inside your CFC you are serializing the return value first. So something like return serializeJson(myValue); If the return string in this case is JSON, then your remote call to the CFC should include a

Re: CFC Not Returning JSON properly from an array

2014-03-14 Thread Steve 'Cutter' Blades
on your ajax call, did you add returnformat: 'json' as one of your post data arguments? If you don't specify this, then the remote method will return WDDX by default. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Twitter feed

2014-03-14 Thread Rick Sanders
Hey guys n' gals! I want to put a Twitter live feed on a CF site like Wordpress. Is there anything like that already out there or do I need to code it from scratch? If I need to code it, has anyone done it? Is it difficult? Thanks! Kind Regards, Rick Sanders T: 902-401-7689 W:

Re: Twitter feed

2014-03-14 Thread Rob Parkhill
Why not just use what Twitter provides? dev.twitter.com You can embed a bunch of stuff straight from Twitter, no muss, no fuss. On Fri, Mar 14, 2014 at 5:36 PM, Rick Sanders r...@webenergy.ca wrote: Hey guys n' gals! I want to put a Twitter live feed on a CF site like Wordpress. Is there

Re: Twitter feed

2014-03-14 Thread Russ Michaels
this is what you want http://monkehtweet.riaforge.org/ On Fri, Mar 14, 2014 at 9:44 PM, Rob Parkhill robert.parkh...@gmail.comwrote: Why not just use what Twitter provides? dev.twitter.com You can embed a bunch of stuff straight from Twitter, no muss, no fuss. On Fri, Mar 14, 2014 at

RE: Twitter feed

2014-03-14 Thread Rick Sanders
Thanks Russ! That's exactly what I want! Control! Kind Regards, Rick Sanders T: 902-401-7689 W: www.webenergy.ca -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, March 14, 2014 8:11 PM To: cf-talk Subject: Re: Twitter feed this is what you want