Use JavaScript to get flash cfform object and name

2013-11-14 Thread Josh Sandoval
Hello and thanks in advance :) I have a flash cfform and on this form I have a cfinput button with an onclick event that calls some JavaScript. This JavaScript attempts to run the onclick event of another cfinput button on another flash cfform. The problem I''m having is that when I attem

Use JavaScript to get flash cfform object and name

2013-11-14 Thread Josh Sandoval
Hello and thanks in advance :) I have a flash cfform and on this form I have a cfinput button with an onclick event that calls some JavaScript. This JavaScript attempts to run the onclick event of another cfinput button on another flash cfform. The problem I''m having is that when I attem

Re: Vivio Down?

2013-06-20 Thread Josh Nathanson
Oh, looks like it's back up now. Carry on. -- Josh On Thu, Jun 20, 2013 at 1:36 PM, Wil Genovese wrote: > > Yes - I just lost a few client sites too > > > > Wil Genovese > Sr. Web Application Developer/ > Systems Administrator > CF Webtools > www.cfwe

Vivio Down?

2013-06-20 Thread Josh Nathanson
Anyone here host on Viviotech? My site's down and their main website isn't responding. -- Josh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=hou

Re: CF running out of steam

2013-03-19 Thread Josh Nathanson
Why is everyone talking about Flash in the past tense? Looks like it's still available for sale from Adobe to me: http://www.adobe.com/products/flash.html Also: - Flash is used by Google hangouts - Flash is used by YouTube - Flash is used by Hulu Hardly seems dead... -- Josh On Tue

Re: How would I change this to a div

2012-09-21 Thread Josh Nathanson
will be put on a new line. -- Josh On Fri, Sep 21, 2012 at 2:33 PM, Bruce Sorge wrote: > > Well after realizing that I cannot access their java library with > createObject(java), I decided that I am going to go ahead and change hosts. > They suck balls. Never use DailyRazor.com un

Re: How would I change this to a div

2012-09-21 Thread Josh Nathanson
Think you might need a "float:left" on your divs so they line up next to each other. -- Josh On Fri, Sep 21, 2012 at 1:48 PM, Bruce Sorge wrote: > > That did not work either. I did find a piece of code that actually > generates a barcode as an image. So what I was think

Re: SOT: curved corners

2011-11-29 Thread Josh Nathanson
There are a couple of jQuery plugins that do curved corners. I think they use math to "draw" curved corners out of 1x1 pixel divs when there is not css available (older browsers). You might want to check those out and see which ones look the best and are easiest to work with. -- Josh

Re: Using ColdFusion to Create an Activity Feed???

2011-10-05 Thread Josh Nathanson
Jenny - this is a Railo implementation of a web socket gateway, but it is helpful to understand the concept. http://wiki.getrailo.org/wiki/Extensions:WebSockets_Gateway -- Josh On Tue, Oct 4, 2011 at 7:00 PM, Jenny Gavin-Wear < jenn...@fasttrackonline.co.uk> wrote: > > Interes

Re: Week Weirdness

2011-10-04 Thread Josh Nathanson
report 41 for #week( now() )#. And my Linux instance reports 40 for date +%W. -- Josh On Tue, Oct 4, 2011 at 4:20 PM, Edward Chanter wrote: > > I suspect that one might be a throw-back to the Jurassic period but the > lack > of stone suggests Dell might have simply managed to

Re: detecting mobile devices

2011-10-04 Thread Josh Nathanson
What are you talking about Dave? It's neatly split into two clauses, and the 4-letter ones are alphabetized. Ha ha. -- Josh On Tue, Oct 4, 2011 at 2:39 PM, Dave Watts wrote: > > > This works. > > > > reFindNoCase("android.+mobile|avantgo|bada\/|blackbe

Re: Using ColdFusion to Create an Activity Feed???

2011-10-04 Thread Josh Nathanson
If you want to get really jiggy with it, you can use a Gateway on the server side and connect to it using long polling or web sockets. This will "push" server changes to any connected clients immediately. -- Josh On Tue, Oct 4, 2011 at 9:17 AM, Raymond Camden wrote: > > We

