Querying a comma delimited field

2004-03-05 Thread lji_lists
I have a field (name) with a number of comma delimited values in it, say, Bob,Carol,Ted,Alice. How can I query to find all the records that include the word Ted? CFQUERY NAME=foo DATASOURCE=bar SELECT Address FROM personal WHERE name Ted /cfquery Thanks in advance for your help, Les

Re: sunone mx

2004-03-05 Thread Paul Hastings
I've worked with CFMX 6.1 running on SunONE, so it can be done. But if SunONE were a flavor, it'd be poo flavor, I suspect. from my first taste i'd said it was very fresh wild buffalo flop ;-) If you're running the SunONE app server, the only way I know of to get it to coexist nicely with MX

RE: Querying a comma delimited field

2004-03-05 Thread Pascal Peters
WHERE ',' + name + ',' LIKE cfqueryparam cfsqltype=CF_SQL_VARCHAR value=%,Ted,% The + is the concatenator and may be something else depending on your db. If you have different values for that field, you might consider using a related table instead of a comma delimited list. -Original

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Calvin Ward
What other resources do people use to guestimate browser penetration and usage? Thanks, Calvin - Original Message - From: Erik Yowell To: CF-Talk Sent: Thursday, March 04, 2004 10:37 PM Subject: RE: Browser wars (was Re: Can someone recommend a good web development browser?) My 2

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread d.a.collie
eloquently stated erik.I couldn't agree more.why fight the tide...its wasted effort. I don't think it is wasted, people listen to us as IT professionals :-) and when people ask about a browser, I direct them to Mozilla Firefox these days. Already started converting all our people to using it,

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Tony Weeg
but I cant find ANY good reason not to use IE none. why fight that tide?why develop on something just because you like it better, when the lions share of your visitors will be using something else? just why? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: Mac + CF + JRUN + Apache

2004-03-05 Thread Ben Alembick
Hi ive installed jrun4 and cfmx on my mac running osx 10.3 (panther), and am having problems accessing .cfm files if i place a folder called test containing a .cfm called test.cfm in the cfusion folder (/applications/jrun4/servers/benserver/cfusion/test/test.cfm), Now when i try and view this file

Re: cached views

2004-03-05 Thread Deanna Schneider
Well, it never happened with 5.0, so while Oracle might be caching the view somehow, I don't think it's the only issue. - Original Message - From: Ben Doom I suspect that it's not CF -- it's the DB caching the view.Views are stored optimized queries, basically, so they would contain

Re: cached views

2004-03-05 Thread Deanna Schneider
- Original Message - From: Jamie Jackson I don't know if this is related, but if I've got a view (using *) that depends on other views, and I alter a sub-view, I get column caching even directly within enterprise manager. I put a utility in my app to call a view cache-clearing sproc

Re: Getting computer name via variables?

2004-03-05 Thread Dan O'Keefe
Hi, I'm using the below cgi variable to get the ipaddress of the server. cfset ipaddress = #CGI.REMOTE_ADDR# How can I get the computer (server) name or domain? Did you ever find an answer to this? Dan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Getting computer name via variables?

2004-03-05 Thread Ben Forta
A reverse DNS lookup? There are UDFs for this at www.cflib.org, and tags in the latest DRK. --- Ben _ From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 7:58 AM To: CF-Talk Subject: Re: Getting computer name via variables? Hi, I'm using the below cgi variable

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Adam Reynolds
That's plain horrible. If your intranet is supposed to use IE as a browser, what happens if a system comes in that specifically uses a quirk that IE supports and your new fangled browser doesn't? The system will get blamed for not working, but in fact it is a browser issue that you have

Component Woes.....

2004-03-05 Thread John Stanley
I have a component registered in the CFadminiatrator. When I go to the browser and run the path with the ?wsdl at the end, it gives the proper xml response, showing the structure of the component. When I make the argument value equal to a number, it executes fine. When I make the arument value

RE: Querying a comma delimited field

2004-03-05 Thread Adam Reynolds
The first thing I would do is rework the database structure. Using the like '%blah%' will get you results but is horrendously slow. You should have a join/junction/your preferred term table that does this for you. Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

