RE: Relief from redundancy?

2000-09-27 Thread Sharon DiOrio

I used to do that, then I started setting some of these "common change
items" as variables in the application.cfm.  You want to change the
background on all pages?  One line of code.



The best part is, because you control how you're using the variable, you
don't have to worry about "accidentally" replacing something that belongs.

Sharon

At 01:00 PM 9/27/2000 -0500, Gavin Myers wrote:
>I've used Extended Find/Replace quite a bit to run long tedious stuff, like
>when people say
>
>"can you make the background cornflower blue instead of white? because white
>is so blah, i know that our site spans over 160,000 cfm pages but i'm sure
>you can do it!"
>
>It works for things like that as long as you can find a similarity to
>replace...
>
>otherwise i suggest drinking heavily
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
> 

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.



Re: Relief from redundancy?

2000-09-27 Thread Jerry Tolentino


I don't know if you're familiar with CF Studios code templates.

It won't simulate clicks and thinks like that but it can help with code
reuse. Such as creating tables and queries.

See it helps its in Options -> Settings -> Code Templates

Once you've created one just use CTRL + J to quickly apply a template.

Hope this helps somewhat.




Dru Whitledge <[EMAIL PROTECTED]> on 09/27/2000 11:00:40 AM

Please respond to [EMAIL PROTECTED]

To:   CF-Talk <[EMAIL PROTECTED]>
cc:(bcc: Jerry Tolentino/SIAC)
Subject:  Relief from redundancy?




It isn't hard at all to see the appeal of a WYSWYG html editor when you're
looking at manually adjusting some huge table with scores of rows (like
changing color, etc ...). However, with the right technology / software
such a task shouldn't be all that hard (or unpleasant) in a text editor
like CF Studio -- if only Studio had such a simple, fast, dynamic macro
capability -- which apparently it DOES NOT (does it?).

Is there anyone else out there who is as disdainful of redundant drudgery
as I  and might have figured out some solution to the lack of a macro
capability in Studio -- some solution where one could (on the fly) --
record a series of keystrokes or clicks -- and then selectively replay them
-- to avoid the repetition of doing each of them individually and manually?

Thanks,

Dru
---
---
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



RE: Relief from redundancy?

2000-09-27 Thread Chris Montgomery

Would using Snippets help?  Once you've created a bit of code, saving it
as a snippet would let you easily paste it into templates.

Chris Montgomery [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner & NetObjects Reseller
210-490-3249/888-745-7603Fax 210-490-4692
Find a Job in San Antoniohttp://www.sajobnet.com


>-Original Message-
>From: Dru Whitledge [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, September 27, 2000 10:01 AM
>To: CF-Talk
>Subject: Relief from redundancy?
>

>
>Is there anyone else out there who is as disdainful of
>redundant drudgery
>as I  and might have figured out some solution to the lack
>of a macro
>capability in Studio -- some solution where one could (on the fly) --
>record a series of keystrokes or clicks -- and then
>selectively replay them
>-- to avoid the repetition of doing each of them individually
>and manually?
>
>Thanks,
>
>Dru

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.



Re: Relief from redundancy?

2000-09-27 Thread Eric Dawson

>>if only Studio had such a simple, fast, dynamic macro
yeah. Yeah. YEAH.

I've used word to generate program code for terminal program before. because 
sometimes, macros can reduce the amount of work significantly.

If not studio, you could still use word.

Eric



From: Dru Whitledge <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Relief from redundancy?
Date: Wed, 27 Sep 2000 09:00:40 -0600

It isn't hard at all to see the appeal of a WYSWYG html editor when you're
looking at manually adjusting some huge table with scores of rows (like
changing color, etc ...). However, with the right technology / software
such a task shouldn't be all that hard (or unpleasant) in a text editor
like CF Studio -- if only Studio had such a simple, fast, dynamic macro
capability -- which apparently it DOES NOT (does it?).

Is there anyone else out there who is as disdainful of redundant drudgery
as I  and might have figured out some solution to the lack of a macro
capability in Studio -- some solution where one could (on the fly) --
record a series of keystrokes or clicks -- and then selectively replay them
-- to avoid the repetition of doing each of them individually and manually?

Thanks,

Dru
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.



RE: Relief from redundancy?

2000-09-27 Thread Dan Haley

Relief from redundancy would be not getting duplicates of everything on the
list. ;)

Supposedly you can use Javascript and VBscript to write what you are talking
about.  CF Studio exposes objects (application, activedocument,
documentcache - i think) that can be used in these scripts.  In CFStudio 4.5
it is sort of documented under "Scripting the Visual Tools Object Model".
My one feeble attempt resulted in failure and I haven't built my
self-confidence up again enough to try again . . . but if anyone else has
succeeded, a quick example would be nice.

Dan

-Original Message-
From: Dru Whitledge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 8:01 AM
To: CF-Talk
Subject: Relief from redundancy?


It isn't hard at all to see the appeal of a WYSWYG html editor when you're
looking at manually adjusting some huge table with scores of rows (like
changing color, etc ...). However, with the right technology / software
such a task shouldn't be all that hard (or unpleasant) in a text editor
like CF Studio -- if only Studio had such a simple, fast, dynamic macro
capability -- which apparently it DOES NOT (does it?). 

Is there anyone else out there who is as disdainful of redundant drudgery
as I  and might have figured out some solution to the lack of a macro
capability in Studio -- some solution where one could (on the fly) --
record a series of keystrokes or clicks -- and then selectively replay them
-- to avoid the repetition of doing each of them individually and manually?

Thanks,

Dru

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



RE: Relief from redundancy?

2000-09-27 Thread Gavin Myers

I've used Extended Find/Replace quite a bit to run long tedious stuff, like
when people say

"can you make the background cornflower blue instead of white? because white
is so blah, i know that our site spans over 160,000 cfm pages but i'm sure
you can do it!"

It works for things like that as long as you can find a similarity to
replace...

otherwise i suggest drinking heavily
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.