Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Sean Corfield
Wow! Here's a thread that could make some serious enemies... Seth Hodgson (macromedia.com) Laurent Rouquette (macromedia.com) Barney Boisvert (for his work on Fusebox 4.1 and all round CFC stuff) Ben Edwards (for Mach II) Ray Camden (for Blog CFC and Galleon and a myriad other things) John Q (for

Re: Coldfusion and C++

2004-10-05 Thread Sean Corfield
On Tue, 5 Oct 2004 09:27:41 +0100, Simon Smith <[EMAIL PROTECTED]> wrote: > I'm an experienced CF/Java/Php developer creating a framework for API calls > in C++ (it needs to be in C++ for historic reasons) What historic reasons? I'm genuinely curious. I certainly wouldn't recommend C++ near anythi

Re: How are developer organizeing their Flash Code?

2004-10-05 Thread Mike Chambers
fyi, Here is a simple application that I put together, that shows (one) way to structure your code in Flash. It should be simple enough to not be overwhelming. http://www.macromedia.com/devnet/mx/flash/articles/mxna_sample.html mike chambers [EMAIL PROTECTED] On Oct 5, 2004, at 4:50 PM, Troy

strange error after CFMX updater

2004-10-05 Thread Brook Davies
After running the updater I get a strange error in one of my UDF's. The udf is below, I removed some of the IF statements that do not get called. If I do a dump of the array at the top of the udf there is 41 elements in the array. I can even use the same bit of code "listlen(fieldelement[25],"~"

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread dave
well i gotta add matthew walker cause he always saves my azz :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: SQl on CF5 Versus CFMX

2004-10-05 Thread Matthew Walker
QoQ was brand new in CF5 and fairly limited. In regular queries the processing is done by the DBMS, but in QoQ, it's done by CF. So whether a regular query will allow IS NOT NULL or not isn't relevant. You could try testing the CF version --     cf5 markup     cfmx+ markup   _   Fr

SQl on CF5 Versus CFMX

2004-10-05 Thread Mark Henderson
I'm noticing some oddities I'm not that familiar with. To outline, I test at home on cfmx but one of our work servers is still running on 5, hence these results. Perhaps someone can shed some light on this for me. If I conduct a query of a query, like so...   SELECT     contested_ID,mayoralty,s

RE: Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread James Holmes
Try the Native Oracle driver in CF Enterprise, not the ODBC driver. BTW, this all works perfectly in CFMX. -Original Message- From: Wach, Samson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 6 October 2004 1:35 To: CF-Talk Subject: Oracle PL/SQL connection through ColdFusion The organizat

6.1 updater

2004-10-05 Thread Ricardo Russon
Is the 6.1 updater buggy? It is returning some weird errors. anyone know what this means? Invalid branch target position offset for goto[167](3):-1: -1: Label its returning the cfinclude as the break, but its value="#smtpUsername#" that is causing the error. if i remove it it works. i have t

Re: Server performance

2004-10-05 Thread Paul Giesenhagen
I too am loosing my system on a daily basis (CFMX 6.1, Win2k3, IIS, MS SQL Server).  It seems like a memory leak, after awhile, the system just crashes down with a JRun Error "Could not connect to JRun Server" I have to restart my service .. if I wait until the system shuts itself down and produce

RE: Capitalising first letter after an open bracket

2004-10-05 Thread Mark Henderson
thanks Ewok, that works too...           #rereplace(tempvar, "\[([a-zA-Z])", "[\u\1", "ALL")#    Regards Mark H [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Server performance

2004-10-05 Thread Jochem van Dieten
JB McMichael wrote: > I am currently running CFMX 6.1 Standard Edition with the updater > installed on a Win2k3 server, with IIS, connecting to a SQL Server > 2000 db that is on another computer.  The web server itself is a > pretty beefy machine, and it is running one website that is fairly > comp

RE: Capitalising first letter after an open bracket

