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=houseoffusion

Re: Vivio Down?

2013-06-20 Thread Josh Nathanson
...@trunkful.com www.trunkful.com On Jun 20, 2013, at 3:35 PM, Josh Nathanson joshnathan...@gmail.com wrote: Anyone here host on Viviotech? My site's down and their main website isn't responding. -- Josh ~| Order

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, Mar

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 sor...@gmail.com 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 thinking was

Re: How would I change this to a div

2012-09-21 Thread Josh Nathanson
Did you try putting float:left as a style on the div? Also you could make a table with a single row and td's to get the bars next to each other. It could be that the reason the barcode is vertical is that it is stacking the divs. Divs are block elements by default so each one will be put on a

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 On Tue,

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

2011-10-05 Thread Josh Nathanson
good links on the subject you could point me to, please? TIA, Jenny Gavin-Wear Fast Track Online Tel: 01262 602013 http://www.fasttrackonline.co.uk/ -Original Message- From: Josh Nathanson [mailto:joshnathan...@gmail.com] Sent: 04 October 2011 17:53 To: cf-talk Subject: Re: Using

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 raymondcam...@gmail.comwrote:

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 dwa...@figleaf.com wrote: This works. cfif

Re: Week Weirdness

2011-10-04 Thread Josh Nathanson
Well, it seems the proper state of affairs would be that CF reports 41 and Linux reports 40. So the CF instance that is reporting 40 is the one that is out of whack. Maybe that would be a good jumping off point. I have Railo running on Linux and Adobe CF running on Windows here, and they both

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 at

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 vonner.li...@vonner.netwrote: Richard, I think this will work (untested, assumes SQL Server):

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 shahku...@gmail.com wrote: http://cfquickdocs.com/ seems to be down

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 leviat...@darktech.orgwrote: CFTREE Hi Robert, thanks for the reply.

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 st...@sagescholars.comwrote: An RFP just got handed to me

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 cfoutput 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 f...@fredweaver.biz wrote:

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 ste...@flashcomguru.comwrote: I'd also be interested in that. And on that note, what does

Re: Google Checkout integration

2011-01-21 Thread Josh Nathanson
create the charges yourself using a task or whatever - rather than having AN do it on a schedule). -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Josh Nathanson

Re: Google Checkout integration

2011-01-21 Thread Josh Nathanson
to the end user - mostly cards over limit or expired. -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Josh Nathanson [mailto:joshnathan...@gmail.com] Sent: Friday, January

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 mgr...@modus.bz wrote: You really believe they're not grow[ing] the product with all

Re: drag and drop widgets

2011-01-13 Thread Josh Nathanson
jQuery is the best overall js library for RIA I reckon, but not much inthe way of drag'n'drop widgets. jQuery UI is a separate library that deals with the draggy and droppy type stuff. The first couple iterations were a little rough but it is much improved now. The syntax is very similar to

Re: Is Coldfusion losing it biggest asset?

2011-01-13 Thread Josh Nathanson
My guess is that Adobe makes a small but reliable profit with ColdFusion, and therefore has very little incentive to spend money marketing it. They are probably quite happy collecting license fees and paying a few devs to crank out new versions. This bodes well in that as long as it is

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, Dec 10, 2010 at 1:49 PM, Mike

Re: sending a form through CF and catching the results

2010-08-27 Thread Josh Nathanson
There is no sensible reason for requiring CSV conversion to go via HTTP - since the vast majority of the time this isn't necessary/desired - having a dedicated cfcsv tag and/or CsvParse function would have made sense. Yup, I totally agree with that. Guess I misread the emphasis in your

RE: sending a form through CF and catching the results

2010-08-26 Thread Josh Nathanson
Actually, it's probably something only someone from the Allaire days could tell us. My guess would be that since they had the cfquery functions already, it's easier to just turn the CSV into a query and use that existing functionality, than to write a bunch of similar functions specifically

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

2010-08-10 Thread Josh Nathanson
Web services tend to get cached -- I notice you said you get the same error even removing all the code so it sounds like that is what's happening. There are a couple of ways you can clear them: 1) In the CF administrator (if you have access) there is a section where you can see any cached

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 [mailto:dwa...@figleaf.com]

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, 2010 4:01 PM