CFMX Resource Security Files/Dirs with spaces

2004-03-05 Thread J M
Hi all, I have set some resource security on only the files and folders I wish CFMX to have access to. I have encountered a problem when the path to one of the directories inquestion contains a space. The security check fails. For example, if my CF templates need access to something in

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Stephen Moretti
Tony Weeg wrote: but I cant find ANY good reason not to use IE none. why fight that tide?why develop on something just because you like it better, when the lions share of your visitors will be using something else? just why? Develop for Firefox/bird and you'll find that 99% of the

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread d.a.collie
That's plain horrible. Yip :-) The system will get blamed for not working, but in fact it is a browser issue that you have instigated. Soz, should have qualified that a bit better... I said ' Already started converting all our people to using it...' What I should have said is... 'Already

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Matt Liotta
but I cant find ANY good reason not to use IE Well on a Mac at least IE blows. But anyway, more to the point; when IE took over as the default browser innovation stopped. It is amazing how shitty IE is in comparison to the functionality found in Safari or Mozilla. why fight that tide?  why

RE: Component Woes.....

2004-03-05 Thread Raymond Camden
Have you tried refreshing the WS? This is done in the Web Services panel of the CF Admin. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: sunone mx

2004-03-05 Thread Earl, George
Dave Watts said: I've worked with CFMX 6.1 running on SunONE, so it can be done. But if SunONE were a flavor, it'd be poo flavor, I suspect. As someone who is being squeezed into moving MX to SunONE in the near future this isn't giving me a lot of warm fuzzies . . . George [EMAIL PROTECTED]

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Tony Weeg
of course not.why not make ie better?if its already the leader...why not work to make ie better? and the bottom line is...and im done after this, I know you all are happy... its not about us, and our small existence as developers...its about our viewers...and what they use, I feel like I must

Solution:: Component Woes.....

2004-03-05 Thread John Stanley
No, I had not tried that. And it worked. You are the man. as a side note I guess i'll have to keep an instance of cfadmin running and refresh when I change it. i though that if i executed the wsdl file on the browser that the server would update it's version of the thing. oh well. thanks

Re: CFMX Resource Security Files/Dirs with spaces

2004-03-05 Thread J M
Sort of answering my own question here and introducing another. I added another File/Dirs rule which grants access to C:\Program, which is not a valid directory, but is the kludge needed to allow access to my real target of C:\Program Files\whatever. But, have I now given CF access to ALL

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Kevin Graeme
Can we cut this short? Yes there are issues with browsers. The original question was looking for recommendations on a browser for development. Suggestions were made. Now the thread is devolving into the same old browser bitching. Can we please not beat this horse? -Kevin [Todays Threads]

RE: CFMX Resource Security Files/Dirs with spaces

2004-03-05 Thread Dave Watts
I have encountered a problem when the path to one of the directories inquestion contains a space. The security check fails. For example, if my CF templates need access to something in C:\Program Files\whatever, the security exception thrown is Access denied to C:\Program. So I am

RE: Browser wars (was Re: Can someone recommend a good web develo pment browser?)

2004-03-05 Thread Tangorre, Michael
Because competition is good.. If everyone felt like you then nothing would ever improve. Seems as though 70%+ do feel like Tony, I know I do to an extent.I am all for competition, its just that the pace at which it happens in the browser arena is too slow to warrant the same level of

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Matt Liotta
of course not.  why not make ie better?  if its already the leader...why not work to make ie better? I'm sorry, but it is basic economic fact that the rate at which IE will change while it holds a monopoly is slower than if their was healthy competition. its not about us, and our small

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Adam Reynolds
The development is usually targetted to the lowest common denominator. Intranets particularly have issues with having to supporte.g. Netscape 4.7 So your sites have to be targetted at that level. Should an intranet with over 2000 machines dictate IE5 as the build to which all machines should run,

Creating a ListServ in CF5

