Thoughts? Export / Import transaction file

2003-01-30 Thread David Notik
Hi all:

 

I am working with a vendor in exporting a file to them on a daily basis
from our web site, and then I need to receive a response file from them.
I imagine that we'll dump the transaction file in a directory that they
then access on their end.

 

What is the best, most secure way to do this?  Shall they pass a
user/pass combination to a script, which then retrieves the transaction
file from a secure location and pushes it back to them?

 

And how should I accept the response from their end?  Shall they pass
their response via URL (e.g. pass user/pass and
field=valuefield=value)?

 

What is the most secure way to accomplish this?

 

--D

 

~~
David Notik
Digital202, LLC
Imagination gone digital.
Office: (206) 575-1717
Mobile: (206) 351-3948
E-mail: [EMAIL PROTECTED]
Web: www.digital202.com http://www.digital202.com/ 
~~ 

 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX - Mail Spooling Issue!

2002-12-09 Thread David Notik
Hi all:
 
Has anyone seen behavior like this?
 
I have a script on localhost that pulls e-mails from an Access database,
then loops over and sends a message to each e-mail address (over 500
addresses) using 127.0.0.1.  The e-mail gets sent fine and all is good,
but days later when I reboot my computer for whatever reason, when the
computer comes back up I noticed that many more e-mails had just been
sent (I know this because I start getting a bunch of bouncebacks for the
invalid addresses).
 
This leads me to believe that when I actually run the script, not all
the e-mails get sent and it hangs for some reason (maybe?), and then
when I reboot, it retriggers something and the rest of the mails get
sent out?
 
Does the CFMX mail component choke when there's a lot of messages in the
CFMX\Mail\Spool folder?  I know CFMX never stopped working so it doesn't
completely hose, but maybe the mail part is?
 
I don't know.  Anyone have any clues?
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFMX - Mail Spooling Issue!

2002-12-09 Thread David Notik
See below.  Anybody else have any ideas?

--D

-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 09, 2002 1:45 PM
To: CF-Talk
Subject: Re: CFMX - Mail Spooling Issue!

Is your mail server running on the same machine as the script?
[Dave] Yes.  CFMX server is on LOCALHOST, using 127.0.0.1 (my local
machine) as the mail server.
Is your mail server set to do open relays?
[Dave] Yes, allow all.

What mail server do you have set in CF Administrator?
[Dave] I have 127.0.0.1 set in CF Administrator.
Is your mail server sending mail only from your script, or relaying for
someone
else?
[Dave] Only from the script.  Keep in mind all of the mails get sent
eventually -- the only issue is why some of then only get sent after I
reboot (as if, say, it stops at 300 e-mails when originally ran, then
when I reboot my computer, and thus CFMX, it sends the rest).

NOTE:  I am using the CFMX Server developer version that comes with
Macromedia Studio.  Maybe this issue is specific to that?