Re: (ot) Awesome Eclipse Shortcut

2011-09-30 Thread Josh Nathanson
Yeah, that is a sweet one. Even though I've known about it for a while, I am still in the process of training myself to use it, rather than using the Navigation pane to dig into the file tree. My first instinct is always to navigate when looking for a file. -- Josh On Fri, Sep 30, 2011

Re: cfquickdocs.com down?

2011-09-26 Thread Josh Nathanson
Through some digging I was able to connect it to Jacob Munson, who I believe is on this list, or at least was at one time. Jake you out there?? We need CFQuickDocs! -- Josh On Mon, Sep 26, 2011 at 11:36 AM, Kumar Shah wrote: > > http://cfquickdocs.com/ seems to be down (since yester

Re: SQL grrr

2011-09-26 Thread Josh Nathanson
Yup, I think Carl's is the best, though you'd probably want to throw a GROUP BY in there so you don't get multiple rows for the same ID. -- Josh On Mon, Sep 26, 2011 at 10:41 AM, Carl Von Stetten wrote: > > Richard, > > I think this will work (untested, assumes S

Re: Graphical Tree Image Output

2011-09-21 Thread Josh Nathanson
Well...you could use html/css to output divs as the boxes/lines in the chart, then use cfdocument to generate the pdf. No need for an image in that case. -- Josh On Wed, Sep 21, 2011 at 2:13 PM, Justin Scott wrote: > > > CFTREE > > Hi Robert, thanks for the reply. Unfortunat

Re: CFScript help

2011-08-22 Thread Josh Cesana
Thanks all - the built in function is exactly what I needed. I am fairly new to CF so I will definitely spend time learning the functions. Thanks again. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-C

CFScript help

2011-08-22 Thread Josh Cesana
I'm attemping to create a function that adds spaces either in front of or behind a string. For example, I want this "test" string to have 6 spaces after it, plus the 4 characters in "test" for a total of 10 characters. I have an "align" variable for both left and right alignment for the spaces.

Re: reading AIF metadata?

2011-07-18 Thread Josh Nathanson
What sort of metadata are you after? Looks like GetFileInfo might be what you're looking for... http://coldfused.blogspot.com/2007/07/new-file-io-in-coldfusion-8-part-ii.html -- Josh On Mon, Jul 18, 2011 at 12:03 PM, Steve Logan wrote: > > An RFP just got handed to me th

Re: Coldfusion 9 install on Mac OS

2011-01-25 Thread Josh Nathanson
Couple things: - make sure the page has a .cfm extension - make sure you have tags around the variable If you have both those things, then further code example/environment setup information is necessary. -- Josh On Tue, Jan 25, 2011 at 2:05 PM, Fred Weaver wrote: > > total newbie! &g

Re: Google Checkout integration

2011-01-21 Thread Josh Nathanson
Yeah...I've meant to set up an email box as you've done, but never gotten to it. It would be the last step to fully automate my application. So how do you do that...do you do CFPOPs as a scheduled task and then parse the email body for ARB account information? -- Josh On Fri, Jan 2

Re: Google Checkout integration

2011-01-21 Thread Josh Nathanson
o I have to use that emailed information and do some manual stuff in my application. I haven't looked into it for a while so maybe they have that now. -- Josh On Fri, Jan 21, 2011 at 10:48 AM, Mark A. Kruger wrote: > > Josh, > > To add to that... Authorize.net (AN) has 2 options...

Re: Google Checkout integration

2011-01-21 Thread Josh Nathanson
I use Authorize.net for subscriptions. They have a decent API and I believe there's a CFC available on Riaforge to interface with their API. -- Josh On Fri, Jan 21, 2011 at 2:12 AM, Stefan Richter wrote: > > I'd also be interested in that. > And on that note, what does eve

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Josh Nathanson
Michael is echoing what I meant to say; I should have been more clear that when I said "grow the product" I actually meant "grow the user base of the product." On Thu, Jan 13, 2011 at 6:27 PM, Michael Grant wrote: > > > > > You really believe they're not "grow[ing] the product" with all of tho