2004-03-05 Thread Thane Sherrington
Can CF5 handle low-volume list serv?I assume one could CFPOP and CFMail to handle it, but given the CFMail issues, I was wondering if it's worth it.Perhaps there is one already written the I could download and/or buy. T [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Burns, John
www.echoecho.com has some stats on browser stuff pulled from logs from some different sites. John -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 7:21 PM To: CF-Talk Subject: OT: Browser wars (was Re: Can someone recommend a good web development

Re: Browser wars (was Re: Can someone recommend a good web develo pment browser?)

2004-03-05 Thread Matt Liotta
Microsoft should just devote more development and energy to IE and blow the socks off of the other browsers to end this drawn out saga. They have the money, skills, people, etc etc etc... not sure why it hasn't happened yet. Why should they? There is no economic incentive to do it. Then

OT: DWMX2004 SourceSafe v.6 client error

2004-03-05 Thread Kevin Marino
Sorry for OT post, but having an issue. I am all of a sudden getting a Visual SourceSafe 6 error saying client not installed, when opening project files. Anybody have a solution? Thanks -Kevin Marino -- Webmaster - HealthObjects [EMAIL PROTECTED] [Todays Threads] [This

RE: Querying a comma delimited field

2004-03-05 Thread Burns, John
I think there's also an in command. Where 'ted' in name Or something like that.I haven't used it but I have a vague memory or someone telling me about it. John -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 5:17 AM To: CF-Talk Subject:

Using Stored Procedures in CF

2004-03-05 Thread Brian Yager
Hi all...In my 7 years of using CF, I have never used a stored procedure.Can anyone help me understand how I need to code it?For example purposes, lets just say I have 2 values that I need to pass to it.How would this be coded? Thanks much, Brian [Todays Threads] [This Message]

RE: Browser wars (was Re: Can someone recommend a good web develo pment browser?)

2004-03-05 Thread Burns, John
I am probably a fence sitter in this situation.I agree that the big dog won't be hard pressed to make great changes to their software (in this case a browser) as long as there isn't any strong competition. However, if there was a strong competitor and everyone started to switch (sounds like

RE: Querying a comma delimited field

2004-03-05 Thread Pascal Peters
I think that only works like: WHERE column IN ('val1','val2') -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: vrijdag 5 maart 2004 16:01 To: CF-Talk Subject: RE: Querying a comma delimited field I think there's also an in command. Where 'ted' in name

Re: Using Stored Procedures in CF

2004-03-05 Thread Adam Churvis
I cover stored procedures at length in The ColdFusion MX Bible, both for Microsoft SQL Server and Oracle 9i.Another good source is Books On Line that comes with Microsoft SQL Server, but they don't cover the ColdFusion side of things. Respectfully, Adam Phillip Churvis Member of Team Macromedia

Re: Using Stored Procedures in CF

2004-03-05 Thread Brian Yager
What publisher is that from?I'll go out and get it today! Thanks, Brian I cover stored procedures at length in The ColdFusion MX Bible, both for Microsoft SQL Server and Oracle 9i.Another good source is Books On Line that comes with Microsoft SQL Server, but they don't cover the ColdFusion side

RE: CFFLUSH Advantages / Disadvantages

2004-03-05 Thread Mark A. Kruger - CFG
Hugo, A couple of folks asked so I posted it to my blog.I just started using this blog ap and I haven't got it quite configured so if you get an error don't bother emailing it to me g. -Mark http://blog.mxconsulting.com/ .. or if that doesn't work try http://dev.mxconsulting.com/mxc-blog/

OT: MS DRK?

2004-03-05 Thread Bryan F. Hogan
Hi All someone I believe from this list emailed a few weeks ago saying that Microsoft had some sort of CD that included developer versions of software. I checked the archives and could not find anything about it. Can the poster email me off list to a location where I can read more about this.

RE: Using Stored Procedures in CF

2004-03-05 Thread Smith, Matthew P -CONT(CSC)
http://www.cfm-resources.com/cflanguage.cfm?lang_id=70 also: search results for all forums cfstoredproc:

Re: MS DRK?

2004-03-05 Thread Bryan Stevenson
MS Action Pack Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: MS DRK?

2004-03-05 Thread Bryan F. Hogan
That's great Bryan! Thanks! Bryan Stevenson wrote: MS Action Pack [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: MS DRK?

2004-03-05 Thread Burns, John
An MSDN subscription? http://msdn.microsoft.com John Burns -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:58 AM To: CF-Talk Subject: OT: MS DRK? Hi All someone I believe from this list emailed a few weeks ago saying that Microsoft

Re: MS DRK?

2004-03-05 Thread Bryan F. Hogan
That would be ideal. But the cost is knee buckling. I'm looking for Visio, SourceSafe and Project. Vision and Project are covered by the very affordable Action Pack. Burns, John wrote: An MSDN subscription? http://msdn.microsoft.com John Burns [Todays Threads] [This Message]

CFC return type question

2004-03-05 Thread Burns, John
I've heard that returning a query from a CFC via web services doesn't work correctly when called from something other than CF (I believe the example was ASP)So, is it better to make the return type into a structure?Is there a way to automatically convert a query to a structure or do you just have

RE: MS DRK?

2004-03-05 Thread Burns, John
Oh come on...MSDN, expensive? (Extreme sarcasm) :-) John Burns -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:11 AM To: CF-Talk Subject: Re: MS DRK? That would be ideal. But the cost is knee buckling. I'm looking for Visio, SourceSafe

Re: MS DRK?

2004-03-05 Thread Doug White
All of that except sourcesafe comes with the Action Pack Subscription == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == If you woke up

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Jochem van Dieten
Tony Weeg wrote: of course not.why not make ie better?if its already the leader...why not work to make ie better? You have got to be kidding. Have you ever even tried to make IE better by for instance reporting a bug? If so, please tell us how much success you had. The bottom line is that

Component browser workaround for shared hosting environment?

2004-03-05 Thread Burns, John
Is there any way to get around having to have the admin or RDS passwords in order to use the component browser in a shared hosting environment? John Burns [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: MS DRK?

2004-03-05 Thread Raymond Camden
Has sourcesafe even been updated lately? I love it - but it seems like a dead product. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Tony Weeg
jochem, are you kidding??? im the one that got the spinning e put in the browser, I told them that the floating window looked bad... tony -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:40 AM To: CF-Talk Subject: Re: Browser wars

RE: MS DRK?

2004-03-05 Thread John Beynon
Only service packs, up to (d) now I think for integration with VS Studio .NET, Sourcesafe still at version 6 though. john -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 05 March 2004 16:44 To: CF-Talk Subject: RE: MS DRK? Has sourcesafe even been updated

RE: MS DRK?

2004-03-05 Thread Samuel R. Neff
The action pack mentioned earlier is only $300 and I think has everything MSDN has. http://members.microsoft.com/partner/salesmarketing/partnermarket/actionpack /actionpackus.aspx They also recently ran a special for .NET ISVs to get 5 licenses of MSDN Universal for $375. So not so expensive.:-)

Re: MS DRK?

2004-03-05 Thread Matt Liotta
Apparently, you have never had your SourceSafe database corrupted. Once you have that happen, you will never again trust your code to a non-human readable database. -Matt On Mar 5, 2004, at 11:44 AM, Raymond Camden wrote: Has sourcesafe even been updated lately? I love it - but it seems like

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Jochem van Dieten
Tony Weeg wrote: jochem, are you kidding??? No, I am very serious. Box model bugs, background positioning bugs, border collapse bugs, nothing ever gets confirmed, let alone fixed. Jochem -- I don't get it immigrants don't work and steal our jobs - Loesje [Todays Threads] [This Message]

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Tony Weeg
box model bugs? what are box models? border collapse bugs? whats that? background positioning bugs? what wrong there? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:56 AM To: CF-Talk Subject: Re: Browser wars (was Re: Can someone

RE: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Tim Laureska
That's all CSS stuff that true CSS Standard followers bemoan -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:59 AM To: CF-Talk Subject: RE: Browser wars (was Re: Can someone recommend a good web development browser?) box model bugs? what are

RE: Browser wars (was Re: Can someone recommend a good web develo pment browser?)

2004-03-05 Thread Dave Watts
box model bugs? what are box models? http://www.google.com/search?q=IE+box+model+bugsourceid=mozilla-searchstar t=0start=0ie=utf-8oe=utf-8 border collapse bugs? whats that? http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=IE+border+collaps e+bugbtnG=Google+Search background

RE: Browser wars (was Re: Can someone recommend a good web develo pment browser?)

2004-03-05 Thread Tony Weeg
dave...now come on...i know google...heck I introduced sergey to google... -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 12:16 PM To: CF-Talk Subject: RE: Browser wars (was Re: Can someone recommend a good web develo pment browser?) box

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Jeffry Houser
I liked the tabbed browsing in Navigator. I use half Navigator and half IE. However; you have a good point.If 99% of the visitors are IE based, then.. I wouldn't want to waste my time on Navigator development. At 12:01 PM 3/5/2004, you wrote: Subject: Browser wars (was Re: Can someone recommend

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Charlie Griefer
I've been hesitant to jump in here for obvious reasons (holy war and whatnot)... but I'm hardly a CSS zealot.I only use the most basic of CSS elements (one of which I do believe is padding). >From http://css-discuss.incutio.com/?page=BoxModelHack: quote According to the W3C, an assigned 'width'

web services question

2004-03-05 Thread Burns, John
Ok, I'm just now starting to use some web services from CFCs and I'm running into some problems.Here's the deal: I have a CFC with 1 function in it called getMembers and it has 2 arguments.1 is required the other is not.This works fine when I call it as a CFC, however, when I call it as a web

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Matt Liotta
I believe the position being suggested is that you could develop against Firefox and have the result work with both browsers as opposed to developing against IE, which might mean the result will only work with IE. IE may have more market share, but if a change in your development practices has no

URLDecode()

2004-03-05 Thread David
So, if CF automatically decodes URL query strings that have been encoded using URLEncodedFormat(), what is the purpose of or uses for URLDecode()??? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Deploying Java Application on CFMX server

2004-03-05 Thread Ray Bujarski
Has anyone ever deployed a java application on a CFMX server?Is it possible?Can anyone point me to some documents as to how to deploy an ear file? Thanks! Ray [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Kevin Graeme
I believe the position being suggested is that you could develop against Firefox and have the result work with both browsers as opposed to developing against IE, which might mean the result will only work with IE. IE may have more market share, but if a change in your development practices

CF5 and Unicode driver for Access?

2004-03-05 Thread Don
Did a search on the forum to no avail.Did anyone use CF5 with Unicode driver for Access?(Unicode driver for Access is not available to CF5 by default). TIA [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: URLDecode()

2004-03-05 Thread Pascal Peters
If you have a URLEncoded string that doesn't come through http (and isn't decoded) -Original Message- From: David [mailto:[EMAIL PROTECTED] Sent: vrijdag 5 maart 2004 19:00 To: CF-Talk Subject: URLDecode() So, if CF automatically decodes URL query strings that have been

CSS/XHTML/designing for standards was (Re: Browser wars)

2004-03-05 Thread Darron J. Schall
Not to throw more fuel on the fire, but I think developing for a browser is a bad move on the part of any developer.There's no gauarantee that the browser will exist 5, 10, 20 years down the road.Look at Netscape 4... everyone who developed for Netscape no longer does.So what happened? They had to

RE: web services question

2004-03-05 Thread Barney Boisvert
You can't have optional parameters on web services. -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 9:26 AM To: CF-Talk Subject: web services question Ok, I'm just now starting to use some web services from CFCs and I'm running into

Re: URLDecode()

2004-03-05 Thread Ben Doom
How about URLs stored in an encoded format in a DB?Or pulled in via CFHTTP? --Ben Doom David wrote: So, if CF automatically decodes URL query strings that have been encoded using URLEncodedFormat(), what is the purpose of or uses for URLDecode()??? [Todays Threads] [This Message]

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Matt Liotta
Because that position is flawed. Anyone who has done any work with CSS knows that just because it works in Firefox doesn't mean it will work in IE. If you don't care about CSS, then how about session management? That's handled differently as well. Depends on what type of CSS work we are

Re: Oracle / Stored Proc Issues

2004-03-05 Thread sampath nellutla
some how i figured it out that it's not problem with my package.procedure or cfproc...it was the problem with my jdbc connection. i used odbc connection(?) on my local machine and it worked fine. wondering whats behind the scene but ...it worked. can any one explain this? thanks sampath [Todays

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Rob
Ok, now I feel bad. I was really just curious what peoples logs showed for browser % - I didn't mean to incite a riot. It seems like there are those who focus on development and those who focus on commerce. Development guys choose Firefox / Mozilla / Opera / Safari etc because they are better

Ordering a query by a dynamic field

2004-03-05 Thread Les Irvin
Is it possible to order a query by a field produced within that same query? This query fails at the Order by statement: CFQUERY NAME=Result DATASOURCE=foo SELECT City, State, Username, Longitude, (69.1*(longitude - 104.825814) as distance FROM personal ORDER BY distance /cfquery The

RE: Ordering a query by a dynamic field

2004-03-05 Thread DURETTE, STEVEN J (AIT)
Les, I believe it depends on the database.I have seen queries work this way on some and break on others. I think that the best way to do it would be to change your order by line to: order by (69.1 * (longitude = 104.825814)) Steve -Original Message- From: Les Irvin

Re: Deploying Java Application on CFMX server

2004-03-05 Thread Jeremy Brodie
Ray, CFMX/ CF 6.1 these days really *is* a Java application. In fact, in CF 6.1 one of the installer options is to create a WAR or EAR file, which you can expand in your J2EE of your choice. In fact, quite a few of us have struts applications running in conjunction with Cold Fusion! In that

Re: Browser wars (was Re: Can someone recommend a good web development browser?)

2004-03-05 Thread Kevin Graeme
Depends on what type of CSS work we are talking about. Just basic non-positional CSS seems to be interoperable. Further, I am not sure what you mean in regard to session management as that is a server-side issue. I apologize to everyone if this browser discussion is too off topic. I'll

Re: Getting computer name via variables?

2004-03-05 Thread Jim McAtee
The variable cgi.server_name should contain the domain or host name - mydomain.com or www.mydomain.com or server.mydomain.com, etc. - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 05, 2004 6:59 AM Subject: RE: Getting computer name

RE: Getting computer name via variables?

2004-03-05 Thread Philip Arnold
From: Dan O'Keefe I'm using the below cgi variable to get the ipaddress of the server. cfset ipaddress = #CGI.REMOTE_ADDR# How can I get the computer (server) name or domain? Did you ever find an answer to this? CGI.REMOTE_ADDR isn't the IP address of the server, but the IP of the

Sessons Ending early

2004-03-05 Thread brobborb
hey guys, my users' session expires around after 5 minutes, even though i had set the expiration to 1 day!anyone know what might be wrong?CF 4.5 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Sessons Ending early

2004-03-05 Thread Dave Carabetta
hey guys, my users' session expires around after 5 minutes, even though i had set the expiration to 1 day!anyone know what might be wrong?CF 4.5 Check the max timeout value in the CF Administrator. No matter what you set in your actual application, the ceiling is the value in the Admin.

RE: web services question

2004-03-05 Thread Burns, John
I changed it to make it so both arguments are required. Now, I have my call looking like this: cfset myObj.listID = 4 cfset myObj.memberStatus = 1 cfset myObj = createObject(webservice,http://www.truthwebdesign.com/com/siteManager /mailingList.cfc?wsdl) cfset lists = myObj.getMembers() cfdump

RE: web services question

2004-03-05 Thread John Stanley
make sure you refresh the web service in the cfadministrator. i had that problem earlier today. -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 2:45 PM To: CF-Talk Subject: RE: web services question I changed it to make it so both arguments are

Re: web services question

2004-03-05 Thread Matt Liotta
cfset myObj.getMembers(4, 1) -Matt On Mar 5, 2004, at 2:45 PM, Burns, John wrote: I changed it to make it so both arguments are required. Now, I have my call looking like this: cfset myObj.listID = 4 cfset myObj.memberStatus = 1 cfset myObj =

Re: Sessons Ending early

2004-03-05 Thread brobborb
Thanks so much! - Original Message - From: Dave Carabetta To: CF-Talk Sent: Friday, March 05, 2004 11:46 AM Subject: RE: Sessons Ending early hey guys, my users' session expires around after 5 minutes, even though i had set the expiration to 1 day!anyone know what might be wrong?CF

RE: web services question

2004-03-05 Thread Barney Boisvert
Right now, you're creating a struct named 'myObj' containing two fields (listID and memberStatus), then immediately overwriting it with your web service object, then calling a method on the web service, failing to pass in the required parameters You need this: cfset myObj =

RE: web services question

2004-03-05 Thread Burns, John
Gotcha, is there any way to pass a struct?Could I do something like... cfset myObj = createObject. cfset passVars = structNew() cfset passVars.listID = 4 cfset passVars.memberStatus = 1 cfset lists = myObj.getMembers(#passVars#) ??? Would that work or no? John -Original

Infusion

2004-03-05 Thread Robert Orlini
Anyone out there using Infusion Mail Server for their CF apps as opposed to CFMail? We want to create a email list of users that would be informed of the status of our website. I believe CFMail may have a problem with sending out more than 100 or 200 emails at a time. Would this package help us?

RE: Infusion

2004-03-05 Thread Dave Watts
Anyone out there using Infusion Mail Server for their CF apps as opposed to CFMail? We want to create a email list of users that would be informed of the status of our website. I believe CFMail may have a problem with sending out more than 100 or 200 emails at a time. If you're using

CFSCHEDULE

2004-03-05 Thread brobborb
Hey guys, i want to set the CF administrator to schedule exution of templates.Have you any experiences with that?Any problems or quirkiness?I want to make sure that it processes those templates everytime [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Infusion

2004-03-05 Thread Michael Dinowitz
This list is run on iMS. I wrote the entire mailing list, archives, etc. around it. iMS rules! As for CFMAIL, it should not have problems sending out a few hundred emails as a time. I've done a few thousand at once with no problem and that was on CF 5. CFMX is better. Anyone out there using

RE: Ordering a query by a dynamic field

2004-03-05 Thread J E VanOver
I agree with Steven.It has been my experience with SQLServer that you have to REPEAT THE COMPUTATION of the field in the ORDER BY clause. Jevo -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:44 AM To: CF-Talk Subject: RE: Ordering

Re: Infusion

2004-03-05 Thread Spectrum WebDesign
CFMail from CFMX may be send thousands mail at same time(Ben Forta) Cheers - Original Message - From: Robert Orlini [EMAIL PROTECTED] Date: Fri, 5 Mar 2004 15:02:55 -0500 To: CF-Talk [EMAIL PROTECTED] Subject: Infusion Anyone out there using Infusion Mail Server for their CF apps as

Re: CFSCHEDULE

2004-03-05 Thread Michael Dinowitz
I've used the scheduler since it was first put into CF (even wrote a chapter on it) and I've never had a problem. Other have had problems that have been hard to trace. If your going to use it follow a few simple rules. 1. The template being run should be able to run from an url without a problem.

RE: Infusion

2004-03-05 Thread Robert Orlini
Thanks Michael, One more thing, with CFMX I heard there is no more CF Studio and I have to purchase Dreamweaver or another Macromedia product? Robert O. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 3:19 PM To: CF-Talk Subject: Re:

RE: Infusion

2004-03-05 Thread Matt Robertson
Dreamweaver has HomeSite+ in it, which is basically today's iteration of CFStudio.DW is as much or *less* than Studio's price was.I got an upgrade yesterday for about US$200 from MM.I'm not sure what full retail is. Haven't had time to do much more than put in my editor fonts/colors. --

Re: Infusion

2004-03-05 Thread Adrocknaphobia
I send close to 5,000 emails in one shot with CFMX per day. Runs like a champ, although I'd dont recommend doing this with a high volume site. It takes about 20 minutes to send them all, and during that time your site will reflect it. btw. prior to 6.1, no way in heck could CF handle it. -Ada,

Re: CFSCHEDULE

2004-03-05 Thread Matt Robertson
Michael Dinowitz wrote: 3. The scheduler is NOT a web browser so things like cookies, _javascript_ actions, etc. will not happen. Be aware. Just as a general FYI, scheduling templates to run thru IE via the Windows task scheduler -- assuming a Win machine of course -- changes this.

  1   2   >