RE: Looking for a CF Recipe script!

2010-07-08 Thread Josh Nathanson
So, you don't clearly appear to be in favor of CF behaving differently from lower-level languages. Sorry I was not clear. Yes, I am in favor of CFML behaving differently, and I think from a human perspective, 1-based indices make sense. When I said A whole other discussion is whether it was

RE: Problems with slashes in JSON

2010-06-09 Thread Josh Nathanson
In your cfsavecontent, get rid of all the tabs and carriage returns. This will make your code less readable, but it should take care of the problem you're having. So it might end up looking like this: cfsavecontent variable=loc.rtnContentcfoutput

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:beh...@gmail.com]

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

2010-04-29 Thread Josh Nathanson
I think jQuery's serialize() only works on forms. Since you can't pass a JS object to the server, you'll probably have to serialize it yourself before you pass it in the ajax call. Also since you are doing $(dat).serialize(), jQuery is looking for a tag named dat rather than the variable dat.

RE: ColdFusion Builder Released!

2010-03-22 Thread Josh Nathanson
Strictly speaking, there's no such thing as overcharging customers. If you think it costs too much, you don't buy it, or you find a cheaper product. That's how the free market works. There are some exceptions to this, for example in the realm of health care, where you may need a prescription

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%20Comparec=SQL_Com pare\help\8.1\sc_cl_examplesusingthecl.htm -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday,

RE: How do people transfer data between databases nowdays?

2010-03-03 Thread Josh Nathanson
Here's some even better information on RedGate automation: http://www.red-gate.com/supportcenter/Content.aspx?p=SQL%20Data%20Comparec= knowledgebase\SQL_Data_Compare\KB200711000189.htm Looks like the package you'd want is $695, well worth it if it can be automated and save a bunch of work for

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: 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). -- Josh

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 your

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: cfsavecontent and whitespace

2010-01-22 Thread Josh Nathanson
The white space seems to be caused by carriage returns, so this has helped me: cfsavecontent variable=myvar !--- blah blah --- /cfsavecontent cfoutput#replace(myvar,\r\n,,all)#/cfoutput -- Josh -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Friday, January

RE: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Josh Nathanson
I tend to agree with you Eric. My feeling is that ColdFusion has been profitable with little or no marketing, so what is Adobe's incentive to actively market it? They can plug along with a few developers working on it, cranking out new versions every so often, and as long as it's not losing

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 Simplified

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.stripetbodytr.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. -- Josh -Original

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

2009-11-13 Thread Josh Nathanson
-Original Message- From: Josh Nathanson [mailto:p...@oakcitygraphics.com] Sent: Friday, November 13, 2009 12:20 PM To: cf-talk Subject: RE: 'Tis a sad, sad day...jQuery kills FireFox but works great in IE! You might get a tad bit more speed if you do this in your selectors

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 Subject: Re:

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:

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

2009-09-18 Thread Josh Nathanson
I currently use the Authorize.net recurring billing API via ColdFusion. I think there's a CFC on RIAForge that you can use, though it's easy enough to write your own if you like. It works fine, though Authorize.net is lacking some features that would be helpful: -- when you cancel a recurring

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 get it

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: 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 Heap

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

2009-09-09 Thread Josh Nathanson
I guess the question is, why do you need the datasource name in your javascript code? Generally, only the server should need to know about that. If the DSN name exists in the application scope already, you should be able to reference it in your CFML code on the server, and thus you wouldn't

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

2009-09-09 Thread Josh Nathanson
Using #application.dsn# in your component is a heckuva lot better than passing it through the ajax call. To avoid using application scope in your component, you can pass it in when you instantiate the component, as below: In the component: cffunction name=init cfargument name=dsn

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 scoped

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 To:

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('div' + row[5] ? 'Yes' : 'No' + '/div'); 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.com] Sent: Friday, August 07,

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 mind?

RE: ecommerce emergency