Re: Is Coldfusion losing it biggest asset?

2011-01-13 Thread Josh Nathanson
profitable they won't kill it entirely, but it's certainly no way to grow the product. -- Josh On Thu, Jan 13, 2011 at 5:41 PM, Michael Grant wrote: > > No. I'm comparing little apples (Allaire) to bigger apples (Macromedia) to > enormous apples (Adobe). > > I've been

Re: drag and drop widgets

2011-01-13 Thread Josh Nathanson
is very similar to jQuery syntax and easy to use. http://jqueryui.com -- Josh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.h

Re: Amazon EC2 Windows 2008 Coldfusion Server

2011-01-06 Thread Josh Dura
Yeah, that's what I figured. I'll give it a shot since its free for the first year for the micro instance and hope for the best. Thanks for the detailed responses all :) Josh On 1/6/2011 1:39 PM, Stefan Richter wrote: > I'm running a low traffic MySQL install on a micro in

Re: Amazon EC2 Windows 2008 Coldfusion Server

2011-01-06 Thread Josh Dura
n CF9, LCDS and mySQL on a micro instance? Or would I need to upgrade to one of the larger ones? Josh Dura On 1/4/2011 4:43 PM, Richard Steele wrote: > Ok, great. I've got my Windows Server Instance up and running! Now I'm > downloading the CF8 Developer's Edition. > >

Re: index.cfm being hacked (now application.cfm)

2010-12-10 Thread Josh Nathanson
AFAIK (kinda guessing here) Google doesn't "sniff" the files themselves, they just hit a link and "sniff" the resulting HTML. So anything that's output to the resultant page, whether on the index.cfm or application.cfm, will be picked up by Google. -- Josh On Fri,

ColdFusion & LCDS Session Management

2010-11-22 Thread Josh Dura
have no idea how to use java event listeners within CF. Thanks for any help ahead of time. Josh Dura ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion A

JRunconfig Errorurl not working

2010-09-23 Thread Josh Walker
I'm having a hard time getting this redirect to work. I'm running CF9/Apache 2.2.15 and in the JRun Settings for the Apache config I have are: JRunConfig Errorurl However, whenever JRun is down or starting up I still get the default error page. What am I

Re: JRunConfig Errorurl Not Working

2010-09-23 Thread Josh Walker
> Hello, > > I have another post on this message board that relates to this but I'm > creating a separate post because this is really just my attempt at a > temporary workaround for that problem and I think they are completely > separate issues. > > I am running ColdFusion 8 with Apache 2.2.3

Re: sending a form through CF and catching the results

2010-08-27 Thread Josh Nathanson
d the emphasis in your previous comment. -- Josh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.c

RE: sending a form through CF and catching the results

2010-08-26 Thread Josh Nathanson
ons specifically for CSV's. -- Josh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusi

RE: "Web service operation... with parameters...cannot be found. " error

2010-08-10 Thread Josh Nathanson
ached webservices and clear them manually. 2) You can add "refreshWSDL=true" as an additional attribute to your cfinvoke tag. This will slow things down but it can be very useful when in development. -- Josh -Original Message- From: Ray Meade [mailto:raym...@yahoo.com] Sent: Tue

Problems with multiple instances in CF9

2010-07-20 Thread Josh Walker
I'm having a few issues with a couple of our staging servers that are running multiple instances of CF9, and I'm not sure if they're set up correctly. I have CF9 Enterprise multiserver installed and I created 4 additional instances using the Instance Manager. I also created a specific jvm for e

RE: Looking for a CF Recipe script!

2010-07-08 Thread Josh Nathanson
used by CF detractors as an argument for CFML not being a "serious" language. Hopefully the OP has used all the great info in this awesome thread to develop a kick-ass recipe script! -- Josh -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, Jul

