RE: Regular Expressions in CF Studio

2001-05-24 Thread Brad Roberts
I don't think Studio covers it in the docs, but it does provide an expression builder: right click -- Insert Expression. Check out the Power Point tutorial from Micheal Dinowitz on houseoffusion.com http://www.houseoffusion.com/RegEx.ppt Also, http://www.houseoffusion.com/httpagent.ppt HTH,

RE: Regular Expressions in CF Studio

2001-05-24 Thread Brad Roberts
with the find and replace options in cfstudio, I already read Michaels help file. Bob Everland -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:04 PM To: CF-Talk Subject: RE: Regular Expressions in CF Studio I don't think Studio covers

RE: MySQL Interbase ODBC drivers

2001-03-25 Thread Brad Roberts
Check out this tag from the tag gallery: http://devex.allaire.com/developer/gallery/info.cfm?ID=C4854A8D-B15F-11D4-AA B000508B94F380method=Full It allows you to add/edit/delete MySQL datasources from CF Administrator. -Original Message- From: Yoshi Melrose [mailto:[EMAIL PROTECTED]]

RE: Custom Tag

2001-03-14 Thread Brad Roberts
Wouldn't it work to pass "caller.myquery" to the tag? cf_mytag queryname="caller.myquery" mytag.cfm cfloop query="#attributes.queryname#" blah /cfloop -Original Message- From: Jason Aden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 9:27 PM To:

OT: Adding CF Template to File:New in Windows

2001-02-19 Thread Brad Roberts
in advance for any help, Brad Roberts [EMAIL PROTECTED] BTW, I did search the web (and the m$ site) and didn't find anything. Thanks. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Evaluating height/width of a JPG?

2001-01-21 Thread Brad Roberts
If you mean after the file has been uploaded, yes. If you mean before the file is uploaded, I'm not sure. There is a tag called cf_imagesize in the tag gallery that does this. It gives you the width, height, and type of a gif or jpg. I've used it several times and it works well. Try this

RE: CF and FrontPage

2001-01-17 Thread Brad Roberts
I use Frontpage all the time to build tables, forms, etc. Frontpage 2000 has a feature to "preserve" existing html. I don't open the actual CF template in Frontpage, but I have copied CF code into the Frontpage HTML editor, edited the code, and pasted back in Studio without a problem. I would

cf and client vars

2001-01-06 Thread Brad Roberts
Does anyone know how CF deals with client vars when storing them in a db? For example, is an update query run everytime you set a client var OR are new client variables added at one time at the end of the request? Thanks, Brad ~~ Structure your

RE: Cold Fusion controlled CD-RW

2001-01-04 Thread Brad Roberts
How about just making sure a CD-R(W) is in the drive and using CFFILE CFDIRECTORY to manipulate files on the drive, assuming you could create a map to that drive. -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:12 PM To: CF-Talk

RE: Printing mailing labels in a browser -- Joy... :-O

2000-11-21 Thread Brad Roberts
I'm going to have the same challenge with a current project, printing cassette tape lables. If you're using IE, would it work to create a "Avery" label document in M$ Word, save it as HTML, and use that to make your template? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Fax customed tag

2000-11-16 Thread Brad Roberts
http://www.protofax.com -Original Message- From: thanh nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 3:17 PM To: CF-Talk Subject: Fax customed tag I know it's been posted before, but i could not find it, I would like to know with fax software that supports cold

OT: mail server

2000-10-30 Thread Brad Roberts
We are getting ready to set up our server and need a mail server package. Anyone have suggestions? Running Win2k, 733mhz, 512meg ram. Would like to stay under $1000 with unlimited email accounts. Thanks, Brad

RE: multiple similar sites on one server

2000-10-28 Thread Brad Roberts
Just to add, I've thought about using the app as a custom tag. What are some thoughts building on doing that? Directory structure? What files are used in the custom tag and which aren't? Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 28

RE: FormURL2Attributes

2000-10-28 Thread Brad Roberts
Make sure you've got the latest formurl2attributes tag from fusebox.org All you have to do use forward slashes in your url's: index.cfm/action/viewproduct/productid/123 instead of: index.cfm?action=viewproductproductid=123 You probably will want to use the fusetoken tag also. That allows you

RE: CFSCRIPT

2000-10-25 Thread Brad Roberts
The Advanced web application construction kit has a lot on the subject. Brad -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 4:38 PM To: CF-Talk Subject: RE: CFSCRIPT Well unless I'm looking in all the wrong spots, the QUE book of

RE: HTML???

