(Admin) Remember to change subjects

2003-09-01 Thread Michael Dinowitz
Please remember to change the topic when the conversation changes. Also, debates on definitions, "he said/she said" and the like that are not technical in nature should be moved off list. Thank you. ~| Archives: http://www.houseof

Re: DWMX 2004 - Whats new for us?

2003-09-01 Thread Matt Liotta
By that logic, you must be running CFMX on top of WebSphere, running on top of an S/390. In the J2EE world there are many vendors all with different offerings and different prices. Certainly you wouldn't avoid using JRun just because it is much cheaper than WebSphere or WebLogic. We CFML devel

Re: DWMX 2004 - Whats new for us?

2003-09-01 Thread cf
kinda like buying a kia:) it tries to be the real thing but its not, will always be a step behind. i dont even do serious programming but no thanks, i'll take the real deal. you guys are making $100 + an hour, you can fit it in. Its up too you to show the client where it saves them money so they d

Re[2]: DWMX 2004 - Whats new for us?

2003-09-01 Thread Toby Tremayne
just to jump in and stir the pot ;) one of the things that I like most about the latest versions of CF is that you can deploy a war file to a J2EE platform and completely skip the need for a CF license for the client. Now that there are even instructions kicking around on how to get this going wit

Re: DWMX 2004 - Whats new for us?

2003-09-01 Thread Matt Liotta
> If your clients are small enough where the cost of CF is prohibitive it > may be likely that the cost of managing an Intranet is also prohibitive > (although they may be doing it anyway and have never done a cost > analysis). > I'll agree with that, but certainly the use of certain software e.g.

RE: DWMX 2004 - Whats new for us?

2003-09-01 Thread Mike Brunt
Good detailed points Jim, thanks. Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 10:51 PM To: CF-Talk Subject: RE: DWMX 2

RE: DWMX 2004 - Whats new for us?

2003-09-01 Thread Mike Brunt
Matt, good points. I just got back from the 2003 Fusebox conference in Las Vegas. Charlie Areheart (whom I have infinite respect for) was presenting for Blue Dragon and emphasized their goals to bring Blue Dragon into offering the same facilities/tags as CFMX. I hope this really turns out to be

RE: cfmx 6.1 cfchart

2003-09-01 Thread Samuel Neff
The NAME attribute is also very useful to stream back the chart within the same request. After calling CFCHART with a NAME specified you can use CFCONTENT to send back the chart itself, as opposed to HTML that links to the chart. This is very useful for charting within Flash applications using lo

Re: cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi Stephen!! aye. that was it crit -- Monday, September 1, 2003, 4:29:22 PM, you wrote: SL> Also note that if you use the NAME attribute in CFCHART, the display is suppressed. The SL> NAME attribute is primarily intended for use with CFFILE to write the

cfmx 6.1 cfchart

2003-09-01 Thread Stephen Lapointe
Also note that if you use the NAME attribute in CFCHART, the display is suppressed. The NAME attribute is primarily intended for use with CFFILE to write the chart to a file. So if you want your chart to be drawn "on the fly" and render in the browser, just be sure not to use the NAME attribute.

RE: Filter file type upload

2003-09-01 Thread Matt Robertson
Mauricio said, >This would be caught via cftry/cfcatch? If so... What are the error types thrown? I laid out the whole process several days ago on the MM forums. This should fix you up: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=7&threa did=677792#2441397 Cheers,

Re: Session vars not being retained. Any ideas why?