RE: Looking for a CF Recipe script!

2010-07-08 Thread Josh Nathanson
Obviously, Dave. I was referring to higher level languages, where a decision can be made (and has been in the case of CFML) to use a more "humanist" approach to array indexing. -- Josh -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, July 08,

RE: Looking for a CF Recipe script!

2010-07-08 Thread Josh Nathanson
Yeah, that may be the explanation, but IMO it's still dumb to do arrays that way. Nobody calls their thumb their "zeroth" finger. A whole other discussion is whether it was smart for CFML to "correct" this issue. -- Josh -Original Message- From: Dave Watts [

RE: Problems with slashes in JSON

2010-06-09 Thread Josh Nathanson
.city)#, #Trim(loc.custList.state)# -- Josh -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Wednesday, June 09, 2010 2:35 PM To: cf-talk Subject: Problems with slashes in JSON I can't figure this thing out for the life of me, and I know it's got to be s

RE: Dynamic Getters and Setters

2010-05-26 Thread Josh Nathanson
It depends what you are passing in the "component" attribute. If it is a string (i.e. dot-delimited path), it will indeed instantiate the object. If it's an already created object, it will just call the method. -- Josh -Original Message- From: Brad Haas [mailto:b

RE: jquery $.ajax - need help with json syntax

2010-04-29 Thread Josh Nathanson
;dat" rather than the variable dat. You would want $( dat ).serialize(), but I'm not sure that would work anyway, since serialize() is geared toward form serialization. -- Josh -Original Message- From: Tony Bentley [mailto:cascadefreehee...@gmail.com] Sent: Thursday, April

RE: ColdFusion Builder Released!

2010-03-22 Thread Josh Nathanson
u may need a prescription drug to stay alive. But software definitely is not one of the exceptions. -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Monday, March 22, 2010 2:50 PM To: cf-talk Subject: RE: ColdFusion Builder Released! And that&#

RE: How do people transfer data between databases nowdays?

2010-03-03 Thread Josh Nathanson
ch of work for you. -- Josh -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, March 03, 2010 9:10 AM To: cf-talk Subject: Re: How do people transfer data between databases nowdays? I say again: http://www.red-gate.com/products/SQL_Data_Compare/ On We

RE: How do people transfer data between databases nowdays?

2010-03-03 Thread Josh Nathanson
+1 for RedGate -- we use it here at work. There's some info on scripting here: http://www.red-gate.com/supportcenter/Content.aspx?p=SQL%20Compare&c=SQL_Com pare\help\8.1\sc_cl_examplesusingthecl.htm -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday,

RE: Where to encrypt - cf or db or both?

2010-02-18 Thread Josh Nathanson
>So what's the best way to carry it to the final order commitment step? >Session variables? Best case scenario, it IS the final order step. That way it is never stored in a persistent scope. Most eCommerce sites seem to do it that way (there are exceptions of course)

RE: Where to encrypt - cf or db or both?

2010-02-18 Thread Josh Nathanson
>To me, recommending a service is like answering the question "How do you >hammer a nail?" with the answer being "Hire a contractor." Well...not exactly. There aren't huge legal ramifications if you decide to hammer the nail yourself. In this case "hire a contractor" is the right answer. ~~

RE: What is the best way to design a grid system?

2010-01-25 Thread Josh Nathanson
I have no idea...you'll have to look at the Spry docs to find that out. -- Josh -Original Message- From: Kamru Miah [mailto:k.m...@csl.gov.uk] Sent: Monday, January 25, 2010 7:21 AM To: cf-talk Subject: Re: What is the best way to design a grid system? Many thanks for

RE: cfsavecontent and whitespace

2010-01-22 Thread Josh Nathanson
The white space seems to be caused by carriage returns, so this has helped me: #replace(myvar,"\r\n","","all")# -- Josh -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Friday, January 22, 2010 1:08 PM To: cf-talk Subject

RE: What is the best way to design a grid system?