2009-07-23 Thread Josh Nathanson
I feel your pain. I had to give up freelancing because there were just too many I want everything for free people out there trying to get some dumb business started. My brother's wife wants to start a 'Hot or Not' site but for cats instead of people...you can probably set that up in a couple of

RE: ecommerce emergency

2009-07-23 Thread Josh Nathanson
, 2009 at 1:16 PM, Josh Nathanson p...@oakcitygraphics.comwrote: I feel your pain. I had to give up freelancing because there were just too many I want everything for free people out there trying to get some dumb business started. My brother's wife wants to start a 'Hot or Not' site

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

Http webservice thinks it's https

2009-07-08 Thread Josh Nathanson
Hey all, Having a weird issue with a webservice call. After a server restart yesterday, we started getting the error: Unable to read WSDL from URL: http://blahblahblah.com/cfc/am/service/remoteTransactionAPIService.cfc?wsdl. Error: javax.net.ssl.SSLPeerUnverifiedException: peer not

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: 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

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. Josh, I tried datatype:

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-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: Wednesday, June

RE: CFC and jQuery

2009-06-17 Thread Josh Nathanson
It looks like you're getting a string back and it never becomes a javascript object. If you put dataType:'json' in your ajax params, I believe it will automatically eval the response for you, which turns the json string response into a javascript object. You should see this in Firebug as a

RE: Time from client to multiple servers.

2009-05-29 Thread Josh Nathanson
Hmmm...I don't quite get it...by the time you hit a server to do this checking, they have already hit a server with the request, so the choice has been made...or are you saying they can choose a server for all subsequent requests? Maybe a little more elaboration of what you're going for is in

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- From: Chris

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??? I keep getting

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
Are you running the CF8 server monitoring in production? At my old place of business, we had random crashes that left no trace of evidence as to their cause. We turned off server monitoring and they stopped happening. Not 100% sure that was the cause, but it did seem to stop the random

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...@careyweb.com] Sent:

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

RE: Using Ajax to populate checkmarks?

2009-04-17 Thread Josh Nathanson
Yeah, that's not too difficult with something like jQuery. Basically you'd do a $.getJSON call to your fuseaction, return your data, then run a function to check the checkboxes based on the data you returned. That function would be dependent on how you returned the data and what your markup is

RE: Multiple Record Queries and CFCs

2009-03-25 Thread Josh Nathanson
Well you've run into the big problem with using ColdFusion and objects. The object instantiation speed in ColdFusion is unacceptably slow, when you get up into a large number of objects. The best solution to this problem that I've found is the IBO (iterating business object). Essentially,

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 PM To:

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

2009-03-11 Thread Josh Nathanson
It sounds like you might want to use an array for this rather than a struct. A struct is better if you are dealing with different properties of a single thing. What you have is multiple instances of the same thing, i.e. photo names. If you do want to use a structure, you can use the collection

RE: CF Structures.. brain fried

2009-03-09 Thread Josh Nathanson
Probably you can just assign the query to a session variable: cfset session.myQuery = myQuery / Then output the query: cfoutput query=session.myQuery !--- do stuff --- /cfoutput You don't need to change the query itself into structures. -- Josh -Original Message- From: Scott

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

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- From: Dave Watts

RE: Why is my CF8 server constantly hanging?

2008-12-03 Thread Josh Nathanson
At my previous job, after switching to CF8, we had a couple of totally inexplicable crashes when we were using the CF8 server monitor in production. No hung threads, no pegged cpu, just kablooey and no evidence before the crash that anything was amiss. Once we switched it off, the crashes

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
i responded to this, and just got a call back that they're really trying to find VB6 (!) developers. i told the woman who called me that i don't know of any offhand, but i'd put the word out. so all you VB6 people in the Bay Area, here's your chance to make a quick $200 :) Notice how CF

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

2008-10-02 Thread Josh Nathanson
cfif IsDefined(cookie.Confirmed) EQ Yes should probably be rewrittened to cfif IsDefined(cookie.Confirmed) But I don't know if that would break things expecting it to be set to Yes. True or 1 perhaps... But Yes? I don't suspect that would work. FWIW this should work, CF (oddly) returns

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? cfif structkeyexists(form,myvarname) !--- do whatever --- /cfif -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and

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: cfinvoke component=mycomponent method=function field_value=#url.field_value# If you just cfqueryparam everything you don't have to worry about it. -- Josh - Original

