----- Original Message ----- From: CF-Talk <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 14, 2000 1:14 PM Subject: CF-Talk V1 #10 > CF-Talk Sun, 14 May 2000 Volume 1 : Number 10 > > In this issue: > > RE: low-end web hosting services? > Re: Selecting x characters from a table > Re: Joining Two Text Fields? > RE: Joining Two Text Fields? > Re: Joining Two Text Fields? > Regular Expressions > setting file download name using CFCONTENT > Re: Regular Expressions > RE: Slightly OT: Lighten things up a little > Re: Slightly OT: Lighten things up a little > Re: setting file download name using CFCONTENT > RE: Slightly OT: Lighten things up a little > Re: setting file download name using CFCONTENT -- SOLVED! > RE: Slightly OT: Lighten things up a little - Sssssss... > Re: Slightly OT: Lighten things up a little - Sssssss... > Re: Joining Two Text Fields? > Re: Slightly OT: Lighten things up a little > RE: Slightly OT: Lighten things up a little > ASCII for tab? > > > ---------------------------------------------------------------------- > > Date: Sat, 13 May 2000 21:06:53 -0400 > From: "jimfoster" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: low-end web hosting services? > Message-ID: <000001bfbd40$b24535a0$[EMAIL PROTECTED]> > > try www.netherweb.com > > -----Original Message----- > From: Chris Giminez [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 13, 2000 1:38 PM > To: [EMAIL PROTECTED] > Subject: Re: low-end web hosting services? > > > I can refer you to a reseller program if you can deal with a Unix host. It > runs about $120/year for > resellers and support is outstanding. > > > Chris Giminez > Owner - Cyber Scriber Web Site Design > 831-728-4469 > ICQ# 2628000 > > > > > > My contract is about to come up for renewal at my current host (ICOM). > It's > > just basic service (no CF or ASP or anything like that) to handle static > > webpages for my wife's business. For $100/yr it's a good deal, but their > > tech support is pretty lame. Has anyone had any experience with other > > low-end hosting services? This service gives me 40mb of disk, 1 POP3 > address > > plus unlimited email forwarding. > > > > tia, > > -reed > > > > -------------------------------------------------------------------------- > ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > > > -------------------------------------------------------------------------- -- > -- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sat, 13 May 2000 18:22:51 -0700 > From: Dick Applebaum <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Selecting x characters from a table > Message-ID: <v0422080db543af536ebb@[38.29.181.73]> > > <CFSET lookup = Left(Form.PosterNumber, 2)> ... > > > SELECT ..... > > WHERE PostCode LIKE '#lookup#%' > > > > > > > At 9:52 PM +0100 5/13/2000, WL wrote: > >Hi, > > > >[SQL Query Question] > > > >I have a Table where some data is entered by the user. Before it's > >submitted to the DB I need to run a Query on another table based on what the > >user has entered, and I need to lookup the first 2 digits of their Post Code > >against a listing in another table. For example: > > > >Poster A enters "DT6 4RT" as their Post Code. I need to lookup the first 2 > >digits, i.e. "DT". How can this be done? > > > >Thanks in advance, > > > >Will > > > >-- > >Lukrative Media Ltd - Berkshire, UK > > > > > >--------------------------------------------------------------------------- --- > >Archives: http://www.eGroups.com/list/cf-talk > >To Unsubscribe visit > >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal > >k or send a message to [EMAIL PROTECTED] with > >'unsubscribe' in the body. > > ------------------------------ > > Date: Sat, 13 May 2000 21:44:34 -0400 > From: "Marco Gil" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Joining Two Text Fields? > Message-ID: <006a01bfbd45$f4aec230$8da37218@creativity> > > I tried that.. but the browser still puts a / before the ? which is not what > I want.. got any other suggestions? > > Marco > > ----- Original Message ----- > From: "Brook Davies" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 13, 2000 7:57 PM > Subject: Re: Joining Two Text Fields? > > > > Are you trying to pass a URL and a value? IF so, you would want to use a > > "?" in between the end of the url and the value. I'm not sure if this is > > what you want, but it should be fairly easy to do. Try: > > > > <A href="#NewDeals.CouponURL#?#NewDeals.RetailerCC#"> > > > > I'm not sure if that is what your looking for. What are the two values? > > Examples? > > > > > > At 07:41 PM 13/05/00 -0400, you wrote: > > >I have a text field in two different tables and I need to use them joined > > >together in a HREF parameter of an anchor tag. For example: > > > > > > > > > <A CLASS="link" HREF="#NewDeals.CouponURL#&NewDeals.RetailerCC#" > > >TARGET="_blank"><STRONG>#NewDeals.CouponText#</STRONG></A> > > > > > >The problem I find with this though is that the browser places a "/" in > > >between the two values. Is there any possible way of making it so that > the > > >"/" doesn't appear. Any help with regards to this would be greatly > > >appreciated. > > > > > >Marco > > >[EMAIL PROTECTED] > > > > > > > > > >--------------------------------------------------------------------------- > --- > > >Archives: http://www.eGroups.com/list/cf-talk > > >To Unsubscribe visit > > >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk > or > > >send a message to [EMAIL PROTECTED] with 'unsubscribe' in > > >the body. > > > > -------------------------------------------------------------------------- > ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sat, 13 May 2000 19:00:56 -0700 > From: "Rob Sherman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Joining Two Text Fields? > Message-ID: <[EMAIL PROTECTED]> > > > <A href="#NewDeals.CouponURL#?#NewDeals.RetailerCC#"> > > > is it only 1 record? Or do all your entries put a "/" character there > between the two values? > > If it's just 1 record, then make sure you strip off the "/" from being > entered into the database. If all your records seem to make a "/" in the > browser you can try stripping off the last character: > > <A href="#left(NewDeals.CouponURL, len(NewDeals.CouponURL) - > 1)#?#NewDeals.RetailerCC#"> > > to see if something like that would help. Also, I'm curious to know which > browser you are using. > > Sincerely, > > Rob Sherman > Developer / Allaire Certified Instructor > CFDude, Inc. http://www.cfdude.com > ------------------------------------------------------ > Email:[EMAIL PROTECTED] > ICQ:_____________________________3266081 > AIM:__________________________RobSSherm > Yahoo!:________________RobSherman_CFDev > Office:______________________(310) 543-1622 > Office Fax:__________________(310) 543-0512 > VMail/Fax:__________(310) 754-6016 ext. 5630 > > ------------------------------ > > Date: Sat, 13 May 2000 22:06:38 -0400 > From: "Marco Gil" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Joining Two Text Fields? > Message-ID: <008001bfbd49$0a315250$8da37218@creativity> > > I'm using IE and it's two values. Each value is coming from the same > database in different tables. For example: > > www.testing.com = First Value > ?ID=23523626 = 2nd Value > > For whatever reason, when I output these two values together, it comes out > perfect except when putting them in the HREF parameter. For whatever > reason, it puts a "/" in between the two values like this: > > http://www.testing.com/ID=232626 > > That's clearly not what I want.. i'll try out your method in a few mins :) > > Marco > > ----- Original Message ----- > From: "Rob Sherman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 13, 2000 10:00 PM > Subject: RE: Joining Two Text Fields? > > > > > <A href="#NewDeals.CouponURL#?#NewDeals.RetailerCC#"> > > > > > > is it only 1 record? Or do all your entries put a "/" character there > > between the two values? > > > > If it's just 1 record, then make sure you strip off the "/" from being > > entered into the database. If all your records seem to make a "/" in the > > browser you can try stripping off the last character: > > > > <A href="#left(NewDeals.CouponURL, len(NewDeals.CouponURL) - > > 1)#?#NewDeals.RetailerCC#"> > > > > to see if something like that would help. Also, I'm curious to know which > > browser you are using. > > > > Sincerely, > > > > Rob Sherman > > Developer / Allaire Certified Instructor > > CFDude, Inc. http://www.cfdude.com > > ------------------------------------------------------ > > Email:[EMAIL PROTECTED] > > ICQ:_____________________________3266081 > > AIM:__________________________RobSSherm > > Yahoo!:________________RobSherman_CFDev > > Office:______________________(310) 543-1622 > > Office Fax:__________________(310) 543-0512 > > VMail/Fax:__________(310) 754-6016 ext. 5630 > > > > > > -------------------------------------------------------------------------- > ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sat, 13 May 2000 19:15:33 -0700 > From: "Sean Renet" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Regular Expressions > Message-ID: <000c01bfbd4a$49493fb0$[EMAIL PROTECTED]> > > This is a multi-part message in MIME format. > > ------=_NextPart_000_0009_01BFBD0F.9C5F65C0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I have a file that I am reading with CFFILE. The variable of which is = > "transformed". > The following will give me the position of the first line break. > > <cfset firstline =3D #REFind("#chr(13)##chr(10)#", transformed)#> > > How would I find the position of all line breaks if I did not know how = > many lines a file was going to have? > > ------=_NextPart_000_0009_01BFBD0F.9C5F65C0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META content=3D"text/html; charset=3Diso-8859-1" = > http-equiv=3DContent-Type> > <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR> > <STYLE></STYLE> > </HEAD> > <BODY bgColor=3D#ffffff> > <DIV><FONT face=3DArial size=3D2>I have a file that I am reading with = > CFFILE. =20 > The variable of which is "transformed".</FONT></DIV> > <DIV><FONT face=3DArial size=3D2>The following will give me the position = > of the=20 > first line break.</FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2><cfset firstline =3D = > #REFind("#chr(13)##chr(10)#",=20 > transformed)#></FONT></DIV> > <DIV> </DIV> > <DIV><FONT face=3DArial size=3D2>How would I find the position of all = > line breaks if=20 > I did not know how many lines a file was going to=20 > have?</FONT></DIV></BODY></HTML> > > ------=_NextPart_000_0009_01BFBD0F.9C5F65C0-- > > ------------------------------ > > Date: Sat, 13 May 2000 19:23:29 -0700 > From: "S.E.Fling" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: setting file download name using CFCONTENT > Message-ID: <[EMAIL PROTECTED]> > > Hi, > > Thanks to the great thread on "CFCONTENT and File Download", I was able to create a download page for 2page.exe, a self-extracting winzip file (contains 12 Microsoft word documents). > However, when the "Save As.." box comes up, instead of "2page.exe" as the file name, the dialog box defaults to the name of the CF file being executed (in this case, > FileDownload.cfm). I can't figure how to pass it the name of the file being downloaded. If I rename FileDownload.cfm to 2page.exe, I get an error message. Here's the code for > FileDownload.cfm: > > <cfset name="2Page.exe"> > <cfset filename = "D:\1YWNMembers\Templates\#name#"> > <form action="#filename#" method="POST"> > <CFHEADER name="Content-Disposition" value="attachment; > filename=#filename#"> > <CFCONTENT type="application/octet-stream" > deletefile="no" > file="#filename#"> > > <input type="hidden" name="filename" value="#filename#"> > <input type="Submit" value="Download File"> > </form> > > TIA for all of your help! > > sharon > > ------------------------------ > > Date: Sat, 13 May 2000 21:11:36 -0700 > From: Dick Applebaum <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Regular Expressions > Message-ID: <v0422080eb543ca0bb6f9@[38.29.181.73]> > > Sean > > [Re]Find has an optional 3rd parameter: [Start position]. > > You can use this to create a loop through the target of the [Re]Find. > > Dick > > For Example: > > <CFSET EOL = chr(13) & chr(10)> > <CFSET Transformed = > "line 1" & EOL & > "line 2" & EOL & > "line 3" & EOL & > "line 4"> > > <CFSET LineEndList=""> > <CFSET StartPos = 1> > <CFSET ThisLineEnd = 1> > <CFLOOP CONDITION="#ThisLineEnd# NEQ 0"> > <CFSET ThisLineEnd = Find(EOL, Transformed, StartPos)> > <CFIF ThisLineEnd> > <CFSET LineEndList = ListAppend(LineEndList, ThisLineEnd)> > <CFSET StartPos = ThisLineEnd + 1> > </CFIF> > </CFLOOP> > > <CFOUTPUT> > |# Transformed#|<BR> > This is it...#LineEndList# > </CFOUTPUT> > > > > >I have a file that I am reading with CFFILE. The variable of which is = > >"transformed". > >The following will give me the position of the first line break. > > > ><cfset firstline =3D #REFind("#chr(13)##chr(10)#", transformed)#> > > > >How would I find the position of all line breaks if I did not know how = > >many lines a file was going to have? > > ------------------------------ > > Date: Sat, 13 May 2000 23:21:31 -0000 > From: "Michael Imhoff" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Slightly OT: Lighten things up a little > Message-ID: <000601bfbd31$f9058940$6f4111c7@mibe9901> > > Ouch, but 911's have to be one of the coolest cars our there in my opinion > :-) > > After flipping a jeep Cherokee last year, getting in a three car pileup with > my probe, and getting two tickets all in one year...I ended up getting a 97 > BMW z3...sometimes I think that staring at the monitor too long impairs my > judgment :-D > > http://imhoff.tznet.com/jeep.htm > > It's nice to see a little life in the list and no one whining about it... > > -Michael > > ======================================== > Michael Imhoff :::: www.omnicypher.com :::: icq: 10495667 > [EMAIL PROTECTED] (home) :::: (320) 255-4447 (home) > [EMAIL PROTECTED] (cell) :::: (612) 247-8159 (cell) > Allaire Alliance Consulting Partner > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 12, 2000 4:41 PM > To: [EMAIL PROTECTED] > Subject: Re: Slightly OT: Lighten things up a little > > > > Actually it's a Big red 95 Cougar XR7. > > After having seen a 911 UNDER a Sedan DeVille I will never drive a small > car. > > --Katrina > > ==================== > Katrina Chapman > Consultant > Ameriquest Mortgage > > > > "Steve Reich" > <steve.reich@bac To: > <[EMAIL PROTECTED]> > ksoft.com> cc: > Subject: Re: Slightly OT: > Lighten things up a little > 05/11/00 09:09 > PM > Please respond > to cf-talk > > > > > > Since we're off the subject, I think it would be cool to have a site with > some sort of profile for each CF-Talk member. A short bio, maybe link to a > resume, and a picture. Then we could put faces to the names. I mean, is > Dave > Watts *really* 10 feet tall like I imagine? Does Katrina Chapman actually > drive a little red convertable Miata? Does Fred Sanders *really* wear a > cowboy hat and spurs? Ahhh, if only I had more time....!! > > :-) Steve > > -------------------------------------------------------------------------- -- > -- > > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > > > > -------------------------------------------------------------------------- -- > -- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sun, 14 May 2000 14:33:46 +1000 > From: "AustralianAccommodation.com Pty. Ltd." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Slightly OT: Lighten things up a little > Message-ID: <003201bfbd5d$986aaf80$71cbfea9@claudeslaptop> > > Well here in australia wearing seat belts are compulsory and if you are > caught by the police you are fined and in addition to that you loose 3 > points off your licence. In Australia a driver is given 12 points on their > licence and each driving offence he / she makes the driver is fined and also > has points deducted > > once you are at zero points you loose your licence if you are caught > speeding less than 15km over speed limit there goes another point; if > speeding >15km <30 km over limit there goes 3 points if speeding >30km <45km > over speed limit there goes 4 points over 45 km I think you loose all points > > keep in mind with each offence you loose points as well as receive a fine > you must pay > > the speeding points thing I can understand however loosing 3 points for > forgetting to place a seatbelt on is a bit tough > ----- Original Message ----- > From: Michael Imhoff <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, May 14, 2000 9:21 AM > Subject: RE: Slightly OT: Lighten things up a little > > > > Ouch, but 911's have to be one of the coolest cars our there in my opinion > > :-) > > > > After flipping a jeep Cherokee last year, getting in a three car pileup > with > > my probe, and getting two tickets all in one year...I ended up getting a > 97 > > BMW z3...sometimes I think that staring at the monitor too long impairs my > > judgment :-D > > > > http://imhoff.tznet.com/jeep.htm > > > > It's nice to see a little life in the list and no one whining about it... > > > > -Michael > > > > ======================================== > > Michael Imhoff :::: www.omnicypher.com :::: icq: 10495667 > > [EMAIL PROTECTED] (home) :::: (320) 255-4447 (home) > > [EMAIL PROTECTED] (cell) :::: (612) 247-8159 (cell) > > Allaire Alliance Consulting Partner > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Friday, May 12, 2000 4:41 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Slightly OT: Lighten things up a little > > > > > > > > Actually it's a Big red 95 Cougar XR7. > > > > After having seen a 911 UNDER a Sedan DeVille I will never drive a small > > car. > > > > --Katrina > > > > ==================== > > Katrina Chapman > > Consultant > > Ameriquest Mortgage > > > > > > > > "Steve Reich" > > <steve.reich@bac To: > > <[EMAIL PROTECTED]> > > ksoft.com> cc: > > Subject: Re: Slightly OT: > > Lighten things up a little > > 05/11/00 09:09 > > PM > > Please respond > > to cf-talk > > > > > > > > > > > > Since we're off the subject, I think it would be cool to have a site with > > some sort of profile for each CF-Talk member. A short bio, maybe link to a > > resume, and a picture. Then we could put faces to the names. I mean, is > > Dave > > Watts *really* 10 feet tall like I imagine? Does Katrina Chapman actually > > drive a little red convertable Miata? Does Fred Sanders *really* wear a > > cowboy hat and spurs? Ahhh, if only I had more time....!! > > > > :-) Steve > > > > -------------------------------------------------------------------------- > -- > > -- > > > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > > the body. > > > > > > > > > > -------------------------------------------------------------------------- > -- > > -- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > > the body. > > > > -------------------------------------------------------------------------- > ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > > > ------------------------------ > > Date: Sat, 13 May 2000 21:34:56 -0700 > From: Dick Applebaum <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: setting file download name using CFCONTENT > Message-ID: <v0422080fb543dcca1f52@[38.29.181.73]> > > This works for me: > > > <CFHEADER NAME="Content-Disposition" value="attachment; filename=RB2000MK.PDF"> > <CFCONTENT TYPE="application/pdf" > > > > FILE="d:\itool\sites\sgcpubs\www\mediakits\RB2000MK.PDF"> > At 7:23 PM -0700 5/13/2000, S.E.Fling wrote: > >Hi, > > > >Thanks to the great thread on "CFCONTENT and File Download", I was able to create a download page for 2page.exe, a self-extracting winzip file (contains 12 Microsoft word documents). > >However, when the "Save As.." box comes up, instead of "2page.exe" as the file name, the dialog box defaults to the name of the CF file being executed (in this case, > >FileDownload.cfm). I can't figure how to pass it the name of the file being downloaded. If I rename FileDownload.cfm to 2page.exe, I get an error message. Here's the code for > >FileDownload.cfm: > > > ><cfset name="2Page.exe"> > ><cfset filename = "D:\1YWNMembers\Templates\#name#"> > ><form action="#filename#" method="POST"> > > <CFHEADER name="Content-Disposition" value="attachment; > > filename=#filename#"> > > <CFCONTENT type="application/octet-stream" > > deletefile="no" > > file="#filename#"> > > > > <input type="hidden" name="filename" value="#filename#"> > > <input type="Submit" value="Download File"> > ></form> > > > >TIA for all of your help! > > > >sharon > > > >--------------------------------------------------------------------------- --- > >Archives: http://www.eGroups.com/list/cf-talk > >To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > > ------------------------------ > > Date: Sat, 13 May 2000 21:37:11 -0700 > From: "Mike Sheldon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Slightly OT: Lighten things up a little > Message-ID: <020d01bfbd5e$1279c950$[EMAIL PROTECTED]> > > >>After flipping a jeep Cherokee last year, getting in a three car pileup > with my probe, and getting two tickets all in one year...<< > > Have you considered taking the bus? > > Michael J. Sheldon > Internet Applications Developer > Phone: 480.699.1084 > http://www.desertraven.com/ > PGP Key Available on Request > > -----Original Message----- > From: Michael Imhoff [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 13, 2000 16:22 > To: [EMAIL PROTECTED] > Subject: RE: Slightly OT: Lighten things up a little > > > Ouch, but 911's have to be one of the coolest cars our there in my opinion > :-) > > After flipping a jeep Cherokee last year, getting in a three car pileup with > my probe, and getting two tickets all in one year...I ended up getting a 97 > BMW z3...sometimes I think that staring at the monitor too long impairs my > judgment :-D > > http://imhoff.tznet.com/jeep.htm > > It's nice to see a little life in the list and no one whining about it... > > -Michael > > ======================================== > Michael Imhoff :::: www.omnicypher.com :::: icq: 10495667 > [EMAIL PROTECTED] (home) :::: (320) 255-4447 (home) > [EMAIL PROTECTED] (cell) :::: (612) 247-8159 (cell) > Allaire Alliance Consulting Partner > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 12, 2000 4:41 PM > To: [EMAIL PROTECTED] > Subject: Re: Slightly OT: Lighten things up a little > > > > Actually it's a Big red 95 Cougar XR7. > > After having seen a 911 UNDER a Sedan DeVille I will never drive a small > car. > > --Katrina > > ==================== > Katrina Chapman > Consultant > Ameriquest Mortgage > > > > "Steve Reich" > <steve.reich@bac To: > <[EMAIL PROTECTED]> > ksoft.com> cc: > Subject: Re: Slightly OT: > Lighten things up a little > 05/11/00 09:09 > PM > Please respond > to cf-talk > > > > > > Since we're off the subject, I think it would be cool to have a site with > some sort of profile for each CF-Talk member. A short bio, maybe link to a > resume, and a picture. Then we could put faces to the names. I mean, is > Dave > Watts *really* 10 feet tall like I imagine? Does Katrina Chapman actually > drive a little red convertable Miata? Does Fred Sanders *really* wear a > cowboy hat and spurs? Ahhh, if only I had more time....!! > > :-) Steve > > -------------------------------------------------------------------------- -- > -- > > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > > > > -------------------------------------------------------------------------- -- > -- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > -------------------------------------------------------------------------- -- > -- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sat, 13 May 2000 23:35:17 -0700 > From: "S.E.Fling" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: setting file download name using CFCONTENT -- SOLVED! > Message-ID: <[EMAIL PROTECTED]> > > Dick, > > Thanks, it worked like a charm! > > sharon > > Dick Applebaum wrote: > > > This works for me: > > > > <CFHEADER NAME="Content-Disposition" value="attachment; filename=RB2000MK.PDF"> > > <CFCONTENT TYPE="application/pdf" > > > > FILE="d:\itool\sites\sgcpubs\www\mediakits\RB2000MK.PDF"> > > At 7:23 PM -0700 5/13/2000, S.E.Fling wrote: > > >Hi, > > > > > >Thanks to the great thread on "CFCONTENT and File Download", I was able to create a download page for 2page.exe, a self-extracting winzip file (contains 12 Microsoft word documents). > > >However, when the "Save As.." box comes up, instead of "2page.exe" as the file name, the dialog box defaults to the name of the CF file being executed (in this case, > > >FileDownload.cfm). I can't figure how to pass it the name of the file being downloaded. If I rename FileDownload.cfm to 2page.exe, I get an error message. Here's the code for > > >FileDownload.cfm: > > > > ------------------------------ > > Date: Sun, 14 May 2000 01:48:47 -0500 > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Slightly OT: Lighten things up a little - Sssssss... > Message-ID: <[EMAIL PROTECTED]> > > > It's nice to see a little life in the list and no one whining > > about it... > > Okay, you want life? Got out of the office today, looking for adrenalin, > and found some in scaled form: > > http://lookclose.com/slideshow/Ron/Snakes > > BTW, if you're up for it, put http://lookclose.com/home through its > paces for us... we're nearing launch date. Still short on content, but > functionality is there if you want to try to upload some pics > (http://lookclose.com/MyLookClose/UploadImages). > > -ron > > humankind systems, inc. > > ------------------------------ > > Date: Sun, 14 May 2000 00:06:03 -0700 > From: "Stephen M. Aylor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Slightly OT: Lighten things up a little - Sssssss... > Message-ID: <17f001bfbd72$e9e98560$[EMAIL PROTECTED]> > > Cool Zoomlet!!! Suprising speed and great detail on the images. > > Steve > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 13, 2000 11:48 PM > Subject: RE: Slightly OT: Lighten things up a little - Sssssss... > > > > > It's nice to see a little life in the list and no one whining > > > about it... > > > > Okay, you want life? Got out of the office today, looking for adrenalin, > > and found some in scaled form: > > > > http://lookclose.com/slideshow/Ron/Snakes > > > > BTW, if you're up for it, put http://lookclose.com/home through its > > paces for us... we're nearing launch date. Still short on content, but > > functionality is there if you want to try to upload some pics > > (http://lookclose.com/MyLookClose/UploadImages). > > > > -ron > > > > humankind systems, inc. > > > > -------------------------------------------------------------------------- > ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > > ------------------------------ > > Date: Sun, 14 May 2000 05:16:37 -0500 > From: John Allred <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Joining Two Text Fields? > Message-ID: <[EMAIL PROTECTED]> > > Marco, > > I do this with one of my sites (combining fields to construct a URL), > and it works fine. > > I think, possibly, including the "?ID=" in the field may be the culprit. > Try removing these characters from the field, then construct the URL as > follows: > > <A href="#NewDeals.CouponURL#?ID=#NewDeals.RetailerCC#"> > > It's been a while since I struggled with getting it to work on my site, > but as I recall, I had problems with ".cfm" being in the field that > corresponds to your "#NewDeals.CouponURL#". When I removed the ".cfm" > from the field and placed it outside the pounds, like: > <A href="#NewDeals.CouponURL#.cfm?ID=#NewDeals.RetailerCC#">, everything > worked. If you have other file types, this might require some > conditional logic to accomplish. At the time, I didn't try > URLEncodedValue on the field. This might work, too. > > --John > > Marco Gil wrote: > > > > I'm using IE and it's two values. Each value is coming from the same > > database in different tables. For example: > > > > www.testing.com = First Value > > ?ID=23523626 = 2nd Value > > > > For whatever reason, when I output these two values together, it comes out > > perfect except when putting them in the HREF parameter. For whatever > > reason, it puts a "/" in between the two values like this: > > > > http://www.testing.com/ID=232626 > > > > That's clearly not what I want.. i'll try out your method in a few mins :) > > > > Marco > > > > ----- Original Message ----- > > From: "Rob Sherman" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, May 13, 2000 10:00 PM > > Subject: RE: Joining Two Text Fields? > > > > > > <A href="#NewDeals.CouponURL#?#NewDeals.RetailerCC#"> > > > > > > > > > is it only 1 record? Or do all your entries put a "/" character there > > > between the two values? > > > > > > If it's just 1 record, then make sure you strip off the "/" from being > > > entered into the database. If all your records seem to make a "/" in the > > > browser you can try stripping off the last character: > > > > > > <A href="#left(NewDeals.CouponURL, len(NewDeals.CouponURL) - > > > 1)#?#NewDeals.RetailerCC#"> > > > > > > to see if something like that would help. Also, I'm curious to know which > > > browser you are using. > > > > > > Sincerely, > > > > > > Rob Sherman > > > Developer / Allaire Certified Instructor > > > CFDude, Inc. http://www.cfdude.com > > > ------------------------------------------------------ > > > Email:[EMAIL PROTECTED] > > > ICQ:_____________________________3266081 > > > AIM:__________________________RobSSherm > > > Yahoo!:________________RobSherman_CFDev > > > Office:______________________(310) 543-1622 > > > Office Fax:__________________(310) 543-0512 > > > VMail/Fax:__________(310) 754-6016 ext. 5630 > > > > > > > > > -------------------------------------------------------------------------- > > ---- > > > Archives: http://www.eGroups.com/list/cf-talk > > > To Unsubscribe visit > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > > the body. > > > > -------------------------------------------------------------------------- ---- > > Archives: http://www.eGroups.com/list/cf-talk > > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > > -- > John Allred / Jackson, Mississippi > Webmaster, Mississippi Counties > http://www.mscounties.com/ > > ------------------------------ > > Date: Sun, 14 May 2000 05:26:12 -0500 > From: John Allred <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Slightly OT: Lighten things up a little > Message-ID: <[EMAIL PROTECTED]> > > Michael Imhoff wrote: > > > I ended up getting a 97 > > BMW z3...sometimes I think that staring at the monitor too long impairs my > > judgment :-D > > > > Michael, I don't know about the judgement part, but a nice, top down > ride in the country in my Miata sure clears my head after a long day at > the screen. BTW, staring eye-level at the lug nuts on truck wheels at > red lights tends to make one a more defensive driver! > > --John > > ------------------------------ > > Date: Sun, 14 May 2000 03:36:56 -0700 > From: "Rob Sherman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Slightly OT: Lighten things up a little > Message-ID: <[EMAIL PROTECTED]> > > I'm waiting for the day I see a KIA Spectra going down the road with a > "WWBFD" (What Would Ben Forta Do) bumper sticker. > > Alternatively, how about a "Got WACK?" bumper sticker? > > Sincerely, > > Rob Sherman > Developer / Allaire Certified Instructor > CFDude, Inc. http://www.cfdude.com > ------------------------------------------------------ > Email:[EMAIL PROTECTED] > ICQ:_____________________________3266081 > AIM:__________________________RobSSherm > Yahoo!:________________RobSherman_CFDev > Office:______________________(310) 543-1622 > Office Fax:__________________(310) 543-0512 > VMail/Fax:__________(310) 754-6016 ext. 5630 > > ------------------------------ > > Date: Sun, 14 May 2000 04:04:40 -0700 > From: "Sean Renet" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: ASCII for tab? > Message-ID: <002501bfbd94$34053830$[EMAIL PROTECTED]> > > Anyone know what the ASCII is for tab(eg., chr(13) is carriage return)? > > ------------------------------ > > End of CF-Talk V1 #10 > ********************* > -------------------------------------------------------------------------- ---- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > > ------------------------------------------------------------------------------ Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