2010-01-22 Thread Josh Nathanson
Regarding the editable table cells, there is a nifty jQuery plugin called jEditable that can help you accomplish that. -- Josh -Original Message- From: Kamru Miah [mailto:k.m...@csl.gov.uk] Sent: Friday, January 22, 2010 9:30 AM To: cf-talk Subject: What is the best way to design a

RE: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Josh Nathanson
not losing money that's ok with Adobe. -- Josh -Original Message- From: Eric Nicholas Sweeney [mailto:n...@bigfatdesigns.com] Sent: Thursday, January 21, 2010 3:18 PM To: cf-talk Subject: RE: Why i fear ColdFusion is on its last legs So - the argument would be - I should really push

RE: CF8 Settings: Large upload failure

2009-12-08 Thread Josh Nathanson
I'm sure you probably did, but did you restart ColdFusion after changing the settings? -- Josh -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Tuesday, December 08, 2009 9:20 AM To: cf-talk Subject: CF8 Settings: Large upload failure Simpl

CFMap weirdness

2009-12-03 Thread Josh Remus
have a suggestion on where to look to track down the problem? Thanks! Josh ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.

RE: 'Tis a sad, sad day...jQuery kills FireFox but works great in IE!

2009-11-13 Thread Josh Nathanson
Hmmm...ok, maybe I was thinking of the difference between ID and class or something. Sorry about that. -- Josh -Original Message- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Friday, November 13, 2009 12:52 PM To: cf-talk Subject: RE: 'Tis a sad, sad day...jQuery

RE: 'Tis a sad, sad day...jQuery kills FireFox but works great in IE!

2009-11-13 Thread Josh Nathanson
You might get a tad bit more speed if you do this in your selectors: $("table.stripe>tbody>tr.oldUsers") Instead of this: $(".oldUsers") This is because jQuery will execute the DOM search more specifically instead of having to traverse the whole DOM for that class.

RE: javascript / coldfusion ajax communication

2009-09-29 Thread Josh Nathanson
Richard, here's a helpful site with comparisons of the various js options to encode: http://xkr.us/articles/javascript/encode-compare/ -- Josh -Original Message- From: Steve Milburn [mailto:scmilb...@gmail.com] Sent: Tuesday, September 29, 2009 9:41 AM To: cf-talk Subjec

RE: cf_barcode height not working in Firefox:

