RE: Flex not?

2004-04-07 Thread Samuel R. Neff
CF pages on JRun are not case sensitive, but JSP pages and servlets are.  I actual ran into a problem with this recently: http://www.rewindlife.com/archives/000142.cfm Sam Blog http://www.rewindlife.com TeamMM http://www.macromedia.com/go/team --

RE: Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Samuel R. Neff
Flex is a J2EE web application.  CFMX is a J2EE web application.  The way J2EE is designed these should be installed as separate applications into either the same or different server instances.  Doing that is cake--just unpack the wars. However, some people want to put them in the same application

RE: JavaScript Compatibility

2004-04-07 Thread Charlie Griefer
2 things: 1) did you copy/paste this code?  You're calling swithLocation(), but the function name is switchLocation() :) 2) instead of document.forms[0].myList.value, pass the following argument: this.options[this.selectedIndex].value In a , the options are an array to JS.  selectedIndex is the c

Re: JavaScript Compatibility

2004-04-07 Thread brobborb
prolly cos it was netscape based.  remember back in those days tryin to code for both NS and IE was a nightmare   - Original Message -   From: Joe Eugene   To: CF-Talk   Sent: Thursday, April 08, 2004 12:13 AM   Subject: _javascript_ Compatibility   Does anybody know why this would Not

Re: Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Dick Applebaum
I am a little dense! Help me understand! Flex is not a wam. bam install on CFMF??? If true, that says munch [sic] more than I really want to hear, Dick On Apr 7, 2004, at 7:53 PM, Abraham Vionas wrote: > Care to share some pointers with me? > >  I've followed the instructions, but something o

JavaScript Compatibility

