Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Josh Nathanson
negatives of ColdFusion. -- Josh - Original Message - From: Dakota Burns [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 25, 2008 11:55 AM Subject: Re: ColdFusion Consultant as a Java Consultant? Wow ... thanks for the enlightenment Dave. I know CF

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
that. Anyway, I'm just fishing for any leads or suggestions as to what we might need to look for so we can nip this issue in the bud. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Totally inexplicable server crash

2008-09-18 Thread Josh Nathanson
in the session/app scopes and cached queries. I know CF 8 has a bigger footprint, but that much bigger? -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Are nested loops allowed in fusebox 5?

2008-09-12 Thread Josh Nathanson
he's referring to. I'm not sure what the answer to the question is though. Check out fusebox.org, probably there's more information there. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

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

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
it manually, it probably sees you as the user. I'm not an expert in this type of stuff, but whenever something isn't written to a folder as it should be, it's very often a permissions issue. -- Josh ~| Adobe® ColdFusion® 8

Re: SQL injection attack on House of Fusion

2008-08-20 Thread Josh Nathanson
. But, since most people learn ColdFusion on their own, and it's not a necessary tag to know about to get things done, you could go for years without using it or even understanding why it's needed. -- Josh ~| Adobe® ColdFusion

Re: MIVA

2008-08-15 Thread Josh Nathanson
by third party developers. It might be better nowadays, but I remember feeling like I had both hands tied behind my back all the time. Luckily I got the powers that be here to switch to CF (after several months of cajoling). -- Josh - Original Message - From: Steve Bryant [EMAIL PROTECTED

Re: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Josh Nathanson
The $.get method of jQuery should have the parameter dataType: 'json' or you can use $.getJSON. I think in your code it would default to xml or html datatype returned so that might be the problem. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Josh Nathanson
Your console.log output is showing a string. If you set the $.get parameter dataType='json' or use $.getJSON, it will make this into an object whose properties you can access. You should see an object in the console rather than a string. I just had this issue the other day. -- Josh

Re: Using CFLoop to Define Variables

2008-08-11 Thread Josh Nathanson
Try putting quotes around your variable: cfset SC#x# = listElement / -- Josh - Original Message - From: Jeanmarie Richardson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 11, 2008 10:23 AM Subject: Using CFLoop to Define Variables Hello -- I am

CDN and Cookies

2008-08-06 Thread Josh Nathanson
to set cookies for origin.mysite.com, yes? 2) If I do this change to setDomainCookies=true, will it kill all the current sessions on the server? -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Re: CDN and Cookies

2008-08-06 Thread Josh Nathanson
, will the cookie folder say www.mysite.com or origin.mysite.com? There is no information on their site as regards sessions. Thanks for your help. -- Josh - Original Message - From: Mike Chabot [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 06, 2008 1:42 PM

Re: CDN and Cookies

2008-08-06 Thread Josh Nathanson
solution for up to 500GB of traffic per month. -- Josh - Original Message - From: Mike Chabot [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 06, 2008 3:50 PM Subject: Re: CDN and Cookies Josh, I think this would depend on how the proxy server is set up

Re: How do I extract Error Information from Structure?

2008-07-31 Thread Josh Nathanson
(arguments.exc.TagContext)# index=i span id=tagcontext_#i##arguments.exc.TagContext[i].Template#, Line #arguments.exc.TagContext[i].Line#/spanbr /cfloop /cfsavecontent -- Josh - Original Message - From: Michael Brennan-White [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Josh Nathanson
recommended on Windows OS. What CMS is it, something homebrewed? It could be that the database is not set up properly. One poorly indexed table or badly written query can slow everything down, no matter the language or server OS. -- Josh

Re: jsmx and progress bar

2008-07-28 Thread Josh Nathanson
, record the time it took, then use that time to calculate the total estimated time for all inserts, and use that total time to do the progress bar. -- Josh - Original Message - From: Richard White [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, July 28, 2008 11:58 AM

Re: jsmx and progress bar

2008-07-28 Thread Josh Nathanson
. And remember, even an estimated completion time is better than nothing at all, from the user's perspective. - Original Message - From: Richard White [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, July 28, 2008 12:25 PM Subject: Re: jsmx and progress bar Hi Josh

Re: Unknown JS error when doing AJAX.

2008-07-28 Thread Josh Nathanson
I don't know if you posted the entire code there, but if so, the second close curly bracket should be a semicolon. xmlHttp.onreadystatechange= function() { document.getElementById(character).innerHTML=xmlHttp.responseText; } } == make that a semicolon -- Josh - Original Message

Re: Unknown JS error when doing AJAX.

2008-07-28 Thread Josh Nathanson
it to xmlHttp.onreadystatechange= function() { document.getElementById(character).innerHTML=xmlHttp.responseText}; } But that didn't seem to help. Josh Nathanson wrote: I don't know if you posted the entire code there, but if so, the second close curly bracket should be a semicolon

Re: (ot) URL Hack Attempt Leaves Me Scractching My Head... To Ben Forta

2008-07-25 Thread Josh Nathanson
you'd still have to remember to switch it off. -- Josh - Original Message - From: Al Musella, DPM [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 25, 2008 9:04 AM Subject: RE: (ot) URL Hack Attempt Leaves Me Scractching My Head... To Ben Forta Ben, Seeing

Re: CFFILE

2008-07-25 Thread Josh Nathanson
I think that the images directory has to exist already before you do the CFFILE operation, in other words it won't create the directory for you. -- Josh - Original Message - From: Fawzi Amadu [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 25, 2008 3:10 PM

Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread Josh Nathanson
I am seeing these too on our site, in errors generated by bad data going into a cfqueryparam. If several people on this list are seeing this attack, it must be pretty widespread. -- Josh - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com

Re: Singletons and me

2008-07-10 Thread Josh Nathanson
the getResults function. This is where you get undesired crossover of values. As long as you var scope everything (and that includes *everything* down to loop indices), you shouldn't need a lock at all. -- Josh ~| Adobe® ColdFusion

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Josh Nathanson
Generally with Ray's software, you have to reinit the application to see any changes, since almost everything is cached. I know in BlogCFC you append reinit=1 on the end of the url to accomplish this. -- Josh - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: Just a little cfcase tip...

2008-07-05 Thread Josh Nathanson
+1 on getting ass-chomped by that same issue -- more than once. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, July 05, 2008 7:13 PM Subject: RE: Just a little cfcase tip... Thanks for the extra info, Charlie

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread Josh Nathanson
Ben Forta maintains a list of agencies/companies using CF. Not sure how up to date it is though. http://www.forta.com/cf/using/ -- Josh - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, July 02, 2008 9:06 AM Subject: CF vs .Net

Re: use of IN operator in CFIF tag

2008-06-30 Thread Josh Nathanson
cfif findnocase( Jr., FullName ) -- Josh - Original Message - From: Roberto Perez [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 30, 2008 1:47 PM Subject: use of IN operator in CFIF tag Hi all, Is it possible to use IN (or a similar syntax) as part

Re: Why do I need getters/setters?

2008-06-23 Thread Josh Nathanson
getter: cffunction name=getLastName access=public returntype=string output=false cfreturn replace(variables.lastName, ,, , all) / /cffunction This will be done for all and any last names, and you never have to worry about it again. -- Josh - Original Message - From: Will Tomlinson

Re: Clarification Required Concerning CFC...

2008-06-21 Thread Josh Nathanson
(the object instance values more specifically) can be set in the init function of the CFC. This is quite different than the use of cfinclude -- it's a whole different way of thinking about things so it takes a while to wrap your mind around it. -- Josh - Original Message - From: Rick

Re: How can I restate this without using EVALUATE?

2008-06-20 Thread Josh Nathanson
this: cfset result = theObject[methodToCall](hello) / When you return a function, you can't then call it with arguments. Is it because functions in CF are actually separate classes? I like in javascript how you can do stuff like that. -- Josh

Re: null pointer? need your expertise!

2008-06-20 Thread Josh Nathanson
name=aQuery dbtype=query SELECT * FROM aQuery WHERE aField IS NOT NULL AND aField LIKE 'right_string_exp' /CFQUERY The IS NOT NULL clause causes a NULL row to be discounted before the LIKE clause is executed. = -- Josh - Original Message - From: Richard White [EMAIL

Re: null pointer? need your expertise!

2008-06-20 Thread Josh Nathanson
Yeah, I think I ran across that one time and had to dig deep to find that. Query of queries is an odd beast, there are a lot of little gotchas to be dealt with. Also check out the case sensitivity issue, that got me one time too. -- Josh - Original Message - From: Richard White

Re: Waaahhhh! Why won't my CFC work!

2008-06-19 Thread Josh Nathanson
. You'll need to name your argument something else, like pass or pw. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, June 19, 2008 1:28 PM Subject: Waaa! Why won't my CFC work! Now, I feel better... (Oh, I so

Re: Updating Multiple records while avoiding evaluate

2008-06-17 Thread Josh Nathanson
It'll work as long as that key grp_sort_2201 is defined in the form. Try dumping your form and make sure that key exists as you expect. -- Josh - Original Message - From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 17, 2008 4:51 PM Subject

Re: (ot) javascript help

2008-06-11 Thread Josh Nathanson
: document.getElementById('FTDTYPEe').style.display = 'block'; // since it is an id, you can reference it directly, independent of the form Finally, you can remove the visibility property from the br: br id=FTDTYPEe style=display: none; / That should get you where you need to be. -- Josh - Original

Re: Can't place a variable inside of a CF tag

2008-06-09 Thread Josh Nathanson
in the cfelse block. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk

Re: Best Coldfusion Formatters or Coldfusion Beautifiers

2008-05-30 Thread Josh Nathanson
I'm wondering if other folks have recommendations for Coldfusion code formatters? When you inherit code from other folks and it isn't indented properly, it can be very hard to understand the flow of the page. Dreamweaver -- Commands -- Apply Source Formatting -- Josh

Re: Best Coldfusion Formatters or Coldfusion Beautifiers

2008-05-30 Thread Josh Nathanson
This is 2 lines of his code: http://www.nomorepasting.com/getpaste.php?pasteid=16314 He also did not grasp the concept of variable scopes: http://www.nomorepasting.com/getpaste.php?pasteid=16315 My condolences, sir. That is truly horrendous. -- Josh

Re: Best CF editor?

2008-05-30 Thread Josh Nathanson
code alone, then to me it is 100% worthless. You can set all this in the preferences: Edit - Preferences - Code Rewriting Check Never Rewrite Code Then you can set which types of files to not touch with a list of file extensions. -- Josh

Re: Best CF editor?

2008-05-29 Thread Josh Nathanson
, and it's nice for some things, but I end up coming back to DW. DW was a dog for me at first, but once I switched off Show contents of included file in the preferences it was all gravy. That option really gums up the works. -- Josh

Re: Problem with onSessionStart

2008-05-27 Thread Josh Nathanson
and cfid cookies to allow a new session to be created. -- Josh - Original Message - From: Carl Von Stetten [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 27, 2008 9:58 AM Subject: Re: Problem with onSessionStart Why do you have locks? CF single threads

Re: Problem with onSessionStart

2008-05-27 Thread Josh Nathanson
. Perhaps this is why onSessionStart is not running. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

Re: Problem with onSessionStart

2008-05-27 Thread Josh Nathanson
always give you a fresh session and run onSessionStart. Once you have that working, go back to settings setClientCookies to false and pass the CFID and CFTOKEN in the url. -- Josh - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: Preventing user from changing ID number in URL

2008-05-06 Thread Josh Nathanson
in the address window of the browser? That's what you have to contend with. My hunch is that it's just an http request either way, so there's really not a way to do what you're looking for. -- Josh ~| Adobe® ColdFusion® 8 software 8

Re: create variables from a string

2008-05-05 Thread Josh Nathanson
Do you mean something like this... cfloop list=#colors# index=color cfset #color# = whatever / /cfloop -- Josh - Original Message - From: Steve Good [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, May 05, 2008 7:27 PM Subject: create variables from a string

Re: Update multiple Records

2008-05-02 Thread Josh Nathanson
is what the former might look like: cfloop collection=#form# item=field cfif findnocase(field, _) cfset id = listgetat(field,2,'_') cfset value = form[field] !--- do whatever with id and value--- /cfif /cfloop -- Josh

Re: Application scope not recognized in onError()

2008-04-30 Thread Josh Nathanson
onApplicationStart and onError it cannot find localIps in THIS. Is it possible that the error happens during application startup? In this case, the application scoped variable would not be defined yet. -- Josh ~| Adobe® ColdFusion® 8

Re: Application variable undefined in CFC

2008-04-28 Thread Josh Nathanson
I keep getting these on an intermittent basis, and don't know how to go about diagnosing the problem. I know the variable exists. Any suggestions welcome. Element DATASOURCE is undefined in APPLICATION. You could be getting that if the application has timed out. -- Josh

Re: Store Locator - Exporting Importing data - best methods ???

2008-04-23 Thread Josh Nathanson
. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk

Re: Is this Application.cfm abuse?

2008-04-23 Thread Josh Nathanson
25K variables in the Application scope, or some combination thereof? -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: URLs being appended to query string

2008-04-22 Thread Josh Nathanson
Yeah I get tons of these too. Also form posts with urls in the values. My cfqueryparams catch them all, but I get all the error notifications. Sometimes dozens a minute. -- Josh - Original Message - From: Paul Vernon [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: Oklahoma Leaks Tens of Thousands of SSN's

2008-04-16 Thread Josh Nathanson
-- Josh - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, April 16, 2008 7:23 AM Subject: Re: Oklahoma Leaks Tens of Thousands of SSN's On Wednesday 16 Apr 2008, Russ wrote: This was done in ASP, but seeing as CF is being

Re: Some JS help please

2008-04-16 Thread Josh Nathanson
Does using cfselect rather than a regular select change the id value somehow? The error you're getting would indicate that the element with id Site_ID is not found. You might want to use Firefox/Firebug and use Inspect to make sure the id is what you think it is. -- Josh - Original

Re: Some JS help please

2008-04-16 Thread Josh Nathanson
A - ha...the select element has a name of SiteID while the id is Site_ID -- I think this can cause problems in IE. You will want to have the name and the id be the same value. Firebug is indispensable to me at this point. Don't know how I lived without it. -- Josh - Original Message

Re: query2excel

2008-04-15 Thread Josh Nathanson
. cfset myvar = 2 cfoutput#myvar + 1#/cfoutput This will output 3. -- Josh - Original Message - From: Eric Roberts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, April 15, 2008 5:00 PM Subject: RE: query2excel You have the # signs around the entire statement

Re: Pagination CFC: How to pass search parameters?

2008-04-14 Thread Josh Nathanson
in your query. This way you don't have to mess with the paging links' url params at all. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 14, 2008 8:59 AM Subject: RE: Pagination CFC: How to pass search parameters

Re: Pagination CFC: How to pass search parameters?

2008-04-14 Thread Josh Nathanson
with the new url string. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 14, 2008 11:05 AM Subject: RE: Pagination CFC: How to pass search parameters? I thought about that, but I usually integrate the search parameter

Re: Open Source CF Shopping Carts

2008-04-10 Thread Josh Nathanson
at least CF6 as the latest version uses CFC's. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

Is task manager correct?

2008-04-03 Thread Josh L
or the graphs in coldfusion server monitor? My other two servers all stay at 280-310k memory usage and we've never gotten this error on them. Thanks for all the help Josh ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Weird

2008-03-27 Thread Josh Nathanson
information about it in the docs. Someone will probably post the exact scope order. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: Weird

2008-03-27 Thread Josh Nathanson
variables. To access variables in all other scopes, you must prefix the variable name with the scope identifier. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Variables scope within cold fusion 8 context

2008-03-27 Thread Josh Nathanson
in onRequestStart is additional overhead, but not very much. You'll have to decide whether you want to incur that overhead, or change all the references to Application scope. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Seeking Spreadsheet App Simulation in CF

2008-03-24 Thread Josh Nathanson
the value that was entered inserted into the cell or div. I suppose if you wanted to get real fancy, you could style your inputs so that it wasn't even noticeable to the end user that it had changed into an input field. -- Josh

Re: Date Range Search Problem - when it's integers stored and not dates

2008-03-24 Thread Josh Nathanson
. -- Josh - Original Message - From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 24, 2008 4:06 PM Subject: Date Range Search Problem - when it's integers stored and not dates I've got a database in which dates are stored as integers

Re: Date Range Search Problem - when it's integers stored and not dates

2008-03-24 Thread Josh Nathanson
the stops. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk

Re: Flash Remoting and CF

2008-03-19 Thread Josh Nathanson
on the server, or via ajax for example. -- Josh - Original Message - From: Robert Harrison [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 19, 2008 12:30 PM Subject: RE: Flash Remoting and CF I don't think Flash does queries. It does as your Flash guy

Re: Back button and Ajax

2008-03-17 Thread Josh Nathanson
I know there is a jQuery plugin called History that handles this. Here's the link: http://plugins.jquery.com/project/history Even if you don't currently use jQuery, it might be worth it to use it just for this plugin rather than reinventing the wheel. -- Josh - Original Message

Re: AjaxCFC question

2008-03-16 Thread Josh Nathanson
Ioannis, I'm not sure you can do that, but, could you extend your cfc's? This might work -- in your component2.cfc cfcomponent extends=pathtocfc.component1 in your component3.cfc: cfcomponent extends=pathtocfc.component2 -- Josh - Original Message - From: Ioannis Papanikolaou

RE: query help

2008-03-10 Thread Josh McKinley
there is no USER_DOCS record for a given USER and DOC record (FULL OUTER JOIN)? On Sat, Mar 8, 2008 at 12:12 AM, Josh McKinley [EMAIL PROTECTED] wrote: - Excess quoted text cut - see Original Post for more - ~| Adobe

Re: adding query results

2008-03-10 Thread Josh Nathanson
(column) or also ROLLUP. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com

re: query help

2008-03-08 Thread Josh McKinley
I'm really looking for a solution with only one query using joins. It should be possible to do this with a couple of joins. This query, suggested by Steve, would work well if the tables remained small: SELECT user_id,user_name,doc_id,doc_name FROM USERS,DOCS WHERE NOT EXISTS ( SELECT

Re: query help

2008-03-08 Thread Josh McKinley
OK, so let's just say that the where not exists option is comparable in efficiency. I ran the query and was greeted by every row in the tables. 70K results instead of the 60 or so I should be getting. ~| Adobe® ColdFusion® 8

query help

2008-03-07 Thread Josh McKinley
I've got three tables like this (simplified): USERS user_id user_name DOCS doc_id doc_name USER_DOCS signoff_id user_id doc_id I need all user names and doc names where the combination doesn't exist in the signoff table USER_DOCS. For example, user 12 hasn't signed of on doc 9 and user 6

Re: query help

2008-03-07 Thread Josh McKinley
By the way, this is a MySQL DB. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Re: Publishing for google calendar

2008-02-27 Thread Josh Nathanson
Dominic - if you might be looking for an alternative to Google calendar, check out my application at http://www.calabunga.com. /shameful plug It does iCal import/export pretty nicely. -- Josh - Original Message - From: Dominic Watson [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: timeout problem

2008-02-21 Thread Josh Nathanson
that's handled on a shared server though, if that's your environment. It could be that the server's request timeout setting will override the scheduled task setting. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most

Re: OT - JS Date picker

2008-02-20 Thread Josh Nathanson
Hey Gerald, ClockPick is my plugin...I wasn't aware of the doctype issue. I've been doing some googling and I think I've isolated what the incompatibility is. If you can hang on for a bit I'll try to release a fixed version later today. -- Josh - Original Message - From: Gerald

Re: messages in an application

2008-02-20 Thread Josh Nathanson
, in case someone wants to send a message to multiple people. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w

Re: OT - JS Date picker

2008-02-20 Thread Josh Nathanson
Gerald, the plugin is fixed and available now. Let me know if you encounter any issues. http://www.oakcitygraphics.com/jquery/clockpick/trunk/ClockPick.cfm -- Josh - Original Message - From: Gerald Guido [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday

Re: OT - JS Date picker

2008-02-20 Thread Josh Nathanson
Awesome Josh! Be sure to update the jQuery plugin repo with your fix. :) It's done. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: OT - JS Date picker

2008-02-20 Thread Josh Nathanson
@Josh I just tried the updated file and it works like a charm. Thank you SIR! You have saved the day. I will buy you your beverage of choice if I ever get the chance. Awesome, it feels good to be able to help out. If you're ever out in San Francisco drop a line and I'll take you up

Re: MySQL and Dates

2008-02-19 Thread Josh Nathanson
What's the best way to convert the format my form uses to something mySQL can read. I'll be looking for records between two dates, etc. cfset sqldate = parsedatetime(form.formdate) / Then use sqldate in your sql query. -- Josh

A little CFEXECUTE help

2008-02-15 Thread Josh Nathanson
a difference. Any thoughts? -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com

RE: OT - Box has been attacked by cowboy

2008-02-15 Thread Josh Nathanson
. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk

Re: OT - Box has been attacked by cowboy

2008-02-15 Thread Josh Nathanson
for securing your own desktop at home. In that case I take back my jab at them. I didn't realize they were unmanaged. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: A little CFEXECUTE help

2008-02-15 Thread Josh Nathanson
was a threading/race condition issue of some sort, where sometimes the outputfile attribute was overwriting the compressed file and sometimes not. Thanks a bunch, I probably never would have figured that out. -- Josh ~| Adobe® ColdFusion

Re: a sIMPLER url?

2008-02-13 Thread Josh Nathanson
and I get 404 - not found... I think you need to remove that trailing slash in the rewrite rule, if it will not be present on the request url: RewriteRule (.*)/seminar/(.*) $1/seminar.cfm?VAR=$2 -- Josh ~| Adobe

Re: Alert component

2008-02-08 Thread Josh Nathanson
. -- Josh - Original Message - From: Don L [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, February 08, 2008 1:53 PM Subject: Alert component Hi, I did some quick research for an Alert component/function to no avail. Here's the problem/objective statement. Say

Re: Apache and CF7

2008-02-08 Thread Josh Nathanson
You have some conflicting information there: LoadModule jrun_module c:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so IfModule mod_jrun.c In my httpd.conf file I have the directive IfModule mod_jrun20.c (note the 20 after jrun). -- Josh - Original Message - From: Phillip M

Re: Apache and CF7

2008-02-08 Thread Josh Nathanson
installation at the very top level, is that where it is on your C drive? Sometimes the installation ends up in the Program Files directory. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-07 Thread Josh Nathanson
for Adobe than it is for us developers. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http

Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-07 Thread Josh Nathanson
, or dropping the product line entirely. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http

Re: iterators

2008-02-06 Thread Josh Nathanson
which does something similar. http://ibo.riaforge.org/ -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w

Re: CFC, YES OR NO

2008-02-06 Thread Josh Nathanson
thus the performance is better, and then you can do Application.mycfc.mymethod() which is handy. -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-05 Thread Josh Nathanson
have too many. http://www.adobe.com/products/coldfusion/customers/ -- Josh - Original Message - From: s. isaac dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, February 05, 2008 12:19 PM Subject: Re: SPAM: Re: ColdFusion: Some People Just Don't Know Any

Re: Upload progress bar

2008-02-03 Thread Josh Nathanson
Will, Why limit yourself: http://www.ajaxload.info/ we Wow. Thanks for that link! -- Josh ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

<    1   2   3   4   5   6   7   8   9   10   >