2009-09-28 Thread Josh Nathanson
I used this tag, and I think (this was awhile back) I modified it so instead of using spans, it used table cells (td's). Once I did that I was able to control the width and height across browsers. -- Josh -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: M

RE: SOT - Online Payment Providers who offer recurring payment options

2009-09-18 Thread Josh Nathanson
-- they haven't updated their admin area in years, it's hard to navigate. -- Josh -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: Friday, September 18, 2009 2:24 PM To: cf-talk Subject: SOT - Online Payment Providers who offer recurring payment op

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Josh Nathanson
Oh...if you are using the load function, then you can just do this somewhere before it: $.ajaxSetup({ cache: false }); This will make it so any and all subsequent ajax requests (including load) are not cached. -- Josh -Original Message- From: Josh Nathanson [mailto:p

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Josh Nathanson
Did you set cache: false in your $.ajax params? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday, September 17, 2009 1:42 PM To: cf-talk Subject: How to prevent IE from caching content added via ajax? Poor title, but I couldn't g

RE: What is the most like cause lf "Java Heap Space" error?

2009-09-15 Thread Josh Nathanson
I seem to remember something about CFIMAGE hogging a lot of RAM...anyone else have more info? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Tuesday, September 15, 2009 11:35 AM To: cf-talk Subject: RE: What is the most like cause lf "Java

RE: How to handle CF variables in JS (jQuery) external files...

2009-09-09 Thread Josh Nathanson
: Then when you instantiate: -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, September 09, 2009 12:09 PM To: cf-talk Subject: RE: How to handle CF variables in JS (jQuery) external files... Well...I was trying to

RE: How to handle CF variables in JS (jQuery) external files...

2009-09-09 Thread Josh Nathanson
x27;t need to pass it as part of your ajax request. -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, September 09, 2009 11:58 AM To: cf-talk Subject: RE: How to handle CF variables in JS (jQuery) external files... Interesting solution, Ton

RE: onSessionEnd & clearing session scoped variables

2009-09-08 Thread Josh Nathanson
I would think that those references would be garbage collected at the next GC run, so no need to do that. -- Josh -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Tuesday, September 08, 2009 12:15 PM To: cf-talk Subject: onSessionEnd & clearing session sc

RE: jQuery question

2009-08-11 Thread Josh Nathanson
Hey Rick, Like any other form post, you can't pass complex arguments to the server. What you could do is pass a JSON string and then deserialize it in the CFC. -- Josh -Original Message- From: Rick Root [mailto:rick.r...@webworksllc.com] Sent: Tuesday, August 11, 2009 5:09 PM T

RE: How to prevent JSON data "Yes" and "No" being returned to calling page as "true" and "false"...

2009-08-07 Thread Josh Nathanson
Rick - you could do something like: out.push('' + row[5] ? 'Yes' : 'No' + ''); Or, you could massage the data in a separate function before pushing it into the DOM. -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.c

RE: (ot) Twitter down

2009-08-06 Thread Josh Nathanson
CNN says Twitter is being hit with a DOS attack. When I try to login to Facebook I get a blank white screen. -- Josh -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Thursday, August 06, 2009 9:58 AM To: cf-talk Subject: Re: (ot) Twitter down That

RE: HoF site down?

2009-07-27 Thread Josh Nathanson
Down for me...in Bay Area, CA -- Josh -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: Monday, July 27, 2009 5:01 PM To: cf-talk Subject: HoF site down? I haven't been able to get to the HoF site. Is it down for anyone else or am I just losing my

RE: ecommerce emergency

2009-07-23 Thread Josh Nathanson
Believe it or not it's a true story, I couldn't make that up. They did get someone else to set up the site and it's here: http://www.kittykungfu.com/ Not sure if they're profitable yet. They might make $3.00/month on google ads. PS not responsible for keybo

RE: ecommerce emergency

2009-07-23 Thread Josh Nathanson
obably set that up in a couple of hours, right? They can pay you once the site starts to make money." Pt. -- Josh -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Thursday, July 23, 2009 8:27 AM To: cf-talk Subject: Re: ecommerce emergency

RE: monitoring users / access points

2009-07-15 Thread Josh Nathanson
I have had pretty good success doing what Dave suggests. People really don't like being limited to using the application "one at a time" so they are incentivized to purchase some sort of multi-user account. -- Josh -Original Message- From: Dave Sueltenfuss [m

Http webservice thinks it's https

2009-07-08 Thread Josh Nathanson
need to use SSL and would rather figure this out than get a security certificate. Googling turned up squadoosh. Any ideas? -- Josh ~| Want to reach the ColdFusion community with something they want? Let them

RE: PHP to CF pseudo code...

2009-06-25 Thread Josh Nathanson
Ha ha spot on! -- Josh -Original Message- From: David McGuigan [mailto:davidmcgui...@gmail.com] Sent: Thursday, June 25, 2009 1:26 PM To: cf-talk Subject: Re: PHP to CF pseudo code... Sure. Highlight about 8 out of every 10 lines of the code with your mouse, then hit the delete key

RE: autosuggest - other than cf8 solution

2009-06-25 Thread Josh Nathanson
Sounds like maybe your JSON is not valid. You can check it at http://www.jsonlint.com. If it checks out as valid, then start to look elsewhere. -- Josh -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: Thursday, June 25, 2009 10:29 AM To: cf-talk Subject: Re

RE: pagination and large recordsets (mysql)

2009-06-18 Thread Josh Nathanson
There is a pagination cfc at cflib.org. As for that link...oh my gosh...sql injection anyone? -- Josh -Original Message- From: Mike Little [mailto:m...@nzsolutions.co.nz] Sent: Thursday, June 18, 2009 1:20 PM To: cf-talk Subject: pagination and large recordsets (mysql) hey guys

RE: CFC and jQuery

2009-06-18 Thread Josh Nathanson
Well "eval" is essentially a string-to-json conversion. Are you sure your json is valid? Try going here and pasting in your string: http://www.jsonlint.com/ Also, in your jQuery ajax call, it has to be dataType with the capital "T" - javascript is case sensitive. >J

RE: CFC and jQuery

2009-06-17 Thread Josh Nathanson
ver you must do something in javascript to turn the string into an object; either eval'ing it manually, or use dataType: 'json' which will do it for you. -- Josh -Original Message- From: James White [mailto:jwhite1...@gmail.com] Sent: Wednesday, June 17, 2009 3:51 PM To

RE: CFC and jQuery

2009-06-17 Thread Josh Nathanson
1) Add dataType:'json' as an attribute of your ajax call, or use $.getJSON 2) use Firebug / console.log to examine the response, make sure DATA is a valid property of the response JSON -- Josh -Original Message- From: James White [mailto:jwhite1...@gmail.com] Sent: Wednesda