2004-04-07 Thread Joe Eugene
Does anybody know why this would Not be Compatible with Win 95/AOL?
function switchLocation(loc){
location.href = ""> return true;
}
> mm ms Does AOL/Win 95 have problems with JS Files? Thanks, Joe Eugene [Todays Threads] [This Message] [Subscription] [Fast Unsubsc

RE: Hallelujah!!! Flex successfully installed on Coldfusion

2004-04-07 Thread Samuel R. Neff
Do you mean Flex pages or all pages?  Flex compilation times are very slow. Flex is not meant to re-compile files for each request but only once when files are first loaded.  The performance does not really allow for any significant dynamic MXML creation, even though the JSP tags provide that funct

browser detection script

2004-04-07 Thread Adrian J. Moreno
You don't have to reinvent the wheel. Just go to http://www.quirksmode.org/ and check out Peter-Paul Koch's DHTML Micro API. It'll cover everything you need by doing object detection instead of browser detection. By checking "document.getElementById" vs. "document.all" vs. "document.layers", i

Re: RIA options, Flex Flash and others.

2004-04-07 Thread Dick Applebaum
Forgot to remind you -- You need Mozilla or FireFox to run the xul example (worth the Dload, though) Dick On Apr 7, 2004, at 9:15 PM, Dick Applebaum wrote: > Of course, I had to do it -- compare the XUL tree menu with the >  FlexFlash equivalent (the best I can do with limited knowledge of >  b

Re: Flex not?

2004-04-07 Thread Dick Applebaum
On Apr 7, 2004, at 8:56 PM, Samuel R. Neff wrote: >  JRun url's are always case sensitive, on a PC too. > > Never experienced case sensitivity with CFMX for J2EE JRun on JRun on the Mac -- or the Linux port of CFMX 6.0 Dick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

Re: Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Dick Applebaum
What is this "merging files" crap -- I just installed Flex on a separate server. Are you saying that if I want to use CFMX to serve/generate FlexFlash files I must perform an unnatural act? Dick On Apr 7, 2004, at 8:54 PM, Samuel R. Neff wrote: > I've done it, and yes it's a huge pain.  Unfor

Re: Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Dick Applebaum
I just did it Following Christian's/Dave's instructions on a Ma (earlier Flex Not thread). I went thru the install process on win XP (emulated) then expanded the .war files as suggested by Christian (the same as installing FMX on JRun) It works but the URLs are case sensitive. I didn't merge

Re: RIA options, Flex Flash and others.

2004-04-07 Thread Dick Applebaum
Of course, I had to do it -- compare the XUL tree menu with the FlexFlash equivalent (the best I can do with limited knowledge of both). Here's the XUL:  http://67.124.145.42/XUL/XULSampleTreeMenu.xul CPU 0.5%  Real Mem 54.38 MB and the FlexFlash:  http://67.124.145.42:8100/Flex/myTr

Hallelujah!!! Flex successfully installed on Coldfusion

2004-04-07 Thread Abraham Vionas
Heheheh, it's taken me a week to set up but I finally have my server set up: Coldfusion MX 6.1 JRun 4 Flex 1.0 Php5 Python 2.3 Apache 2.0.49 Ugh was it a pain in the butt.. NOW, however, I want to know if anyone has any clue why the hell the pages take so long to load into my browser. Obvio

RE: ColdFusion Coding Contest

2004-04-07 Thread cfhelp
What someone needs to do is set this up and a few other puzzles and form development teams. Team 1: CF Team 2: ASP/.Net Team 3: PERL Team 4: PHP Rick -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:19 AM To: CF-Talk Subject: RE: Col

RE: Flex not?

2004-04-07 Thread Samuel R. Neff
Pretty much everything is java based except for the debug flash player. JRun url's are always case sensitive, on a PC too. Good luck, Sam > -Original Message- > From: Dick Applebaum [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 10:34 PM > To: CF-Talk > Subject: Re: Flex n

RE: Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Samuel R. Neff
I've done it, and yes it's a huge pain.  Unfortunately the simple fact is Java applications are designed to be installed as separate contexts.  Just there are some restrictions when doing that and there is a desire to have them in the same instance--it simplifies remoting for example.  I can't offe

Has anyone successfully installed Flex on Coldfusion 6.1?

2004-04-07 Thread Abraham Vionas
Care to share some pointers with me? I've followed the instructions, but something obviously isn't in the right spot somewhere. I tried following Ben Fortas instructions as well - which were better than the macromedia instructions but still clear as mud. I'll bet the problem has something to do

Re: PIA name already taken

2004-04-07 Thread Rob
On Wed, 2004-04-07 at 08:52, Kevin Graeme wrote: > For those throwing the "PIA" moniker around as an acronym for Poor Internet > Application, it's already taken. Sorry Rob. > > http://www.risource.org/PIA/PIA_FAQ.shtml hehehe, it was a joke anyway. It's just Neuromancer really - after the killer

Re: Flex not?

2004-04-07 Thread Dick Applebaum
Sam Good to know -- I'll be on the lookout I would hope that Flex follows the CFMX model and is Java based. We will see. Christian says it works quite well on the Mac. I certainly am not shy to point out any shortcomings I see... BTW, so far, on the Mac, I have found that a Flex URL is case-s

Re: Macromedia MAX Date announced!

2004-04-07 Thread Dick Applebaum
On Apr 7, 2004, at 4:55 PM, Tony Weeg wrote: >  what a great ideaNAWWLINS! > > Nah, its NAWWLINS, shugah! You prolly can also pronounce/spell LOOLVUL! or, If you are from Pittsburgh, they say YURRIGNURUNT! Dick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Use

RE: Flex not?

2004-04-07 Thread Samuel R. Neff
It's not just an issue of running the server application, there are peripheral apps that aren't all available for the Mac or don't all work. Flex has the Flex server, mxmlc compiler (which is just a script that calls the right java classes in the server), fdb (again, script that calls java classes)

Re: problem with space in table name

2004-04-07 Thread Claude Schneegans
>>The double quote should work: "order detail". Yeah, and [...] works as well. I had try it, but forgot to put it around every occurence in the query, so it didn't work. Thanks a lot. -- ___ See some cool custom tags here: http://www.contentbox.com/claude/custo

RE: SQL INSERT error on large amount of text

2004-04-07 Thread Dave Watts
> Now you've suggested it though, I've given the suggestion > some thought and I don't see where it can be better in all > cases. Especially when you consider that using a > cftransaction can potentially lock the entire table when this > may not be necessary. >   > Achieving the correct level o

Re: Flash spiking CPU

2004-04-07 Thread brobborb
Flash has its uses, but i dont think it should fully replace HTML, especially when you notice these performance issues! Just because you can technically use _javascript_ as a database (it's been done!  funny story) doesn't mean you should!  haha   - Original Message -   From: Dick Appleb

RE: Macromedia MAX Date announced!

2004-04-07 Thread Tony Weeg
dude, that ALMOST sounds like a plan tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, Apr

Re: Flash spiking CPU

2004-04-07 Thread Dick Applebaum
On Apr 7, 2004, at 4:51 PM, brobborb wrote: > Because flash, especially with animation, is a CPU hog.  Thats why i > hate macromedia for doing their whole site in flash.  Doing a search > in the DEV exchange is a nightmare.  Scrolling down the flash scroll > is slow and choppy.  not smooth like

Re: Flex not?

2004-04-07 Thread Dick Applebaum
On Apr 7, 2004, at 1:46 PM, Christian Cantrell wrote: > On Apr 7, 2004, at 12:21 PM, Dick Applebaum wrote: > >  >  Has anyone done this? > >  Just about all the Flex development I've done so far has been on a > Mac. >It works great.  Dave's explanation is correct.  Here are the > details: >

Re: help, cfmx 6.1 just hangs!

2004-04-07 Thread Josh
We are running Apache 2.0.46 Any ideas? Much Thanks Dave Watts wrote: > > I am running CFMX 6.1 on RHEL3 with Apache. > > What version of Apache are you using? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > phone: 202-797-5496 > fax: 202-797-5444 > [Todays Threads] [This

Re: Flash spiking CPU

2004-04-07 Thread brobborb
can u send me a link to the page displaying the SWF? (not thw swf itself)   - Original Message -   From: Bryan Stevenson   To: CF-Talk   Sent: Wednesday, April 07, 2004 7:51 PM   Subject: Re: Flash spiking CPU   I'm with ya...but any ways of minimizing this nastiness?   Bryan Stevenson

Re: Flash spiking CPU

2004-04-07 Thread Bryan Stevenson
I'm with ya...but any ways of minimizing this nastiness? 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: Need some backup here

2004-04-07 Thread Andrew Scott
This is what I see, but we are also firewalled and this might be blocked here:-) The most common reason is that your upstream ISP is not enabled. If you believe that you are in fact multicast enabled, please fill out the following form. Regards Andrew Scott Technical Consultant NuSphere Pty Lt

RE: Macromedia MAX Date announced!

2004-04-07 Thread Michael T. Tangorre
Tony Weeg is renting a stretched Hummer to take 20 people down from the DC metro area. Thanks Tony, count me in. Hehehe. Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Macromedia MAX Date announced!

2004-04-07 Thread Erika L Walker-Arnold
Now THAT is a town I can do!!! And the alcohol actually has some alcohol in it LOLOL Excellent!! Best part? It's only a nine-hour drive from here! YEAH BABY Cheers, Erika -- -Original Message- From: Cameron Childress [

RE: SQL INSERT error on large amount of text

2004-04-07 Thread Paul Vernon
> Out of curiosity, why do you recommend using CFLOCK instead of > CFTRANSACTION? The CFLOCK tag only affects CF code, and any decent database > provides transactional support. Using the database's own transactional > support seems superior in several respects, to me. To be totally honest, it ne

Re: Macromedia MAX Date announced!

2004-04-07 Thread Matt Robertson
N'Awlins?  Good God how will anyone get any work done? Worst hangover of my life was the week after the week I spent in that town.   -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com ---

RE: Macromedia MAX Date announced!

2004-04-07 Thread Tony Weeg
WOW! what a great ideaNAWWLINS! awesome... tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED] Sent:

RE: E-trade DHTML

2004-04-07 Thread Tony Weeg
im not saying STEAL the code, but functions are functions, and methods are methods...sure the implementation EXACTLY is wrong, but you gotta start somewhere...and shouldn't let a notice like that deter you from getting, changing it to your needs and using it...should it? tony r e v o l u t i

Re: Flash spiking CPU

2004-04-07 Thread brobborb
Because flash, especially with animation, is a CPU hog.  Thats why i hate macromedia for doing their whole site in flash.  Doing a search in the DEV exchange is a nightmare.  Scrolling down the flash scroll is slow and choppy.  not smooth like HTML.  i'm like, my goodness!!   - Original Messag

Macromedia MAX Date announced!

2004-04-07 Thread Cameron Childress
Nov 1-4 - New Orleans, Louisiana: http://www.macromedia.com/macromedia/events/max/ -Cameron - Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- land:  858.509.3098 cell:  678.637.5072 aim:   cameroncf email: [EMAIL PROTECTED] [Todays Threads] [This Message] [Subs

OT: Flash spiking CPU

2004-04-07 Thread Bryan Stevenson
Hey All, We've got about a 140k SWF that loads on the home page.  It makes the IEXPLORE.EXE process grab 90+% of the CPU and doesn't seem to let go until you navigate away from that page to the all HTML pages in the rest of the app. Any ideas? or is this just the way it is? BTW the SWF is saved

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
Bingo Sam!! Yep...just wanna kick the baddies 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: browser detection script

2004-04-07 Thread Bryan Stevenson
h...well no it's not an issue of functions...it's which browsers and versions display the site as intended (we're talking layout and design not functionality). Anywaysthanks to all for their advice...I am now re-inventing the wheel ;-) I've found various databases of user_agents and I wil

RE: browser detection script

2004-04-07 Thread Samuel R. Neff
That's fine for JS but I think the question here was about layout of HTML and CSS support.  You can't use JS to tell if a browser supports the HTML/CSS you're using without browser sniffing. But I think the only real concern is NN4 or not NN4.  NN4 is the only old browser we encounter on a regular

Jasper Reports x CF MX - anybody use?

2004-04-07 Thread Spectrum WebDesign
Hi all JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. I'm looking for using with CF MX for creating powerfull PDF files and XML files. Do you have any comments? Anyb

Re: browser detection script

2004-04-07 Thread Charlie Griefer
what Jochem is suggesting is testing for the capability of any browser to be able to correctly render your code. back in the day, when rollover scripts were the 'big thing', not all browsers supported images as objects.  instead of testing for each browser, the standard test was: if (document.ima

Re: browser detection script

2004-04-07 Thread Jochem van Dieten
Bryan Stevenson wrote: > Thanks Jochembut how do I test if a browser will render the site as intended (i.e. in NS 4 this site looks WAY off the intended look). You use certain functions, right? Just test for those :-) Instead of (pseudocode): function getIt(It) {    return document.getElemen

Re: E-trade DHTML

2004-04-07 Thread Stan Winchester
Do what you want, though copyright notices are supposed to protect intellectual property, and we should encourage obeying the law and ethical behavior! Look at the code and see how they are doing it. Learn how to do write the code yourself, but stealing is stealing whether or not you get caught! Al

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
Thanks Jochembut how do I test if a browser will render the site as intended (i.e. in NS 4 this site looks WAY off the intended look). Mabye I can simplify this with a little help from CF-Talkers... CGI.USER_AGENT spits out something like so: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Re: problem with space in table name

2004-04-07 Thread Jochem van Dieten
Claude Schneegans wrote: > > I'm having a problem with a table in MSSQL with name "order detail". > The problem is that first "order" is an SQL keyword, second, spaces are not allowed in identifiers. > Beside shooting the guy who designed the databse, is there a solution? > Like a delimiter I can

Re: browser detection script

2004-04-07 Thread Jochem van Dieten
Bryan Stevenson wrote: > > Does anybody have a rock solid _javascript_ script for browser detection? or a > CF code snippet? > > I'm under the gun and don't really want to re-invent the wheel using this > script (it's kind of overkillbut very good): > http://webreference.com/tools/browser/_ja

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
Oh ya...and free is preferableI will re-invent the wheel if I have to ;-) Thanks though Kwang Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macrom

Re: problem with space in table name

2004-04-07 Thread Jeff Garza
SELECT [order detail] AS orderDetail FROM mytable HTH, Jeff Garza   - Original Message -   From: Claude Schneegans   To: CF-Talk   Sent: Wednesday, April 07, 2004 2:36 PM   Subject: problem with space in table name   Hi,   I'm having a problem with a table in MSSQL with name "order d

Re: problem with space in table name

2004-04-07 Thread Dick Applebaum
Back tick character (`) On Apr 7, 2004, at 2:36 PM, Claude Schneegans wrote: > Hi, > >  I'm having a problem with a table in MSSQL with name "order detail". >  The problem is that first "order" is an SQL keyword, second, spaces > are not allowed in identifiers. >  Beside shooting the guy who desi

RE: Handling Passwords

2004-04-07 Thread Matt Robertson
As everyone has said, hash your passwords.  Its quick and dirty and works well. Salted hash works better and is almost as easy to implement.  Hashed passwords can in fact be guessed in a variety of ways, and adding salt goes a long way to preventing this. An excellent article on why to do this:

problem with space in table name

2004-04-07 Thread Claude Schneegans
Hi, I'm having a problem with a table in MSSQL with name "order detail". The problem is that first "order" is an SQL keyword, second, spaces are not allowed in identifiers. Beside shooting the guy who designed the databse, is there a solution? Like a delimiter I can use around such an identifier?

Re: browser detection script

2004-04-07 Thread Kwang Suh
If you're looking for something server side, try Browserhawk: http://www.browserhawk.com/ - Original Message - From: Bryan Stevenson <[EMAIL PROTECTED]> Date: Wednesday, April 7, 2004 3:28 pm Subject: browser detection script > Hey All, > > Does anybody have a rock solid _javascript_ sc

browser detection script

2004-04-07 Thread Bryan Stevenson
Hey All, Does anybody have a rock solid _javascript_ script for browser detection? or a CF code snippet? I'm under the gun and don't really want to re-invent the wheel using this script (it's kind of overkillbut very good): http://webreference.com/tools/browser/_javascript_.html I'm not afte

RE: E-trade DHTML

2004-04-07 Thread Robert Redpath
BOY - I'm gonna send the cops after you!  HA! -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:52 PM To: CF-Talk Subject: RE: E-trade DHTML hijack it, change a few lines...and you'll be just fine :) code is code...js functions are js functio

RE: E-trade DHTML

2004-04-07 Thread Tony Weeg
hijack it, change a few lines...and you'll be just fine :) code is code...js functions are js functions -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:42 PM To: CF-Talk Subject: Re: E-trade DHTML I would be very careful hijacking

Re: RIA options, Flex Flash and others.

2004-04-07 Thread Christian Cantrell
On Apr 7, 2004, at 12:20 PM, Whittingham, P wrote: > Is the 'slowness' done on purpose or by accident. I've created Flash > reports which render instantly and some 'slower' for effect? Is this > for 'effect'??? I guess the best way to say this is that the animation is obviously done on purpose

Re: Flex not?

2004-04-07 Thread Christian Cantrell
On Apr 7, 2004, at 12:21 PM, Dick Applebaum wrote: >  Has anyone done this? Just about all the Flex development I've done so far has been on a Mac.   It works great.  Dave's explanation is correct.  Here are the details: 1. Create a flex directory in JRun4/servers/default 2. Copy the flex.war f

Re: E-trade DHTML

2004-04-07 Thread Stan Winchester
I would be very careful hijacking code, especially when it contains a copyright notice at etrade does: "© 2004 E*TRADE FINANCIAL Corp. All rights reserved" I would go to google and search on free dhtml menu and see what you find. >Just view the source and download the .js files they use. > >-ada

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Burns, John D
Ahhh, see I know someone would come along with a better answer than mine! Good call! John -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:20 PM To: CF-Talk Subject: RE: String Length Hard-Limit (NOT a RegEx question) Just go to administrat

CFUN-04 interviews 7 - Mach-II with Sean Corfield; Hal Helms class

2004-04-07 Thread Michael Smith
In this CFUN-04 interview, Michael Smith interviews Sean Corfield about his Mach-II talk at CFUN-04. If you haven't heard about it Mach-II is a bit like Fusebox - it is a programming methodology. Sean is the Macromedia Director of Architecture and  has worked in IT for over twenty years. Sean is

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Barney Boisvert
If that's the limit, then it's probably the DSN setting in the CF admin that's truncating it.  By default it doesn't let BLOB or CLOBs through greater than 65,000 bytes. Cheers, barneyb > -Original Message- > From: Brendan Baldwin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Tom Kitta
Just go to administrator page of cf server and increase the buffer size to whatever you want. It is 64999 by default. TK   -Original Message-   From: Burns, John D [mailto:[EMAIL PROTECTED]   Sent: Wednesday, April 07, 2004 4:14 PM   To: CF-Talk   Subject: RE: String Length Hard-Limit (NOT

RE: Show status during long request

2004-04-07 Thread Matt Robertson
Sorry for coming into this thread late, but... Has anyone pointed you to cf_Progressmeter yet?  Its dirt cheap (US$5) and does what its name implies quite nicely.  Super easy to implement. Here's the demo: http://www.mollerus.net/development/cftags/cf_progressmeter_demo.cfm?RequestTimeout=200 -

RE: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Burns, John D
Now that you know the amount, in theory, you could insert the first 64999 characters and then do an update on that row to append the rest of the chars to the initial value in the DB.  It's like duct tape, it might not be pretty but it should work. (maybe) :-) John -Original Message- From

Re: String Length Hard-Limit (NOT a RegEx question)

2004-04-07 Thread Brendan Baldwin
Well I did some testing and CF handled gigantor strings (20 million characters and more) without fail, even via form posts. but the sql insert truncated all inserted strings down to 64999 characters. I wonder if I could insert larger values using a stored procedure and query params? MS SQL docume

Re: CFPOP empty message body

2004-04-07 Thread Scott Weikert
At 01:35 PM 4/7/2004, Matthew wrote: >I have an application that collects emails sent to a POP3 mailbox and is >designed to grab the HTML version of the message if available, and if >not, get the text version. This generally works OK but every now and >then, CFPOP returns a structure where the body

RE: Mortgage Rates Service?

2004-04-07 Thread Burns, John D
That was my thought.  Whoever is servicing the mortgage would provide the rate.  There might be some kind of "average" or something like that out there, but each place is going to be different. John -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, Apri

Re: E-trade DHTML

2004-04-07 Thread Ryan Roskilly
You can use Fireworks to do either images or html. And if I were to use the e-trade js for 'inspiration' it still uses images.   >If you need it all text with no images, why would you be using >Fireworks? > >John > >-Original Message- >From: Ryan Roskilly [mailto:[EMAIL PROTECTED] >Sen

Re: Mortgage Rates Service?

2004-04-07 Thread Bryan Stevenson
I don't, but would this info come from a single source?  I'm asking because various lending institutions have differing rates (not by much or they can't competebut you get my point). Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.883

Re: Your Preferred Payment Gateway?

2004-04-07 Thread Bryan Stevenson
In a single day I talked to 8 different tech support folks at Authorize.Net including 2 managers.  Every single one of them gave me a different answer and none of them could give me the correct answer...I have not nor will I ever deal with Authorize.Net.  The issue was me needing the name of the st

Re: CFPOP empty message body

2004-04-07 Thread Bryan Stevenson
Long ago in a galaxy far far away. I seem to recall one of my early web mail apps had NULLs for body fields when the mail was sent via Outlook. Now this was back around 98/99 so who knows if this would still hold truebut it was all about Outlook being non-standard HTH Cheers Bryan

RE: E-trade DHTML

2004-04-07 Thread Burns, John D
If you need it all text with no images, why would you be using Fireworks? John -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:28 PM To: CF-Talk Subject: Re: E-trade DHTML But of course, just busy with other stuff. Hopeing someone co

RE: E-trade DHTML

2004-04-07 Thread Burns, John D
That's what I'm talking about! :-) John -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:21 PM To: CF-Talk Subject: Re: E-trade DHTML Just view the source and download the .js files they use. -adam > -Original Message- > From

Mortgage Rates Service?

2004-04-07 Thread Adkins, Randy
Does anyone know a reliable service that I could pull the mortgage rates from each day to be listed on a webpage? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Your Preferred Payment Gateway?

2004-04-07 Thread Mary Jo Sminkey
>Not a formal survey, just wanting to find out what the list is using. >From the comments I've gotten from my various customers, I'd say Authorize.Net is the best way to go for most. Generally priced very competitively and the easiest to set up of the ones usually mentioned. I wish their merchant

CFPOP empty message body

2004-04-07 Thread Matthew Fusfield
I have an application that collects emails sent to a POP3 mailbox and is designed to grab the HTML version of the message if available, and if not, get the text version. This generally works OK but every now and then, CFPOP returns a structure where the body, textbody, and htmlbody fields are all n

RE: Handling Passwords

2004-04-07 Thread Tom Kitta
What you are doing is called Caesar's cipher. This is 1st attempt at encryption. Very weak, takes piece of paper to decipher, statistical analysis are a killer. I guess it might deter a casual user or even a hacker if he or she doesn't know how you encrypt. If they knew that you are using this ciph

Re: E-trade DHTML

2004-04-07 Thread Ryan Roskilly
But of course, just busy with other stuff. Hopeing someone could point me to something that I can just adjust quickly instead of useing Fireworks,etc to make it. We need it to be all text no images also. >I can do the dhtml for ya, hmmm, $75/hour > >heck, im sure a bunch of us could :) > >so

Re: Need some backup here

2004-04-07 Thread Jochem van Dieten
Cutter (CF-Talk) wrote: > I need a favor. Internal debate going on here about the feasability of > multicast streaming. I'm being told that multicast enabled routers are > not in high enough proliferation to warrant considering multicast > applications. Depends on the application. In the Nethe

Re: E-trade DHTML

2004-04-07 Thread Adrocknaphobia
Just view the source and download the .js files they use. -adam > -Original Message- > From: Ryan Roskilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 7, 2004 07:15 PM > To: 'CF-Talk' > Subject: Re: E-trade DHTML > > Thanks, but the sub menu via onmouseover is the part i'm really

Re: OT: E-trade DHTML

2004-04-07 Thread Stephen Hait
> I'm looking to replicate the flow of the E-Trade DHTML menu. > https://us.etrade.com/e/t/home/accessus?traxui=F_GN > > Anyone know of a good place to find something similiar pre-rolled > that I could work off of? You might try Coolmenus at http://www.dhtmlcentral.com/projects/coolmenus/ [T

RE: E-trade DHTML

2004-04-07 Thread Tony Weeg
I can do the dhtml for ya, hmmm, $75/hour heck, im sure a bunch of us could :) sorry, but I couldn't resist. tw -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:15 PM To: CF-Talk Subject: Re: E-trade DHTML Thanks, but the sub menu

RE: SQL INSERT error on large amount of text

2004-04-07 Thread Dave Watts
> One thing I would say about the use of MAX(ID) is that if you > are going to use it, you need to lock access down to it using > cflock to avoid the situation described above >   > Place this around the entire section of code  from just > before the select query until just after the insert

Re: Need some backup here

2004-04-07 Thread Jochem van Dieten
Cutter (CF-Talk) wrote: > Ok, I honestly am beginning to think that's a dead test. I found this > stream, which is a multicast stream, and I can see it (where I couldn't > see the other), so let's try this: > > http://globix.feedroom.com/iframeset.jsp?ord=340620 Both of your tests say the netwo

Re: E-trade DHTML

2004-04-07 Thread Ryan Roskilly
Thanks, but the sub menu via onmouseover is the part i'm really looking for. >Not exactly what you're looking for but there's something similar at: > >http://www.kalsey.com/tools/csstabs/ > >It doesn't change the sub menu via onmouseover but is otherwise similar. > >Ken > > > >-Original Messa

RE: Handling Passwords

2004-04-07 Thread Burns, John D
Hash() -Original Message- From: John Croney [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:02 PM To: CF-Talk Subject: Handling Passwords I am trying to create a login page. In ASP I convert every letter through a loop from the password to ASC() ,add a number then convert it

Re: Handling Passwords

2004-04-07 Thread Stephen Moretti
John Croney wrote: > I am trying to create a login page. In ASP I convert every letter > through a loop from the password to ASC() ,add a number then convert > it back and save it in the table. I am thinking about doing the same > thing in ColdFusion. Is this a good way or is there a better way

RE: Handling Passwords

2004-04-07 Thread Barney Boisvert
Just hash() them before storage.  That's a lot easier.  Or if you need to be able to decrypt them for some weird reason, you can use cfusion_encrypt/cfusion_decrypt to do it. Cheers, barneyb > -Original Message- > From: John Croney [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2

RE: E-trade DHTML

2004-04-07 Thread Kenneth Wilson
Not exactly what you're looking for but there's something similar at: http://www.kalsey.com/tools/csstabs/ It doesn't change the sub menu via onmouseover but is otherwise similar. Ken -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:58

OT SQL

2004-04-07 Thread Tipton, Joshua
Does anyone have any experience or sites that can point my in the right direction for using SQLDMO to look at indexes and if need be reindex? Thanks, Joshua Tipton [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Handling Passwords

2004-04-07 Thread John Croney
I am trying to create a login page. In ASP I convert every letter through a loop from the password to ASC() ,add a number then convert it back and save it in the table. I am thinking about doing the same thing in ColdFusion. Is this a good way or is there a better way to handle passwords? [Todays

RE: SQL INSERT error on large amount of text

2004-04-07 Thread Paul Vernon
> It is very > possible to return the same ID to two different "users" if they make a > request at the "same" time. Personally I avoid this method of finding a > unique id. One thing I would say about the use of MAX(ID) is that if you are going to use it, you need to lock access down to it using c

OT: E-trade DHTML

2004-04-07 Thread Ryan Roskilly
I'm looking to replicate the flow of the E-Trade DHTML menu. such as this: https://us.etrade.com/e/t/home/accessus?traxui=F_GN Anyone know of a good place to find something similiar pre-rolled that I could work off of? Thanks, [Todays Threads] [This Message] [Subscription] [Fast Unsubs

Re: SQL INSERT error on large amount of text

2004-04-07 Thread kpeterson
The first place I would look is to see if the DB is experiencing contention or deadlock due to the MAX(ID) used for creating a unique id. It is very possible to return the same ID to two different "users" if they make a request at the "same" time. Personally I avoid this method of finding a unique

RE: Need some backup here

2004-04-07 Thread Tony Weeg
new linked for me :) seeing this video this time. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:36 PM To: CF-Talk Subject: Re: Need some backup here On Apr 7, 2004, at 11:29 AM, Burns, John D wrote: > No luck there either.  I get th

  1   2   3   >