I am not really clear on what you are asking here, , I guess you can see
that,
huh?

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: David Notik [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, December 09, 2002 2:49 PM
Subject: CFMX - Mail Spooling Issue!


| Hi all:
|
| Has anyone seen behavior like this?
|
| I have a script on localhost that pulls e-mails from an Access
database,
| then loops over and sends a message to each e-mail address (over 500
| addresses) using 127.0.0.1.  The e-mail gets sent fine and all is
good,
| but days later when I reboot my computer for whatever reason, when the
| computer comes back up I noticed that many more e-mails had just been
| sent (I know this because I start getting a bunch of bouncebacks for
the
| invalid addresses).
|
| This leads me to believe that when I actually run the script, not all
| the e-mails get sent and it hangs for some reason (maybe?), and then
| when I reboot, it retriggers something and the rest of the mails get
| sent out?
|
| Does the CFMX mail component choke when there's a lot of messages in
the
| CFMX\Mail\Spool folder?  I know CFMX never stopped working so it
doesn't
| completely hose, but maybe the mail part is?
|
| I don't know.  Anyone have any clues?
|
| --D
|
| ###
| David Notik
| Digital202, LLC
| Imagination gone digital.
| Web:  http://www.digital202.com/ www.digital202.com
| E-mail:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
| Office: (206) 575-1717
| Mobile: (206) 351-3948
| ###
|
|
| 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: CFMX - Mail Spooling Issue!

2002-12-09 Thread David Notik
It seems as if it's being stuck in the CF mail spool
(c:\cfusionmx\mail\spool) -- I use IIS as my mail server.  Pretty simple
setup.

The only reason I assume it's getting stuck is because, like I said, all
is fine but then the next time I reboot my computer I notice that it
sends out a bunch of e-mails -- so it leads me to believe things got
stuck when I originally ran the script to send all the e-mails and now
that I've rebooted, it triggered the remaining ones and sent them off.

Make sense?

--D

-Original Message-
From: jon hall [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 09, 2002 3:23 PM
To: CF-Talk
Subject: Re: CFMX - Mail Spooling Issue!

CFMX can handle quite a few emails in it's spool without choking, I
haven't bumped against a limit so far. I also haven't specifically seen
this kind of behavior, but if the cf server spool process got confused
somehow, it might cause such behavior.
I've noticed that MX's spool keeps an internal counter of some kind,
and if you copy an email out of the spool, let MX send it, and copy it
back again it doesn't get sent.

Are the emails getting stuck in the CF spool or the mail server spool,
if it's the mail server spool, which mail server are you running?

-- 
 jon
 mailto:[EMAIL PROTECTED]

Monday, December 9, 2002, 6:07:20 PM, you wrote:
DN See below.  Anybody else have any ideas?

DN --D

DN -Original Message-
DN From: samcfug [mailto:[EMAIL PROTECTED]] 
DN Sent: Monday, December 09, 2002 1:45 PM
DN To: CF-Talk
DN Subject: Re: CFMX - Mail Spooling Issue!

DN Is your mail server running on the same machine as the script?
DN [Dave] Yes.  CFMX server is on LOCALHOST, using 127.0.0.1 (my local
DN machine) as the mail server.
DN Is your mail server set to do open relays?
DN [Dave] Yes, allow all.

DN What mail server do you have set in CF Administrator?
DN [Dave] I have 127.0.0.1 set in CF Administrator.
DN Is your mail server sending mail only from your script, or relaying
for
DN someone
DN else?
DN [Dave] Only from the script.  Keep in mind all of the mails get sent
DN eventually -- the only issue is why some of then only get sent after
I
DN reboot (as if, say, it stops at 300 e-mails when originally ran,
then
DN when I reboot my computer, and thus CFMX, it sends the rest).

DN NOTE:  I am using the CFMX Server developer version that comes with
DN Macromedia Studio.  Maybe this issue is specific to that?

DN I am not really clear on what you are asking here, , I guess you can
see
DN that,
DN huh?

DN =
DN Douglas White
DN group Manager
DN mailto:[EMAIL PROTECTED]
DN http://www.samcfug.org
DN =
DN - Original Message -
DN From: David Notik [EMAIL PROTECTED]
DN To: CF-Talk [EMAIL PROTECTED]
DN Sent: Monday, December 09, 2002 2:49 PM
DN Subject: CFMX - Mail Spooling Issue!


DN | Hi all:
DN |
DN | Has anyone seen behavior like this?
DN |
DN | I have a script on localhost that pulls e-mails from an Access
DN database,
DN | then loops over and sends a message to each e-mail address (over
500
DN | addresses) using 127.0.0.1.  The e-mail gets sent fine and all is
DN good,
DN | but days later when I reboot my computer for whatever reason, when
the
DN | computer comes back up I noticed that many more e-mails had just
been
DN | sent (I know this because I start getting a bunch of bouncebacks
for
DN the
DN | invalid addresses).
DN |
DN | This leads me to believe that when I actually run the script, not
all
DN | the e-mails get sent and it hangs for some reason (maybe?), and
then
DN | when I reboot, it retriggers something and the rest of the mails
get
DN | sent out?
DN |
DN | Does the CFMX mail component choke when there's a lot of messages
in
DN the
DN | CFMX\Mail\Spool folder?  I know CFMX never stopped working so it
DN doesn't
DN | completely hose, but maybe the mail part is?
DN |
DN | I don't know.  Anyone have any clues?
DN |
DN | --D
DN |


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: shooting my server soon....

2002-12-02 Thread David Notik
Try adding a valid WHERE clause and see if the statement works.

UPDATE Reports SET Password = 'XX' WHERE ID=1

That will at least get you closer to diagnosing the cause.

Also, be sure your CFQUERY tags have proper  and .

--Dave

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 7:21 PM
To: CF-Talk
Subject: RE: shooting my server soon

ok.

update [reports] set password = ''

Message: Error Executing Database Query. 
Detail: [Macromedia][SQLServer JDBC Driver][SQLServer]Line 1: Incorrect
syntax near ''. 
Native Error Code: 170 
SQL State: HY000 

same error?

tony

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 10:15 PM
To: CF-Talk
Subject: RE: shooting my server soon


Don't know. One of the secrets of T-SQL I guess. ;-)

 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, 3 December 2002 4:06 p.m.
 To: CF-Talk
 Subject: RE: shooting my server soon
 
 
 but why can i do it fine in select statements?
 
 tony
 
 -Original Message-
 From: Matthew Walker [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, December 02, 2002 9:59 PM
 To: CF-Talk
 Subject: RE: shooting my server soon
 
 
 Reports is a reserved word. Wrap it in []
 http://aspfaq.com/show.asp?id=2080
 
 
 
  -Original Message-
  From: Tony Weeg [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 3 December 2002 3:45 p.m.
  To: CF-Talk
  Subject: shooting my server soon
  
  
  why?
  
  update reports set password = ''
  
  will not work in my cf code on my cfmx server.
  
  i can run the same query in query analyzer, and all is well.
  
  any explanation would save my ***king server...
  
  thanks
  
  ...tony
  
  tony weeg
  [EMAIL PROTECTED]
  www.revolutionwebdesign.com
  rEvOlUtIoN wEb DeSiGn
  410.334.6331 
  
  
 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: shooting my server soon....

2002-12-02 Thread David Notik
Aha - that is important info.  ;)  Use PreserveSingleQuotes() around the
query string.

Also be careful allowing SQL to be submitted via a form, because it can
allow malicious users to execute queries at will.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 7:44 PM
To: CF-Talk
Subject: RE: shooting my server soon

ok great, it works when i have this in a page...

cfquery name=ex datasource=cx
update [reports] set password = '123xxx456'
/cfquery

but not when i send this string from a form field
textarea called sql

update [reports] set password = '123xxx456'


cfquery name=ex datasource=cx
#form.sql#
/cfquery

any idea?

tony

-Original Message-
From: David Notik [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 10:26 PM
To: CF-Talk
Subject: RE: shooting my server soon


Try adding a valid WHERE clause and see if the statement works.

UPDATE Reports SET Password = 'XX' WHERE ID=1

That will at least get you closer to diagnosing the cause.

Also, be sure your CFQUERY tags have proper  and .

--Dave

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 7:21 PM
To: CF-Talk
Subject: RE: shooting my server soon

ok.

update [reports] set password = ''

Message: Error Executing Database Query. 
Detail: [Macromedia][SQLServer JDBC Driver][SQLServer]Line 1: Incorrect
syntax near ''. 
Native Error Code: 170 
SQL State: HY000 

same error?

tony

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 02, 2002 10:15 PM
To: CF-Talk
Subject: RE: shooting my server soon


Don't know. One of the secrets of T-SQL I guess. ;-)

 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, 3 December 2002 4:06 p.m.
 To: CF-Talk
 Subject: RE: shooting my server soon
 
 
 but why can i do it fine in select statements?
 
 tony
 
 -Original Message-
 From: Matthew Walker [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, December 02, 2002 9:59 PM
 To: CF-Talk
 Subject: RE: shooting my server soon
 
 
 Reports is a reserved word. Wrap it in []
 http://aspfaq.com/show.asp?id=2080
 
 
 
  -Original Message-
  From: Tony Weeg [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 3 December 2002 3:45 p.m.
  To: CF-Talk
  Subject: shooting my server soon
  
  
  why?
  
  update reports set password = ''
  
  will not work in my cf code on my cfmx server.
  
  i can run the same query in query analyzer, and all is well.
  
  any explanation would save my ***king server...
  
  thanks
  
  ...tony
  
  tony weeg
  [EMAIL PROTECTED]
  www.revolutionwebdesign.com
  rEvOlUtIoN wEb DeSiGn
  410.334.6331 
  
  
 
 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Processing .htm files as .cfm

2002-11-26 Thread David Notik
Hi Paul:

This is actually a setting in your web server software.  Assuming you
use IIS, you will go into your web site's Properties  Home Directory 
Configuration, and on the Mappings tab you'll notice all the various
extensions your web server processes and the path to the application or
library that processes it.

Scroll down to .cfm or .cfml, and copy the settings you find there to
the .html or .htm (one or the other, or both) extensions.  This way you
tell IIS to point .htm/.html to ColdFusion for processing.

HTH,

--Dave

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:05 AM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Processing .htm files as .cfm

2002-11-26 Thread David Notik
That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Studio MX install issues - help on upgrade

2002-11-25 Thread David Notik
Hi James:

I remember having a similar issue when upgrading from 4.5 to MX.  I
recall having to enter the serial number a few times before it finally
caught it.  Try entering it all upper-case (both the old and new) and
try simply retyping it.

Sorry I don't know the specific thing I did, but I remember it was kind
of funky.

-D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: James Mathieson [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 25, 2002 12:35 PM
To: CF-Talk
Subject: Studio MX install issues - help on upgrade

Heya, folks,

OK, so wanting to support my favorite software company, I purchased
Studio
MX (I'll admit, I use CF Studio for everything, but I figured I might as
well get the whole bundle and finally sit down and learn how to create
Flash
goodness). According to the upgrade chart, since I have CF Studio 4.5, I
was
eligable for the upgrade. The sticker on the box even lists CF Studio
4.5 or
higher as required.

So I stick Studio MX in to install, pop in the nice shiny new serial
number,
agree to the EULA, get to the page that tells me to enter either the (2)
serial numbers from qualifying products -or- the serial number from the
studio product, enter my serial number from my CF Studio (4.5), _get_ a
green check next to that line (which I assume means it accepts the
serial
number...), and ..

.and, nothing. the [NEXT] button is not live and ready to go. It sits
there, I assume waiting for me to enter another product's serial number.
I've tried putting the CF Studio number on the second line as well, but
no
go.

And there's nothing (that I can find) on MM's website, forums,
reasonable
google-search, or CD that gives any indication what to do if upgrading
from
1 product.

Is there some unholy trick involved? Do I need to know the Secret
Handshake?
Is there some other number I'm supposed to use with it? Or am I just
completely mislead that I can indeed upgrade from my clunky old CF
Studio
4.5, despite what the marketing says?

Cheers,
James
(Really, MM guys, I *do* want to try DWMX! Honestly! Despite what some
reviews here have said)

James Mathieson
Information Systems Manager
The Wildlife Society
5410 Grosvenor Lane
Bethesda, MD  20814-2197
PH: 301-897-9770
Fax:  301-530-2471
[EMAIL PROTECTED]
http://www.wildlife.org/



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Using a CFIF on RIGHT(#value#, 3)

2002-11-18 Thread David Notik
Well, first off, what's this line:

CFIF #CMFileName#   IS NOT 

Do you mean...

cfif #Trim(CMFileName)# gt 0

..which essentially checks to make sure CMFileName has something
greater than a zero-length?


Secondly:

CFSWITCH EXPRESSION=RIGHT(#CMFileName#,3)

Do you mean to have the expression be...

#Right(CMFileName, 3)#

..?

Those are the first things that strike my eye.

--D


###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 8:06 PM
To: CF-Talk
Subject: Using a CFIF on RIGHT(#value#, 3)

I have a page set up so that when a user logs in, they're allowed to
click links to view images or documents.

I have a pop-up and resize function set to work, but this is only going
to work for .jpg and .gif images (that's all; we're going to use to keep
it fairly simple).

For everything else, I'd rather just have a simple link so that if a
person chooses to view a PDF, download an .eps, or even RTF docs.

That said, I'm failing miserably with my code.

Here's what I have:

cfoutput
CFIF #CMFileName#   IS NOT 
  CFSWITCH EXPRESSION=RIGHT(#CMFileName#,3)
CFCASE VALUE=jpg,gif
  LI Class=bulleta href=## class=NavyCopy
onClick=MM_openBrWindow('clientItemView.cfm?CN=#clientName#amp;CMFN=#C
MFileName#','clientImage','width=1024,height=768')#CMFileText#/a
/LI
/CFCASE
CFDEFAULTCASE
  LI Class=bulleta
href=clients/#clientDirectory#/#CMFileName#
class=navycopy#CMFileText#/a/LI
/CFDEFAULTCASE
  /CFSWITCH
/CFIF
/cfoutput  

So far, the links are only work for the CFDEFAULTCASE, and I'm not sure
what I'm missing.  Anyone have any insight?

Thanks,

Russ



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Seattle CF developer wanted

2002-11-14 Thread David Notik
Hi Ian:
 
I tried e-mailing you a few times, but I keep getting rejected: 

[EMAIL PROTECTED]:
Connected to 216.211.128.3 but sender was rejected.
Remote host said: 550 5.0.0 Access Denied - Spam
 
E-mailed [EMAIL PROTECTED] as well -- rejected.  Hmmm...

Not interested in the position -- e-mailing regarding something else.
 
--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Ian Lurie [mailto:ian;portentinteractive.com] 
Sent: Thursday, November 14, 2002 10:28 AM
To: CF-Talk
Subject: OT: Seattle CF developer wanted

I posted this to CF-Jobs but that list is pretty quiet, so here it is
again:

We're looking for a ColdFusion 5.0 developer with reasonable MSSQL 2000
experience (you need to know what a stored proc is!).

Position is a one-month, full-time contract starting asap.

We're located in Seattle, WA near Southcenter Mall. Onsite preferred.

Please e-mail your resume to [EMAIL PROTECTED]


Sorry if this shouldn't be posted here,

Ian



-- 
Portent Interactive
Effective web sites through Conversation Marketing 
http://www.portentinteractive.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: CF 5.0 certification

2002-11-14 Thread David Notik
And Sean, do you know of a good place to find study materials for the MX
exam (I'm taking it next week)?  All the stuff I've found is for CF5.

-D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Sean A Corfield [mailto:sean;corfield.org] 
Sent: Thursday, November 14, 2002 4:38 PM
To: CF-Talk
Subject: Re: CF 5.0 certification

On Thursday, Nov 14, 2002, at 12:59 US/Pacific, Jeffry Houser wrote:
 Beats me, but that is what is happening.  All the CF5 names will be 
 taken
 off the site in December.  This has been said on this list (or the
CFDJ
 list)  in the past, but I don't know if that information is available
 anywhere on the MM site.

The current CF5 certifications - and anyone who takes the CF5 
certification exam up until the end of December - will remain valid 
through 12/31/2003, i.e., until the end of the NEXT calendar year.

The CF5 certification exam itself will cease to be available at the end 
of THIS year (12/31/2002). After that date, CF certification will be on 
MX only. We hope that CFers will take the MX challenge prior to 
12/31/2003 so that their certifications will remain up to date.

Sean A Corfield -- Director, Architecture
Web Technology Group -- Macromedia, Inc.
tel: (415) 252-2287 -- cell: (415) 717-8473
aim: seancorfield -- http://www.macromedia.com
An Architect's View -- http://www.corfield.org/blog/

Introducing Macromedia Contribute. Web publishing for everyone.
Learn more at http://www.macromedia.com/contribute


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Anyone have file type icons?

2002-11-13 Thread David Notik
Hi all:
 
In my (CF-driven) document management system, when I show a list of
files, I want to use icons to denote the file types (e.g. for TXT show a
notepad icon, for DOC, show Word icon, etc.).  I can't seem to find my
store of file type icons and I don't want to create them again. anyone
have those handy (with code would rock)?
 
Thanks in advance.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Include Verity results in search results?

2002-11-13 Thread David Notik
Hi all:
 
I have a document management system.  I currently store all my documents
with unique file names in one directory.  Each document has a record in
the database with title, keywords, description, the name of the physical
file, and the like.
 
I have simple search functionality.  It searches the various database
fields described above for the search terms, and displays a list of
documents found.
 
I'd like to expand this to search the actual content of the file as well
(using Verity), and include the records in the search results documents
list.
 
In addition, I only care to search files where, say, I have Active=1 in
the database.
 
I have the filename in the database, so I'd imagine I'd pass a list of
filenames to search to Verity (CFSEARCH?), and if the search terms are
found in the physical files, I'd pass back the filename to the database
and get the relevant information from the record to display in the list
of documents.
 
Or would I?  What's the best way to go about this?  Any samples would be
appreciated.
 
Thanks in advance.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Contribute and Fusebox (WAS RE: OT? Macromedia Contribute, is it Content Management or not?)

2002-11-11 Thread David Notik
Hmmm, it doesn't look like it works too well with Fusebox.  It loaded
the first page, index.cfm, and then loaded all linked pages and graphics
(which is *everything*, since it all goes through index.cfm
Fusebox-style).  Then it wouldn't let me edit that region of the
document when clicking any text (maybe because it's in CFCASE or
CFINCLUDE?).

Just FYI...

--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Contribute and Studio Observation

2002-11-11 Thread David Notik
I don't think that should be a concern.  Contribute seems to allow you
to lock down everything, including fonts and styles, and just allow
actual text content editing.  So unless you make a living cutting and
pasting text changes a client sends you, I wouldn't be too worried.  The
site, the code, and the initial content creation are all done by you,
the developer/designer.

Contribute comes into play when you start getting client phone calls
(each call lasting 10 minutes at least) asking you to make a few text
changes, or to use the new paragraph they're about to send you, or to
hypothesize what text might be better that what is currently there.  I
do this too often, and it is *not* worth my time, and I'm sure I am
losing money as a result.

You could just have them buy Contribute and make the text changes they
want.  That keeps you coding (and happy) and the client happy.

If you're worried about the fact that the client will no longer call you
to change foxtrot to fox trot, you probably have way too much time
on your hands, and I can only strongly suggest that you could probably
make better use of creatively inclined mind.  Besides, from my
experience, even the tiniest modification takes 15 minutes (between the
phone call, the popping open the site, locating the page, making the
edit, e-mailing the client about the change, winding down).  If I charge
$125/hour, I can justify charging over $30 for fox trot to myself, but
does that really make sense?  I don't think so.  Better to open up the
content to the client, and focus on design and development.

Plus, I'd bet that the fact that the client can edit the pages will
excite him, and keep him occupied with the site, and keep them coming
back to you for additions/modifications/answers.

Personally, I welcome Macromedia Contribute with open arms.  Go MM!

-D


###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Paul Hastings [mailto:paul;tei.or.th] 
Sent: Monday, November 11, 2002 11:47 AM
To: CF-Talk
Subject: Re: Contribute and Studio Observation

 wouldn't buy Contribute for the folks in your office currently using
either
 CF Studio or Dreamweaver -- you'd buy Contribute for the folks in your
 office currently sending email to the folks using CF Studio or
Dreamweaver
 to ask them to make changes.

and how long before the contribute users think they no longer need the
studio/dw folks  defenestrate them?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread David Notik
See my Contribute and Fusebox post above.  It doesn't seem to work too
well w/ Fusebox.

--D

-Original Message-
From: Fregas [mailto:lists;mediaartisans.com] 
Sent: Monday, November 11, 2002 9:17 AM
To: CF-Talk
Subject: Re: OT? Macromedia Contribute, is it Content Management or not?

How is this content management thing going to work with sites built in
fusebox or a similar methodology, where the content needs to be updated
but
the pages are defined by URL parameters, not filenames?

Fregas

- Original Message -
From: Deanna Schneider [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 11, 2002 10:57 AM
Subject: Re: OT? Macromedia Contribute, is it Content Management or not?


 Neil,
 Actually, it can work with dynamic pages, but the end-user can't
modify
the
 dynamic code. In other words, you can have a DW template that includes
CF
 widgets, and the inexperienced user won't be able to muck with that,
but
 would be able to muck with the other parts of the page that are not
dynamic.

 -d


 Deanna Schneider
 Interactive Media Developer
 [EMAIL PROTECTED]



 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Contribute and Studio Observation

2002-11-11 Thread David Notik
Got it.  I would agree with you, to an extent.  I can very well see a
client/boss hearing about Contribute, and deciding to instruct his web
developer to make the site work with Contribute thinking he can do
everything he needs to, then proceeding to royally #$@! up the site.

But that's why Contribute allows you to specify what can be changed and
to what extent.  *You* open up the various elements, *you* control what
they can do, *you* control how they do it.  So if you only want them to
edit text (not styles/fonts), done.  If you don't want them to edit
anything, don't open up anything and say something like your site is too
'complex and intertwined' to allow for that.

You're the developer... you still have the control.  At first glance, it
seems Contribute did a very good job of keeping that control.

I am personally, by the way, definitely interested in opening up text
areas to various clients.  I feel that even if I make $30 for a 15
minute text change, it's worthless to me because that time (and it adds
up!) can be spent doing something better such as working on a
project/component that will reap me tremendous benefits later on...
versus making tons of text changes, making the money for the change...
but really moving nowhere.  

Plus, I think us developers have become too accustomed to clients not
knowing how to do anything we do (change text), and I believe that we
need to begin making certain elements of a site's creation process open
to the average user.  I think there is no lack of technical stuff to
keep us overly busy with and to keep our positions and industry secure
for millennia to come.

Thoughts?

--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Paul Hastings [mailto:paul;tei.or.th] 
Sent: Monday, November 11, 2002 1:45 PM
To: CF-Talk
Subject: Re: Contribute and Studio Observation

 I don't think that should be a concern.  Contribute seems to allow you
 to lock down everything, including fonts and styles, and just allow
 actual text content editing.  So unless you make a living cutting and

missed my point...when they *think* they don't need the coders.
perception
is everything. a decade ago i worked in a stink tank full of economists.
these folks knew they knew everything  acted accordingly. made some
truly
horrific messes where their grasp far exceeded their knowledge.

in a perfect world contribute would be a great thing-and i'm not saying
its
not going to be a great thing--but i can see some instances where
management
will pry open the windows  start chucking staff out them and make
content
dynamic via the diaper brigade




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Study material for Certified ColdFusion Developer test?

2002-11-08 Thread David Notik
Thanks -- I'm taking it on the  19th, though.  Oh well...  I'll just
browse through some books.

--D

-Original Message-
From: siva girumala [mailto:girumala;yahoo.com] 
Sent: Friday, November 08, 2002 8:47 AM
To: CF-Talk
Subject: RE: Study material for Certified ColdFusion Developer test?

I am going to release a website for CFMX Certification
in a few weeks. I will let you know the URL. 
--- David Notik [EMAIL PROTECTED] wrote:
 Right -- I've noticed that.  The study guides I've
 found, the sites --
 nothing is updated for MX.
 
 --D
 
 -Original Message-
 From: Jeffry Houser [mailto:jeff;farcryfly.com] 
 Sent: Thursday, November 07, 2002 4:12 PM
 To: CF-Talk
 Subject: Re: Study material for Certified ColdFusion
 Developer test?
 
   Just for the record..
 
   Neither cfcertification, nor CF_Buster have been
 updated for MX yet.
 
 At 01:39 PM 11/7/2002 -0600, you wrote:
 Thursday, November 7, 2002, 12:10:25 PM, David
 Notik wrote:
 
   I'm taking the Macromedia Certified ColdFusion
 Developer test for
 kicks
   soon.  Anyone have any good (free) resources for
 study material?  I
 work
   with CF everyday, but it'd be nice to know
 what's on the test, and
 maybe
   answer some sample questions beforehand.
 

http://www.macromedia.com/support/training/certified_professional_progr
 am/cf_developer.html
 http://www.cfcertification.com/
 http://www.centrasoft.com/

http://216.239.37.100/search?q=cache:fA12LMnkVg0C:www.multimediacollege

be/pdf/CColdFusion.pdf+nested+coldfusion+structureshl=enlr=lang_enie
 =UTF-8
 http://www.forta.com/books/0789725657/test.cfm
 (version 4.5 test; no
 sample test for version 5)
 
 --
 Chris Montgomerymonty @ airtightweb.com
 Macromedia Certified Advanced CF5 Developer
 Airtight Web Services   http://www.airtightweb.com
 Web Development, Web Project Management, Software
 Sales
 210-490-3249/888-745-7603
 
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



HELP! Ever seen this error?

2002-11-08 Thread David Notik
I haven't.  It appears that this is an error at ColdFusion Server's (MX)
core (see below).  It happens in my index.cfm when including a file
called qry_DocSearch.cfm - this error makes no sense to me and happens
regardless of case used in the include.  Any ideas?
 
--Dave
 


Errors reported by Java compiler: Found 1 semantic error compiling
C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfqry_DocSearch2ecfm889406118.ja
va: 1. public final class cfqry_DocSearch2ecfm889406118 extends
coldfusion.runtime.CFPage{ --- *** Error:
Cannot write class file cfqry_DocSearch2ecfm889406118.class because
that name conflicts with the name of the class file
cfqry_docsearch2ecfm889406118.class in directory cfclasses. This is
illegal because file names are case-insensitive in this system. . 

 

 

 
 

The Error Occurred in C:\Sites\AOS100.org\Web\index.cfm: line 111

109 :  cfset
return_page=index.cfm?action=user_browsecat
110 :  cfinclude template=dsp_categories.cfm
111 :  cfinclude template=qry_DocSearch.cfm
112 :  hr height=1 color=E8F3FF
113 :  cfinclude
template=dsp_searchresults.cfm
 
 
 
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: HELP! Ever seen this error?

2002-11-08 Thread David Notik
I figured changing the file name would fix the issue (as I see Adrian
mentioned), and it has.  I'd love to know what caused this error,
though.

Maybe I stumbled upon a reserved filename used by CF for a class?  I
dunno...

--D

-Original Message-
From: Jim Davis [mailto:jim;depressedpress.com] 
Sent: Friday, November 08, 2002 10:06 AM
To: CF-Talk
Subject: RE: HELP! Ever seen this error?

 I haven't.  It appears that this is an error at ColdFusion 
 Server's (MX) core (see below).  It happens in my index.cfm 
 when including a file called qry_DocSearch.cfm - this error 
 makes no sense to me and happens regardless of case used in 
 the include.  Any ideas?


Have you by any chance just stared using multiple sites (virtual
servers) on this machine?  In its default configuration CFMX will not
include full path information for the compiled class files - so you'll
get cross over between mutliple virtual servers.

There's a configuration file change that needs to be made to support
virtual servers properly.

I'm not sure that this is the problem, but it could explain why you're
seeing a file conflict when there doesn't seem to be one.

Jim Davis



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Easy HTML Question

2002-11-08 Thread David Notik
Wrap the text in the ParagraphFormat() function, like so:

cfoutput#ParagraphFormat(theText)#/cfoutput

--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: [EMAIL PROTECTED] [mailto:ecreese;popmail.com] 
Sent: Friday, November 08, 2002 1:51 PM
To: CF-Talk
Subject: Easy HTML Question

How do you keep carriage returns in a textarea?

I am passing a form to a printable page. When I output the textarea the
carriage returns are gone. How can I stop this from happening?

..
Get your own free email account from
http://www.popmail.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



OT: Dreamweaver MX -- planned full support for .NET?

2002-11-07 Thread David Notik
Hi all:
 
I'm an avid ColdFusion developer (been using it since 3.0, used to
author daily CF tips), but I also strongly believe in utilizing
different technologies based on the project and keeping a diverse skill
set.
 
Recently I completed a project in .NET (C#) at www.jpay.com
http://www.jpay.com/ .  We used Visual Studio .NET as our environment,
but it has tons of quirks.  I love Dreamweaver MX.  I know Dreamweaver
MX has limited support for writing .NET apps (it has a ASP.NET toolbar
for dragging and dropping some common elements), but does anyone know
whether Macromedia plans more complete support such as better
code-behind functionality, compile functionality, and autocomplete (for
dynamically showing list of properties when you type a control name, for
instance) as is of course supported for CF files?
 
In most cases I'd say an app shouldn't try to be everything, but I think
Dreamweaver MX already does an amazing job of keeping everything
comprehensive and clean while still packing in tons of power - so it
would rock if I could fully use it for ASP.NET so I can ditch VS.NET,
and just use one application for web development (or the bulk of it,
anyways).
 
Thought I'd ask since there are a lot of people on this list very
knowledgeable about Macromedia products in general.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Study material for Certified ColdFusion Developer test?

2002-11-07 Thread David Notik
Hi again:
 
I'm taking the Macromedia Certified ColdFusion Developer test for kicks
soon.  Anyone have any good (free) resources for study material?  I work
with CF everyday, but it'd be nice to know what's on the test, and maybe
answer some sample questions beforehand.
 
Thanks!
 
--Dave
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Study material for Certified ColdFusion Developer test?

2002-11-07 Thread David Notik
Right -- I've noticed that.  The study guides I've found, the sites --
nothing is updated for MX.

--D

-Original Message-
From: Jeffry Houser [mailto:jeff;farcryfly.com] 
Sent: Thursday, November 07, 2002 4:12 PM
To: CF-Talk
Subject: Re: Study material for Certified ColdFusion Developer test?

  Just for the record..

  Neither cfcertification, nor CF_Buster have been updated for MX yet.

At 01:39 PM 11/7/2002 -0600, you wrote:
Thursday, November 7, 2002, 12:10:25 PM, David Notik wrote:

  I'm taking the Macromedia Certified ColdFusion Developer test for
kicks
  soon.  Anyone have any good (free) resources for study material?  I
work
  with CF everyday, but it'd be nice to know what's on the test, and
maybe
  answer some sample questions beforehand.

http://www.macromedia.com/support/training/certified_professional_progr
am/cf_developer.html
http://www.cfcertification.com/
http://www.centrasoft.com/
http://216.239.37.100/search?q=cache:fA12LMnkVg0C:www.multimediacollege
be/pdf/CColdFusion.pdf+nested+coldfusion+structureshl=enlr=lang_enie
=UTF-8
http://www.forta.com/books/0789725657/test.cfm (version 4.5 test; no
sample test for version 5)

--
Chris Montgomerymonty  airtightweb.com
Macromedia Certified Advanced CF5 Developer
Airtight Web Services   http://www.airtightweb.com
Web Development, Web Project Management, Software Sales
210-490-3249/888-745-7603



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



A smoother CFX_Image?

2002-11-06 Thread David Notik
Hi all:
 
I'm using CFX_Image as follows:
 
CFX_IMAGE ACTION=IML
 
FILE=#g_BaseWebPath#\#g_TempFolder#\#cffile.serverfile#
 COMMANDS=
 ## thumbnail sizes
 setvar x=150
 setvar y=150
 ## Set max jpeg quality
setjpegquality 100
 ## make the image grayscale
 grayscale
 ## resize width
 resize x
 ## write it!
 write
#g_baseimagepath#\thumbnails\thumb_#cffile.serverfile#
 
 
The image, however, comes out fuzzier than I'd like it to be.  I tried
playing around with some settings, but can't improve it too much.  Any
ideas?
 
--D
 
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Upload multiple files?

2002-11-04 Thread David Notik
Hi all:
 
Anyone know of the best way to upload multiple files for processing?  I
created a document management system of sorts and I want to allow the
user to select a bunch of files from their computer, then I want to loop
through and add the appropriate records to the database for each file.
Kind of like a mass file import.
 
To my knowledge, the FILE input type (in conjunction w/ CFFILE) doesn't
allow the user to select multiple files - or does it?
 
If it doesn't, I'd just have the user place all the files they want to
import into a folder and then scan the directory using CFML and do what
I want.  But it'd be nice to allow them to select multiple files via a
regular Browse... dialogue.
 
Ideas?
 
--D
 
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Upload multiple files?

2002-11-04 Thread David Notik
Thanks guys.  No real answer, I guess.

It'd be nice if input type='file' allowed for an ALLOWMULTIPLE
parameter that would then allow the Browse... dialogue to allow the user
to select multiple files.  These files could be passed as a
comma-delimited list for looping over.  Oh well...

--D

-Original Message-
From: Scott Van Vliet [mailto:svanvliet;eclipseadvertising.com] 
Sent: Monday, November 04, 2002 9:28 AM
To: CF-Talk
Subject: RE: Upload multiple files?

Perhaps you could do this:

1) Prompt the user asking how many files they wish to upload
2) Loop over that number, creating file fields in a form
3) User that same number to process the file saving

Here's some sample code that does just that:

FILE: fileUpload.cfm


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: oddity with cfmx

2002-11-04 Thread David Notik
That is an odd one.  It's definitely an IIS setting -- I would check to
make sure Scripts only is checked in IIS  Home Directory 
Configuration for one, though I'm not sure that's the cause.

By the way, I was able to access your presumably-sensitive data by using
test/test to login -- I see developers inadvertently do this all too
often.  :)

--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Tony Weeg [mailto:tony;navtrak.net] 
Sent: Monday, November 04, 2002 1:27 PM
To: CF-Talk
Subject: oddity with cfmx

ok,

I bring my cf5 server up to speed, put cfmx on it, and now, some
weird stuffbut here is just the first onemore to come!!

www.navtrak.net/uploads/ 
is a directory on our webserver that has files that we let clients
download.  anything, any file, doesn't matter the type, nothing cf
special
about it, really, just links to files, but if the user clicks on a file
that is an
exe file, when they are prompted to save it, they arent given the
extension
any longer, and ie thinks its some off type of fileanywayenough
confusion

it used to be that with cf5 running on the server, there was no issue,
they would click
on the file, the save dialog box would come up, filename + extension, no
thought
required from clients.now, they just get the file name, no
extension, therefore
they save an exe file as some other type of extension, and you can
imagine
my tech supprt guys flipping out . 

truthfully, I really have a hard time stomaching that this is an mx
problem, but nothing
besides this has changed on the server.

help??!!??!!?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Auto resize images? (Plus some list rants/suggestion)

2002-10-31 Thread David Notik
Hi all:
 
With all the OT posts, I figure my legitimate question may be welcome
here:
 
In building an Intranet site, I have an employee section, and I allow
the ability to upload photos.  I've done this before (but I forget the
tool I used). I want to resize any images uploaded.  Anyone know of a
tool that does this off-hand?
 

Back to the OT posts.  I just rejoined recently, but I now know why I
left.  It's one thing to get an OT post, but it's another to have 45
e-mails flood in regarding whether that guy should have posted.  And
please. who gives about Ebonics?
 
The obvious suggestion would be to have multiple trusted persons
monitoring this list and approving only those messages relevant to CF.
This list would be *enormously* valuable if every message I read was a
question, or an answer to one.  The fact that I'd be learning how others
solve their problems would make reading these e-mails worthwhile.  I'm
sure Michael's entertained that notion before.?
---
 
--Dave
 
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: ColdFusion Defense (WAS: OT:Yahoo moving to PHP)

2002-10-30 Thread David Notik
It's the FAA's web development standard (I'm doing a contract for them),
and is the standard for many other organizations with the need for rapid
application development (although the government is far from rapid I've
learned).

I will say again, though, that I *know* many developers get turned off
by having to type the proprietary software acronym CF all the time.
It's a dumb gripe, but I've heard it before.

I think they'd be happy with:

%_output

Instead of:

cfoutput

Damn geeks.  :)

I think the biggest concern, though, is money.  Microsoft pulled its
classic trick and made ASP free.  PHP is truly free, and has matured
enough to rival ColdFusion.  I haven't had to argue it too much, but
what is CF's main reason for charging anyways?  Their product is well
worth it, but when everyone else goes free, you have to have great
reasons for charging.

I usually cite:

Total ease of use, extreme development speed
Inclusion of verity search functionality
Superb documentation

What do others say?

--D

-Original Message-
From: Matt Liotta [mailto:mliotta;r337.com] 
Sent: Wednesday, October 30, 2002 12:19 PM
To: CF-Talk
Subject: RE: OT:Yahoo moving to PHP

People talk shit about VB more than any other language. Most calling VB
a toy because it is easy to create applications with. Ironically, VB is
used in every Fortune 2000 company and has the largest developer base in
the world mostly because of its ease of use.

CF seems to suffer from the same thing. It is quite simply the easiest
language to build web applications in and as such is considered a toy by
some, while many Fortune 2000 companies use CF for internal web
applications because of this.

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

 -Original Message-
 From: S. Isaac Dealey [mailto:info;turnkey.to]
 Sent: Wednesday, October 30, 2002 3:07 PM
 To: CF-Talk
 Subject: Re: OT:Yahoo moving to PHP
 
  Sure they do. It all depends on who you talk to, Just like C++ vs VB
vs
  Java
 
  At 01:22 PM 10/30/2002 -0500, you wrote:
 You know, I am so sick and tired of having to defend CF, at work to
 other
 developers here...  You know I don't see php, or asp people
having
 do
 defend using those languages.  WTF!!
 
 F%$# it I am changing career's and becoming a firefighter...
 
 I've heard people talk about having to defend ASP ( for being cryptic
and
 not being dynamic enough -- my personal reasons for not liking it
after
 having worked with it almost exclusively for a year ) and PHP ( for
its
 background / history -- I have no clue what this means ). I probably
can't
 count the number of times I've heard people refer to VB with obvious
 disdain
 -- but it still gets a lot of use. And people complain about Java
being
 buggy or flakey with enough consistency that I can sometimes
finish
 their sentences. I've had to defend the use of JavaScript and dhtml
even
 in
 environments where it was known that the company was standardized on
IE
 and
 no-one should be using the application with anything else and there
was no
 plan to change.
 
 
 S. Isaac Dealey
 Certified Advanced ColdFusion 5 Developer
 
 www.turnkey.to
 954-776-0046
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFMX best practices

2002-10-24 Thread David Notik
Hopefully you'll put this list online somewhere for all to see -- those
things would be nice to know.

--D

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Michael Dinowitz [mailto:mdinowit;houseoffusion.com] 
Sent: Thursday, October 24, 2002 10:44 AM
To: CF-Talk
Subject: CFMX best practices

I know this has come up before and I'm not trying to start it up again.
This
is a request for anyone on the list who knows of or has any CFMX best
practices, code optimizations, etc. to email them to me off list at
[EMAIL PROTECTED] I'm compiling many of them together for part
of
a presentation on differences in best practices between CF 5 (and
earlier)
and CFMX.
Even little things like:
In CF5 IIF() was half as fast as CFIF but in CFMX they run at the same
speed
In CFMX, doing a boolean comparison of CFIF variable is faster than
CFIF
variable is true or CFIF variable is 1 because the way the CF
template is
compiled into java makes the first a boolean operation and the others a
comparison (text and numbers) operation

Even if it'll only save fractions of a second, I'd like to hear of it. I
may
have missed some. :)
Thanks

Michael Dinowitz
Master of the House of Fusion
http://www.houseoffusion.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



OT: Dreamweaver MX saves slowwwly

2002-10-24 Thread David Notik
Anybody else encounter this?
 
When saving an open document in Dreamweaver MX, it hangs for a few
annoying seconds before it finally saves.  Not good when you're a web
developer constantly saving and refreshing.
 
--Dave
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: OT: Dreamweaver MX saves slowwwly

2002-10-24 Thread David Notik
Hmmm...  it's saving to a local folder, not across the network.

Plenty of space, tons of RAM, super-awesome P4 2.2Ghz.

Where might I start looking for the issue?

--D


-Original Message-
From: Brian Scandale [mailto:Brrrian;Excite.com] 
Sent: Thursday, October 24, 2002 10:30 AM
To: CF-Talk
Subject: Re: OT: Dreamweaver MX saves slowwwly

Sounds very much like a network configuration issue to me. Either the
network config or workstation config could be responsible.

At 11:18 AM 10/24/02, you wrote:
Anybody else encounter this?
 
When saving an open document in Dreamweaver MX, it hangs for a few
annoying seconds before it finally saves.  Not good when you're a web
developer constantly saving and refreshing.
 
--Dave
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: OT: Dreamweaver MX saves slowwwly

2002-10-24 Thread David Notik
If I understand you correctly, no it doesn't slow down when it
re-indexes (I changed a file and also manually refreshed the file list)
-- it is super quick.

Hmmm...

--D

-Original Message-
From: Tony Weeg [mailto:tony;navtrak.net] 
Sent: Thursday, October 24, 2002 11:04 AM
To: CF-Talk
Subject: RE: OT: Dreamweaver MX saves slowwwly

do you notice it when it starts the laborious
re-indexing (or whatever the FU** its doing whenever you make
a change to any files) of the site files?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: David Notik [mailto:dave;digital202.com] 
Sent: Thursday, October 24, 2002 2:36 PM
To: CF-Talk
Subject: RE: OT: Dreamweaver MX saves slowwwly


Hmmm...  it's saving to a local folder, not across the network.

Plenty of space, tons of RAM, super-awesome P4 2.2Ghz.

Where might I start looking for the issue?

--D


-Original Message-
From: Brian Scandale [mailto:Brrrian;Excite.com] 
Sent: Thursday, October 24, 2002 10:30 AM
To: CF-Talk
Subject: Re: OT: Dreamweaver MX saves slowwwly

Sounds very much like a network configuration issue to me. Either the
network config or workstation config could be responsible.

At 11:18 AM 10/24/02, you wrote:
Anybody else encounter this?
 
When saving an open document in Dreamweaver MX, it hangs for a few
annoying seconds before it finally saves.  Not good when you're a web
developer constantly saving and refreshing.
 
--Dave
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



SESSION scope or HIDDEN INPUTS?

2002-10-24 Thread David Notik
Hi all:
 
I always hear this issue discussed, and I have my own ideas, but I
wanted to know what others think because I don't know that I've reached
any conclusions as to what method is the best.  I will not say how I do
it, so as to promote unfiltered views.  :-)
 
There is an application.  Users can log in to it.  There are obviously
variables that must persist (e.g. username, password).
 
SESSION SCOPE
 
If we use session variables, I always hear the argument that when it
comes time to scale (i.e. a server farm), it's a headache because the
session scope is server-dependant.
 
Is this the only real reasoning behind not using the session scope?
Aren't there solutions that make this a non-issue?
 
HIDDEN INPUTS
 
If we use hidden inputs, scalability isn't an issue, but we have to keep
track of all the variables manually.  We could write a control that
handles this for us.  But then there's the issue with timing out the
session.  We could solve this using some database table with some ID and
timestamp of last post solution.  But it gets complex.
 
What are some of your thoughts?   What is the best way to go about this?
 
--Dave
 
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Dreamweaver MX saves slowwwly

2002-10-24 Thread David Notik
Aha!  I did some testing...

I am working with act_somepage.cfm.  When it is the only thing open, it
saves quick!

But my applications are usually done Fusebox-style.  So I have my
index.cfm open (because I constantly add new actions).  In that case,
act-somepage.cfm takes a few seconds to save.

Index.cfm CFINCLUDEs act_somepage.cfm -- maybe that's why the page saves
slowly?  Maybe DMX refreshes the index.cfm page at the same time (which,
yes, has a large CFSWITCH/CFCASE).

Hmmm...

--D


-Original Message-
From: Chris Kief [mailto:chris;riseinteractive.com] 
Sent: Thursday, October 24, 2002 3:15 PM
To: CF-Talk
Subject: RE: Dreamweaver MX saves slowwwly

Just so you know you're not alone ;)

Is this happening with every file? I only see it every once in a while
on my system...most of the time the file has a large cfswitch/cfcase
statement in it. I've gone back to using homesite+ for editing these...

chris


-Original Message-
From: David Notik [mailto:dave;digital202.com] 
Sent: Thursday, October 24, 2002 11:19 AM
To: CF-Talk
Subject: OT: Dreamweaver MX saves slowwwly

Anybody else encounter this?
 
When saving an open document in Dreamweaver MX, it hangs for a few
annoying seconds before it finally saves.  Not good when you're a web
developer constantly saving and refreshing.
 
--Dave
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Search functionality: Verity, LIKE operator, or what?

2002-10-23 Thread David Notik
Hi all:
 
I haven't posted to this list for awhile.  I used to post all the time,
and used to write the TipWorld ColdFusion tips many of you received.
Good to be back in the mix.
 
My question:
 
I built a document management system of sorts.  I have all the files in
a directory. there's a database record for every file with fields such
as: title, filename, description, keywords, and more.  The filename
field references the actual physical file and it's all very simple.
 
So now I want to provide the ability to search the files. with a twist.
 
I have a box where the user can type in keywords.  I could then write a
query which uses the LIKE operator many times and searches the various
relevant fields for that keyword.  But is that really the most efficient
way?
 
I know I could create a collection.  But doesn't a collection only
search the actual content of the physical files indexed in the
collection?  Meaning my title, description, and keywords fields (etc.)
wouldn't be relevant.
 
What do I do?
 
That's question one. but then let's take it a step further:
 
I have a securitytype associated with each file record, which denotes
whether the logged in user has access to the file.  When a user searches
for files, I DO NOT want to display files he does not have access to.  I
can easily accomplish this using my own query (LIKE operator and a WHERE
clause that only pulls records they have access to), but if I do it the
verity way, is this possible?
 
Just trying to decide the best way to go about this.
 
I am using ColdFusion Pro MX, SQLServer 2000.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com