RE: Time from client to multiple servers.

2009-05-29 Thread Josh Nathanson
for is in order. If you are looking to determine network latency for a client, something ajax-y would probably fit the bill. Do the same thing, get times before and after the ajax call and report them in javascript, and this will take the client's own network latency into account. -- Josh

RE: Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Josh Nathanson
Chris, I built an SaaS app called Calabunga that might be able to do what you're looking for. There's a 30-day free trial that's full featured so you can test it out. Hit me up offline if you have any questions. http://www.calabunga.com -- Josh -Original Message--

RE: Adobe Livedocs throwing lock error???

2009-05-15 Thread Josh Nathanson
Wouldn't be surprised if that was some ancient legacy code. Probably a lock is not even needed. -- Josh -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, May 15, 2009 12:44 PM To: cf-talk Subject: Re: Adobe Livedocs throwing lock error??? >

RE: Load Test Apps

2009-05-12 Thread Josh Nathanson
I found openSTA pretty easy to get up and running. http://www.opensta.org/ -- Josh -Original Message- From: Justin Scott [mailto:jscott-li...@gravityfree.com] Sent: Tuesday, May 12, 2009 12:26 PM To: cf-talk Subject: Load Test Apps Any recommendations on web site load testing apps

RE: Server just.... stops?

2009-05-05 Thread Josh Nathanson
. -- Josh -Original Message- From: Justin Scott [mailto:jscott-li...@gravityfree.com] Sent: Tuesday, May 05, 2009 4:58 PM To: cf-talk Subject: RE: Server just stops? > So nothing in the log about unresponsive threads where > it is hitting the limit and just restarting

RE: billing

2009-05-04 Thread Josh Nathanson
Man...you're in a bit of a tough situation...I've been there myself. One thing you could do to reduce the "freakout" factor is offer to let them pay the bill in installments, i.e. half or a third at a time. -- Josh -Original Message- From: Chad Gray [mailto:cg...

RE: Is it not possible to set session variables in a cfc method?

2009-04-29 Thread Josh Nathanson
Rick - it could be that the data is caching in the browser so you're not seeing the new values...did you set cache:false in your ajax request? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, April 29, 2009 1:14 PM To: cf-talk Su

RE: Using Ajax to populate checkmarks?

2009-04-17 Thread Josh Nathanson
markup is like for the checkboxes. The first thing to do is make sure you're getting the JSON data back that you expect, by using Firebug or some other debugging method. Once you have that working, you can write the function that updates the checkboxes. -- Josh -Original Message- F

RE: Multiple Record Queries and CFCs

2009-03-25 Thread Josh Nathanson
;s the one that came up with the idea when he ran into the same problem. -- Josh -Original Message- From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] Sent: Wednesday, March 25, 2009 12:56 PM To: cf-talk Subject: Multiple Record Queries and CFCs I have been trying to w