2003-09-01 Thread jonhall
This is a bug in 6.0 that was fixed it 6.1. If you set domain cookies, CF set's a new cfif and cftoken cookie every request. -- mailto:[EMAIL PROTECTED] Monday, September 1, 2003, 10:21:02 AM, you wrote: MK> My site is forgetting the session variables between pages, and I'm not sure MK> why. I

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Brook Davies
Mike, Sessions are defintly not sticking. If you simply reload page 1, you get a new CFID each time. However, if you pass the token that is shown, like this: http://bluegrass.org.au/1.cfm?CFID=275755&CFTOKEN=84747459, and then reload the page, the session does stick. So the problem is apparentl

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
Here's another thought. ... when I first talked to my sysadmin he said he didn't have session vars enabled in the CF administrator. Then when I asked again a short while later to confirm, he said they were definitely enabled. (I got him to tell me the settings he had and they were the installati

Filter file type upload

2003-09-01 Thread Mauricio Giraldo
>Have you tried restricting the MIME type in the CFFILE upload tag >itself? This would be caught via cftry/cfcatch? If so... What are the error types thrown? - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subs

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
Well I still have the problem with session vars not being carried across from one page to another. I verified that the server has session vars turned on and the timeouts are still the installation defaults. I have set up 3 pages, containing nothing but links to each other, and a cfdump of the

RE: Okay, what's the first part of those alphabetical navigation strips?

2003-09-01 Thread Joshua Miller
Here it is not in pseudo-code: SELECT DISTINCT(UPPER(Left(column_name,1))) AS First_Letter FROM table_name ORDER BY First_Letter ASC This version shows only active letters: #First_Letter# | This version shows the entire alphabet with t

Re: cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi Brook!! cheers mate. I'll have a gander. Crit -- Monday, September 1, 2003, 12:05:23 PM, you wrote: BD> The JVM that ships with RedSky does not work with CFCHART. You have to BD> download and install an older JVM from SUN. See this forum post which

Re: cfmx 6.1 cfchart

2003-09-01 Thread Brook Davies
The JVM that ships with RedSky does not work with CFCHART. You have to download and install an older JVM from SUN. See this forum post which explains it all: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143&threadid=671390 Brook Davies At 10:53 AM 9/1/2003 -0400, you wrote:

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Andy Ousterhout
np -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 9:55 AM To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why? AH! I think we've found the problem. I checked with the sysadmin and he had session vars turned off in the C

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
AH! I think we've found the problem. I checked with the sysadmin and he had session vars turned off in the CFMX administration console. That would kind of put the kybosh on any session-based authentication wouldn't it. Now I'll have another go at it and see where we go from here. Thanks for

cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi CF-Talk,!! I am dropping a http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and prov

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Andy Ousterhout
Is your site available to me? Could it be made available to me? Perhaps it is something with your browser. Andy -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 9:46 AM To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why?

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
I'm sorry Adrian, thanks for your help, but I don't understand. What does "link the id and token to your browser" mean exactly? It doesn't mention this at all in Ben and Nate's CFWACK book. As I read their discussion of session vars, the placing of any cookies and retaining of session identity

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Adrian Lynch
For session vars to work you need to link the id and token to your browser, client vars will do this. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: 01 September 2003 15:33 To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why? Craig, you think enabl

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
Craig, you think enabling client variables would make it remember session variables??? Heck I'll try anything - this is driving me up the wall - but I'm not sure why that would help. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Craig Dudley

RE: DWMX 2004 - Whats new for us?

2003-09-01 Thread Matt Blatchley
Well, since I can't afford anything MM produces legally, I'm going to have to get BlueDragon next time I get paid. MM just lost another sale, no big loss, but I'm sure the small guys add up too. -Matt -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Monday, Sep

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Craig Dudley
Try adding clientmanagement="Yes" And possibly the following deleteing as applicable clientstorage="cookie/dsn/registry" -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: 01 September 2003 15:21 To: CF-Talk Subject: Session vars not being retained. Any ideas why? My

Session vars not being retained. Any ideas why?

2003-09-01 Thread Mike Kear
My site is forgetting the session variables between pages, and I'm not sure why. It retains the login info when I use the CFID/CFTOKEN in the URL, but if not, the new page comes up and I'm logged out again. (sigh!) So far, I've explored the possibility that I've got the (We're using CFMX6.0

Re: DWMX 2004 - Whats new for us?

2003-09-01 Thread Thomas Chiverton
On Thursday 28 Aug 2003 21:00 pm, Matt Blatchley wrote: > Blue Dragonquite impressed. How do they get away with that? The same way the Mono folks 'get away' with writing their own .net compiler. -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email:

RE: Okay, what's the first part of those alphabetical navigation strips?

2003-09-01 Thread Tim Blair
> Okay, I've got almost ALL the parts in place. But there's ONE > LAST part that I'm having trouble with. It's the expression > to check for the existance of an entry. I posted some pseudo-code the other day of how you'd accomplish this, but don't know if it came through. Repost... SELECT

RE: Filter file type upload

2003-09-01 Thread Angel Stewart
Have you tried restricting the MIME type in the CFFILE upload tag itself? "ACCEPT: Limits the MIME types to accept. Comma-delimited list. For example, to permit JPG and Microsoft Word file uploads: accept = "image/jpg, application/msword" The browser uses file extension to determine file type." -

RE: Convert Complex data to string error.

2003-09-01 Thread Pascal Peters
Jon, Actually, what you are saying is not correct. Although it is better NOT to use "reserved" words as variable names, in this case it will work. The only problem in the code was prefixes. In the SQL, Mark should just write '#variables.URL#', and it should work. When you use URL, CFMX will g

Re: Convert Complex data to string error.

2003-09-01 Thread jonhall
Monday, September 1, 2003, 12:51:27 AM, you wrote: M> Hi Ike and Adam (and others), M> I tried Ike's suggestion below but with the same outcome. M> M> M> M> URLEncodedFormat(session.basket.ProductURL)> M> url is a reserved word. Any

RE: Filter file type upload

2003-09-01 Thread YC Nyon
I want to set a file filter and file size upload contraint. got the file size working. Upload file size exceeds the 2MB limit. Try again? However, I'm can't figure how to filter out *.zip files only. Nyon --- Outgoing mail is certified Virus Free. Checked by AVG anti

RE: Convert Complex data to string error.

2003-09-01 Thread Mark
Hi Ike and Adam (and others), I tried Ike's suggestion below but with the same outcome. thisStructList = structKeyList(thisStruct); thisString = ""; for(i = 1; i LTE

RE: Objects onTap

2003-09-01 Thread S . Isaac Dealey
> Isaac, > Thanks for posting this about the onTap framework, > something I overlooked before, and it's very interesting. > I downloaded and installed it on my dev server, and when > I look at my server variables, I see that onTap has set > up a whole lot of variables at server level. > In princi

RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread Stacy Young
Agreed, but I think they've yet to deliver on some key functionality to entice larger enterprises. Stace -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 8:59 PM To: CF-Talk Subject: RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new

RE: Objects onTap

2003-09-01 Thread Mike Kear
Isaac, Thanks for posting this about the onTap framework, something I overlooked before, and it's very interesting. I downloaded and installed it on my dev server, and when I look at my server variables, I see that onTap has set up a whole lot of variables at server level. In principle, I d

RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread Dave Watts
> I'd bet that with cfmx 7 they're going to really gear it for > medium to large biz. Support for managing CF in clusters, auto > deployment etc...maybe a bigger price tag. Higher revenue with > perhaps slightly smaller market in terms of install base. I think that's already what Macromedia (an

Re: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread jonhall
Sunday, August 31, 2003, 7:11:51 PM, you wrote: JM> These points may be 100% true, but neither addresses the simple observation JM> that PHP usage will soon eclipse that of CF. And what the implications of this JM> will be for CF. If I had a nickel for every time someone said CF was dead... --

RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread Stacy Young
I'd bet that with cfmx 7 they're going to really gear it for medium to large biz. Support for managing CF in clusters, auto deployment etc...maybe a bigger price tag. Higher revenue with perhaps slightly smaller market in terms of install base. Just a guess Stace -Original Message- From: