RE: Writing to text file

2001-12-11 Thread Mookie Bear
-Talk <[EMAIL PROTECTED]> >Subject: RE: Writing to text file >Date: Tue, 11 Dec 2001 15:31:00 -0500 > >If you need to nest the output of a query within the CFOUTPUT tags, >simply use the CFLOOP function. > > >-Original Message- >From: Mookie Bear [mailto:[EMAIL

Writing to text file

2001-12-11 Thread Mookie Bear
hey guys, I am doing a CFFILE and writing to a NEW file (not appending). i am tyring to input information in text delimited from a query. how do I do this though? i cannot put CFOUTPUT query="whatever" inside the output. help! ___

RE: Does anyone see a problem with this query?

2001-12-11 Thread Mookie Bear
yeah, I see a problem alright! >From: "Dunwiddie, Bruce" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Does anyone see a problem with this query? >Date: Tue, 11 Dec 2001 10:51:50 -0600 > >I have a feeling that this is not the actual query th

CF and Access

2001-12-11 Thread Mookie Bear
hey guys, the client uses an Access application where they can, at the click of a button, create mailing labels that pull off information from their volunteers table. In fact, that whole Access app is a ufll blown Volunteer Management system. Except it's very ugly and not as robust. So i cre

Re: Custom Tag to resize JPG on the fly... rarararr!!

2001-12-07 Thread Mookie Bear
different things! > >Thanks, >Jared >- Original Message - >From: "Mookie Bear" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Friday, December 07, 2001 4:00 PM >Subject: RE: Custom Tag to resize JPG on the fly..

RE: Custom Tag to resize JPG on the fly...

2001-12-07 Thread Mookie Bear
or, you can use proportions to resize the pic :) for example, i have a pic that is 237 in width and 500 height. lets say i want to shrink it down to a width of 150. to get the proportionate height (i knew this would come in handy one day since 4th grade!) just solve this equation (237/500) =

Re: Help With List Problem

2001-12-07 Thread Mookie Bear
there may be a better appraoch to this. would you please explain what you really want in more detail. like why are there 3 items in list 2, and you only talked about dealing with the first 2 items??? >From: "Double Down" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[E

Re: WAP and CFM

2001-11-30 Thread Mookie Bear
g > > resultsworking on form processing now > > > > Good luck and keep me informed cause I want to do the same thing and >more! > > > > Bryan Stevenson > > VP & Director of E-Commerce Development > > Electric Edge Systems Group Inc. > >

RE: ArraySort rarararar!!

2001-11-30 Thread Mookie Bear
ov 2001 14:01:57 -0500 > >Dude, where's my car? > >-Original Message- >From: Adkins, Randy [mailto:[EMAIL PROTECTED]] >Sent: Friday, November 30, 2001 2:01 PM >To: CF-Talk >Subject: RE: ArraySort rarararar!! > > >Dude, the 3rd parameter is not requir

Re: ArraySort rarararar!!

2001-11-30 Thread Mookie Bear
hey dude, the arraysort function takes 3 arguments. you only provided the first 2. the last argument is the sort order. possible values are "asc" and "desc". BAHEHEHE!! rarararar!! >From: "Adkins, Randy" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED

Re: WAP and CFM

2001-11-30 Thread Mookie Bear
ause I want to do the same thing and more! > >Bryan Stevenson >VP & Director of E-Commerce Development >Electric Edge Systems Group Inc. >p. 250.920.8830 >e. [EMAIL PROTECTED] >----- >Allaire Alliance Partner >www.allaire.com

WAP and CFM

2001-11-30 Thread Mookie Bear
hey guys, please tell me if this is possible. I want to create a WAP application where my friends, who have internet-capable cell phones, are able to do such things, as, check email! The reason I wanna do this is so that they dont have to pay for email service. Or is the email service already

Re: Hiding Paths

2001-11-29 Thread Mookie Bear
You can have the music play right on the site. Like, have the Real player interface built into the site. You will need to buy the REAL 2G server or something like that, and I am sure it comes with its own administrative settings and other neat stuff. oh yeah it's hella expensive, in the hund

Re: Touch Screen Question!! for JERRY

2001-11-29 Thread Mookie Bear
well it's a windows platform. basically, we want people to move around the site without having to use the mouse. And it's a CF site. so all we really need is a VGA touch screen? or sumpin? >From: "Jerry Johnson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PR

RE: Touch Screen Question!!

2001-11-29 Thread Mookie Bear
that you would deal with when building a website. > >Hatton > > > > -Original Message- > > From: Mookie Bear [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 3:53 PM > > To: CF-Talk > > Subject: Re: Touch Screen Question!! > >

Re: Touch Screen Question!!

2001-11-29 Thread Mookie Bear
Do you know where I can buy one, how much it costs, etc? also, so what u are saying is that there is virtually no programming involved? >From: "Jerry Johnson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Touch Screen Question!! >Date: Thu

Touch Screen Question!!

2001-11-29 Thread Mookie Bear
hey guys, i'm developing a CF site, but they want it to be touch screen. can anyone give me some insight on how touch screen works and what not? thanx. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.the

Re: Best practices storing CC

2001-11-16 Thread Mookie Bear
heh my whole database lies on a separate server, and the CC numbers in there look like this ^%@!^%@$!)fwer4ewkahnsdkajlhj7866t43223&$^%#!@!@bslk\][qe2896^$&!@09uepwrhjkl/nda/;lq-098213hkljhklisy87^&*(%@#@)(*POJW}QESKJNQDSKJ982t1837521iugKJALKNSoe8134602984ioLKHANS:IQJH)9712936521543 it's "low

Re: help with javascript/query

2001-11-15 Thread Mookie Bear
basically, do this make a bunch of hidden fields ... like S_name, S_address, S_city, S_state, and insert the value of the addresses this user used. repeat this x amount of times. X being the number of different addresses they used. this essentially creates an array. so lets say u have 3

Re: CFFILE Rarrararrr!!

2001-11-15 Thread Mookie Bear
yeah but do u have this enctype="multipart/form-data" inside the FORM tag? u need that to upload stuff =) Rarrararrr!! >From: Steven Lancaster <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: CFFILE >Date: Thu, 15 Nov 2001 10:01:31 -0600 >

Re: Display result pages menu

2001-11-14 Thread Mookie Bear
I'll do it for 100!! >From: "Craig" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Display result pages menu >Date: Wed, 14 Nov 2001 15:06:39 -0600 > >If you haven't checked the Allaire gallery, then I'm not sure. I'll write >one real quick

Re: Frames , cookies and IE6... Hate 'em all Rarrararrr!!

2001-11-12 Thread Mookie Bear
Pass em via javascript :) Rarrararrr >From: "Matt Robertson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Frames , cookies and IE6... Hate 'em all >Date: Mon, 12 Nov 2001 14:12:27 -0800 > >I have this 2-frame structure: > >FRAME.HTM: loca

Re: Inserting single quotes into SQL Server... Rarrararrr!!!

2001-11-12 Thread Mookie Bear
For some reason this always works with me!! ok, i assume that customer's name is in form variable, so create a new variable and set it to that form variable, and use that new variable u created in the SQL code. this works, promise! if anyone knows why, i'd like to know! hehehe Rarrararrr!!!

Re: Grids Rarrararrr!!

2001-11-12 Thread Mookie Bear
well if u have a SQL server backend, use the SQL Enterprise Management Console :D >From: Janine Jakim <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Grids >Date: Mon, 12 Nov 2001 14:55:18 -0500 > >What are people using instead of the cfgrid? I