RE: Mysterious MySQL DateTime Problem with extra .0

2009-03-24 Thread Josh Nathanson
What do you mean by "impossible to work with the data"? Output it? Use CF functions on it? What are you doing with it exactly, once you get it from the database? -- Josh -Original Message- From: Martin Orth [mailto:m.o...@karneval.com] Sent: Tuesday, March 24, 2009 2:21

RE: Ok...not getting it...how can I loop over a session struct? Or should I even try?

2009-03-11 Thread Josh Nathanson
"collection" and "item" attributes of the cfloop tag: -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, March 11, 2009 4:11 PM To: cf-talk Subject: Ok...not getting it...how can I loop over a session struct? Or should I eve

RE: CF Structures.. brain fried

2009-03-09 Thread Josh Nathanson
Probably you can just assign the query to a session variable: Then output the query: You don't need to change the query itself into structures. -- Josh -Original Message- From: Scott Stewart [mailto:sstwebwo...@bellsouth.net] Sent: Monday, March 09, 2009 11:33 AM To: cf

RE: I give...anything inherently wrong with this code that would cause this error?

2009-03-06 Thread Josh Nathanson
argumentCollection is not a valid attribute for cffunction. You want to pass that in when you call the function: fnProcessForm( argumentCollection=aStructOfSomeSort ); -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Friday, March 06, 2009 10

RE: cfinclude template issues

2009-02-19 Thread Josh Nathanson
No problem, this is a good list so feel free to ask more questions. -- Josh -Original Message- From: Scott Weber [mailto:swe...@thanksal.com] Sent: Thursday, February 19, 2009 2:52 PM To: cf-talk Subject: RE: cfinclude template issues I got it all figured it and im pretty much a

RE: Calling functions with cfoutput

2009-01-15 Thread Josh Nathanson
Yeah...I find I can get tremendous leverage by creating "display methods"...such as if you have a Person object (cfc), you can have a method displayAsTableRow, displayAsDiv, displayFormDetail etc. You can really limit code repetition this way. -- Josh -Original Message-

RE: Why is my CF8 server constantly hanging?

2008-12-03 Thread Josh Nathanson
stopped happening. I think I remember earlier in the thread you mentioned something about the server monitor. Not saying it's causing your problem, but it's worth a try to switch it off if you haven't already. -- Josh -Original Message- From: Wil Genovese [mailto:[EMAIL P

RE: application.cfc error

2008-11-17 Thread Josh Nathanson
Could it be that the application is timing out? What sort of traffic does the site get? What is your application timeout set to? -- Josh -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 9:20 AM To: cf-talk Subject: application.cfc error I

Re: OT - Developers Needed for Paid Focus Groups in SF (SF Bay Area)

2008-10-09 Thread Josh Nathanson
to make a quick $200 :) Notice how CF isn't even in the "programming languages" list (the second list). Yet another dis. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Josh Nathanson
quot; for boolean comparisons. Of course, as you say, you don't really need the "EQ Yes" there in the first place. #1 is 1# Returns: "YES" -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most impor

Re: URL Scope and Form Scope

2008-10-01 Thread Josh Nathanson
> So now my question is how do you guarantee that the variable came from > the form scope? -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tria

Re: cfqueryparam within a cfc

2008-09-30 Thread Josh Nathanson
No it's not overkill. You could be passing in the argument as a form or url scoped variable for example: If you just cfqueryparam everything you don't have to worry about it. -- Josh - Original Message - From: "Hunsaker, Michael Scott" <[EMAIL PROTECTE

Re: (ot) Best development laptop

2008-09-26 Thread Josh Nathanson
of their higher end models I'm sure you'd be happy with it. -- Josh - Original Message - From: "Andy Matthews" <[EMAIL PROTECTED]> To: "cf-talk" Sent: Friday, September 26, 2008 9:28 AM Subject: (ot) Best development laptop > It's been sug

  1   2   3   4   5   6   7   8   9   10   >