Re: (ot) Best development laptop

2008-09-26 Thread Josh Nathanson
I've used my Toshiba Tecra A4 laptop for over three years now, toting it back and forth to the office every day, and I've had absolutely no problems with it. My particular machine isn't super beefy, but just as a brand, I'd highly recommend Toshiba products. If you got one of their higher end

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Josh Nathanson
The person who is deciding on the platform will usually have their own biases. It's very difficult to persuade people to go away from their own favorite platform, but it is possible if you can make a case based on saving a lot of money on development costs, while also mitigating the perceived

Re: / by zero error

2008-09-23 Thread Josh Nathanson
Could you try hardcoding the CreateTimeSpan(0,2,0,0) into the cfapplication tag, and at least see if that works? -- Josh - Original Message - From: Scott Taylor [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 23, 2008 10:17 AM Subject: Re: / by zero

Totally inexplicable server crash

2008-09-18 Thread Josh Nathanson
A little history: we moved our ecommerce site to a new CF8 installation a couple of months ago. Prior to that, we had been on CF7 and never had any problems. Everything went smoothly during the move. It's on Linux, 64-Bit CF dedicated box. We have two servers, one for the db (MySQL 5) and

Re: Totally inexplicable server crash

2008-09-18 Thread Josh Nathanson
How is your overall memory travelling? Was your server before 32, or 64 bit? We were on 32 bit Linux before. Not sure what you mean by memory travelling - here are some stats from the server monitor: Total memory: 1.42 GB Used memory: 900 - 1100 MB (up and down when garbage collection

Re: Are nested loops allowed in fusebox 5?

2008-09-12 Thread Josh Nathanson
I'm not sure I understand your question: Fusebox is not a language, just a framework, and as such has no mean to allow loops or not. Fusebox relies on the ColdFusion language, and yes, CF allows nested loops. Fusebox 4 had its own xml-based syntax for flow control, I think this is what

Re: Form slowness inexplicable

2008-09-05 Thread Josh Nathanson
No slowness for me, IE6/WinXP/3-yr-old laptop. -- Josh - Original Message - From: Rick Root [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, September 05, 2008 9:54 AM Subject: Form slowness inexplicable Okay... I've had ONE user complain about the slowness of

Re: FTP GETFILE Read Timed Out Error

2008-09-05 Thread Josh Nathanson
Maybe it took longer than 900 seconds? How big is the file? -- Josh - Original Message - From: patrick buch [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, September 05, 2008 2:00 PM Subject: FTP GETFILE Read Timed Out Error Hi everyone, I'm getting a timed

Re: How can I unzip a password-protected zip file with cfzip?

2008-09-02 Thread Josh Nathanson
It seems to be doing what it should, but the extracted files aren't showing up in the destination folder... Just guessing but could it be something permission related, i.e. the perceived user that is doing the unzipping doesn't have write access to the destination folder? -- Josh

Re: How can I unzip a password-protected zip file with cfzip?

2008-09-02 Thread Josh Nathanson
Good guess, but no, I don't think permission is an issue. I can do all the extractions manually. Are you sure the user is the same when you are doing it manually, and when the script does it? When ColdFusion is running cfexecute, I think it sees Coldfusion as the user -- when you are doing

Re: SQL injection attack on House of Fusion

2008-08-20 Thread Josh Nathanson
Not trying to pick a fight, becuase I am sure you have forgotten more code than I will ever know (seriously) and I am probably just being lazy (seriously), but is cfqueryparam something a lot of programmers really use? I have never seen cfqueryparam used on any tags I have purchased or

Re: MIVA

2008-08-15 Thread Josh Nathanson
Oh gosh, run fast in the other direction. The company I'm with now was using Miva when I got here (this was a couple of years ago). It is written in a proprietary language which is specific to Miva. So unless you want to learn that language, you'll be dependent on using modules written by

  1   2   3   4   5   6   7   8   >