RE: Macromedia Coldfusion

2001-01-18 Thread bflynn
Yes, that works much better than ColdMediaalthough coldmedia.org IS available ;) Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 10:41 AM To: CF-Talk Subject: RE: Macromedia Coldfusion Oh, I don't know. What about anothe

RE: string to number

2001-01-18 Thread mherbene
To somewhat answer part of this, in the past I've come to the conclusion that IIF is slower than CFIF; I don't remember if that's based on my own tests or someone else's reports. I still use IIF when it makes something generally more readable, but not too often... -Original Message- From

OT: Studio and PHP?

2001-01-18 Thread W Luke
Hi, A friend tells me that Allaire's Studio might be supporting PHP in the future - is this true, or complete rubbish? Will -- [EMAIL PROTECTED] -=- www.lukrative.com Classifieds -=- www.localbounty.com ~~ Structure your ColdFusion code with Fuse

RE: How to refresh screen?

2001-01-18 Thread PEREZ, RICHARD RINGO (SBCSI)
Use META refresh... -Original Message- From: George Dong [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 10:05 AM To: CF-Talk Subject: How to refresh screen? Hi there, I tried to refresh screen when I redirect to a cf file throuth javascript (location.href=filename), but I c

Query Grouping and output

2001-01-18 Thread Drechsler, Jennifer
Hey all, I am having problems with grouping and summing. Here's the query. Works fine. SELECT Dept, DepTitle, Char, CharTitle, BudObj, ObjTitle,

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Keith C. Ivey
[EMAIL PROTECTED] wrote: > You really are going to tell the website owner to ante up > another X thousands of dollars to develop downward browser > capability? Not to mention the cost of maintaining the various > website variants. In a lot of cases, it's the incompatible, browser-specific devel

RE: Validate against a mask

2001-01-18 Thread Jason Powers
In the CF studio docs, there is a good reference for the CF Regex engine under Using Coldfusion Studio -> Testing and Maintaining Web Pages -> Using Find and Replace. For general regex stuff, which you seem to have a handle on, though, you might look at O'Reilly's "Mastering Regular Expressions",

RE: Please help....

2001-01-18 Thread Vani Kolli
Hi Jennifer/Dick, The first thpought i had was using session variables but if i want to use them only once i better go for input hidden fields. And comming to the second one i also have the same feeling. But as Dick said i will try putting it in a form field and try it. Let's see if it works the

RE: CFHTTP with session variables

2001-01-18 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That depends on the type of page you're calling. If it's a CFM page, just make sure you grab the CFID / CFTOKEN value that the server sends to you and pass it back to the server with each call. You'll probably have to use the CFHTTP.ResponseHeader c

Cluster Content Synchronization

2001-01-18 Thread BZiel
Hello all, I was wondering if someone could share with me their solution to content synchronization in cluster environment. We are in the process of setting up a four webserver cluster (all machines are NT 4.0 sp6a, IIS 4.0, CF 4.5 Enterprise, dual 700 MHz processors, 256 Mbs RAM). One m

How to disable "Back" function on browser

2001-01-18 Thread Nathan Chen
Hi All: Is there a way to disable the "Back" function when the user right click the mouse? What I am trying to do is to prevent the user from going back to the previous page. Nathan Chen ~~ Structure your ColdFusion code with Fusebox. Get the off

RE: string to number

2001-01-18 Thread Tim Painter
Take the quotes out of "form.adult + form.children" You can also use VAL val(form.adult) + val(form.children) tim p. -Original Message- From: Steve Doran [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 8:36 AM To: CF-Talk Subject: string to number I am trying to get a va

Re: How to refresh screen?

2001-01-18 Thread Scott Weikert
One trick is to add a URL variable with some random value - even if you don't use it on the other end. That makes the total URL different than the one that's cached, and forces a total refresh. - Original Message - From: "George Dong" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]>

Re: data in columns

2001-01-18 Thread Nathan Chen
First, try using where cbi like 'CBI%' Second, you can just use #Get.recordcount# to return the number of records you query finds. --Nathan Robert Orlini wrote: > Hello, > > I'm still a newbie with this one though I've tried. How can I count data in > certain columns of a table for each rec

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Dave Watts
> > Take a look at this, and tell me Flash has no place in > > business apps: > > > > http://www.figleaf.com/development/flash4/orgchart.swf > > > > ObObvious: > > Went to page. Asked if I want acitveX control to run. > clicked no. Blank page. Well, of course. The link is to a SWF file its

cftry/cfcatch and cfswitch issues?

2001-01-18 Thread Scott Weikert
Hey gang, A fellow co-worker is working on adding some CFTRY/CFCATCH goodies to a site we're working on. It's a semi-FuseBox site - not 100% Fusebox but close enough for gub'mint work. So what we're trying: (all the stuff) blah blah and it doesn't seem to be catching any errors. Are t

Re: data in columns

2001-01-18 Thread C Frederic Valone
If you are already selecting only the rows where cbi like 'CBI' then you will not get any of the rows where cbi is empty so you could just use the variable get.recordcount to get a count of rows. PS You cannot to my knowledge use the cf set as you have there referencing a column in the query

RE: Validate against a mask

2001-01-18 Thread bflynn
CF's RE expressions are the POSIX compliant subset of what Perl uses. What is commonly used in Perl (/s,/S,/d, etc) is not POSIX. However, Perl also supports the POSIX set. Here's another link that I've used: http://www.psyberspace.net/coldfusion/coding/strings/regex.cfm Brian -Original

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Dick Applebaum
At 2:22 PM -0500 1/17/01, Aaron Johnson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >That's where Flash usually exists does it not? The point is that >where Flash really shines is it's ability to mimic "instant feedback" >to the user... ie: user clicks button, instantly shows "Press

RE: Adam, you got to be kidding?

2001-01-18 Thread Benjamin S. Rogers
> how can you develop assuming that scripting is ON? It's my experience that most developers assume this as well. Most developers also take the time to ensure that scripting degrades gracefully in non-scripting browsers when it is convenient. The problem is that some applications/interfaces requi

JavaScript, Cookies, and everything else..

2001-01-18 Thread Jeffry Houser
As the current conversation is going... For those of you who develop for people who do not have Javascript or cookies enabled, how can you tell? How do you figure out if JavaScript is disabled on your client? How do you tell if cookies are disabled? -- Jeff Houser | mailto:[EMAIL PROTECTE

Query help for TwoSelectsRelated tag

2001-01-18 Thread Aaron Rouse
I am trying to use Nate's tag for selecting locations from various areas. My table contains both the master areas and then the locations below them. An example of the data in the table is as follows: ID PID NAME Lvl Visible 1 0Texas31 2 1Houston 41 3 1Dall

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Todd Ashworth
Does it say how many have their JS/cookies turned off though? geez .. if I was spending 50k on a project, I'd want that whole 100% ;) Todd Ashworth - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 10:10 AM Subject: Re: Gre

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Jennifer
So let's talk about IE 5. If I remember correctly (and I am known not to occasionally) the security patch for IE that came out after the big virus scare disables JS in IE5. They aren't talking about creating different versions for cross-compatibility; they're talking about planning a single ve

RE: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Dylan Bromby
the point isn't whether the browsers can use javascript, it's whether or not the technology you want to rely on can be turned on or off by the user. the key word is RELY. i use JS on sites but if it's turned off or otherwise unavailable it doesn't break the application in question. as far as "dow

RE: CF and FrontPage

2001-01-18 Thread John McKown
I have been waiting for someone to talk about this on the list for a while. We use FrontPage 2000 quite a bit for visual layout of tables and forms, then we remotely (through the FP Explorer) rename the .html files to .cfm when we are ready to do the CF part. Clicking on a .cfm file in FP Explore

OT: Javascript

2001-01-18 Thread Robert Forsyth
Does anyone now how to prevent someone from accessing a page that is supposed to be shown only in a popup window. I.E. I use a video player that is embedded in a popup window and I want to make sure that someone cannot access the template directly in a full browser window. Any help? Robert F

Strange Oracle error

2001-01-18 Thread Dan Haley
Anyone seen this error from Oracle - ODBC Error Code = S1000 (General error) [Oracle][ODBC][Ora]ORA-24357: internal error while converting from to OCIDate. It is happening on a VERY simple query with NO dates in the query, but when it happens CF locks up tight. There is nothing on it on the supp

Re: Adam, you got to be kidding?

2001-01-18 Thread Peter Theobald
I think what he was suggesting is that you use scripting to make your web site great. But you make sure a minimum functionality works without scripting. If a user doesn't get validation he can still use your site. If a use can't submit, your site is useless to him. At 08:14 AM 1/18/01 -0500, [E

RE: data in columns

2001-01-18 Thread Christopher Olive, CIO
you could just try the count(*) operator. SELECT count(*) as thecount FROM wweb Where cbi like 'CBI' AND cbi IS NOT NULL this will give you a variabel queryname.thecount where cbi is equal to 'CBI' and cbi is not null. chris olive, cio cresco technologies [EMAIL PROTECTED] htt

RE: Cross Browser DHTML Menu for NN 6

2001-01-18 Thread Richard Colman
which ones work for NN6 ?? -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 4:46 AM To: CF-Talk Subject: RE: Cross Browser DHTML Menu Be careful you get one that is NN6 compatible. There are a lot of scripts out there and only a few I have

Client Storage Database Question

2001-01-18 Thread Bud
Hi all. Question: To stop people from accessing a client storage database, how would I do that? If I set Restrict SQL Operations to INSERT, will applications still be able to use the database? I'm just trying to avoid having people read any variables from the database. Thanks, -- Bud Schnee

CFFTP problem - 0 byte

2001-01-18 Thread Paul Sizemore
I have been using cfFTP to u/l a file to a server (StoreRunner.com), but all of a sudden they say they are getting 0 byte files (after a few months of daily success). When I send the same file with WS FTP, it gets there. Does anyone have any insight? Code follows, and I am relatively new to CF (so

RE: Authorize.Net as COM Object VS Custom Tag

2001-01-18 Thread ron
Craig, We use Authorize.net with a custom CF tag, and we see processing times of 2-5 seconds on the authorization (or denial). Is that what you call pretty slow? We call it pretty freakin' fast. :) Regardless, I'd say the bottleneck comes from their https server... by itself is very fast, so a C

[WAY OT] Media Player/Netscape wackiness

2001-01-18 Thread Jamie Keane
Hi all, and apologies for being so off-topic... but I've got a pretty tight deadline and don't know where else to turn. We have a client that wishes, for some reason, to have an .ASF file embedded on their front page. The current code allows a control-less display in IE, but no matter how much I

Questio\n

2001-01-18 Thread Kevin Schmidt
Dave, Sorry to bother you but the list is down and I have a project to get done asap. I am stuck. I have a variable that contains a string with another variable name. I want to display the variable not the variable name when I display the first. IE #variable2# I want to see stuff instea

RE: data in columns

2001-01-18 Thread Mike Townend
try this SELECT id, cbi FROM wweb Where cbi = 'CBI' #Get.RecordCount# HTH Mike -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 15:48 To: CF-Talk Su

RE: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread JayB
> How >you can expect users to go back to your website if half of it doesn't work >because they haven't got the right settings or the latest browser? This >seems to be a very narrow minded attitude to have and will cost you >potential customers and clients. Our site is geared to a specialized s

RE: Variable Names with "-"

2001-01-18 Thread JustinMacCarthy
Hack: Select XML_F52E2B61-18A1-11d1-B105-00805F49916B as myxml >From table Now use #myxml# in CF Justin >-Original Message- >From: Troy Hiltbrand [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 18, 2001 2:58 PM >To: CF-Talk >Subject: RE: Variable Names with "-" > > >The problem wi

Re: Adam, you got to be kidding?

2001-01-18 Thread Wjreichard
Ouch ... Aaron. You think the Love Bug was browser-based script? It was vba file attachment. Yeap ... an executable. In a message dated 1/18/01 10:39:13 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > I'd guess much lower, especially > taking into consideration all the viruses and IE b

RE: Validate against a mask

2001-01-18 Thread Ruslan Sivak
I also believe that I should use Regex, but I can't find any decent reference for it for CF. It seems to be quite different from Perl's regex. Am I mistaken? -Original Message- From: Raymond B. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 10:38 PM To: CF-Talk Subject: RE:

connection limit has been reached?

2001-01-18 Thread Jay Patton
can anyone help me with this error or atleast give me an idea of what to do about it? i get it when i try to log onto the client section of the site im working on and ive never seen this before Error Diagnostic Information ODBC Error Code = () Timed-out trying to get a connection to MYDATA

RE: any ideas?

2001-01-18 Thread Cornillon, Matthieu
Jay, How about the following nested Iif statement? I don't exactly understand what your conditions/results are, but I use this sort of 3-way If statement all the time in Excel. An example: MyVal LT 5, return "< 5" MyVal GTE 5, AND LTE 10 return "5-10" MyVal GT 10, return "> 10" And you ca

RE: Unable to Verify ODBC

2001-01-18 Thread Peter J. MacDonald
I thought the system account was the Administrator login. I can not seem to find out where to change the system account permissions. I think this is my problem. Any help is appreciated? Thank You, Peter Peter J. MacDonald II Creative Computing, Inc. 100 Middle Street Lincoln, RI 02865 Phone:

RE: Macromedia Coldfusion

2001-01-18 Thread paul smith
Oh, I don't know. What about another's suggestion here: MacroFusion best, paul PS> Don't bother. MacroFusion.com is already reserved ;-) At 01:48 PM 1/18/01 +, you wrote: >i'm just glad that CF has a 'whizzy' name already, so MM wont have to give >it a jazzy one from their extensive libr

Inserting HTML into a database.

2001-01-18 Thread Adam Reynolds
I'm using EZEdit (awesome tag!) to enable a user to paste in excel tables etc as HTML. I'm having problems if the spreadsheet pasted in is too big. Is this a known problem? Also could somebody tell me how I get around the user using the ' character. Thanks. Best Regards, Adam Reynolds ColdFus

Re: Session var resources

2001-01-18 Thread Jeff W
Even better get either Ben's book "The ColdFusion 4.0 Web Application Construction Kit", or "Mastering Cold Fusion 4.5" from Arman Danesh. This is where I learned about sessions. Jeff Waris Priority Business Cards - Original Message - From: "JLB" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAI

Allaire, Macromedia merger

2001-01-18 Thread Dave Watts
Allaire has been acquired by Macromedia: http://www2.marketwatch.com/quotes/articles.asp?symb=ALLR&sid=129237&source= htx/http2_mw&view=detailed&guid=%7BDE0E69E1%2DAC03%2D4326%2D9D1C%2D1EB7A9B69 4EC%7D (credit to Enayet Rasul for this info) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.

RE: string to number

2001-01-18 Thread Cornillon, Matthieu
Steve, As long as you keep your ranges as you have them in your If statements, the following formula should yield the correct result. I know this doesn't address the question that you asked, but others have responded to that, and I just couldn't help fiddling. Hope you don't mind. Of cou

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Wjreichard
Please ... I just checked Webtrends for browser types hitting our site and 98% of all browsers are NN 4+ and IE 4+ ... with the over 60% being IE 5. With a sample of over 5 million hits. You really are going to tell the website owner to ante up another X thousands of dollars to develop downwa

RE: The acquisition of Allaire by Macromedia

2001-01-18 Thread Dave Yang
Paul Smith wrote: > Does Flash play/stream compressed video/audio? Either Flash or Director Shockwave streams compressed audio. Dave Yang - Quantumwave Interactive Inc. Toronto, Ontario, Canada http://www.quantumwave.com ~~ Structure your ColdFu

RE: Variable Names with "-"

2001-01-18 Thread Troy Hiltbrand
The problem with this is that I am working with a Microsoft product that has a mind of its own. The SQL statement looks like this: SELECT * FROM TABLE for xml auto,elements It returns a one column result whose name is XML_F52E2B61-18A1-11d1-B105-00805F4991

data in columns

2001-01-18 Thread Robert Orlini
Hello, I'm still a newbie with this one though I've tried. How can I count data in certain columns of a table for each record. Some records have no data in this field of the column so of course I don't want that counted. I kept it VERY VERY simple below. I've tried different configurations, but #

How to refresh screen?

2001-01-18 Thread George Dong
Hi there, I tried to refresh screen when I redirect to a cf file throuth javascript (location.href=filename), but I can see the new content until manually refresh, I tried to use cfcache, but it doesn't work properly. Thanks ~~ Structure your Cold

RE: Adam, you got to be kidding?

2001-01-18 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Ouch yerself. :) Your assumption is that 98% of all users have scripting enabled. Reality, as always is different. I'd guess much lower, especially taking into consideration all the viruses and IE bugs over the last year where users, especia

RE: Adam, you got to be kidding?

2001-01-18 Thread Dylan Bromby
your guess? when i devlelop intranets/extranets i use javascript because the client can tell its employees/partners what the requirements are for using a given web-based applicaton. however, when i develop publicly accessed sites i don't rely on javascript. the reason is it can be turned off, not

RE: ASpUpload

2001-01-18 Thread DeVoil, Nick
> Anyone using ASPUpload via CF? No, but I've used it via ASP & that's very easy. I can't see CF being any different. Do you know how to use ? ** Information in this email is confidential and may be privileged. It is intended

RE: Macromedia and Allaire to Merge -- A couple examples of mixin g technologies

2001-01-18 Thread Steve Drucker
I'm afraid that Dave gave out the url of a very early prototype that we created over a year ago using Flash 4 and CF...the demo (with code ripped from the production app) is actually located here... http://www.figleaf.com/development/flash4/orgchart/orgchart.cfm This demonstrates the use of F

RE: CF and FrontPage

2001-01-18 Thread Cornillon, Matthieu
Looks like it's time for me to learn DreamWeaver. I am not good enough a programmer to take any extra confusion caused by FrontPage's alleged shenanigans. (I have some experience with these shenanigans myself, though I've learned to deal with most of them. But I am not ready to throw CF into th

RE: MM/ALLAIRE No more Studio?

2001-01-18 Thread Duane Boudreau
As long as it isn't WYSIWYG only! Duane > -Original Message- > From: Duane Douglas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 9:01 AM > To: CF-Talk > Subject: Re: MM/ALLAIRE No more Studio? > > > At 08:42 AM 1/18/2001 -0500, Richard L Smith wrote: > >It sounds like S

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You're right, I guess. I said specifically that you can't "...get stats for which part of your .swf was viewed..." Your article mentions Macromedia Flash advertisements, and the implications are that you can track "clicks" by assiging a "clickTag"

RE: Adam, you got to be kidding?

2001-01-18 Thread Adam Reynolds
It really depends. I've taken over sites where business logic was done in Javascript. That is horrendous and was a nightmare to sort some of the bugs. Javascript should be used to make things pretty and if you must do it, some validation (just to make life easy), but any data validation should al

RE: Adam, you got to be kidding?

2001-01-18 Thread Christopher Olive, CIO
how can you develop assuming that scripting is ON? if 2% of your customers have scripting disabled (just to use your numbers for a mo'), that's 2% of the people who WON'T be coming back to your site to buy something. that's like refusing to put in handicapped access ramps, because hey, only a sm

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Dave, I wasn't trying to say that Flash has no business applications. I was replying to previous posts where I was under the assumption that people were thinking that Flash would literally become the defacto standard for the display of informati

RE: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Katherine Maltby
There's no point putting 'basic' functionality on a web site that's supposed to be for all of your users if it won't work on some of their browsers. How you can expect users to go back to your website if half of it doesn't work because they haven't got the right settings or the latest browser? T

ASpUpload

2001-01-18 Thread Neil H.
Anyone using ASPUpload via CF? If so could you tell me how so I can try using it? Thanks, Neil ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive

RE: Adam, you got to be kidding?

2001-01-18 Thread Philip Arnold - ASP
> How do you explain that to an important customer when a user with a > javascriptdisabled browser who tried to submit a feedbackform couldn't get > it to work, and phoned the company complaining about it? > > I agree that some funcionality can and should be done on the clientside > using javascri

RE: SQL Server export/import preserving diagrams

2001-01-18 Thread Aidan Whitehall
> You can get a script to export diagrams from > http://www.swynk.com/sqlhome/7library.asp Thanks -- Aidan Whitehall <[EMAIL PROTECTED]> Netshopper UK Ltd Advanced Web Solutions & Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44 (01744) 648651 ~

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Steve Drucker
Ah...what might have been! The textual content could have been managed by Spectra/CF with the Flash objects being dynamically updated by Generator...as Fig Leaf has done successfully in several implementations. The logging of dynamic content items could have been accomplished through a variety o

RE: Sessions

2001-01-18 Thread Michael Ross
THanks all. Here is my application.cfm code as it is. It may not be pretty. In a perfect world I want to check to see the sessionid variable is active(aka the user is already here). If so then update a table. If not i want it to find a number and create one(sessionid). Then add it to the

More on Data problem

2001-01-18 Thread Neil Robinson
Just in case anyone's having the same issue, Bjørn Jensen pointed me in the direction of the setlocale() function which seems to do the trick, as below. This will now treat a form date as dd/mm/yy regardless of 4 or 2-digit years. Locale has changed from #previous_locale# to #GetLocale()#

Session var resources

2001-01-18 Thread JLB
Anyone have a good site that tells all there is about session and client vars. I need to learn when is a good time to use them and how to implement them at that time. Jim Becker ~~ Structure your ColdFusion code with Fusebox. Get the official boo

Re: MM/ALLAIRE No more Studio?

2001-01-18 Thread Duane Douglas
At 08:42 AM 1/18/2001 -0500, Richard L Smith wrote: >It sounds like Studio 5 is going to UltraDev?? presently, studio 4.5 can be tightly integrated with ultradev. so ultradev 5 won't be a huge leap. ~~ Structure your ColdFusion code with Fusebox.

RE: random record

2001-01-18 Thread Jeremy Bunton
Your method is actually the one that I ended up using, not because I saw that there may be a problem with the other method, but because it seemed a little more straight forward to implement. It seems to be working just fine. JLB -Original Message- From: BORKMAN Lee [mailto:[EMAIL PROTECT

RE: Macromedia and Allaire to Merge

2001-01-18 Thread paul smith
NOW, it does. It didn't last night. I guess it wasn't quite ready for prime time then. Thanks. best, paul PS> I get the 404 on OK, too (They probably don't want the changes to be permanent.) At 09:18 AM 1/18/01 +, you wrote: >Click Search & you get a list of names which you can >drag

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Wjreichard
Let me guess ... the good of the many does NOT outweigh the good of the few! Geez ... do you develop all your web pages strictly in English? Hmmm ... talk about 'the height of arrogance'. Bill Reichard Willow Gold [EMAIL PROTECTED] http://www.willowgold.com In a message dated 1/18/01 8:25:55

RE: string to number

2001-01-18 Thread Simon Horwith
I think what you want . (no quotes) ~Simon > Simon Horwith > Allaire Certified ColdFusion Instructor > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line) > www.figleaf.com > -Original Message- From: Steve Dor

RE: string to number

2001-01-18 Thread Holger Lockertsen
You want this: When setting quotes around it, CF assumes it's a string. rgds * Holger Lockertsen, Solutions Developer * Pixelduck AS - Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway * 23 31 03 04 / 91 83 20 51 * [EMAIL PROTECTED] * http://www.pixelduck.com/ > -Original Message- > Fro

Re: Netscape/CF_Twoselects oddity

2001-01-18 Thread paul smith
On my Netscape® Communicator 4.75 the right menu comes down one line with tiny spin buttons, but I had to manually cycle thru the options one by one (which might be what you meant to say). best, paul At 04:21 PM 1/18/01 +1100, you wrote: >In Netscape 4.6 and 4.7 (and other NNs for all I know

MM/ALLAIRE No more Studio?

2001-01-18 Thread Richard L Smith
It sounds like Studio 5 is going to UltraDev?? Rick ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscr

RE: Storing/Encrypting Credit Cards

2001-01-18 Thread ibtoad
Does able commerce store credit card info in the database? If so, what security do they use? Rich -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 11:51 PM To: CF-Talk Subject: RE: Storing/Encrypting Credit Cards At 06:11 PM 1/17/01 -0500,

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Philip Arnold - ASP
> Jeez, what is all this talk of Flash - it is a TERRIBLE program; far too > time consuming and cumbersome. > > uurgggh Flash has one use, and one use only - making pretty animations that are there to pad an otherwise bland page One of our clients wanted us to make a completely Flash site - we t

RE: Macromedia Coldfusion

2001-01-18 Thread Neil Clark
i'm just glad that CF has a 'whizzy' name already, so MM wont have to give it a jazzy one from their extensive library or names that Adobe thought were too stupid :-) N http://www.mcbdigital.com ---> ~~ Structure

RE: Adam, you got to be kidding?

2001-01-18 Thread Holger Lockertsen
How do you explain that to an important customer when a user with a javascriptdisabled browser who tried to submit a feedbackform couldn't get it to work, and phoned the company complaining about it? I agree that some funcionality can and should be done on the clientside using javascript, but I a

string to number

2001-01-18 Thread Steve Doran
I am trying to get a variable to work that would tell me how many rooms a person would need if they has X amount of people in their party. Here is the Code I am working with: The problem I am having is when you output grp it gives you the total of form.adult

RE: Macromedia Coldfusion

2001-01-18 Thread James Maltby
What about MacroFusion or ColdMedia? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 13:33 To: CF-Talk Subject: Re: Macromedia Coldfusion But you'll have to admit "Macromedia Coldfusion" is sexier than "Macromedia Confusion" ;-) best, paul

RE: Flash 5.0 timeconsuming and cumbersome? Naaaahh....

2001-01-18 Thread Angél Stewart
LOL!! What the hey do you use to develop Flash man? Flash is great for even simple stuff on webpages, and the new Actions in Flash 5 are even better. Its a programming language, that you just have to learn like any other, but it isn't that difficult. It usually involves very simple IF THen stat

Re: Macromedia Coldfusion

2001-01-18 Thread paul smith
But you'll have to admit "Macromedia Coldfusion" is sexier than "Macromedia Confusion" ;-) best, paul At 07:00 PM 1/17/01 -0500, you wrote: >Lol Macromedia Coldfusion does not sound as Sexy as Allaire Coldfusion =) ~~ Structure your ColdFusion

Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-18 Thread Larry W. Virden
Adam, I applaud you for doing things the right way - assuming that the client won't have javascript enabled. As a web developer, as well as a user of a variety of browsers in which there either is no javascript, minimal javascript, or javascript which works differently from version to versio

Adam, you got to be kidding?

2001-01-18 Thread Wjreichard
You actually develop with the mindset that a user might not have scripting enabled? Ouch! My guess would be that at a minimum, 98% of all users have scripting enabled. So, you would forfeit the capability of client-side data validation, client-side DOM manipulation, etc.? You would add unnee

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Neil Clark
Jeez, what is all this talk of Flash - it is a TERRIBLE program; far too time consuming and cumbersome. uurgggh N http://www.mcbdigital.com ---> ~~ Structure your ColdFusion code with Fusebox. Get the official bo

RE: Macromedia and Allaire to Merge

2001-01-18 Thread paul smith
What Flash software packages can be used to do this? Can the free Flash 5 Print Authoring Kit do it? best, paul At 03:29 PM 1/17/01 -0800, you wrote: >Actually Flash 5 is very usefull for all those things, the action script in >it allows you to connect to a database via middleware, like coldfus

RE: Cross Browser DHTML Menu

2001-01-18 Thread Neil Clark
Be careful you get one that is NN6 compatible. There are a lot of scripts out there and only a few I have seen that work with any degree of success on NN6 N http://www.mcbdigital.com ---> ~~ Structure your ColdFus

RE: Cross Browser DHTML Menu

2001-01-18 Thread Daye, Marianne
Here's an example that worked for me: http://www.webreview.com/1998/07_24/webauthors/07_24_98_10.shtml -Original Message- From: Raymond B. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 4:40 PM To: CF-Talk Subject: RE: Cross Browser DHTML Menu http://www.dynamicdrive.com

RE: business days

2001-01-18 Thread Tim Painter
Alex, Here is how to do it in SQL Server (assuming Saturday and Sunday are not business days) Select count(*) as daycount >From DateTable Where DateTable.EntryDatetime >= [beginnindate] AND DateTable.EntryDateTime <= [enddate] AND ((DateName(dw, DateTable.EntryDatetime) != 'Saturday') AND (DateNa

RE: duplicating inserts

2001-01-18 Thread Philip Arnold - ASP
> I cant think of a reason why an insert query should be cached, so any > caching would probably be uneccessary. > A solution to your problem would be to check for the existense of a record > before inserting or, if there is no reason why the user would validly need > to go back, make the page con

RE: Form Post with Image

2001-01-18 Thread Adam Reynolds
Avoid this if you can. Only takes one person without JS enabled and bingo...they can't submit the form...not good... -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 11:31 AM To: CF-Talk Subject:Re: Form Post with Image

OT:Access SQL Extraction VB Script

2001-01-18 Thread Adam Reynolds
This was posted sometime ago, could somebody email me directly or give me a link to be able to download this script that creates the SQL for a database? Thanks Best Regards, Adam Reynolds ColdFusion Web Developer ISMG Development, Unilever London ( +44 20 7822 x5450 m: +44 7973 386620 * [EMAI

RE: Form Post with Image

2001-01-18 Thread Raymond B.
or an onclick even to submit the form w/ JS. Both have their drawbacks, you can also use CSS to change the style of the submit button itself. -Original Message- From: Albert K Arhin [mailto:[EMAIL PROTECTED]] Sent: January 18, 2001 04:56 To: CF-Talk Subject: Form Post with Image Hi

Re: Form Post with Image

2001-01-18 Thread Wjreichard
You can execute the onclick event of the image to call the submit method of the form. In Javescript you would use something like: Bill Reichard Willow Gold [EMAIL PROTECTED] http://www.willowgold.com In a message dated 1/18/01 5:53:12 AM Eastern Standard Time, [EMAIL PROTECTED] writes: >

  1   2   >