2000-10-25 Thread Brad Roberts
I think you may have to wrap your template in a custom tag. Something like: PageContent.cfm - cfif not thistag.hasendtag cfset thistag.generatedcontent = "" The custom tag lt;CF_PageContentgt; does not have an end tag. cfabort /cfif cfif

database forums and/or lists

2000-10-23 Thread Brad Roberts
Any suggestions where I can find a really good forum and/or list that discusses relational databases? Thanks, Brad Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: database forums and/or lists

2000-10-23 Thread Brad Roberts
Let me redefine that, Any suggestions where I can find a really good forum and/or list that discusses relational database DESIGN? -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 2:46 PM To: CF-Talk Subject: database forums and/or lists

RE: fusebox style: too much disk access?

2000-10-20 Thread Brad Roberts
I've got a fusebox tattoo, so nah! :^) Kidding, Brad -Original Message- From: Jones, Matt [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 6:42 PM To: CF-Talk Subject: RE: fusebox style: too much disk access? If the code is logical, organized, and well written, it shouldn't

Need Help with Connections to DB

2000-09-04 Thread Brad Roberts
reading: Request canceled or ignored by serverServer busy or unable to fulfill request. The server is unable to fulfill your request due to extremely high traffic or an unexpected internal error. Any ideas? Thanks, Brad Roberts

slightly ot: formatting lists

2000-08-28 Thread Brad Roberts
to change the "indention" of a list (ul, li). Is there a way to do this with css? I really like the output but the indentions are too big. BTW, if anyone would like the code, email me off list. I'd like a few others to examine it for possible bugs, etc. Thanks, Br

RE: OnRequestEnd.cfm

2000-08-22 Thread Brad Roberts
It only searches the directory where the application.cfm was found. Wouldn't hurt to have one in that directory though. -Original Message- From: Ken Goldstraw [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 11:56 AM To: '[EMAIL PROTECTED]' Subject: OnRequestEnd.cfm Hello

RE: Query a Query

2000-08-16 Thread Brad Roberts
I don't know exactly what you are trying to do, but would a subquery work? If you've got the Web Application Construction Book by Ben Forta (or any sql book), it will explain subqueries. Hope this helps, Brad -Original Message- From: Ray, James A [mailto:[EMAIL PROTECTED]] Sent:

RE: Online Credit Card Processing

2000-08-16 Thread Brad Roberts
Robert, There are literally hundreds of ways to include credit card processing on your site. I am currently using Cybercash (www.cybercash.com), which was a pain to set up. After I got the account set up with Cybercash, the ColdFusion part was easy. The CFX_CYBERCASH tag (available in the tag

Server hardware and software config

2000-08-14 Thread Brad Roberts
I've got a customer that wants to host his own sites. All of my sites have been hosted with an ISP and I've never gotten into working with servers. He wants me to organize the process of setting everything up. I'd like some opinions on hardware/software configurations for running multiple CF

RE: Browser Cash issues and cf

2000-08-10 Thread Brad Roberts
have you tried this: meta http-equiv="expires" content="sun, 12 may 1996 00:36:05 gmt" -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 10:33 AM To: [EMAIL PROTECTED] Subject: Browser Cash issues and cf This is a

RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts
Would this work? cflock name="#Session.sessionID#" timeout="30" type="Exclusive" cfif IsDefined("Session.UserID") cfset Session.UserID = Session.UserID cfset MakeUserLogin = "yes" /cfif /cflock cfif MakeUserLogin cflocation

RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts
t MakeUserLogin = "no" /cfif /cflock cfif MakeUserLogin cflocation url="../not_logged_in.cfm" /cfif Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:39 PM To: [EMAIL PROTECTED] Subject: RE: Yet another cf

RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts
Session.UserID cfset MakeUserLogin = "yes" /cfif /cflock cfif IsDefined("MakeUserLogin") cflocation url="../not_logged_in.cfm" /cfif Maybe I should proof before I send. Also, should your lock be named a session variable? Brad -Ori

RE: file name

2000-08-09 Thread Brad Roberts
OnRequestEnd.cfm Note: this file has to be in the same directory as the calling template. CF will not search for this file like application.cfm Brad -Original Message- From: Jay Wigginton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:51 PM To: [EMAIL PROTECTED]

RE: file name

2000-08-09 Thread Brad Roberts
. The OnRequestEnd.cfm file will never be executed if it resides in another directory. The OnRequestEnd.cfm file will not be executed if there is an error or an exception in the called page, or if the called page executes the CFABORT or CFEXIT tag. DC - Original Message - From: "Brad Roberts&qu

<    1   2   3