2004-10-05 Thread Mark Henderson
Matthew, I've modified your script a little but it's working for all I need...thanks! Regards Mark H [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Capitalising first letter after an open bracket

2004-10-05 Thread Ewok
Try this out. I didn’t change the function. I just added a regex on output to cap any letter following an open bracket   [ #rereplace(tempvar, "\[([a-zA-Z])", "[\u\1", "ALL")# I guess if you really wanted to, you could put the regex in the finction. --- Incoming mail is certified Virus

Re: How are developer organizeing their Flash Code?

2004-10-05 Thread dave
first, yes get 2004 pro i cant see how ur gunna make a forms based app without having flash mx 2004 pro, cause its the only version that has that 2nd keeping flash code managable basically means make your actionscript in a seperate .as file & i'd recommend not trying to use the flash ide for doin

How are developer organizeing their Flash Code?

2004-10-05 Thread Troy Simpson
Hello all, The "FlashMX Sim" book covers UCM (UserInterface, Control object, Model Layer) Architecture. How is this different, complared, better and/or worse than MVC (model, view, controller) and/or MVP (model, view, presentor). I want to create a Flash application that is form based like Vis

Re: CFIF IsDefined

2004-10-05 Thread Paul Hastings
> LSDateFormat() is the local system date format, and takes no, it's for a localE specific date format. > "short","medium", or "long" (IIRC) as masks. no, lsDateFormat can take any sort of mask that dateFormat can. but given that you might be creating non-standard date formats for a given loc

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Rick Mason
Dick, The guy behind SiteObjects is Don Bellamy who is a member of our local CFUG.  I will have to mention to him at the next meeting that you nominated him! I would add Charlie Arehart and Dan Switzer of QForms fame. Rick Mason On Tue, 5 Oct 2004 13:17:23 -0500, Eric Dawson <[EMAIL PROTECTED]

Sorry (was Re: Dreamweaver Templates..?)

2004-10-05 Thread Bob Haroche
Bob Haroche wrote: > Off-list: Well, it was supposed to be off list. Sorry for continuing to go OT with this thread. - Regards, Bob Haroche O n P o i n t  S o l u t i o n s www.OnPointSolutions.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin

Re: Dreamweaver Templates..?

2004-10-05 Thread Bob Haroche
Off-list: > On the other hand, you should seriously give includes a try. > They are the industry standard. For a good reason, trust me. I do trust you and I have been migrating more to includes, particularly cfincludes, in my recent projects. And I hope you didn't find my last post patronizing...

RE: CFMX and Flash MX sharing variables

2004-10-05 Thread dave
well the data isnt actually removed from the db so it doesnt need to be put back unless u change it other wise you just output the variables with a "&" in front and properly after like &variable1&variable2& then in your actionscript load the cfm page using load vars and thats it if u look in th

RE: Capitalising first letter after an open bracket

2004-10-05 Thread Matthew Walker
That would be difficult as the function is splitting the phrase into words using space as a delimiter. What you want to do is use brackets as a delimiter too, but you don't want the brackets turned into spaces when the words are reassembled back into a phrase. If you are using CFMX, you could us

Re: Simple password protection not working

2004-10-05 Thread pperry
thank you all. Paul. the only thing in the table is 1 username and 1 password and it will be that way permanently for the admin login. That may seem weird but its the way it was set up from before so I"m just going with it. Thanks again. [Todays Threads] [This Message] [Subscription] [Fast

Re: Simple password protection not working

2004-10-05 Thread pperry
Well paul, yours and gregs looked the same with the quick glance i gave them so i just copied that latter. sorry :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Simple password protection not working

2004-10-05 Thread Greg Morphis
then you apprentally didnt try the code I posted a while ago.. SELECT * FROM maintenance_un_pw where username = value="#form.username#"> and password = value="#form.password#"> no records found, report bad login record found On Tue, 5 Oct 2004 23:18:58 +0100, Paul Vernon <[EMAIL PROTECTE

Re: ColdFusion e-mail Engine

2004-10-05 Thread Howie Hamlin
I don't have any links but the pros/cons are: linking: pros: smaller mails cons: email renders slower.  user needs to be on line embedding: faster rendering.  user can be off line after downloading email cons: larger email HTH, Howie   - Original Message -   From: Ian Skinner   To:

Capitalising first letter after an open bracket

2004-10-05 Thread Mark Henderson
've been using CapFirstTitle from cflib for some time now and it works great. On this occasion however I need to make a modification and have it also capitalising the first letter after an open bracket, which currently it does not do...Here's the script function capFirstTitle(i

RE: Simple password protection not working

2004-10-05 Thread Paul Vernon
Sorry my bad... it should have been confirm_user.recordcount... That is the number of records returned by the query confirm_user which you specify in the cfquery name attribute... Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and S

Re: Simple password protection not working

2004-10-05 Thread pperry
I tried the code you all suggested but i get the following error: Element RECORDCOUNT is undefined in CONFIRMUSER. What does that mean? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: looping query

2004-10-05 Thread Larry White
If that's all that's in that loop it doesn't make much sense. There could be reasons if there's more code in the loop following that assignment. If it's a query that returns only one row then all you need is: >Ok so I inherited an application to update and I am trying to clean it >up a little

RE: Simple password protection not working

2004-10-05 Thread Paul Vernon
You are selecting the entire tables data contents to check one username and password You would be better off changing your query to something like this... SELECT * FROM maintenance_un_pw WHERE username = value="#form.username#" maxlength="30"> AND password = value="#form.password#"

Server performance

2004-10-05 Thread JB McMichael
I am currently running CFMX 6.1 Standard Edition with the updater installed on a Win2k3 server, with IIS, connecting to a SQL Server 2000 db that is on another computer.  The web server itself is a pretty beefy machine, and it is running one website that is fairly complex.  The site usually has 200

Re: Simple password protection not working

2004-10-05 Thread Greg Morphis
Include that in your query, like this. SELECT * FROM maintenance_un_pw where username = value="#form.username#"> and password = value="#form.password#"> no records found, report bad login record found On Tue, 5 Oct 2004 17:43:54 -0400, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > I

Re: Simple password protection not working

2004-10-05 Thread pperry
I should also say that the broken code is transferring the user to the page that is protected whether or not they got the login information right [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Simple password protection not working

2004-10-05 Thread Charlie Griefer
can you define "not working"? On Tue, 5 Oct 2004 17:43:54 -0400, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to do a simple password deal. This is my code for the form... > > > Username: > Password: > > > > > And here is the process page code: > > SELECT * > FROM mainte

Re: SQL Update

2004-10-05 Thread Larry White
From the error message returned ('Client_ID ='), it looks like #FORM.Client_ID# is empty. >Okay, I have managed to pull my head out of my @$$ for part of the day >and now I'm stuck on this, for a bit now - seems like days. > >I have a form that displays current info just fine but I want to be >abl

Simple password protection not working

2004-10-05 Thread Phillip Perry
Hi, I'm trying to do a simple password deal. This is my code for the form... Username: Password: And here is the process page code: SELECT * FROM maintenance_un_pw ...do this if ysername and password is right... what to do if its wrong. I tried it with "'s and with ' and

SOT:Any MM people out there?

2004-10-05 Thread Yves Arsenault
Hello, If there are any Macromedia people on the list, could you please contact me off list. I am currently working on a couple of projects for an organisation here in atlantic Canada. In the past they had bought subscription packages for CF... starting with 4 They have CF 5 running on their ol

Re: Interacting with GoldMine data with ColdFusion

2004-10-05 Thread Larry White
I can't understand why you would even have SQL Server if all you have is DBase files. Maybe I'm missing something but the Corporate edition requires SQL Server, not the cheaper editions. When we had it here I set up the Goldmine tables just like any other SQL Server tables, with no problems. >I

RE: ColdFusion e-mail Engine

2004-10-05 Thread Ian Skinner
Damien Thanks, I believe the server in question is upgraded to 6.1, not sure about the latest updater though.  If not, we will easily rectify that.   Just to make sure I am clear.  Using the technique you described will embed the images, giving us the choice to link or embed? -- Ian

Re: CFIF IsDefined

2004-10-05 Thread Donna French
It seems to be working fine but if there's any reason why I shouldn't use it I'd like to know. Thanks, Donna On Tue, 05 Oct 2004 17:24:19 -0400, Larry White <[EMAIL PROTECTED]> wrote: > LSDateFormat() takes all of the same masks as Dateformat() as > far as I know. It will output the "short", "me

SQL Update

2004-10-05 Thread Donna French
Okay, I have managed to pull my head out of my @$$ for part of the day and now I'm stuck on this, for a bit now - seems like days. I have a form that displays current info just fine but I want to be able to update. When I click 'Update' I am getting the following error and I feel like it's one of

Re: CFIF IsDefined

2004-10-05 Thread Larry White
LSDateFormat() takes all of the same masks as Dateformat() as far as I know. It will output the "short", "medium" or "long" in the format of whatever Locale you have specified. For a simple "m/dd/yy" format it doesn't matter which you use. >You're using the wrong kind of mask for that date format

Re: ColdFusion e-mail Engine

2004-10-05 Thread Damien McKenna
First off, upgrade to the 6.1 Updater, you _want_ that if you are doing anything with CFMAIL.  You want it anyway, but it adds extra functionality to CFMAIL. For your email attachments you need to do it like this: - in the HTML code replace the image src path/filename with a unique ID associat

RE: ColdFusion e-mail Engine

2004-10-05 Thread Ian Skinner
Howie, Thanks that's just the clarification I was looking for.  I had a vague memory that I need to do something to help the e-mail be properly "multi-part."  The tag was what I was missing. Can you explain or point to more information on the linking vs embedding of images question?  This will b

RE: form variables without forms?

2004-10-05 Thread Cornillon, Matthieu (Consultant)
> is your network behind a firewall? do u find it takes forever for it to > process? you may need to add your proxy's address, port, username and > password... may not be allowing you to post. Yes, it is.  I have been playing with this with no luck.  This should be my proxy address, port, userna

Re: ColdFusion e-mail Engine

2004-10-05 Thread Howie Hamlin
If you are running CFMX then CF will create the multipart email properly.  However, the images will be linked and not embedded and you will need to create the plain text version of the mail as well. Something like this in CFMX 6.1:         Text version goes here         HTML version goes here   

Re: Dreamweaver Templates..?

2004-10-05 Thread Irvin Gomez
>Irvin, are you actually familiar with how DW templates and library items >work? They're not at all like Front Page or other proprietary tags or >objects. They're just regular HTML code surrounded by comments like: > Bob, I'm familiar with Dreamweaver templates and library items(I use Dremaweaver

ColdFusion e-mail Engine

2004-10-05 Thread Ian Skinner
We are looking at creating a simple e-mail engine for an application.  It will be very simple function to send fairly basic messages to a list of addresses.  A lot like our favorite HOF messages.   Unfortunately, we can't get the powers-that-be to completely forgo all HTML in the e-mail messages. 

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Greg Morphis
Dave Watts and Doug Knudsen have been extrememly helpful.. they should definitely be on the top 10 On Tue, 5 Oct 2004 15:01:52 -0400, Tony Weeg <[EMAIL PROTECTED]> wrote: > PUT THEM ABOVE THE TOP > > they are there by default, they make/write/determine how cf is used anyway. > > :) the are demi-

Re: Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread Samson Wach
Thanks for the suggestion, but we of the Web development team do not have access to create stored procedures in the database.  We need to be able to pass the PL/SQL from the ColdFusion module. Samson Wach >    > CREATE OR REPLACE VIEW MONTHLYTOTALS AS > SELECT * > > > > I am able

RE: form variables without forms?

2004-10-05 Thread Lawrence Ng
is your network behind a firewall? do u find it takes forever for it to process? you may need to add your proxy's address, port, username and password... may not be allowing you to post. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Suppo

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Aaron Rouse
Since no one else is adding him, I will take off one my Mr Fills from my list and put in Matt Liotta. On Tue, 5 Oct 2004 15:16:11 -0500, Eric Dawson <[EMAIL PROTECTED]> wrote: > gotta be top 10 > > add: > > Michael Dinowitz > Charlie Arehart > Jochem van Dieten > Mark Kruger > > and future cons

Re: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Douglas Knudsen
yeah, Pete and Branden have some good stuffs.  I too don't relly understand what the heck those memory diffs are.  Haven't found the right DOC yet.  Maybe some super fly java heavy weight can drop us a crumb, eh? Doug On Tue, 5 Oct 2004 15:54:07 -0400, Peters, Chris <[EMAIL PROTECTED]> wrote: > O

Re: form variables without forms?

2004-10-05 Thread Tony Weeg
matt. can you hit the url from the server through a browser? tw On Tue, 5 Oct 2004 15:52:35 -0400, Peters, Chris <[EMAIL PROTECTED]> wrote: > What error are you getting? > > Chris Peters > > > -Original Message- > From: Cornillon, Matthieu (Consultant) > [mailto:[EMAIL PROTECTED] > Se

RE: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Eric Dawson
gotta be top 10 add: Michael Dinowitz Charlie Arehart Jochem van Dieten Mark Kruger and future considerations to my previous list   _   From: Judith Dinowitz [mailto:[EMAIL PROTECTED] Sent: October 5, 2004 12:35 PM To: CF-Talk Subject: Re: Slightly OT: Name top 5 CF developers you know on

Re: Dynamic List/Menu SOLVED

2004-10-05 Thread Donna French
SOLVED Thank you to everyone that helped! Here's the code I ended up using: #Client_LName#, #Client_FName# Thanks again, Donna On Tue, 5 Oct 2004 14:31:27 -0500, Greg Morphis <[EMAIL PROTECTED]> wrote: > No, thats going to pass "Client_ID" as you have that as the value.. > > form.C

RE: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Peters, Chris
Oh yeah, Thanks Doug!  I just realized I got the link to Pete Freitag's site from your email.  Was wondering how I pulled that one up. :) Chris Peters -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 11:42 AM To: CF-Talk Subject: Re: Col

RE: form variables without forms?

2004-10-05 Thread Peters, Chris
What error are you getting? Chris Peters -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 3:52 PM To: CF-Talk Subject: RE: form variables without forms? Chris, Thanks for this message.  Unfortunately, I am getting a c

RE: form variables without forms?

2004-10-05 Thread Cornillon, Matthieu (Consultant)
Chris, Thanks for this message.  Unfortunately, I am getting a connection error.  I am guessing that something about the set-up I am using doesn't allow this approach?  I am going from one company to another, across at least one firewall.  I probably have another solution, but in the interest of

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Philip Arnold
Aw gee, thanks Aaron On Tue, 5 Oct 2004 13:14:30 -0500, Aaron Rouse <[EMAIL PROTECTED]> wrote: > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr Fill) > Philip Arnold (Mr

Re: Dreamweaver Templates..?

2004-10-05 Thread Bob Haroche
> The simplest (and pretty obvious!) answer is: you just code your page just line any of the millions of >developers who don't use Dreamweaver. Irvin, are you actually familiar with how DW templates and library items work? They're not at all like Front Page or other proprietary tags or objects. Th

RE: form variables without forms?

2004-10-05 Thread Peters, Chris
You would want to do something similar to this: value="#variableValue#"> value="#variable2Value#"> #cfhttp.FileContent# Chris Peters -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 3:39 PM To: CF-Talk Subject:

RE: BARCODES in CF

2004-10-05 Thread Blaine Korte
Looks like I'm going to be using this one. it's the only one that's impressed me. I also have to print it out - in fact, its going to be dynamically inserted into PDF's, which means it will need to be high res.  The barcodeZONE tag looks like the only one out there that I can _easily_ resize and h

RE: form variables without forms?

2004-10-05 Thread Cornillon, Matthieu (Consultant)
> have you tried cfhttp? Lawrence, I have never used CFHTTP before, but I don't think it will do it.  I have just tried setting it up, and it doesn't go anywhere.  In other words, it seems that the data is posting to the other server, but the client never goes there.  I want this to be exactly

Anyone, up for a challenge?

2004-10-05 Thread Don
I put together some sort of "app" last weekend (bundling three core business functions loosely into one, and each can stand alone) to demonstrate/highlight some of the core Cold Fusion capabilities, RAD etc.  If anyone cares to take a quick review/add comments etc please shoot me an email at donli

Re: Dynamic List/Menu

2004-10-05 Thread Greg Morphis
No, thats going to pass "Client_ID" as you have that as the value.. form.Clients will return what you've selected in your select box On Tue, 5 Oct 2004 14:13:51 -0500, Donna French <[EMAIL PROTECTED]> wrote: > I thought I had this working until I tried selecting a different name > in the select l

Re: Dreamweaver Templates..?

2004-10-05 Thread Irvin Gomez
>Ok, if they're not so good, what do you suggest for straight HTML >sites that can't use a scripting technology? > The simplest (and pretty obvious!) answer is: you just code yor page just line any of the millions of developers who don't use Dreamweaver. On a more practical note, though: i

Re: Dynamic List/Menu

2004-10-05 Thread Charlie Griefer
um...you -were- passing the client_id as #form.clients# ('clients' being the name of the ). your hidden input is passing a literal string ("client_ID"), which is why you're getting an error (and again, it's generally helpful to indicate what the error is, as opposed to just saying there's an error

RE: Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread Yexley Robert D Contr AFRL/PROE
That's not PL/SQL though. That's simply an oracle object create statement, which only requires that you have the CREATE privilege selected in your DSN within the CF Administrator for the connection, which, as you stated, is based on the driver you're using. But it's not PL/SQL. /

Re: Dynamic List/Menu

2004-10-05 Thread Donna French
I thought I had this working until I tried selecting a different name in the select list. I've got the page working where it displays the list of clients, blah blah, but when I click the button to send them to display the client details it displays the first record in the db instead of the one sele

RE: Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread Ian Skinner
  CREATE OR REPLACE VIEW MONTHLYTOTALS AS SELECT * I am able to run the above pl/sql query by using the oracle thin client JDBC rather then the odbc connection.  You may need to update your drivers to get this kind of functionality. -- Ian Skinner Web Programmer BloodSo

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Tony Weeg
PUT THEM ABOVE THE TOP they are there by default, they make/write/determine how cf is used anyway. :) the are demi-gods by default. it shouldnt have been taken any other way. On Tue, 5 Oct 2004 11:51:41 -0700, Charlie Griefer <[EMAIL PROTECTED]> wrote: > why remove them?  shouldn't they (by def

Re: Upgraded to CFMX6.1 -spell check broke

2004-10-05 Thread Jeff Congdon
JSpellCheck works on MX, i've used it on 6 and 6.1.  It looks like all my files are in c:\CFX_JSpellCheck, and then the cfx is pointed to that. -Jeff Mike Kear wrote: > We updgraded one of our dev servers this week, and everything seems to > have gone smoothly, nary an issue.   Nice. > > Except

RE: BARCODES in CF

2004-10-05 Thread Ian Skinner
http://www.fusionzone.com/applications/barcode/overview.cfm Another one I have run across in my wonderings.  We have not needed ColdFusion barcode generation yet, so I have not tried this, or any others. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA

Re: CFIF IsDefined

2004-10-05 Thread Donna French
ok thanks, i got it - set some default values and now it appears to be working fine On Tue, 5 Oct 2004 13:45:21 -0500, Greg Morphis <[EMAIL PROTECTED]> wrote: > depends on if it's within your query or not.. > if not you'll need tags > > > > On Tue, 5 Oct 2004 13:39:25 -0500, Donna French <[EMA

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Charlie Griefer
why remove them?  shouldn't they (by default) -be- the top 5-10 list? :) On Tue, 5 Oct 2004 14:38:54 -0400, Tony Weeg <[EMAIL PROTECTED]> wrote: > you kinda have to remove the cf team from any list, as they should be > defaults in the 0.1 - 0.99 category of good/popular, whatever. > > thats a giv

Re: BARCODES in CF

2004-10-05 Thread Dirk De Bock - Listclient
http://www.webcaterers.com/barcodes/ - Original Message -   From: Ciliotta, Mario   To: CF-Talk   Does anyone know of any good barcode generators that work with CFMX. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread S . Isaac Dealey
> I'll have to list several as well, in no particular order: > 1. Sean Corfield > 2. Hal Helms > 3. Ray Camden > 4. Nate Weiss > 5. Isaac Dealey > 6. Ben Forta > 7. Rob Brooks-Bilson > 8. Arman Danesh > I'm sure I'll think of others right after I post this ... Wow... above Forta... :P Strange th

Re: CFIF IsDefined

2004-10-05 Thread Ben Doom
You're using the wrong kind of mask for that date format function. LSDateFormat() is the local system date format, and takes "short","medium", or "long" (IIRC) as masks. You want dateformat() instead, I think. --Ben Donna French wrote: > I want to thank you all for being patient with me. I hav

Re: CFIF IsDefined

2004-10-05 Thread Charlie Griefer
helps troubleshoot if you also mention what's happening that you're not expecting.  Error?  If so, what error?  If not, what's the unexpected behaviour? On Tue, 5 Oct 2004 13:45:21 -0500, Greg Morphis <[EMAIL PROTECTED]> wrote: > depends on if it's within your query or not.. > if not you'll need

Re: CFIF IsDefined

2004-10-05 Thread Tony Weeg
donna. not that its MANDATORY, but id do it like this... isDate(rsClientDetails.Client_ClosedDate))>     value="#LSDateFormat(rsClientDetails.Client_ClosedDate,'M/DD/YY')#">     value=""> (mm/dd/) or something like that. -- tony Tony Weeg macromedia certified cold fusion develop

Re: CFIF IsDefined

2004-10-05 Thread Greg Morphis
depends on if it's within your query or not.. if not you'll need tags On Tue, 5 Oct 2004 13:39:25 -0500, Donna French <[EMAIL PROTECTED]> wrote: > I want to thank you all for being patient with me. I have started > rebuilding our site in CFMX and trying to learn all aspects as I go > this time ar

BARCODES in CF

2004-10-05 Thread Ciliotta, Mario
Hi, Does anyone know of any good barcode generators that work with CFMX.  I am looking for something either in CF or JAVA.  If it is open source that would be great but if it is a commercial app that is fine too. I basically need to print barcodes on a label - I am not sure what style of barc

Re: Dreamweaver Templates..?

2004-10-05 Thread Marlon Moyer
Ok, if they're not so good, what do you suggest for straight HTML sites that can't use a scripting technology? Your argument doesn't make much sense to me.  Afterall, if you quit using a CFML server, you'll instantly recognize that the CFM files have tied you to a CFML server.  At least with DWMX

RE: Determining Form Origin

2004-10-05 Thread Tangorre, Michael
> From: Paul Vernon [mailto:[EMAIL PROTECTED] > set a session var on each page that sets specifically the > page you are on. > when the form is submitted, check against that session var... What happens if I save the HTML. Rework it, and drag that icon onto the open browser window that holds the

CFIF IsDefined

2004-10-05 Thread Donna French
I want to thank you all for being patient with me. I have started rebuilding our site in CFMX and trying to learn all aspects as I go this time around. Shouldn't this work I am trying to display date but if there is no date, display a blank text field. value="#LSDateFormat(rsClientDetails.Client

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Tony Weeg
you kinda have to remove the cf team from any list, as they should be defaults in the 0.1 - 0.99 category of good/popular, whatever. thats a given. tw On Tue, 05 Oct 2004 14:18:12 -0400, Matt Woodward <[EMAIL PROTECTED]> wrote: > I'll have to list several as well, in no particular order: > 1. Se

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Don
OK. Just want to thank those contribute to the answer of the question. I'll post another related thread as a follow-up. >tia/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Peters, Chris
New Development: I tried running the memory usage stats script Pete Freitag describes here: http://www.petefreitag.com/item/115.cfm And it displays this info: Free Allocated Memory: 250mb Total Memory Allocated: 253mb Max Memory Available to JVM: 253mb % of Free Allocated Memory: 99% % of Availa

Re: Dreamweaver Templates..?

2004-10-05 Thread Irvin Gomez
> They don't tie you to Dreamweaver - you're free to use >whatever editor you like if you're willing to forego the benefits of >templates in the future. > Your statement can be re-worded like this: "The moment you sever your ties to Dreamweaver, the benefits of templates are not available to you"

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Matt Woodward
I knew I'd forget someone: 9. Simon Horwith [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Eric Dawson
How about the guy that brought us Site Objects. The guy that created Fuse Objects (fusiontrio). Dave Watts - does he actually code? is that a requirement? and of course Ray Camden and Hal Helms The charter BlueDragon crew should probably get a mention as well.   _   From: Dick Applebaum [

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Matt Woodward
I'll have to list several as well, in no particular order: 1. Sean Corfield 2. Hal Helms 3. Ray Camden 4. Nate Weiss 5. Isaac Dealey 6. Ben Forta 7. Rob Brooks-Bilson 8. Arman Danesh I'm sure I'll think of others right after I post this ... [Todays Threads] [This Message] [Subscription] [Fa

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Aaron Rouse
Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) Philip Arnold (Mr Fill) On Tue, 05 Oct 2004 13:34:58 -0400, Judith Dinowitz <[EMAI

RE: Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread Yexley Robert D Contr AFRL/PROE
Put the PL/SQL in the database in the form of a function, procedure or package, and then use to run it. // YEX //   _   From: Wach, Samson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 1:35 PM To: CF-Talk Subject: Oracle PL/SQL connection through ColdFusion

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Howie Hamlin
Hey - equal time for the bottom!   - Original Message -   From: Judith Dinowitz   To: CF-Talk   Sent: Tuesday, October 05, 2004 1:34 PM   Subject: Re: Slightly OT: Name top 5 CF developers you know one way or another   I'm doing top 10, not top 5:   Top 10 CF Developers:   Raymond Cam

Re: User to upload to their site

2004-10-05 Thread Lawrence Ng
yes that is correct... i personally prefer mozilla myself.. >>> [EMAIL PROTECTED] 10/5/2004 10:30:00 AM >>> lawrence wrote: > That's funny. I've just been using fckEditor for the last few weeks and > notice that it does work mozilla and netscape.. haven't tried firefox You must be using v2.0, wh

Oracle PL/SQL connection through ColdFusion

2004-10-05 Thread Wach, Samson
The organization where I work is currently using ColdFusion 5 Enterprise on the Windows 2000 Advanced Server platform. We are accessing an Oracle database using an ODBC driver from Data Direct. When I attempt to add PL/SQL commands (ex. BEGIN) I receive a message indicating that the SQL expects S

Re: file name with no extensions

2004-10-05 Thread Tony Weeg
daniel is that you mean, or do you actually want a file with no extension called welcome, to be the file that is parsed and brought back to the browser by the cfmx server? tw On Tue, 05 Oct 2004 12:03:26 -0400, Cutter (CF related) <[EMAIL PROTECTED]> wrote: > http://www.somesite.com/Welcome/index

  1   2   >