RE: query dates

2001-04-03 Thread Phoeun Pha
i'll let u borrow my SQL server programming book (err, 45 dollars vlaue or sumpin) it's really good, taught me lots. just pay for shipping :P -Original Message- From: Diana Nichols [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 4:15 PM To: CF-Talk Subject: query dates Can

RE: Here's A Good One...

2001-04-03 Thread Phoeun Pha
. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 2:08 PM To: CF-Talk Subject: RE: Here's A Good One... you have to tell it to display median time, not military time :P (use the timeformat function) -Original Message- From: Robert Forsyth

RE: database design question

2001-03-30 Thread Phoeun Pha
I don't think the question is whether using too many tables will affect the speed. But which is the best way to design the database. and u said "up to 15 tables". why 15? the one i am working on uses over 70+ tables -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent:

RE: database design question

2001-03-28 Thread Phoeun Pha
Here is the question. Diod they graduate from high school? If so, which high school? Here is the inference. Those who have a high school name went to high school, and those who didn't have a high school name did not go to high school. i know it's a big DUH, but it's important. here's how i

Re: database design question

2001-03-28 Thread Phoeun Pha
grr!! it does fit in right. it said GRADUATED FROM. i've never known of anyone who has graduated from more than one high school :P - Original Message - From: Tony Schreiber [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 10:36 PM Subject: RE: database

RE: Killing Commas

2001-03-27 Thread Phoeun Pha
errr use the replace function! -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 1:38 PM To: CF-Talk Subject: Killing Commas Anyone know of a "quick" fix for removing commas in returned data?

RE: Killing Commas PART 2

2001-03-27 Thread Phoeun Pha
better yet, use the REMOVECHARS function! -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 1:38 PM To: CF-Talk Subject: Killing Commas Anyone know of a "quick" fix for removing commas in returned data?

Very, very, very bad day

2001-03-23 Thread Phoeun Pha
Hey all, early this morning, I was working on project A. I needed a javascript image roll over template so I opened up an FTP from another project (which we'll call project B) i did way back, and downloaded the template. I was using FTP explorer to do this. I worked a few more hours, then set

RE: Very, very, very bad day

2001-03-23 Thread Phoeun Pha
day let's keep this on topic. I think you should've used cfscheduler for your alarm clock and used a cftransaction for your ftp transfer :P Phoeun Pha [EMAIL PROTECTED] on 03/23/2001 12:00:35 PM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Savan

RE: Max Credit Card Expiration Date

2001-03-23 Thread Phoeun Pha
i think the most is 3 or 5 years -Original Message- From: Ricq Pattay [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 2:52 PM To: CF-Talk Subject: OT: Max Credit Card Expiration Date If this is 2001, what is the highest expiration year I'll ever see on a customer's valid card?

RE: session variable locking question

2001-03-22 Thread Phoeun Pha
it is better to wrap the whole hting inside the cflock cflock scope="Session" type="ReadOnly" timeout="5" cfif IsDefined("Session.user") CFSET REQUEST.USER = Session.user /cfif /cflock the reason? Because what if it was read an existing session variable from another

Re: Textbox validation

2001-03-22 Thread Phoeun Pha
tell me why u only want them to enter one word, and i may explain better. but the easiest way to do it is after they submit, check the value, and if it's not to your liking, send them to a page that looks exactly the same except all the fields are populated except for that particular one, and

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Phoeun Pha
I just skimmed through it, and it seemed that your query output is not right. When u do a judgement.defendant inside that query loop, it will always remain the same. it will always output the first row from that query. instead, just use defendant. since you're already inside that query loop,

RE: Need assistance:Nested CFLOOPs PART 2

2001-03-21 Thread Phoeun Pha
oh, why the heck are u using CFOUTPUTs for every line break? heh. u dont have to do that -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:39 AM To: CF-Talk Subject: Need assistance:Nested CFLOOPs Hi all. I am having a problem with a

RE: Can we do another select on a cfquery resultset?

2001-03-21 Thread Phoeun Pha
u will need it when u do a closed search. i dont know if my terming is correct, but here is an example. I do a search on monster.com on "Cold Fusion", and it returns 25 results. On that results page,. I have the option to search my results, u know, querying a query. let's say that i want to

What is .Net????

2001-03-21 Thread Phoeun Pha
what is it really? to me, it's just a web thingy like .com or .cc or .org ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Java or C Sharp?

2001-03-21 Thread Phoeun Pha
Which is more marketable for me?!! ~~ 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:

RE: CFMail replacement for Linux

2001-03-21 Thread Phoeun Pha
A friend of mine uses this program that sends over 1,000,000 messages in 1 day! Sorry, i forgot what it was called. hey, aren't you guys the one spamming my email box?!!! DIE! -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 12:18

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Phoeun Pha
icking up that first list item, Limited..and although it is going over the thing 7 times..its not reading the other items in the list. I know there is some simple syntax error somewhere..I just can't find it. -Gel -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesda

RE: Tracking two lists of numbers

2001-03-21 Thread Phoeun Pha
::faint:: -Original Message- From: Diana Nichols [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:41 PM To: CF-Talk Subject: Tracking two lists of numbers This just can't be as hard as I'm making it! I have a list of steps (1-20) each of which has 6 fields attached to it,

RE: Code review, PLEASE

2001-03-19 Thread Phoeun Pha
It would be best if u can tell us what the problem is and what ua re tyring to get the page to do. then i can understand the code better -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 1:27 PM To: CF-Talk Subject: Code review, PLEASE I have

RE: crazy replace

2001-03-19 Thread Phoeun Pha
it should be Replace(attributes.employee, "-", "", "", "all") oh and u dont need a CFSCRIPT to use that function hehehehehehe i think. -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:43 PM To: CF-Talk Subject: crazy replace hey

OT: Java

2001-03-19 Thread Phoeun Pha
Sorry for the OT topic (DONT STONE ME!), but i was hoping some of you guys are also java programmers. I'd thankful a friend recommended the CF 4.5 web applications book by Ben Forta, or else I'd be stuck with CF 4.5 for dummies. I hope I get lucky twice, and maybe recommend me a good Java book!

test

2001-03-18 Thread Phoeun Pha
~~ 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:

Re: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Phoeun Pha
why wasnt it working before? what happened? - Original Message - From: megan sherman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 16, 2001 8:27 AM Subject: looping qty form input box in shopping cart table using cfoutput Hi, I am trying to build a shopping

RE: looping qty form input box in shopping cart table using cfout put

2001-03-16 Thread Phoeun Pha
orm so you can UPDATE your DB in each iteration of this CFLOOP. hope that makes sense. works really well for me. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 6:26 AM To: CF-Talk Subject: Re: looping qty form input box in shopping cart t

CF rules!!!

2001-03-16 Thread Phoeun Pha
CF, in this case, means Caffeine!!! I've been up all night writing code and today almost drove off a freeway going 75mph ack! i'm crazy! but now I'm wide awake!! hold up, my fingers are twitching! ahh!!! anyhow, that CF thingy in houston wednesday night with ben Forta was cool. he

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
come on man, we need some personality in our posts too. at least i put something legitimate in it :P -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 12:40 PM To: CF-Talk Subject: RE: CF rules!!! CF, in this case, means

RE: Report

2001-03-16 Thread Phoeun Pha
U mean he's storing queries in an access table? are they for stored procedure stuff? -Original Message- From: monika kon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 1:01 PM To: CF-Talk Subject: Report I have an access table where my webmaster has made tables as well as

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
I heard from Ben, that a good use for querying a query would be to compare data between two remote datasources with ease. If there was no query a query function, what would be the alternative to perform the same comparison? I couldn't think of any other valuable uses for querying a query, it

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
be happy to play Quake, have some drinks, or play paintball with you (whatever). But not on this list. At 12:19 PM 3/16/01 -0600, Phoeun Pha wrote: CF, in this case, means Caffeine!!! I've been up all night writing code and today almost drove off a freeway going 75mph ack! i'm crazy

RE: SQL books

2001-03-16 Thread Phoeun Pha
id ont have the book with me now so i dont remember the title. but it's called SQL programming i think, it's a red book with yellow text in the front, and a picture of the guy in front (gray), in his forties or late thirties. good book that covers T-SQL, and lots of join stuff -Original

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
"yeah i've been there" type of stuff -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 3:28 PM To: CF-Talk Subject: Re: CF rules!!! - Original Message ----- From: "Phoeun Pha" [EMAIL PROTECTED] Sent: Friday, March 16, 2

CFFlush

2001-03-16 Thread Phoeun Pha
i was a little confused about this tag. Does it send u to a temp page, process stuff, and then send u to another page or what??? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
CF-Talk" [EMAIL PROTECTED] Sent: Friday, March 16, 2001 3:28 PM Subject: Re: CF rules!!! - Original Message ----- From: "Phoeun Pha" [EMAIL PROTECTED] Sent: Friday, March 16, 2001 9:06 PM Peter, you are aware this is the CF talk list, where programmers can be programmers.

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
yeah, but what if data in the DB changed during that instance -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 4:01 PM To: CF-Talk Subject: RE: CF rules!!! Wouldn't another use be to drill down through data. Along the similar line, you could

RE: CF rules!!!

2001-03-16 Thread Phoeun Pha
Message ----- From: "Phoeun Pha" [EMAIL PROTECTED] Sent: Friday, March 16, 2001 9:06 PM Peter, you are aware this is the CF talk list, where programmers can be programmers. I will groom myself when I am in the CF jobs talklist :) Yes, but _most_ programmers o

CF 5.0

2001-03-16 Thread Phoeun Pha
hey, i was hoping one of yall might know a little more, but i "think" Ben mentioned that CF 5.0's graphics spitter whatever can also generate flash files. I'm sure he said flash but he said it so quick i wasn't sure. If this is so, how much control of that flash swf would I have? i think that

Re: cfloop for 2 list?!!!

2001-03-13 Thread Phoeun Pha
insteadof using a list, dynamically name your input forms, then in your cfoutput, u can output those forms. like #Form.Question1# #Form.Remark1# #Form.Question1# #Form.Remark1# - Original Message - From: han peng [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 13,

Re: nesting queries

2001-03-13 Thread Phoeun Pha
it's a matter of how u do your query. in this case, u do one query, and use agreggratataacrap functions. sorry i have stutter problems. the thing is, u have to call out every column individually, instead of using the asterisk *. here is an example. notice i am using aliases CFQUERY

RE: First crack at commerce, sort of.

2001-03-13 Thread Phoeun Pha
go with SQL or mysql -Original Message- From: Kortland, Brian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 10:20 AM To: CF-Talk Subject: First crack at commerce, sort of. This message is in MIME format. Since your mail reader does not understand this format, some or all of

RE: Form Fields cleared on Back

2001-03-13 Thread Phoeun Pha
it is DEFINITLEY the large number of input fields. i had a problem like that once, where i allowed the admin to enter different events for different artists as many times as they wanted. anything about 20 times made the page work wierd, so i limited to 10 times only. hehe -Original

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
here's another idea. IF there is an error, do a CFABORT, AND a CFinclude a certain template. This template will be designed like the first page that had the forms, except, the input fields will be given values. so whatever values are present will be in those input fields (it might be

RE: example of navigation buttons

2001-03-13 Thread Phoeun Pha
dude just draw a square with arrows and boxes and what not -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:25 PM To: CF-Talk Subject: example of navigation buttons Anyone have links or examples of simple nav buttons, like next, previous, last ,

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
ooh! was it my method? if i was I'd feel special -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:42 PM To: CF-Talk Subject: RE: Form Fields cleared on Back Thanks all, some excellent idea's. I was hoping there was some hidden buffer

XML

2001-03-13 Thread Phoeun Pha
what are the advantages of using XML with my coldfusion web apps? like what cool stuff can I do? and is XML hard to learn? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Broken Images / Testing for file existence

2001-03-13 Thread Phoeun Pha
It seems like u are running your own ecommerce site, but using someone else's pic. are u sure u wont get into trouble? -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 3:04 AM To: CF-Talk Subject: RE: Broken Images / Testing for file

RE: cffile

2001-03-12 Thread Phoeun Pha
let's say my file contains 3 main parts. a person's name, age, and sex. the key to your problem, or to the solution, whichever, AHH!!, is to read the text file as a list, and pull out whichever part you want. so therefore, you separate those parts with a delimiter, preferably a character that

RE: Displaying message during loading..?

2001-03-12 Thread Phoeun Pha
this is what I do. I have a layer that says "Stuff is loading!", and i set it to invisible. when u click the submit button, call a javascript that makes that layer visible! that's it! u can make that layer overlap over whatever is on your page. it can be a flash animation! -Original

RE: W2k cannot see webserver?

2001-03-12 Thread Phoeun Pha
are u going to the webserver as http://servername/page.cfm or http://64.17.x.x/page.cfm?? If you chose the latter, then those two computers must have an internet connection -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 4:27 PM To: CF-Talk

RE: Project Mgmt for CF development?

2001-03-12 Thread Phoeun Pha
here at work we use a time keeping system, where developers enter how much hours they worked on for certain tasks on a certain day (tasks, developers can be added/deleted/edited). u also enter the allotted time for that certain task, and if it goes over, the hours put into that task turns red. u

RE: Project Mgmt for CF development?

2001-03-12 Thread Phoeun Pha
and in house program that will do all of what you want, and then alot more? Or am I missing the boat here? Michael "Phoeun Pha" [EMAIL PROTECTED] wrote in message 3FDBC86059BAD4119A1B0090273D1EB60C2ADD@HOUBLUE">news:3FDBC86059BAD4119A1B0090273D1EB60C2ADD@HOUBLUE... here at

SMTP email question

2001-03-07 Thread Phoeun Pha
hey all, is it possible to host my own site at home, but pay some hosting company a fee for using their SMPT so i can send/receive email? is that possible? cuz... 1. My host sucks, they are hosting 200 other peeps, and the site is slow 2. I got a killer server in my garage, and a decent DSL

Re: Protecting an admin page

2001-03-07 Thread Phoeun Pha
This is how it is supposed to work. In your login page, not only should u check to see if the login/pasword is right, but also set a session variable to true. Then on the top of every admin page, do a test to see if that session variable is true or not. if not, forward them to the login page.

CF Function

2001-03-05 Thread Phoeun Pha
hey, is there a coldfusion function to make a killer beef fajita? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: CF Function PART 2

2001-03-05 Thread Phoeun Pha
geesh, i wonder who else on this list doesn't have a sense of humor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 5:08 PM To: CF-Talk Subject: RE: CF Function hey, is there a coldfusion function to make a killer beef fajita? No,

Re: CF Function

2001-03-05 Thread Phoeun Pha
. (www.houseoffusion.com) - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 05, 2001 5:01 PM Subject: CF Function hey, is there a coldfusion function to make

Re: Debugged

2001-03-04 Thread Phoeun Pha
if there are no IP addresses enter, then coldfusion displays all the debugging info that is checked in the admin. - Original Message - From: paul smith [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 8:47 AM Subject: Debugged Since I moved my LAN behind a

Re: Refresh, on save

2001-03-04 Thread Phoeun Pha
my friend, NEVER EVER use coldfusion's browser. use an external browser - Original Message - From: Michael [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 12:32 PM Subject: Refresh, on save I am trying to figure out what I am missing in the setup, when

Re: Which is better?

2001-03-03 Thread Phoeun Pha
why not just run a query on that page? - Original Message - From: sebastian palmigiani [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 03, 2001 9:38 AM Subject: Which is better? Which is better in this situation: using application variables or cfcache? I

RE: (yet another) Javascript Question

2001-03-02 Thread Phoeun Pha
I don't really know Javascript, but that's a really cute name! Jeanne heh -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 1:10 PM To: CF-Talk Subject: (yet another) Javascript Question Hi Folks, If there's a more appropriate place

What does OT mean?

2001-03-01 Thread Phoeun Pha
Other things?? ~~ 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:

Question on .htm?user=25 deal

2001-02-28 Thread Phoeun Pha
So u mean, i can map my coldfusion server to, let's say, "mycoolextension", and index.mycoolextension will be read as a CFM file?!!! that'll be cool! ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Mapping to an extension

2001-02-28 Thread Phoeun Pha
why would anyone wanna do that?!! ~~ 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:

RE: Question on .htm?user=25 deal FOLLOWUP

2001-02-28 Thread Phoeun Pha
actually, my cool extension would be .jj hehe -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:12 PM To: CF-Talk Subject: RE: Question on .htm?user=25 deal So u mean, i can map my coldfusion server to, let's say,

Mapping to an extension PART TWO

2001-02-28 Thread Phoeun Pha
what i meant was, whats the point of mapping to an extension? why use htm instead of CFM? thats what i mean -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:00 PM To: CF-Talk Subject: RE: Mapping to an extension why would

IP Address question

2001-02-27 Thread Phoeun Pha
So u mean, if you can reverse engineer the browser, u can make it not show an IP, or show a fake IP -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 6:13 PM To: CF-Talk Subject: RE: getting IP Address w/o cf by CGI, i'm assuming you

FrontPage question

2001-02-27 Thread Phoeun Pha
i opened a page with frontpage so i can edit it, and it ends up adding extra html crap! why ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

OT: barbecue grill

2001-02-26 Thread Phoeun Pha
anyone know what brand/models i should get? i'm havin a party soon eh heh ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: CFINCLUDE Question

2001-02-23 Thread Phoeun Pha
it's just one of those curious thingies. oh, by the way, if their puter crashed, how do they know if it was my site that was causing the problem?? - Original Message - From: Aidan Whitehall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 23, 2001 7:15 AM

SQL Server Backup

2001-02-23 Thread Phoeun Pha
hey guys, how do I make sure that when i do a back up, that every single piece of data that is on the database at the moment i do the backup, will be in the backup? or is that not possible? i mean impossible. stupid english eh heh ~~ Structure

CFINCLUDE Question

2001-02-22 Thread Phoeun Pha
hey guys, let's say i have three templates, with some content on them. they are Template A, B, and C. What were to happen if on each template, I do a CFINCLUDE for other templates? For example, Template A would have a CFINCLUDE = "b.cfm" and a CFINCLUDE = "c.cfm". and those templates have

RE: auction site

2001-02-22 Thread Phoeun Pha
consider how u are going to design your backend, like where you will store the times for the auction. consider whether peeps have to be logged in in order to participate, or VIEW items.. consider tracking down user activity. consider using CFLOCKING hehe -Original Message- From:

RE: Regular Expression Help?

2001-02-22 Thread Phoeun Pha
u can open all your documents, then do an EXTENDED REPLACE, and choose ALL OPEN DOCUMENTS. it will do the search and replace on all open documents. or instead, u can tell it to do it from a directory. same thing :) -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent:

RE: Dynamic Structs

2001-02-22 Thread Phoeun Pha
u have to do an evaluate. look at it this way. let's say i want to output Form variables (which already have values) dynamically. Let's say Form.Item1 = "hi" Form.Item2 = "how" and Form.Item3 = "who". u must use the EVALUATE function CFOUTPUT CFLOOP index="number" from=1 to=3

RE: CFINCLUDE Question

2001-02-22 Thread Phoeun Pha
haven't crashed the server, just timed out. Hatton -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:15 PM To: CF-Talk Subject: CFINCLUDE Question hey guys, let's say i have three templates, with some content on them

RE: Validating Checkboxes

2001-02-21 Thread Phoeun Pha
what kind of validation? please explain -Original Message- From: Roque,Carlos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:18 AM To: CF-Talk Subject: Validating Checkboxes Anyone have a good method in CF for validating checkboxes (grouped). Carlos Roque I.S.,

RE: netscape and session variables

2001-02-21 Thread Phoeun Pha
make sure your session variables are locked -Original Message- From: Eric V. Hodge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:50 AM To: CF-Talk Subject: netscape and session variables when testing my application session variables work under IE, but not Netscape. I

RE: Anyone know of any good CF tests?

2001-02-21 Thread Phoeun Pha
if they can design a pretty good web app (timesheet or shopping cart) then it'll be fine -Original Message- From: David Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 1:58 PM To: CF-Talk Subject: RE: Anyone know of any good CF tests? A good CF test... Let's

RE: View source in NS 6

2001-02-21 Thread Phoeun Pha
NS 6 is VEY buggy :) -Original Message- From: JL [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 3:49 PM To: CF-Talk Subject: View source in NS 6 Hi all, I got this problem when i use netscape 6.01. Everything is fine when I use IE 5.5 or NS 4.x. I have a

RE: Two functions with a single onClick?

2001-02-21 Thread Phoeun Pha
like let's say i wanna do 3 functions. i write the functions in the javascript. then i clal them in the OnClick let's say those functions are GetPie, GetPizza, GetLaid the onclick would be like. onclick="GetPie();GetPizza(), GetLaid" -Original Message- From: Les Irvin

RE: Hidden frames

2001-02-20 Thread Phoeun Pha
I'd use frames for programming purposes, like a frame on a page can hold some data or value that i want passed to another to make some really neat stuff. but not really. eh heh -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 11:51 AM

RE: Win2K and SQL Server 7.0 quest

2001-02-16 Thread Phoeun Pha
what are SP's for, and are they free? -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 11:14 AM To: CF-Talk Subject: Re: Win2K and SQL Server 7.0 quest I havn't even herd of SP3 for Win2k.where was SP2??? --=@ greg @=-- -

RE: how to launch a windows app from a web page?

2001-02-16 Thread Phoeun Pha
have it run an ActiveX script i am sure scripts to open a program from a web page are free! -Original Message- From: Kirk Boecker [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 11:16 AM To: CF-Talk Subject: Re: how to launch a windows app from a web page? we also have a

RE: Win2K and SQL Server 7.0 quest

2001-02-16 Thread Phoeun Pha
. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: 16 February 2001 17:16 To: CF-Talk Subject: RE: Win2K and SQL Server 7.0 quest what are SP's for, and are they free? -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 11

CFscheduling

2001-02-16 Thread Phoeun Pha
CFIF Session.Literacy EQ TRUE Hey everyone, i got a question about CFScheduling. My buddy says it's unreliable and stuff. whata re your opinions on it? CFELSE Yo momma is a fish! /CFIF ~~ Structure your ColdFusion code with Fusebox. Get the

RE: CF Source Code?

2001-02-16 Thread Phoeun Pha
i dunno. don't u think CF and ASP code structur is so different that building an "interpreter" would sound impossible? -Original Message- From: Zachary Bedell [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 1:30 PM To: CF-Talk Subject: RE: CF Source Code? -BEGIN PGP

RE: CF vs. iHTML

2001-02-15 Thread Phoeun Pha
I'm sure it was a careless mistake -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:48 PM To: CF-Talk Subject: RE: CF vs. iHTML Where is the wddx xml implementation? I didn't see one. I did see tons of typos on their homepage. Here is

RE: Refreshing Form page

2001-02-15 Thread Phoeun Pha
here's a solution. Put hidden form variables on that comment page. those variables could be their login and password. so when they submit the comment, but their session timed out, code your processing page to do this: this is just the logic of it. If session.logged in is defined and EQ

RE: Dateformat behaviour

2001-02-14 Thread Phoeun Pha
I think coldfusion reads it as a european date. maybe thats why it didn't generate an error. Dateformat("13/12/2000","mmdd") 20001213 December 13, 2000 thats what it reads it as hehehe -Original Message- From: INGECOM - D. Delcomminette [mailto:[EMAIL PROTECTED]] Sent:

CF number question

2001-02-14 Thread Phoeun Pha
I have a form variable whose value is "0.00" if I do a conditional, would this be right? CFIF Form.Variable EQ 0 TRUE CFELSE False /CFIF what i am saying is, will "0.00" be the same as 0? will it read it as a string or a number? or sometimes? explain! thanx

RE: JavaScript?

2001-02-13 Thread Phoeun Pha
just wanna let u know i am workin on it ehh hehehehe -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 1:35 PM To: CF-Talk Subject: OT: JavaScript? Does anyone have a good javascript that will allow you to type ina startDate and

RE: JavaScript?

2001-02-13 Thread Phoeun Pha
nevrmind i lied -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 1:35 PM To: CF-Talk Subject: OT: JavaScript? Does anyone have a good javascript that will allow you to type ina startDate and endDate and it will calculate the

SQL 2000

2001-02-08 Thread Phoeun Pha
what features does it have that SQL 7 doesn't? Bug fixes maybe? I mean, is it worth upgrading to considering how much it costs? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: trim a string variable

2001-02-08 Thread Phoeun Pha
Left(var,Len(var)-4) Let's say var = Bahehehe You End up with Bahe Left gives x numbers of characters in var from the left, and Len(var)-4 tells it to get X numbers of character minus 4. that way, u get everything except the last 4 numbers. Bahehehehe!! -Original Message- From:

RE: HTML/OS - WRRONG

2001-02-07 Thread Phoeun Pha
Funny, i just looked at that site and it does say that CF run on IIS -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 11:41 AM To: CF-Talk Subject: RE: HTML/OS this all sounds really hokey to me. you can't download a trial,

Session timeout question

2001-02-07 Thread Phoeun Pha
Does the session timeout apply to all session variables at the same time, or since they were last used? lemme be a lil' more clear I have session.hello and session.goodbye, and they are both active for now. but then I stop using session.goodbye for a while, but at the same time, I am

why use 3rd dimensional array???

2001-02-05 Thread Phoeun Pha
how would one use a third dimensional array? it's hard for me to conceptualize a practical use for it! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: 3-dimensional array

2001-02-05 Thread Phoeun Pha
CFSET myarray = arraynew(3) -Original Message- From: Ryan Farrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 12:24 PM To: CF-Talk Subject: 3-dimensional array How do I cfset a 3-dimensional array? Thanks, Ryan Archives:

RE: why use 3rd dimensional array???

2001-02-05 Thread Phoeun Pha
. Simple example. some kind of cubic sample. like say air temperature in a room for each specific cubic foot. The index is h,w,l and the value corresponds to the appropriate cube in the room. I can get a better, more practival example if you like. E From: Phoeun Pha [EMAIL PROTECTED] Reply

<    1   2   3   >