RE: Ben Forta and CF5 -- Coming to a CFUG Near You

2001-08-08 Thread ibtoad
How about the Buffalo/Toronto/Rochester area? Rich -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 2:40 PM To: CF-Talk Subject: RE: Ben Forta and CF5 -- Coming to a CFUG Near You I was in Southern CA last summer, these come first. But yep,

RE: XML with ColdFusion

2001-06-20 Thread ibtoad
I am glad you brought up this tag. I am curently playing around with it. I have no problem getting xml from a query using cf2xml, my question is how can I add a style sheet to the output to display html. I keep getting errors. Is this even possible? Rich -Original Message- From: Russe

OT SQL Server last time :-)

2001-06-14 Thread ibtoad
Yesterday i asked a very simple question about the datatypes of SQL Server 2000. I don't want to waste the time of the list with anymore SQL server questions since this is supposed to be a CF list. So I would like to know what book would be best for someone who knows Access 2000 very well and wis

RE: OT SQL Server (OK 1 More ?)

2001-06-13 Thread ibtoad
Subject: RE: OT SQL Server You must set a field to be identity and not null. You can set its seed to any number (start autonumbering at 1000 for example.) -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 9:37 AM To: CF-Talk Subject: OT SQL Server

OT SQL Server

2001-06-13 Thread ibtoad
I have a simple question. How do you set the primary key field to autonumber in SQL server? I have always used Access where this is a choice but don't see how to do it with SQL Server 2000. Thanks, Rich ~~ Structure your ColdFusion code with Fus

CF + Flash

2001-05-17 Thread ibtoad
Does anyone have any working example sites of a Flash website with a CF backend. I would be interested to see what is being developed using Flash + CF. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

CF + Flash

2001-05-17 Thread ibtoad
Does anyone have any working example sites of a Flash website with a CF backend. I would be interested to see what is being developed using Flash + CF. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

RE: "Harpoon" Release is Final & Available

2001-05-15 Thread ibtoad
able No. It's an inherent limitation. |-Original Message- |From: ibtoad [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, May 15, 2001 12:40 PM |To: CF-Talk |Subject: RE: "Harpoon" Release is Final & Available | | |Is there any way to make the top level of the horizonta

RE: "Harpoon" Release is Final & Available

2001-05-15 Thread ibtoad
Why? Rich -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 1:35 PM To: CF-Talk Subject: RE: "Harpoon" Release is Final & Available No. It's an inherent limitation. |-Original Message- |From: ibtoad [mailto:[EMAI

RE: "Harpoon" Release is Final & Available

2001-05-15 Thread ibtoad
Is there any way to make the top level of the horizontal tool bar scroll? I can only fit 4 top level options, the second level will automatically scroll when there are more than the ammount of options that will fit on the screen. Rich -Original Message- From: Steve Drucker [mailto:[EMAIL

RE: Session/Application Locking

2001-05-13 Thread ibtoad
Attachments don't work on this list. Rich -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 13, 2001 11:23 AM To: CF-Talk Subject: RE: Session/Application Locking I have attached an article by Jim Schley of Macromedia which gives a good explanantion of lo

RE: Percentage subtraction

2001-05-13 Thread ibtoad
to a fraction like 25/100 for 25% like X - X*25/100=Y. Thanks, Robert - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 9:08 AM Subject: Percentage subtraction > Is there an expression for wo

RE: Percentage subtraction

2001-05-13 Thread ibtoad
25/100 for 25% like X - X*25/100=Y. Thanks, Robert - Original Message ----- From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 9:08 AM Subject: Percentage subtraction > Is there an expression for working with perc

Percentage subtraction

2001-05-13 Thread ibtoad
Is there an expression for working with percentages? I would like to subtract 25% from a value. Is there any easy way to do this or would I have to convert it to value * .75. Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Query Help!!

2001-05-11 Thread ibtoad
g the mixed results. If it is possible I would convert the data and type in that field to currency and you may get better results. Bryan - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 6:04 PM

RE: Query Help!! Problems???

2001-05-11 Thread ibtoad
to I get Data type mismatch in criteria expression. WHAT AM I DOING WRONG?? HELP, Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:07 PM To: CF-Talk Subject: RE: Query Help!! These queries give me: ODBC Error Code = S1000 (General error) [

RE: Query Help!!

2001-05-11 Thread ibtoad
It seems like the quesry is only looking at the first digit in the shipfrom and shipto columns and thats why it is returning multiple records. How can I compare the entire number? Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:07 PM To: CF

RE: Query Help!!

2001-05-11 Thread ibtoad
be the only one returned. You may have noticed by now that you only need to have shipFrom OR shipTo in the DB table, you do not need both :) Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11,

RE: Query Help!!

2001-05-11 Thread ibtoad
mean to put the tick marks around the '#session.total#' or did you mean to pass that as an integer without the tick marks? Bryan - Original Message ----- From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2

Query Help!!

2001-05-11 Thread ibtoad
Does anyone see any problems with the following query: Select shiprate from shipratesdollars WHERE '#session.total#' >= shipfrom and '#session.total#' <= shipto I can not figure out why I am getting incorrect results. Sometimes it will pull more than one record and sometimes it will pull the

Order By

2001-05-11 Thread ibtoad
How can I display an output in reverse order by? I want only the last record to be displayed. Thansk for your help, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread ibtoad
I saw a demo of commonspot and was very impressed with its functionality however the $$$ were pretty high. Rich -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 9:53 AM To: CF-Talk Subject: Re: Post-Spectra Content Management Systems?? Macrom

RDS??

2001-05-05 Thread ibtoad
Can RDS be used with a shared server account? Rich ~~ 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/ Unsubscribe: h

J-Run???

2001-05-04 Thread ibtoad
Does anyone out there use J-Run? There is not much imformation to find on this tool. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/

RE: Ultradev & Studio

2001-05-04 Thread ibtoad
This is from the Allaire website: Is the long-term plan to combine ColdFusion Studio and UltraDev? We plan to continue to bundle ColdFusion Studio with UltraDev as we are with ColdFusion 4.5 UltraDev 4 Studio and over time more closely integrate these products. Our mission is to listen to users

RE: CF Studio and UltraDev Merging!

2001-05-03 Thread ibtoad
Why must we keep getting bad news from MM??? Rich -Original Message- From: Terry Bader [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 1:32 PM To: CF-Talk Subject: RE: CF Studio and UltraDev Merging! NNOOO Terry Bader IT/Web Specialist Macromed

RE: IE 6 (whistler)

2001-05-03 Thread ibtoad
What is the difference between Windows Whistler and Windows XP? Rich -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 8:26 AM To: CF-Talk Subject: RE: IE 6 (whistler) Actually, it is a completely different engine, but they have investe

RE: CF-Partners List

2001-04-30 Thread ibtoad
I agree, my CF-Talk folder has over 6000 messages in it. I think its time to clean up. Rich -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 12:43 PM To: CF-Talk Subject: Re: CF-Partners List Only if you set up a filter to do it... Per

RE: FAQ POSTED: New CF5 Partner Hosting License

2001-04-28 Thread ibtoad
This is very disturbing, as a new CF developer who was very excited about its future, I am now reevaluating the languange I will specialize in. :-< Rich -Original Message- From: Wayne Putterill [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 7:04 AM To: CF-Talk Subject: Re: FAQ

Cfm-Resources??

2001-04-24 Thread ibtoad
Does anyone have a current email address for cfm-resources that actually works?? Every one I try has been bounced back to me. Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

RE: Harpoon

2001-04-19 Thread ibtoad
I don't have it either. Only CF 5 and JRun and there for me. Rich -Original Message- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:11 AM To: CF-Talk Subject: Re: Harpoon Maybe they dynamically build that beta page based on your login. For me, the Harpoon

OT: Screen Shot on Win 2K

2001-04-16 Thread ibtoad
Off Topic: How do you do a screen shot with Win 2000? When I try Shift + Alt + Print Screen it doesn't work like it used to in Win 98. Instead it wants to put the display in High Contrast. Thanks, Rich ~~ Structure your ColdFusion code with F

RE: cfdirectory - delete

2001-04-12 Thread ibtoad
There is a custom tag in the Allaire site called that lets you delete a directory that has content in it. Rich -Original Message- From: Ron Dennis [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 6:24 PM To: CF-Talk Subject: cfdirectory - delete Can i delete a directory and a

Dead Links

2001-04-12 Thread ibtoad
Anyone know of a tag that will check the links in my web directory for dead links? Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/c

RE: Studio 4.5.2

2001-04-11 Thread ibtoad
I run Studio 4.5.2 on Win 2000 with no problems and no more out of resources errors that I used to get with win 98. Rich -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 1:00 PM To: CF-Talk Subject: Studio 4.5.2 I upgraded to CF

RE: CF Server Type?

2001-04-10 Thread ibtoad
others. What exactly is the error that stops your app from running? Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 5:09 AM To: CF-Talk Subject: CF Server Type? Does anyone know of a

CF Server Type?

2001-04-10 Thread ibtoad
Does anyone know of a tag that will display what type of CF server is running on a shared host? I am just curios because I have the same app running on several servers and it works on 1 and not the others. I am positive that the one it is working on is 4.5.1 SP2 but I am not sure what the others

RE:

2001-04-09 Thread ibtoad
the scriptdir attribute is pointing at the right directory and that it contains the files that the tag needs. HTH, Duane -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:25 AM To: CF-Talk Subject: Does anyone have any success with this tag? I

RE:

2001-04-09 Thread ibtoad
that if you don't set a URL for an entry it *will* link to / (root). Check the docs (I don't have them available at the moment), but there is a way to overcome this. Hatton > -Original Message- > From: ibtoad [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 9:

RE:

2001-04-09 Thread ibtoad
d the DHTMLMenu tag with a very large degree of success. The thing to remember is that if you don't set a URL for an entry it *will* link to / (root). Check the docs (I don't have them available at the moment), but there is a way to overcome this. Hatton > -Original Message----- >

Line Breaks

2001-04-03 Thread ibtoad
How do you make line breaks within a ? Everything seems to just run together. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-ta

cfm-resources

2001-03-29 Thread ibtoad
Anyone know what happened to cfm-resources.com? They have been down all day. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-tal

OT CSS

2001-03-27 Thread ibtoad
How many of you are using external CSS in your apps and can anyone recommend a good reference book on CSS? Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archive

Reseller recomendations

2001-03-24 Thread ibtoad
I am looking to become a reseller where I have access to a control panel with a custom tags directory, cffile, cfdirectory, etc. to my cutomers accounts. Can anyone recommend a host company that offers these features? Thanks, Rich -Original Message- From: Terry Bader [mailto:[EMAIL PROT

RE: Allaire on Hold?

2001-03-21 Thread ibtoad
Macromedia has really been tanking lately. Rich -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 6:46 PM To: CF-Talk Subject: Re: Allaire on Hold? Probably because Allaire is now Macromedia. > Please excuse me if this has already bee

RE: Authorize.net????????????

2001-03-21 Thread ibtoad
I just wanted to let everyone know that I just got off the phone with Authorize.net and they let me know that you can use the login id: testdrive for testing applications. And it works!! Thanks, Rich -Original Message- From: Chris Montgomery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, M

RE: Authorize.net????????????

2001-03-20 Thread ibtoad
Is there any way to test an app I built with the Authorize.net tag without actually having an account with them? Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Authorize.net

2001-03-20 Thread ibtoad
Is there any way to test an app I built with the Authorize.net tag without actually having an account with them? Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Shipping Calc Tags???

2001-03-17 Thread ibtoad
Calc Tags??? What problems are you having with it? Is it throwing any errors? I've used Forta's tag with no problem. ibtoad put into words: >Is anybody using a UPS, USPS, or FedEx shipping calculator tag? I tried >Forta's tag but I can't get it to work. > >R

Shipping Calc Tags???

2001-03-17 Thread ibtoad
Is anybody using a UPS, USPS, or FedEx shipping calculator tag? I tried Forta's tag but I can't get it to work. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archive

Help with a

2001-03-12 Thread ibtoad
I have been playing around with a tutorial and it has a section of a cart written in which I really don't understand. Can someone please decode this into regular CF. Here is the script: if (not(isdefined("session.cart"))) { //

cf-talk@houseoffusion.com

2001-03-12 Thread ibtoad
We are considering the custom shipping calculator tag from http://www.intershipper.net/ Does anyone have any experience with this tag? What kind of reliability does this free service have? Thanks, Rich ~~ Structure your ColdFusion code with F

Reseller Recommendations???

2001-03-09 Thread ibtoad
I am intersted in becoming a CF web host reseller and am looking for some opinions, advise, or horror stories about companies you may have been involved with. Feel free to send your opinions off list if you don't wish to talk bad about a particular company in an open forum. Thanks, Rich

RE: URL Problem Continues

2001-03-07 Thread ibtoad
Thanks for all of the input. I have solved the problem. Rich -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 6:09 PM To: CF-Talk Subject: Re: URL Problem Continues You can cheat a little.. create a table that holds the cfid and cf

URL Problem Continues

2001-03-07 Thread ibtoad
I am trying to interact with a payment processor. Here is the problem. I need to pass the urltoken in the return url. However the site I am interacting with changes the CFID=15&CFTOKEN=77027316 to CFID=15&CFTOKEN=77027316 which is invalid to cold fusion. I tried UrlEncodedFormat and I got CFID%

Help with Url??

2001-03-07 Thread ibtoad
I am trying to intereact with an existing website and need to pass a url for a return path. The problem is that the outside site is changing my return url by adding amp; instead of the & alone. example: http://localhost/index.cfm?value1=whatever&value2=whatever Is there anyway to strip the amp;

RE: Change the color scheme of scrollbars or gradient filled scro ll bar's

2001-03-05 Thread ibtoad
I have used this in a site @ http://www.auctionharddrive.com Each page has a different color scrollbar according to that pages color scheme. Rich -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 3:14 PM To: CF-Talk Subject: Re: Change the color sc

No record Found????

2001-03-04 Thread ibtoad
OK maybe it's getting too late. What is the correct SQL to display "Sorry No Record Has Been Found" after a Query show no results? In other words What is the correct statement for then "Sorry ..."? Thanks, Rich ~~ Structure your ColdFusion

RE: test for holes

2001-03-04 Thread ibtoad
What exactly do the results mean??? I tried it and got the following: 500shtml.dll 500carbo.dll 500shtml.dll Thanks, Rich -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 2:50 AM To: CF-Talk Subject: Re: test for holes You have to insta

Dynamic Select Box??

2001-03-01 Thread ibtoad
Does anyone know of a custom tag that allows a 2 array select box that is dynamically populated? Is this even possible? In other words, the 2nd column will be populated differently depending on what is selected in teh 1st column with both columns being populated through output queries. Any Idea

Harpoon Testers!!

2001-02-26 Thread ibtoad
Hey Harpoon testers check your account. V3 is ready for download. http://beta.allaire.com Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archi

403.1 Forbidden: Execute Access Forbidden

2001-02-25 Thread ibtoad
I just uploaded a new app to a new server and I am getting a 403 error. Can anyone explain why I might be getting this? The site works fine locally. Here is the URL: http://www.aliidesign.com Thanks, Rich ~~ Structure your ColdFusion code with

Custom Tag??

2001-02-22 Thread ibtoad
Does anyone know of a custom tag that will allow output to be spread over multiple pages? In other words results 1-10 on page 1 and then 11-20 on page 2 etc. Thansk, rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Multiple columns???

2001-02-21 Thread ibtoad
That's a 3x3 grid. tom www.basic-ultradev.com - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 5:36 PM Subject: Multiple columns??? > How can I set an output quer

Multiple columns???

2001-02-21 Thread ibtoad
How can I set an output query to display thumbnails in more than one column of a table? I would like 2 or 3 columns. Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.c

RE: looking for CF host references

2001-02-21 Thread ibtoad
https://www.accu-find.com has been very good with great support and very resonable prices. $34.95 50 Megs with Access DB is what I use but they offer larger packages like 350 megs for $109.95. I have nothing to gain from them, I just think they do a great job. Thaks, Rich -Original Messag

RE: Query Question

2001-02-19 Thread ibtoad
: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 8:31 AM To: CF-Talk Subject: Query Question Is it possible to query a database on a different server? What I mean is can I have a template located at http://www.site1.com query a database located at http://www.site2.com assuming I

RE: Query Question

2001-02-19 Thread ibtoad
notify us on +44 (0)207 387 8890. -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: 19 February 2001 16:31 To: CF-Talk Subject: Query Question Is it possible to query a database on a different server? What I mean is can I have a template located at http://www.site1.com

Query Question

2001-02-19 Thread ibtoad
Is it possible to query a database on a different server? What I mean is can I have a template located at http://www.site1.com query a database located at http://www.site2.com assuming I have the propper user id and password? Thanks, Rich ~~ Str

NTT's iMode & CF???

2001-02-11 Thread ibtoad
What do we know about NTT's iMode that is currently the rave in Japan? I see that they use cHTML and have added JAVA support. Anyone know anything about cHTML and how it may work with Cold Fusion? Thanks, Rich ~~ Structure your ColdFusion code

OT: WAP

2001-02-11 Thread ibtoad
Which is the most recommended emulator to test WAP pages? Thanks, Rich ~~ 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

RE: Books on CF,

2001-02-11 Thread ibtoad
Are there any books on Wireless CF?? Rich -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 11, 2001 10:11 AM To: CF-Talk Subject: Re: Books on CF, - Original Message - From: "Ben Forta" <[EMAIL PROTECTED]> Sent: Sunday, February 11, 2001

RE: Attn HouseofFussion

2001-02-08 Thread ibtoad
OTECTED]] Sent: Wednesday, February 07, 2001 11:26 AM To: CF-Talk Subject: RE: Attn HouseofFussion I would second that! -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:08 AM To: CF-Talk Subject: Attn HouseofFussion ATTN HouseofFussion

RE: harpoon beta

2001-02-08 Thread ibtoad
Yes -Original Message- From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 1:57 PM To: CF-Talk Subject: harpoon beta did anyone try out the Harpoon beta yet? (and, which one 2? or 2_250 ? ) > ATTN HouseofFussion: > > Please start a Harpoon m

Attn HouseofFussion

2001-02-07 Thread ibtoad
ATTN HouseofFussion: Please start a Harpoon mailing list if possible. Thanks, Rich ~~ 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@

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 & allaire to merge!!!

2001-01-17 Thread ibtoad
It seems to me that Macromedia which is currently trading around $30 (52 week low) is quite attractive. But I am no expert. Rich -Original Message- From: Braver, Ben: [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 12:10 PM To: CF-Talk Subject: RE: !!!macromedia & allaire t

RE: !!!macromedia & allaire to merge!!!

2001-01-17 Thread ibtoad
Even worse when you see that Macromedia is now at $30 a share. Rich -Original Message- From: Braver, Ben: [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 12:10 PM To: CF-Talk Subject: RE: !!!macromedia & allaire to merge!!! Shawnea, I agree completely with your opinion, bu

Refer URL

2001-01-07 Thread ibtoad
How can I display a specific page based on where the user came from? In other words I want to have a statement decide which page to show depending on what URL the user reached the page from. Thanks, Rich ~~ Structure your ColdFusion code with F

RE: Repeat Question still needing help

2000-12-27 Thread ibtoad
siness URL: http://www.fusioneers.com ICQ: 346566 -- > -Original Message- > From: ibtoad [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 27, 2000 12:50 PM > To: CF-Talk > Subject: RE: Repeat Question still

RE: Repeat Question still needing help

2000-12-27 Thread ibtoad
From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 27, 2000 3:05 PM Subject: Repeat Question still needing help > Can I query a database from a different > server if I have the datasource name and the full server root?

Repeat Question still needing help

2000-12-27 Thread ibtoad
Can I query a database from a different server if I have the datasource name and the full server root? Any suggestions would be great, Rich ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 /

RE: External Datasource help??

2000-12-27 Thread ibtoad
I spoke to soon, I don't got it. Can I query a database from a different server if I have the datasource name and the full server root? Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:16 AM To: CF-Talk Subject: RE: Ext

RE: External Datasource help??

2000-12-27 Thread ibtoad
Forget it, I got it thanks Rich -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:13 AM To: CF-Talk Subject: RE: External Datasource help?? I'm sorry but I don't understand what you mean. Could you elaborate? Thanks a

RE: External Datasource help??

2000-12-27 Thread ibtoad
il: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566 -- > -Original Message- > From: ibtoad [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 27, 2000 8:05 AM > To: CF-Talk > Subject:

External Datasource help??

2000-12-27 Thread ibtoad
How can I query an external datasource? I have the full root path and the datasource name, is this even possible? Thanks, Rich ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM

Happy Holidays

2000-12-24 Thread ibtoad
Happy Holidays to everyone. Rich ~~ 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/ Unsubscribe: http://www.h

RE: Who wants a CF-SQL Mailing List?

2000-12-21 Thread ibtoad
Just use Outlook and you can send each email meesage to a different folder. My CFTalk folder currently has 5000 messages, I guess its time to clean up. Rich -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 1:06 PM To: CF-Talk Subject: Re: Who w

RE: The +.htr bug strikes again

2000-12-21 Thread ibtoad
mpany called Webexpose, exposing its client's private code over the web, through a highly publicised bug? :-) -Gel -Original Message----- From: ibtoad [mailto:[EMAIL PROTECTED]] I used them for a month and was also very unhappy with their service. Be Afraid!! Rich -Origin

RE: The +.htr bug strikes again

2000-12-21 Thread ibtoad
I used them for a month and was also very unhappy with their service. Be Afraid!! Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 11:31 AM To: CF-Talk Subject: RE: The +.htr bug strikes again Webexpose.net clients and all the

RE: Parsing??

2000-12-18 Thread ibtoad
OK, I am getting the info I want now through the parse. I am looping through the cfttp and pulling multiple records. Now does anyone know how I can enter this info into my database and seperate it into rows? Rich ~~ Structure your ColdFusi

RE: Parsing??

2000-12-16 Thread ibtoad
hat part of the page I want to display. Craig -----Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 16, 2000 12:18 PM To: CF-Talk Subject: RE: Parsing?? I have successfully used the cfhttp tag to pull a webpage and then display it with CFHTTP.FileContent. But

RE: Parsing??

2000-12-16 Thread ibtoad
d the tag. http://www.somewebsite.com" resolveurl="Yes"> Craig, PK Interactive Inc. NY, NY 10001 212.273.9623 -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 16, 2000 10:48 AM To: CF-Talk Subject: Parsing?? Can anyone

Parsing??

2000-12-16 Thread ibtoad
Can anyone tell me where I can find out how to parse a webpage and pull out specific information? I have never done this before. Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionautho

RE: ColdFusion and eBay

2000-12-15 Thread ibtoad
I am also interested in this. Where can I find the information on this presentation? Rich -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 10:48 AM To: CF-Talk Subject: Re: ColdFusion and eBay Jeff: This actually shouldn't be too diffic

???

2000-12-07 Thread ibtoad
How do I store menu images in to make my pages load faster? Rich ~~ 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@houseoffus

???

2000-12-07 Thread ibtoad
How do I store menu images in to make my pages load faster? Rich ~~ 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@houseoffusi

??

2000-12-05 Thread ibtoad
If my smtp is set up ok and verified in my local Cf administrator, why is my email being placed in the undeliverable folder when I run a tag? Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://ww

RE: A great Shockwave flash movie

2000-12-04 Thread ibtoad
Uh where is it?? Rich -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 3:01 PM To: CF-Talk Subject: A great Shockwave flash movie Check out this new flash movie that I downloaded just now ... It's Great Bye

Really Dumb question help??

2000-12-02 Thread ibtoad
Ok maybe I have been staring at tis screen to long but how do I set a checkbox to unchecked using a Cfset tag? If I use it comes back checked. Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fus

  1   2   >