CF/Jrun asking for A: Drive Disk during Shutdown?

2002-09-11 Thread Ben Koshy

I'm getting a weird error on a CFMX Test box that I have.  Its running
pretty clean, clean Windows 2000 install, all patches (including SP3)
and then CFMX.  However when I try to shutdown the box, it always hangs
on a JRUN.EXE Dialog Window that pops up and asks for a disk to be
inserted into A: drive! Any ideas?

Ben Koshy
Technical Manager
W3 International Media Ltd.
T.604.871.9899 ext.388
1.866.4.WEB.NOW 

'Celebrating 5 years of Internet Service Excellence!' 
www.w3media.com 'Effective Web Now!'
www.w3media.net 'Fast Reliable Hosting!'
www.w3registry.com 'Simply Web Domains!'


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cgi variable auth-user not generated

2002-09-11 Thread Dave Watts

 We were using CF to parse the cgi variable auth_user
 to determine the user's ID for access control to
 certain folders on our Intranet.  We were using NT 4.0
 and IIS 4.0, Anonymous was turned off, and everything
 worked like a charm.  We recently upgraded to Win2000,
 and now that variable is blank.  When CF debugging is
 enabled, the variable would be presented at the bottom
 under cgi variables with NT, in domain/userid format. 
 Now it is blank.  Does Win2000 handle authentication
 differently than NT?  Is the variable in a different
 format?  I'm desperate, as users can not access their
 pages.  Thanks for any suggestions.

The variable shouldn't be blank, if you're actually forcing the users to
logon to IIS using either Windows or Basic authentication. Do you see
anything in CGI.AUTH_TYPE? If not, my guess is that you're not actually
authenticating against the web server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF/Jrun asking for A: Drive Disk during Shutdown?

2002-09-11 Thread Dave Watts

 I'm getting a weird error on a CFMX Test box that I have.  
 Its running pretty clean, clean Windows 2000 install, all 
 patches (including SP3) and then CFMX. However when I try 
 to shutdown the box, it always hangs on a JRUN.EXE Dialog 
 Window that pops up and asks for a disk to be inserted 
 into A: drive! Any ideas?

Out of curiosity, did you enable resource security in the CF Administrator?
Someone else here on the list had a similar problem, when they were using
resource security. I don't remember a solution, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



WHy does DWMX refuse to save changes .. any suggestions?

2002-09-11 Thread Michael Kear

I'd be grateful if DreamweaverMX would stop arguing with me when I want to
change some code.   It keeps telling me that a change I make is going to
require a change in a locked part of a template (it isn't - it's in the
editable area and the editablearea tags are intact!) and refuses to make the
change.  So I have to open the file in ultraedit, make the change again
there, then save it, then load it back into DWMX again.


Seems to defeat the purpose really if I have to edit in two different apps,
don't you think?



Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How to add BR to CRLF?

2002-09-11 Thread Erik Britt-Webb

I'm trying to take plain text from a database or text file and display it on
a web page.  Problem is that the CRLF characters don't work in HTML.  So, I
tried converting them using:

CFSet tmpCRLF = Chr(13)Chr(10)
CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#


But that doesn't work.  I still get the same run-on paragraph.

Any suggestions how I do this?  I'm sure it's easy.

Thanks,

Erik

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WEB-INF/cfclasses (was: CFMX - Slow)

2002-09-11 Thread Dave Watts

 In previous versions of CF we use to put our .cfm templates 
 in a separate hard-disk for performance reasons. Now CFMX 
 compiles the .cfm templates and than put the .class files 
 in C:\CFusionMX\wwwroot\WEB-INF\cfclasses folder (for most 
 cf installations), I presume that the Jrun machine runs the 
 class files on it... (correct me if I'm wrong). In this 
 case (in a production box), my 10K rpm SCSI is completely 
 idle??... :o(

Yes, it should be pretty close to idle, I think. There shouldn't be that
much disk activity on a well-configured CF server during normal operations.
CF caches the Java classes in memory, after compiling them to bytecode on
disk, if I recall correctly. You have to set the size of the template cache
attribute appropriately, of course. On a production server, again, you can
have even less disk activity generally by using the trusted cache option.

I'd recommend putting the .cfm files on a separate partition for
organizational and security reasons; it shouldn't matter too much where the
compiled classes go, though, as long as they're not on the system partition
or the partition with the temp files and pagefiles.

 Another question: not sure, but I heard that NT 4 has a 
 limitation of 24k files per folder, in a shared environment 
 this number is easily reached since CFMX does not erase 
 the .class file after we change the name of a cfml template 
 or even delete it. It will be the case to reserve a hard-disk 
 to store the .class files in the root of it?

The NTFS 5 filesystem, which is used by NT 4 SP5+ and Windows 2000, can
support many more files than that. In my experience, with say, 50,000,
files, directory traversal gets very slow when using either the console or,
even worse, the Explorer shell, but programmatic access to a specific file
within the filesystem doesn't always seem to be that much slower - I'm
guessing this has to do with the indexing system within NTFS, but I don't
know enough about filesystems to say anything concrete about why it behaves
the way it does.

Perhaps with the CF MX versions for JRun or other J2EE app servers, you can
have separate instances with their own /WEB-INF directories. I haven't
really looked into that.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Tool that uses cfusion_encrypt?

2002-09-11 Thread Dave Watts

 I need a tool to encrypt a website, as strongly as possable, 
 but leaving the files in working condition. I've found a few, 
 but none use the little known function cfusion_encrypt; Hoping 
 that somone else has written an app for this. If not, I guess 
 I'll have to do so.

I'm not sure exactly what you mean by encrypt [a] website. If you mean,
encrypt the .cfm source so that someone on the server console can't read it,
you're pretty much stuck with the CFENCODE.EXE program, which isn't very
secure since there are well-known decryptors.

If you absolutely must hide your source code from people who have console
access to the server, the only practical alternative I can suggest is to
place the critical portions in external components - COM objects (not really
recommended with CF MX, though) or Java classes. There are Java decompilers,
of course, but there are also Java obfuscators, which may deter most people.

If your concern is something other than people with console access being
able to read your source code, there are many other approaches you can take
- the appropriate use of permissions to minimize the likelihood of source
code browsing exploits, for example.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to add BR to CRLF?

2002-09-11 Thread Seamus Campbell

You can do this:

cfset my_text = #ReplaceList(my_text,#Chr(10)#,#Chr(10)##Chr(13)#, 
BR,P)#

Seamus




At 05:01 pm 11/09/2002 , you wrote:
I'm trying to take plain text from a database or text file and display it on
a web page.  Problem is that the CRLF characters don't work in HTML.  So, I
tried converting them using:

CFSet tmpCRLF = Chr(13)Chr(10)
CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#


But that doesn't work.  I still get the same run-on paragraph.

Any suggestions how I do this?  I'm sure it's easy.

Thanks,

Erik


__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to add BR to CRLF?

2002-09-11 Thread Dave Watts

 I'm trying to take plain text from a database or text 
 file and display it on a web page. Problem is that the 
 CRLF characters don't work in HTML. So, I tried 
 converting them using:
 
 CFSet tmpCRLF = Chr(13)Chr(10)
 CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#
 
 
 But that doesn't work. I still get the same run-on 
 paragraph.
 
 Any suggestions how I do this? I'm sure it's easy.

I think that the Replace function requires a fourth argument, ALL, if you
want it to replace all instances. Alternatively, you could just wrap the
output in the PRE tag, I guess.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: question for MM: CFMX sandboxing security holes?

2002-09-11 Thread Jochem van Dieten

Ilyinsky, Igor wrote:
 I may be off the mark here, but I think a potential issue for that host was not 
sandbox security per-se.
 
 An issue I have dealt with, and that is a drawback in MX (but not a bug) is that you 
can not set user specific RDS resources for developers like you were able to in 5 and 
prior. It's been a while since I've used that stuff, but I remember being able to 
create a user-directory for RDS, and with CF Advanced Security, be able to give RDS 
developers specific security contexts.
 
 I was informed that this was not possible for MX, and that the security context 
could only be applied to applications, files, and directories.
 
 This is a major issue for Web Hosts that run many CF apps in a shared infrastructure.

Did any web hosts actually enable RDS in the first place?

Jochem

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Jochem van Dieten

Sean A Corfield wrote:
 On Tuesday, September 10, 2002, at 11:09 , Joe Eugene wrote:
 
C# is basically Microsofts version of Java..
 
 
 Pardon?

I think that is quite right when you look at how it is positioned by 
Microsoft. It appears to be their main programming language for 
application development, it is (supposed to be) platform independent (in 
practice this would require many more libraries being available for 
other platforms, but in early versions Java apps were hardly portable 
either) etc.

Technically they might be quite different, but they are hunting for the 
same market.

Jochem

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to add BR to CRLF?

2002-09-11 Thread Erik Britt-Webb

Thanks, Dave.  Both options were helpful.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 3:22 AM
To: CF-Talk
Subject: RE: How to add BR to CRLF?


 I'm trying to take plain text from a database or text
 file and display it on a web page. Problem is that the
 CRLF characters don't work in HTML. So, I tried
 converting them using:

 CFSet tmpCRLF = Chr(13)Chr(10)
 CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#


 But that doesn't work. I still get the same run-on
 paragraph.

 Any suggestions how I do this? I'm sure it's easy.

I think that the Replace function requires a fourth argument, ALL, if you
want it to replace all instances. Alternatively, you could just wrap the
output in the PRE tag, I guess.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Large Corporations that use ColdFusion

2002-09-11 Thread Paul Hastings

national geographic's geographynetwork also uses cf.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Mark Stephenson - Evolution Internet

Freeserve use it for their online signup system

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s).  Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and strictly
prohibited.  If you have received this message in error, please
notify the sender by email immediately and delete the message from your
computer without making any copies.




-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]]
Sent: 11 September 2002 09:41
To: CF-Talk
Subject: Re: Large Corporations that use ColdFusion


national geographic's geographynetwork also uses cf.


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF/Jrun asking for A: Drive Disk during Shutdown?

2002-09-11 Thread Ben Koshy

Yes, Sandbox security is enabled on that box and come to think of it the
problem only appeared after that was enabled.  

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 12:07 AM
To: CF-Talk
Subject: RE: CF/Jrun asking for A: Drive Disk during Shutdown?

 I'm getting a weird error on a CFMX Test box that I have.  
 Its running pretty clean, clean Windows 2000 install, all 
 patches (including SP3) and then CFMX. However when I try 
 to shutdown the box, it always hangs on a JRUN.EXE Dialog 
 Window that pops up and asks for a disk to be inserted 
 into A: drive! Any ideas?

Out of curiosity, did you enable resource security in the CF
Administrator?
Someone else here on the list had a similar problem, when they were
using
resource security. I don't remember a solution, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: question for MM: CFMX sandboxing security holes?

2002-09-11 Thread Ben Koshy

As far as my research went, I could not figure out a way to use RDS w/
Sandboxing in CFMX.  Care to shed some light on this?  Or is your
solution an out-of-CFMX solution?

-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 8:09 AM
To: CF-Talk
Subject: RE: question for MM: CFMX sandboxing security holes?

For what it's worth, we are running CFMX and running sandboxing and
allow
use of CFFILE, CFDIRECTORY, and other non-secure tags. The server has
been
up for just over a month and I've not seen any issues as of yet.


Dan Phillips
CFXHosting.com

-Original Message-
From: Gyrus [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 10:45 AM
To: CF-Talk
Subject: question for MM: CFMX sandboxing security holes?


Could I get an official line from Macromedia on this?

We're being told by a potential host that they are only offering CF 5
with
CFFILE etc. enabled in a shared environment, secured through sandboxing,
because they've been advised that the sandboxing security in CFMX is not
yet
stable. They are offering CFMX accounts, only with all non-secure tags
disabled.

I've not heard about this CFMX sandboxing security issue anywhere here -
what's the company's official position on this?

many thanks,

- Gyrus


- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available




__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: question for MM: CFMX sandboxing security holes?

2002-09-11 Thread Dave Watts

 As far as my research went, I could not figure out a way 
 to use RDS w/ Sandboxing in CFMX.  Care to shed some light 
 on this?

I suspect that your problem has to do with CF looking for the a: drive, per
that thread I mentioned earlier.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX on Mandrake 7.2

2002-09-11 Thread Adrian Lynch

Not anymore apparently. It moved out a while ago, got a job, married, kids.
It does it's own thing now. 

Ade :O)

-Original Message-
From: jon roig [mailto:[EMAIL PROTECTED]]
Sent: 10 September 2002 20:11
To: CF-Talk
Subject: RE: CFMX on Mandrake 7.2


Isn't Mandrake essentially an extended version of RedHat?

-- jon

-Original Message-
From: Jesse Noller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 11:16 AM
To: CF-Talk
Subject: RE: CFMX on Mandrake 7.2


Not supported!

(should work tho, minus verity)

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy

But I ned tacos! I need them or I will
explode! That happens to me sometimes! -GIR

 -Original Message-
 From: Joshua Miller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 11:14 AM
 To: CF-Talk
 Subject: CFMX on Mandrake 7.2

 I know it's not supported, but will CFMX run on Mandrake 7.2 (x86) ?

 If so, anyone know if there's information out there about how to do it?

 Thanks,

 Joshua Miller
 [EMAIL PROTECTED]





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Shrinking a SQL7 log file

2002-09-11 Thread CAROSATI Gerald

It usually indicates that your dB backup is not working properly ...

Gerald

-Original Message-
From:   Tony Weeg [SMTP:[EMAIL PROTECTED]]
Sent:   11 September 2002 04:29
To: CF-Talk
Subject:RE: Shrinking a SQL7 log file

if you can wait until tomorrow, i have these
scripts at my office to do thislet me know
if you still need themi can email them tomorrow
to the list.

tony


-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 8:59 PM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file


Scott,

Check out the DBCC commands, they are supposed to do what you want
to
do.

Although large log files can actually indicate non-committed
transactions.  
Maybe a better question would be : Why is the system creating such
large
transaction log?

You may actually have to export data from your db , destroy the
original
db and recreate then re-import.  This is a horrible way to fix a
huge
log file, but it will work.

Regards, Jared Clinton.
NEC Business Solutions.


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 September 2002 7:58 AM
To: CF-Talk
Subject: OT: Shrinking a SQL7 log file


Hey gang -

Any SQL7 gurus out there who know how to, resonably painlessly and
safely, 
shrink a SQL7 database logfile from 83749234mb down to something
reasonable?

Any help (advice/instructions, or links to such) would be most
appreciated. 
Replies off-list are fine.

Thanks in advance,
--Scott





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Shrinking a SQL7 log file

2002-09-11 Thread Ben Koshy

I'm not sure if Sql7 is different but in Windows 2000:

BACKUP LOG DATABASE_NAME_HERE WITH TRUNCATE_ONLY

That should wipe your log file to the bare minimum.  Before doing this
though, fully backup your database (you don't have to backup the log)
If you don't want the log file to continue to grow, take this
opportunity to switch your recovery model to Simple as opposed to
Full.  You will lose the ability to roll transactions back/forward to
a certain point in time, but it'll keep your log file size down to a
minimum.

Again, this is all Win 2000 advice...I'm not sure if it holds true for
SQL7.

-Original Message-
From: CAROSATI Gerald [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 2:42 AM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file

It usually indicates that your dB backup is not working properly ...

Gerald

-Original Message-
From:   Tony Weeg [SMTP:[EMAIL PROTECTED]]
Sent:   11 September 2002 04:29
To: CF-Talk
Subject:RE: Shrinking a SQL7 log file

if you can wait until tomorrow, i have these
scripts at my office to do thislet me know
if you still need themi can email them tomorrow
to the list.

tony


-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 8:59 PM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file


Scott,

Check out the DBCC commands, they are supposed to do what you
want
to
do.

Although large log files can actually indicate non-committed
transactions.  
Maybe a better question would be : Why is the system creating
such
large
transaction log?

You may actually have to export data from your db , destroy the
original
db and recreate then re-import.  This is a horrible way to fix a
huge
log file, but it will work.

Regards, Jared Clinton.
NEC Business Solutions.


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 September 2002 7:58 AM
To: CF-Talk
Subject: OT: Shrinking a SQL7 log file


Hey gang -

Any SQL7 gurus out there who know how to, resonably painlessly
and
safely, 
shrink a SQL7 database logfile from 83749234mb down to something
reasonable?

Any help (advice/instructions, or links to such) would be most
appreciated. 
Replies off-list are fine.

Thanks in advance,
--Scott






__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: TEST

2002-09-11 Thread Michael Dinowitz

With the list server, no. With the MX server that routes mail to the list, yes. I've 
been getting a lot of complaints about bounced mail with a message of routing not 
allowed and the like. I've been told that this has been fixed but if you get such a 
message, just repost. Only repost if you get a bounce, not if you don't see the 
message instantly. 
Thanks


 is there anything going on with the list server?
 
 Joe
 
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Shrinking a SQL7 log file

2002-09-11 Thread Ian Tait

Hi,

If you can take the db offline, you could try this:

/* This routine will reduce vast logfiles to mere trifles... 
   BACKUP BEFORE YOU DO THIS... */

-- take your culprit database with large logfile offline...
EXEC sp_detach_db @dbname = 'YOUR DATABASE NAME'

-- rename/delete existing log file here - if you don't it will 
-- just get re-atached...

-- attach just the mdf, and SQL will recreate a new logfile...
EXEC sp_attach_single_file_db @dbname = 'YOUR DATABASE NAME', 
   @physname = 'E:\path_to_your_data_file.mdf'

hth,

Ian

-Original Message-
From: Ben Koshy [mailto:[EMAIL PROTECTED]]
Sent: 11 September 2002 11:08
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file


I'm not sure if Sql7 is different but in Windows 2000:

BACKUP LOG DATABASE_NAME_HERE WITH TRUNCATE_ONLY

That should wipe your log file to the bare minimum.  Before doing this
though, fully backup your database (you don't have to backup the log)
If you don't want the log file to continue to grow, take this
opportunity to switch your recovery model to Simple as opposed to
Full.  You will lose the ability to roll transactions back/forward to
a certain point in time, but it'll keep your log file size down to a
minimum.

Again, this is all Win 2000 advice...I'm not sure if it holds true for
SQL7.

-Original Message-
From: CAROSATI Gerald [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 2:42 AM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file

It usually indicates that your dB backup is not working properly ...

Gerald

-Original Message-
From:   Tony Weeg [SMTP:[EMAIL PROTECTED]]
Sent:   11 September 2002 04:29
To: CF-Talk
Subject:RE: Shrinking a SQL7 log file

if you can wait until tomorrow, i have these
scripts at my office to do thislet me know
if you still need themi can email them tomorrow
to the list.

tony


-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 8:59 PM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file


Scott,

Check out the DBCC commands, they are supposed to do what you
want
to
do.

Although large log files can actually indicate non-committed
transactions.  
Maybe a better question would be : Why is the system creating
such
large
transaction log?

You may actually have to export data from your db , destroy the
original
db and recreate then re-import.  This is a horrible way to fix a
huge
log file, but it will work.

Regards, Jared Clinton.
NEC Business Solutions.


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 September 2002 7:58 AM
To: CF-Talk
Subject: OT: Shrinking a SQL7 log file


Hey gang -

Any SQL7 gurus out there who know how to, resonably painlessly
and
safely, 
shrink a SQL7 database logfile from 83749234mb down to something
reasonable?

Any help (advice/instructions, or links to such) would be most
appreciated. 
Replies off-list are fine.

Thanks in advance,
--Scott







__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to add BR to CRLF?

2002-09-11 Thread Jesse Houwing

Erik Britt-Webb wrote:
 Thanks, Dave.  Both options were helpful.

why not use the ParagraphFormat function, it was designed to do this.

Jesse


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to add BR to CRLF?

2002-09-11 Thread todd

Try:
CFSET HTMLBody = replace(Body, tmpCRLF,#tmpCRLF#br,ALL)

On Wed, 11 Sep 2002, Erik Britt-Webb wrote:

 I'm trying to take plain text from a database or text file and display it on
 a web page.  Problem is that the CRLF characters don't work in HTML.  So, I
 tried converting them using:
 
 CFSet tmpCRLF = Chr(13)Chr(10)
 CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#
 
 
 But that doesn't work.  I still get the same run-on paragraph.
 
 Any suggestions how I do this?  I'm sure it's easy.
 
 Thanks,
 
 Erik
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Looking back - for those who have moved to CFMX , what's the biggest changes you've had to make?

2002-09-11 Thread Larry W. Virden

Now that some of you have moved to CFMX, what would you say were the most
significant changes you had to make?  The move from native database interfaces
to JDBC?  Or something else?  We're starting the process, and I think
that we could benefit from all your experiences.

Also, are there patches or add-ins that you have found indispensible in
the move from previous versions of CF to CFMX ?
-- 
Tcl'2002 Sept 16, 2002, Vancouver, BC http://www.tcl.tk/community/tcl2002/
Larry W. Virden mailto:[EMAIL PROTECTED] URL: http://www.purl.org/NET/lvirden/
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: xsl/xslt

2002-09-11 Thread Ben Ausden

Tony,

Your XML element and attribute names should describe the meaning of the data rather 
than how it should be displayed. Otherwise in the example you give, you might as well 
use a flat text file for storage. Use XML to describe the data, and let XSL handle the 
presentation! 

?xml version=1.0?
people
  person id=1
nameCharlie/name
petHorse/pet
age10/age
phraseRichter Scale/phrase
  /person
  person id=2
nameBen/name
petIguana/pet
age26/age
phraseSomething/phrase
  person
/people

---

xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0
xsl:output omit-xml-declaration=yes indent=no/
 xsl:template match=/people/person
  trtdxsl:value-of select=@id //td
   xsl:for-each select=*
 tdxsl:value-of select=. //td
   /xsl:for-each
  /tr
 /xsl:template
/xsl:stylesheet


---

produces:
trtd1/tdtdCharlie/tdtdHorse/tdtd10/tdtdRichter Scale/td/tr
trtd2/tdtdBen/tdtdIguana/tdtd26/tdtdSomething/td/tr


there are of course multiple ways to achieve what you require - this is just one 
suggestion. Perhaps you don't have control over the XML data you're working with.

regards,
Ben


 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: 11 September 2002 04:17
 To: CF-Talk
 Subject: ot: xsl/xslt
 
 
 does anyone have a good background in xsl/xslt transformations
 of xml docs to html viewable?  if so, how in the hizzeck would
 i work this snippet? im stuck, and cant find any info on this...
 
 must be basic, but im soo far on this project, i dont want
 this to be a problem ;) thanks (column values transformed into
 dry late night humor to protect against any nda issues.)
 
 row num=1
 
   column num=1Charlie/column
 
   column num=2Horse/column
 
   column num=310/column
 
   column num=4Richter Scale/column
 
 /row
 
 and i want this to show up in a table row, 4 columns.  there are
 more instances of row nodes, so this has to repeat.
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Looking back - for those who have moved to CFMX , what's the biggest changes you've had to make?

2002-09-11 Thread todd

Only patch there is out right now is the Apache hot fix for 2.0.39 -- CFMX 
SP1 should see the daylight within the next two weeks or very end of 
September.


~Todd


On Wed, 11 Sep 2002, Larry W. Virden wrote:

 Now that some of you have moved to CFMX, what would you say were the most
 significant changes you had to make?  The move from native database interfaces
 to JDBC?  Or something else?  We're starting the process, and I think
 that we could benefit from all your experiences.
 
 Also, are there patches or add-ins that you have found indispensible in
 the move from previous versions of CF to CFMX ?
 

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: List to stored proc

2002-09-11 Thread Bill Grover

We wrote a function that takes a list and returns 1 row for each element in
the list.  You can then use this within your select.  By making it a
function you can treat the function as a table in SQL 2000.

Our function is:

CREATE FUNCTION f_reuParseList (@tcList  VARCHAR(8000), 
  @tcDelimiter char(1))

RETURNS @ParsedList TABLE (ListID   int IDENTITY, 
   ListItem varchar(300))
AS
BEGIN

IF @tcList IS NULL
BEGIN
RETURN
END

DECLARE @lcListWork varchar(8000), 
  @lnCommaPos   int, 
  @lcItem   varchar(8000)

SET @lcListWork = @tcList

WHILE LEN(@lcListWork)  0
BEGIN
SET @lnCommaPos = CHARINDEX(@tcDelimiter, @lcListWork)
IF @lnCommaPos  0
BEGIN
SET @lcItem = SUBSTRING(@lcListWork, 1,
@lnCommaPos - 1)
SET @lcListWork = SUBSTRING(@lcListWork,
@lnCommaPos + 1, LEN(@lcListWork) - @lnCommaPos)
END
ELSE
BEGIN
SET @lcItem = @lcListWork
SET @lcListWork = ''
END

INSERT INTO @ParsedList
VALUES (@lcItem)

END

RETURN
END
GO

__ 

Bill Grover 
Supervisor MIS  Phone:  301.424.3300 x3324  
EU Services, Inc.   FAX:301.424.3696
649 North Horners Lane  E-Mail: [EMAIL PROTECTED]
Rockville, MD 20850-1299WWW:http://www.euservices.com
__ 



 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 9:13 AM
 To: CF-Talk
 Subject: RE: List to stored proc
 
 
 I have a similar question...
 in the stored proc, say you pass in a comma delimited list, 
 how do you break it apart?
 Are there list functions within T-SQL?
 
 Mike
 
 -Original Message-
 From: Joe Eugene [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 9:01 AM
 To: CF-Talk
 Subject: Re: List to stored proc
 
 
 You can pass the whole String(List) into the StroredProc..  
 just as VARCHAR 
 depends on what you want to do with the LIST...
 put into different fields.. u have split it in the stored proc.. 
 
 Joe
 - Original Message - 
 From: Tipton Josh (orl1jdt) [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, September 10, 2002 7:39 AM
 Subject: List to stored proc
 
 
  I have a comma delimited list that I want to pass into a 
 procedure.  Any
  help.  I am using nvarchar(4000) as the data type but I get 
 invalid cast
  spec.
   
  Josh
  
  
 
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Stuck Building Admin Area

2002-09-11 Thread Greg Luce

Candace,
Sounds like some tricky javascript, but surely can be done.
You're saying if you choose upload new photo it could open a small
window with a form that has a file upload form. If they choose Add New
Link it would open a small window with a single textbox to submit a
link...is that what you're thinking?
I would try it a simpler way and just display the imagetype, and
probably display the image so you can see what you're dealing with. Then
have 3 radio buttons, New Image, New Link, and None. Then to the right
of the radio button you'd have a file upload input for the New Image. A
textbox for the new link, and nothing for the None. See what I mean?
If you choose the new image button then the next page will accept the
file you uploaded. You should incorporate some validation on the backend
to send you back with a message if the form is submitted with New
Image selected but no value in the file upload etc.
Let me know what you come up with.

Greg

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 7:32 PM
To: CF-Talk
Subject: Stuck Building Admin Area

Hello all you illustrious CF gurus. I am having a problem deciding on
how to arrange an edit app for an admin area.

I've got it all under control excpet for one thing: 
The image

Basically, the user can edit the book title, book author, etc. When they
add the book to the db, they select whether the image is an amazon link,
no image, or an upload.

Now when they go to edit the book, I want to give them the option of
changing the image type, uploading a new photo, or changing it to No
Image.

I have a dropdown that is selected based on what's in the db for that
book.

select name=ImageType
   cfoutput query=getNewBook
   cfif New_Book_Image Contains http://images.amazon.;
   option value=amazon selectedAmazon/option
   cfelseif New_Book_Image IS None 
option value=None selected No Image/option
cfelse
option value=Upload selectedUpload/option
/cfif/cfoutput
/select

Ok, now I have two issues. Number one, I can see that my logic is off
for the dropdown. Only one of the options is showing up. I can probably
fix that.

The other issue is how do I allow them to change the image type, and
then based on which type they choose, open up a dialog box that will
allow them to add a link or upload a new file, and then post it back to
my form page? I know a former co-worker was using modal windows to do a
similar thing. Is this an option for me? I'm still fairly green (almost
like a sage color) to cf and programming in general, and hate to bug you
all about these simple things :)

I appreciate any help or insight you may be able to direct my way.

Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org

 
[EMAIL PROTECTED]

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cf hangs

2002-09-11 Thread cf-talk

Hi list,
we have cf 5 pro, w2k (sp2) and from time
to time cf hangs. (you can't restart it).
I have searched through all the logfiles
with no result.
Does anybody know of a tool, with which you can
find out what cf-template could cause this hanging ?

Thanks for ideas.
Uwe
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMX Trial Version

2002-09-11 Thread JS

Can anyone confirm that the trial version of CFMX MM
is providing is the enterprise version?  Their site
appears to only offer two options for a trial
download, the new J2EE CFMX and I guess a 'regular'
CFMX server.  They don't specify if its the pro or
enterprise version that I would be downloading.

Thanks,
JS

__
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Stuck Building Admin Area

2002-09-11 Thread Candace Cottrell

Thanks for the reply, Greg. I like your idea, and I'll definitely let
you know how it goes.
 :)

Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org

 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 9/11/2002 8:17:32 AM 
Candace,
Sounds like some tricky javascript, but surely can be done.
You're saying if you choose upload new photo it could open a small
window with a form that has a file upload form. If they choose Add
New
Link it would open a small window with a single textbox to submit a
link...is that what you're thinking?
I would try it a simpler way and just display the imagetype,
and
probably display the image so you can see what you're dealing with.
Then
have 3 radio buttons, New Image, New Link, and None. Then to the right
of the radio button you'd have a file upload input for the New Image.
A
textbox for the new link, and nothing for the None. See what I mean?
If you choose the new image button then the next page will accept the
file you uploaded. You should incorporate some validation on the
backend
to send you back with a message if the form is submitted with New
Image selected but no value in the file upload etc.
Let me know what you come up with.

Greg

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 7:32 PM
To: CF-Talk
Subject: Stuck Building Admin Area

Hello all you illustrious CF gurus. I am having a problem deciding on
how to arrange an edit app for an admin area.

I've got it all under control excpet for one thing: 
The image

Basically, the user can edit the book title, book author, etc. When
they
add the book to the db, they select whether the image is an amazon
link,
no image, or an upload.

Now when they go to edit the book, I want to give them the option of
changing the image type, uploading a new photo, or changing it to No
Image.

I have a dropdown that is selected based on what's in the db for that
book.

select name=ImageType
   cfoutput query=getNewBook
   cfif New_Book_Image Contains http://images.amazon.;
   option value=amazon selectedAmazon/option
   cfelseif New_Book_Image IS None 
option value=None selected No Image/option
cfelse
option value=Upload selectedUpload/option
/cfif/cfoutput
/select

Ok, now I have two issues. Number one, I can see that my logic is off
for the dropdown. Only one of the options is showing up. I can
probably
fix that.

The other issue is how do I allow them to change the image type, and
then based on which type they choose, open up a dialog box that will
allow them to add a link or upload a new file, and then post it back
to
my form page? I know a former co-worker was using modal windows to do
a
similar thing. Is this an option for me? I'm still fairly green
(almost
like a sage color) to cf and programming in general, and hate to bug
you
all about these simple things :)

I appreciate any help or insight you may be able to direct my way.

Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org 

 
[EMAIL PROTECTED] 


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX Trial Version

2002-09-11 Thread Collin Tobin

Yes, CFMX/CFMX for J2ee evaluation is Enterprise Edition for 30 days, after 30 days, 
CFMX is Developer Edition, single IP.


Collin Tobin
QA Engineer

macromedia.com
617 219 2000
[EMAIL PROTECTED]




-Original Message-
From: JS [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 8:31 AM
To: CF-Talk
Subject: CFMX Trial Version


Can anyone confirm that the trial version of CFMX MM
is providing is the enterprise version?  Their site
appears to only offer two options for a trial
download, the new J2EE CFMX and I guess a 'regular'
CFMX server.  They don't specify if its the pro or
enterprise version that I would be downloading.

Thanks,
JS

__
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX Trial Version

2002-09-11 Thread Raymond Camden

The trial version is the same as the Enterprise version. Ditto for the
Developer version (it's Enterprise but only for a single IP+localhost).

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
Yahoo IM : cfjedimaster

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: JS [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 8:31 AM
 To: CF-Talk
 Subject: CFMX Trial Version
 
 
 Can anyone confirm that the trial version of CFMX MM
 is providing is the enterprise version?  Their site
 appears to only offer two options for a trial
 download, the new J2EE CFMX and I guess a 'regular'
 CFMX server.  They don't specify if its the pro or
 enterprise version that I would be downloading.
 


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX Trial Version

2002-09-11 Thread todd

CFMX Trial/Developer edition is the full enterprise edition.  Within 30 
days, it's open to all.  After 30 days ticks out, it's locked down to 2 
IPs.

~Todd

On Wed, 11 Sep 2002, JS wrote:

 Can anyone confirm that the trial version of CFMX MM
 is providing is the enterprise version?  Their site
 appears to only offer two options for a trial
 download, the new J2EE CFMX and I guess a 'regular'
 CFMX server.  They don't specify if its the pro or
 enterprise version that I would be downloading.
 
 Thanks,
 JS

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Client Vars again

2002-09-11 Thread Chris Norloff

Thanks. We use that code in CF 4.5.2 after logout or on detecting timeout. The purpose 
is to delete, really delete, the entire session and all vars associated with that 
particular user presence.

It's worked well, and we haven't seen any problems with not being able to log back in 
without closing/opening a browser.

thanks,
Chris Norloff

-- Original Message --
from: Bryan Love [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
date: Mon, 9 Sep 2002 12:23:21 -0700 

I'm late on this one, but it's worth the reply I think...

I noticed you are using StructClear(session)#...
Don't know if it's true in CFMX, but you NEVER want to do this in CF 4.5 or
5.0.  There is a variable named session.sessionID that is ONLY created at
the beginning of a session.  If you delete it then it's gone until the
browser is closed and a new session begins.  I don't know what it is used
for, but occasionally in the past it has caused problems for me (before I
knew about it).

If you want to use StructClear then store session.sessionID in a temp var
before using StructClear then put it back in the session struct after
clearing.

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
TeleCommunication Systems
[EMAIL PROTECTED]
+---+

...'If there must be trouble, let it be in my day, that my child may have
peace'...
   - Thomas Paine, The American Crisis



-Original Message-
From: Chris Norloff [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 09, 2002 8:19 AM
To: CF-Talk
Subject: Re: Client Vars again


To ensure our logged-out (or timed-out) user is completely removed from our
application, we delete: 
1. the entire session structure, 
2. all the client vars (one at a time), 
3. set the cookies to delete, and 
4. use non-persistent cookies anyway.

I know that sounds redundant, but it's been robust for us.

Chris Norloff


!--- delete the session (all vars, including CFID  CFTOKEN) ---
cflock timeout=#variables.lock_timeout# throwontimeout=Yes
scope=session type=EXCLUSIVE
   cfset temp = #StructClear(session)#
/cflock

!--- delete all client vars ---
cfset variables.client_var_list = #GetClientVariablesList()#
   cfloop index=list_element list=#variables.client_var_list#
delimiters=,
   cfset temp = DeleteClientVariable(#list_element#)
   /cfloop
   
!--- delete cookies ---
cfcookie name=CFID value=empty expires=NOW
cfcookie name=CFTOKEN value=empty expires=NOW

-- Original Message --
from: Adrian Lynch [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
date: Fri, 6 Sep 2002 18:53:51 +0100 

I've posted this to CF-Talk, sorry for any who get both and don't like
cross
posts...

Is there anyone out there that's built reliable login/logout functionality
into their site? Something that works on ALL browser combinations?

This is what we're doing...
Client vars stored in a DB
Using the usual code to kill a session on close of the browser
CFMX, SQL Server 7
Testing on most combinations of browser.

Trying to figure out what's going wrong wouldn't be so bad if we could just
have some consistency in the way it's going wrong. We have...
Logging in on 2nd, 3rd, 4th, 5th try instead of the 1st
Not able to log out, trying both reseting the client vars back to their
original state and deleting them altogether
Having to change a cflocation to a window.location to get it to log in on
IE5 (don't ask)

I've just said to the guy I'm building it with, shall we pass cfid and
cftoken in all the links and redirects, see if that cures it. What does
everyone else think. It's not the easiest thing to debug something that you
can't reliably replicate :O(


Adrian Lynch
Thoughtbubble Ltd
--
United Kingdom
http://www.thoughtbubble.net
Ph: +44 (0) 20 7387 8890
--
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s) . Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute,
or
retain this message. Please notify us on +44 (0) 20 7387 8890





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Tom Nunamaker

US Air Force, Defense Intelligence Agency, US Navy, etc..



-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 3:41 AM
To: CF-Talk
Subject: Re: Large Corporations that use ColdFusion


national geographic's geographynetwork also uses cf.


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WEB-INF/cfclasses (was: CFMX - Slow)

2002-09-11 Thread Alex Hubner

Thanks for the reply Dave. I think you're right, CFMX store the classes
in memory but not all of than I suppose. Imagine a server that runs a
lot of applications, lot of files, etc... I think that the server RAM
memory itself won't be able to handle all classes in a case, for
example, we have only 256-512 Mb of RAM... I suppose CFMX will need to
read the class from the disk sooner or later... How often this is done?
Should we care about this issue when setting a new CFMX box? Does
anybody have a clue?

By the way: on behalf of all Brazilians and a number of friends here,
I'd like to express our solidarity to all of you and your families for
the the terrible circumstances of 11 September. The United States are
home to millions of people from virtually any nationality and ethnic
group, therefore we all feel directly involved and hit by this true
global, and not just American, tragedy. Peace for all, let's look to the
future!

[]'s!
Alex

| alex hübner
| [EMAIL PROTECTED]
| www.cfgigolo.com


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]] 
 Sent: 11/09/2002 4:15 AM
 To: CF-Talk
 Subject: RE: WEB-INF/cfclasses (was: CFMX - Slow)
 
 
  In previous versions of CF we use to put our .cfm templates
  in a separate hard-disk for performance reasons. Now CFMX 
  compiles the .cfm templates and than put the .class files 
  in C:\CFusionMX\wwwroot\WEB-INF\cfclasses folder (for most 
  cf installations), I presume that the Jrun machine runs the 
  class files on it... (correct me if I'm wrong). In this 
  case (in a production box), my 10K rpm SCSI is completely 
  idle??... :o(
 
 Yes, it should be pretty close to idle, I think. There 
 shouldn't be that much disk activity on a well-configured CF 
 server during normal operations. CF caches the Java classes 
 in memory, after compiling them to bytecode on disk, if I 
 recall correctly. You have to set the size of the template 
 cache attribute appropriately, of course. On a production 
 server, again, you can have even less disk activity generally 
 by using the trusted cache option.
 
 I'd recommend putting the .cfm files on a separate partition 
 for organizational and security reasons; it shouldn't matter 
 too much where the compiled classes go, though, as long as 
 they're not on the system partition or the partition with the 
 temp files and pagefiles.
 
  Another question: not sure, but I heard that NT 4 has a
  limitation of 24k files per folder, in a shared environment 
  this number is easily reached since CFMX does not erase 
  the .class file after we change the name of a cfml template 
  or even delete it. It will be the case to reserve a hard-disk 
  to store the .class files in the root of it?
 
 The NTFS 5 filesystem, which is used by NT 4 SP5+ and Windows 
 2000, can support many more files than that. In my 
 experience, with say, 50,000, files, directory traversal gets 
 very slow when using either the console or, even worse, the 
 Explorer shell, but programmatic access to a specific file 
 within the filesystem doesn't always seem to be that much 
 slower - I'm guessing this has to do with the indexing system 
 within NTFS, but I don't know enough about filesystems to say 
 anything concrete about why it behaves the way it does.
 
 Perhaps with the CF MX versions for JRun or other J2EE app 
 servers, you can have separate instances with their own 
 /WEB-INF directories. I haven't really looked into that.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Tool that uses cfusion_encrypt?

2002-09-11 Thread Robert Everland

What is an obfuscator? Are there ones for just regular CF?

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 3:20 AM
To: CF-Talk
Subject: RE: Tool that uses cfusion_encrypt?


 I need a tool to encrypt a website, as strongly as possable,
 but leaving the files in working condition. I've found a few, 
 but none use the little known function cfusion_encrypt; Hoping 
 that somone else has written an app for this. If not, I guess 
 I'll have to do so.

I'm not sure exactly what you mean by encrypt [a] website. If you mean,
encrypt the .cfm source so that someone on the server console can't read it,
you're pretty much stuck with the CFENCODE.EXE program, which isn't very
secure since there are well-known decryptors.

If you absolutely must hide your source code from people who have console
access to the server, the only practical alternative I can suggest is to
place the critical portions in external components - COM objects (not really
recommended with CF MX, though) or Java classes. There are Java decompilers,
of course, but there are also Java obfuscators, which may deter most people.

If your concern is something other than people with console access being
able to read your source code, there are many other approaches you can take
- the appropriate use of permissions to minimize the likelihood of source
code browsing exploits, for example.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Weaver, Anthony

www.VictoriasSecret.com

-Original Message-
From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 8:52 AM
To: CF-Talk
Subject: RE: Large Corporations that use ColdFusion


US Air Force, Defense Intelligence Agency, US Navy, etc..



-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 3:41 AM
To: CF-Talk
Subject: Re: Large Corporations that use ColdFusion


national geographic's geographynetwork also uses cf.



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread todd

www.shophustler.com (don't ask) ;)


On Wed, 11 Sep 2002, Weaver, Anthony wrote:

 www.VictoriasSecret.com
 
 -Original Message-
 From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 8:52 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion
 
 
 US Air Force, Defense Intelligence Agency, US Navy, etc..
 
 
 
 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 3:41 AM
 To: CF-Talk
 Subject: Re: Large Corporations that use ColdFusion
 
 
 national geographic's geographynetwork also uses cf.
 
 
 
 
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Perl SCript

2002-09-11 Thread Bill Wheatley

I used to have a Perl script that would function as a find and replace that was 
recursive as well

anyone have any good Perl Scripts that would handle that ? :)

Its going to be on unix so it has to be a perl script or another linux util.
I'm digging around so i'll probably find one eventually, but any help is appreciated

danks

Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS Access SQL Problem

2002-09-11 Thread Andy Ousterhout

Seamus:

Thanks.  Single quotes did the trick.  I'm getting too old for late night
programming!

Andy

-Original Message-
From: Seamus Campbell [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 10:18 PM
To: CF-Talk
Subject: Re: MS Access SQL Problem


I think

change Theme to 'Theme'

seamus

At 12:43 pm 11/09/2002 , you wrote:
Arg.The SQL works fine in ACCESS, but when I copy to CF5.0, I get an
error.  Any thoughts???

cfquery name=qryGetGroups datasource=#strDSN# dbtype=ODBC
 SELECT DISTINCTROW ItemGroups.strItemGroupName,
ItemGroups.strItemGroupDesc
 FROM (GroupTypeCodes INNER JOIN ItemGroups ON
GroupTypeCodes.GroupTypeCodes_PK = ItemGroups.intGroupTypeCodes_PK) INNER
JOIN GroupedItems ON ItemGroups.intItemGroup_PK = GroupedItems.ItemGroup_PK
 WHERE (((GroupTypeCodes.GroupTypeName)=Theme))
 ORDER BY (ItemGroups.strItemGroupName)
/cfquery

Results in

DETAIL -
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
Hint: The cause of this error is usually that your query contains a
reference to a field which does not exist. You should verify that the
fields
included in your query exist and that you have specified their names
correctly.

SQL = SELECT DISTINCTROW ItemGroups.strItemGroupName,
ItemGroups.strItemGroupDesc FROM (GroupTypeCodes INNER JOIN ItemGroups ON
GroupTypeCodes.GroupTypeCodes_PK = ItemGroups.intGroupTypeCodes_PK) INNER
JOIN GroupedItems ON ItemGroups.intItemGroup_PK = GroupedItems.ItemGroup_PK
WHERE (((GroupTypeCodes.GroupTypeName)=Theme)) ORDER BY
(ItemGroups.strItemGroupName)

Data Source = OMGV2


ERRORCODE -
07001
EXTENDEDINFO -
MESSAGE -
ODBC Error Code = 07001 (Wrong number of parameters)

NATIVEERRORCODE -
-3010
SQLSTATE -
07001





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MX Service Pack? was Re: Looking back - for those who have moved to CFMX...

2002-09-11 Thread Dave Carabetta

Only patch there is out right now is the Apache hot fix for 2.0.39 -- CFMX
SP1 should see the daylight within the next two weeks or very end of
September.

While not disputing your information, where did you get that info from? By 
several accounts (including MM employees), a service pack wasn't even on the 
timeline as of a few weeks ago. If there really is a service pack coming 
out, any idea as to what issues it will address?

Regards,
Dave.



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Stuck Building Admin Area

2002-09-11 Thread Cornillon, Matthieu

Candace,

One warning if you don't use Greg's very good suggestion: if you stick with
the dropdown list approach, be sure to test whatever you use in both
Netscape and IE.  I had a somewhat similar check taking place and was unable
to get the JavaScript to check the value of the dropdown list onSubmit in
Netscape.  I still plan to go back to it for another try, but I currently
have that check disabled in Netscape and let what used to be redundant
server-side scripting handle the validation.

Matthieu

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 8:30 AM
To: CF-Talk
Subject: RE: Stuck Building Admin Area


Thanks for the reply, Greg. I like your idea, and I'll definitely let
you know how it goes.
 :)

Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org

 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 9/11/2002 8:17:32 AM 
Candace,
Sounds like some tricky javascript, but surely can be done.
You're saying if you choose upload new photo it could open a small
window with a form that has a file upload form. If they choose Add
New
Link it would open a small window with a single textbox to submit a
link...is that what you're thinking?
I would try it a simpler way and just display the imagetype,
and
probably display the image so you can see what you're dealing with.
Then
have 3 radio buttons, New Image, New Link, and None. Then to the right
of the radio button you'd have a file upload input for the New Image.
A
textbox for the new link, and nothing for the None. See what I mean?
If you choose the new image button then the next page will accept the
file you uploaded. You should incorporate some validation on the
backend
to send you back with a message if the form is submitted with New
Image selected but no value in the file upload etc.
Let me know what you come up with.

Greg

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 10, 2002 7:32 PM
To: CF-Talk
Subject: Stuck Building Admin Area

Hello all you illustrious CF gurus. I am having a problem deciding on
how to arrange an edit app for an admin area.

I've got it all under control excpet for one thing: 
The image

Basically, the user can edit the book title, book author, etc. When
they
add the book to the db, they select whether the image is an amazon
link,
no image, or an upload.

Now when they go to edit the book, I want to give them the option of
changing the image type, uploading a new photo, or changing it to No
Image.

I have a dropdown that is selected based on what's in the db for that
book.

select name=ImageType
   cfoutput query=getNewBook
   cfif New_Book_Image Contains http://images.amazon.;
   option value=amazon selectedAmazon/option
   cfelseif New_Book_Image IS None 
option value=None selected No Image/option
cfelse
option value=Upload selectedUpload/option
/cfif/cfoutput
/select

Ok, now I have two issues. Number one, I can see that my logic is off
for the dropdown. Only one of the options is showing up. I can
probably
fix that.

The other issue is how do I allow them to change the image type, and
then based on which type they choose, open up a dialog box that will
allow them to add a link or upload a new file, and then post it back
to
my form page? I know a former co-worker was using modal windows to do
a
similar thing. Is this an option for me? I'm still fairly green
(almost
like a sage color) to cf and programming in general, and hate to bug
you
all about these simple things :)

I appreciate any help or insight you may be able to direct my way.

Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org 

 
[EMAIL PROTECTED] 



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Stacy Young

Nortel uses it internally (Intranet)...although that was 2.5 years ago
before I left..at the time it serviced 70,000+ employees...
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 9:28 AM
To: CF-Talk
Subject: RE: Large Corporations that use ColdFusion

www.shophustler.com (don't ask) ;)


On Wed, 11 Sep 2002, Weaver, Anthony wrote:

 www.VictoriasSecret.com
 
 -Original Message-
 From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 8:52 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion
 
 
 US Air Force, Defense Intelligence Agency, US Navy, etc..
 
 
 
 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 3:41 AM
 To: CF-Talk
 Subject: Re: Large Corporations that use ColdFusion
 
 
 national geographic's geographynetwork also uses cf.
 
 
 
 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Company Name

2002-09-11 Thread FlashGuy

Hi,

I'm planning on starting up a company just for extra cash to put food on the table. I 
would be doing web development, Publishing print and electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the word media in 
it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---



__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread John Beynon

See below:

snip
From: Vernon Viehe [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 04, 2002 2:36 PM 
To: CF-Talk 
Subject: RE: COM  CFMX Workaround 

I hear, from a reliable source, that there will be a service pack for CFMX
by or around the end of Sept, and among other issues addressed by it, are
great improvements in the COM area.

Vernon Viehe 
ColdFusion Community Manager 
Developer Relations 
Macromedia, Inc. 
Online diary: http://vvmx.blogspot.com/ 
/snip

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]] 
Sent: 11 September 2002 14:38
To: CF-Talk
Subject: MX Service Pack? was Re: Looking back - for those who have moved to
CFMX...


Only patch there is out right now is the Apache hot fix for 2.0.39 -- 
CFMX SP1 should see the daylight within the next two weeks or very end 
of September.

While not disputing your information, where did you get that info from? By 
several accounts (including MM employees), a service pack wasn't even on the

timeline as of a few weeks ago. If there really is a service pack coming 
out, any idea as to what issues it will address?

Regards,
Dave.




__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX on Mandrake 7.2

2002-09-11 Thread Jesse Noller

Adrian is correct, it's been some time since mandrake and redhat shared anything other 
than the name linux.

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

But I ned tacos! I need them or I will
explode! That happens to me sometimes! -GIR

 -Original Message-
 From: Adrian Lynch [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 5:14 AM
 To: CF-Talk
 Subject: RE: CFMX on Mandrake 7.2
 
 Not anymore apparently. It moved out a while ago, got a job, married, kids.
 It does it's own thing now.
 
 Ade :O)
 
 -Original Message-
 From: jon roig [mailto:[EMAIL PROTECTED]]
 Sent: 10 September 2002 20:11
 To: CF-Talk
 Subject: RE: CFMX on Mandrake 7.2
 
 
 Isn't Mandrake essentially an extended version of RedHat?
 
   -- jon
 
 -Original Message-
 From: Jesse Noller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 11:16 AM
 To: CF-Talk
 Subject: RE: CFMX on Mandrake 7.2
 
 
 Not supported!
 
 (should work tho, minus verity)
 
 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy
 
 But I ned tacos! I need them or I will
 explode! That happens to me sometimes! -GIR
 
  -Original Message-
  From: Joshua Miller [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 11:14 AM
  To: CF-Talk
  Subject: CFMX on Mandrake 7.2
 
  I know it's not supported, but will CFMX run on Mandrake 7.2 (x86) ?
 
  If so, anyone know if there's information out there about how to do it?
 
  Thanks,
 
  Joshua Miller
  [EMAIL PROTECTED]
 
 
 
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MX Service Pack? was Re: Looking back - for those who have moved to CFMX...

2002-09-11 Thread todd

A little birdie by the name of Foghorn Leghorn ...er.. I mean Vernon 
Viehe. src: http://vvmx.blogspot.com/2002_09_01_vvmx_archive.html#81150105

It's not a secret.  Spike W also posted something to similar wording on 
the actual macromedia forums a week ago.  I'm actually a little 
disappointed in the CFMX community.  It seems that the Flash community is 
a little more open with information and well, there's flash communities, 
blogs, etc all over the place but ... not so many one stop CFMX resources 
that are actually worthwhile visiting and don't have ad banners all over 
the place, etc. and apparently Blogs are now considered overrated.  I have 
been trying to keep up with cfm blogs and such, you can find a list of 
them over at http://www.web-rat.com/ -- if anyone knows other great 
resources, please let me know.

From what I've seen so far, the biggest issue that it'll address is com 
support.  I'm sure more information will be released by the appropriate 
people soon.  I do know more than I'm letting on, but .. it's not my 
places to say.

~Todd

On Wed, 11 Sep 2002, Dave Carabetta wrote:

 Only patch there is out right now is the Apache hot fix for 2.0.39 -- CFMX
 SP1 should see the daylight within the next two weeks or very end of
 September.
 
 While not disputing your information, where did you get that info from? By 
 several accounts (including MM employees), a service pack wasn't even on the 
 timeline as of a few weeks ago. If there really is a service pack coming 
 out, any idea as to what issues it will address?
 
 Regards,
 Dave.

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Rey Bango

FigJamMedia.com

;o)

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:44 AM
To: CF-Talk
Subject: OT: Company Name

Hi,

I'm planning on starting up a company just for extra cash to put food on
the table. I would be doing web development, Publishing print and
electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the
word media in it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread todd

I also know Novell uses it internally as well.

On Wed, 11 Sep 2002, Stacy Young wrote:

 Nortel uses it internally (Intranet)...although that was 2.5 years ago
 before I left..at the time it serviced 70,000+ employees...
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 9:28 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion
 
 www.shophustler.com (don't ask) ;)
 
 
 On Wed, 11 Sep 2002, Weaver, Anthony wrote:
 
  www.VictoriasSecret.com
  
  -Original Message-
  From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 8:52 AM
  To: CF-Talk
  Subject: RE: Large Corporations that use ColdFusion
  
  
  US Air Force, Defense Intelligence Agency, US Navy, etc..
  
  
  
  -Original Message-
  From: Paul Hastings [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, September 11, 2002 3:41 AM
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion
  
  
  national geographic's geographynetwork also uses cf.
  
  
  
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Company Name

2002-09-11 Thread todd

Heh, http://www.somethingmedia.com is already taken. :P  When will people 
quit?! ;)

~Todd

On Wed, 11 Sep 2002, FlashGuy wrote:

 Hi,
 
 I'm planning on starting up a company just for extra cash to put food on the table. 
I would be doing web development, Publishing print and electronic, data conversion, 
font 
 development etc.
 
 I'm finding it difficult to come up with a company name that has the word media in 
it and having the same URL.
 
 somethingMedia.com
 
 Any ideas?
 

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Tangorre, Michael

BigDawgMedia.com  :-)



-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 9:44 AM
To: CF-Talk
Subject: OT: Company Name


Hi,

I'm planning on starting up a company just for extra cash to put food on the table. I 
would be doing web development, Publishing print and electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the word media in 
it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Stephen Rojas

FlashGuyMedia :-)

- Stephen

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 9:44 AM
To: CF-Talk
Subject: OT: Company Name


Hi,

I'm planning on starting up a company just for extra cash to put food on the
table. I would be doing web development, Publishing print and electronic,
data conversion, font
development etc.

I'm finding it difficult to come up with a company name that has the word
media in it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---




__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread FlashGuy

OK...short for F..K I'm Great Just Ask Me?

LOL :-)

Unfortunately...this is also taken!


On Wed, 11 Sep 2002 09:52:31 -0400, Rey Bango wrote:

 FigJamMedia.com
 
 ;o)
 
 -Original Message-
 From: FlashGuy [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 8:44 AM
 To: CF-Talk
 Subject: OT: Company Name
 
 Hi,
 
 I'm planning on starting up a company just for extra cash to put food on
 the table. I would be doing web development, Publishing print and
 electronic, data conversion, font 
 development etc.
 
 I'm finding it difficult to come up with a company name that has the
 word media in it and having the same URL.
 
 somethingMedia.com
 
 Any ideas?
 
 
 
 ---
 FIGJAM
 ---
 
 
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



server side redirect redux

2002-09-11 Thread Tony Weeg

this isnt working?

cfscript
GetPageContext().forward(navtrak.cfm);
/cfscript

at the end of an action page does not forward
me to navtrak.cfm.

also, if I wanted to do this, is this correct?

cfscript
GetPageContext().forward(navtrak.cfm?thankyouForm=#firstName#
#lastName#);
/cfscript

thanks.

..tony

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

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Shrinking a SQL7 log file

2002-09-11 Thread Mark A. Kruger - CFG

As a last resort you can do this:

Detach the database (sp_detach_db 'myDatabase).
Manually delete the log file in question
Reatach the db (sp_attach_db 'myDatabase', 'D:\mssql\data\MyDatabase.mdf'

Remember to readjust the logging properties. And make sure it's the LAST
resort - after the DBCC commands and have failed (i.e set db to truncate on
checkpoint, checkpoint, DBCC shrinkfile).

-mk

-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 7:59 PM
To: CF-Talk
Subject: RE: Shrinking a SQL7 log file


Scott,

Check out the DBCC commands, they are supposed to do what you want to do.

Although large log files can actually indicate non-committed
transactions.
Maybe a better question would be : Why is the system creating such large
transaction log?

You may actually have to export data from your db , destroy the original db
and recreate then re-import.  This is a horrible way to fix a huge log file,
but it will work.

Regards, Jared Clinton.
NEC Business Solutions.


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 September 2002 7:58 AM
To: CF-Talk
Subject: OT: Shrinking a SQL7 log file


Hey gang -

Any SQL7 gurus out there who know how to, resonably painlessly and safely,
shrink a SQL7 database logfile from 83749234mb down to something reasonable?

Any help (advice/instructions, or links to such) would be most appreciated.
Replies off-list are fine.

Thanks in advance,
--Scott



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Tony Weeg

mediamediamedia.com ;)

..tony

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

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 9:53 AM
To: CF-Talk
Subject: RE: Company Name


FigJamMedia.com

;o)

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:44 AM
To: CF-Talk
Subject: OT: Company Name

Hi,

I'm planning on starting up a company just for extra cash to put food on
the table. I would be doing web development, Publishing print and
electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the
word media in it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Tony Weeg

mediamediamedia.com

and then like for the interface

m3 - powerful dynamic media, to the 3rd power.

..tony

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

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 9:53 AM
To: CF-Talk
Subject: RE: Company Name


FigJamMedia.com

;o)

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:44 AM
To: CF-Talk
Subject: OT: Company Name

Hi,

I'm planning on starting up a company just for extra cash to put food on
the table. I would be doing web development, Publishing print and
electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the
word media in it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---





__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Company Name

2002-09-11 Thread Alex

On Wed, 11 Sep 2002, FlashGuy wrote:

 Hi,

 I'm planning on starting up a company just for extra cash to put food on the table. 
I would be doing web development, Publishing print and electronic, data conversion, 
font
 development etc.


You do not need to start a company for this. You can just charge people
that you do work for.

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT good CSS list recommendation

2002-09-11 Thread Kola Oyedeji

Hi

Sorry for the OT post but rather send more OT post to this list, can
anyone point me towards a good css list?


Many thanks

Kola


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Tool that uses cfusion_encrypt?

2002-09-11 Thread Dave Watts

 What is an obfuscator?

It's a tool to make your source code more complicated. So, if someone
decompiles it, they'll still have trouble using it, unless they're very
patient. You can find out more about them by simply googling obfuscator.

 Are there ones for just regular CF?

Not to my knowledge. It would be hard to obfuscate CFML, I think, since it's
so high-level and simple. Of course, plenty of people write their own
obfuscated code, just usually not intentionally.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Company Name

2002-09-11 Thread Tangorre, Michael

he could have until he posted here, now the IRS will be looking for that as claimed 
income  :-)


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:01 AM
To: CF-Talk
Subject: Re: OT: Company Name


On Wed, 11 Sep 2002, FlashGuy wrote:

 Hi,

 I'm planning on starting up a company just for extra cash to put food on the table. 
I would be doing web development, Publishing print and electronic, data conversion, 
font
 development etc.


You do not need to start a company for this. You can just charge people
that you do work for.


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Rey Bango

Naw man. Short for F..K, You Asked Me?!?!.

;o)

Later

Rey

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:59 AM
To: CF-Talk
Subject: RE: Company Name

OK...short for F..K I'm Great Just Ask Me?

LOL :-)

Unfortunately...this is also taken!


On Wed, 11 Sep 2002 09:52:31 -0400, Rey Bango wrote:

 FigJamMedia.com
 
 ;o)
 
 -Original Message-
 From: FlashGuy [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 8:44 AM
 To: CF-Talk
 Subject: OT: Company Name
 
 Hi,
 
 I'm planning on starting up a company just for extra cash to put food
on
 the table. I would be doing web development, Publishing print and
 electronic, data conversion, font 
 development etc.
 
 I'm finding it difficult to come up with a company name that has the
 word media in it and having the same URL.
 
 somethingMedia.com
 
 Any ideas?
 
 
 
 ---
 FIGJAM
 ---
 
 
 
 
 

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Company Name

2002-09-11 Thread FlashGuy

They'll never catch me!

On Wed, 11 Sep 2002 10:11:05 -0400, Tangorre, Michael wrote:

 he could have until he posted here, now the IRS will be looking for that as claimed 
income  :-)
 
 
 -Original Message-
 From: Alex [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:01 AM
 To: CF-Talk
 Subject: Re: OT: Company Name
 
 
 On Wed, 11 Sep 2002, FlashGuy wrote:
 
  Hi,
 
  I'm planning on starting up a company just for extra cash to put food on the 
table. I would be doing web development, Publishing print and electronic, data 
conversion, 
font
  development etc.
 
 
 You do not need to start a company for this. You can just charge people
 that you do work for.
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT good CSS list recommendation

2002-09-11 Thread Tangorre, Michael

I am on this one.. it gets decent traffic and not much OT posting. Try it out.

http://three.pairlist.net/mailman/listinfo/css-discuss

Mike



-Original Message-
From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:08 AM
To: CF-Talk
Subject: OT good CSS list recommendation


Hi

Sorry for the OT post but rather send more OT post to this list, can
anyone point me towards a good css list?


Many thanks

Kola



__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MX Service Pack? was Re: Looking back - for those who have moved to CFMX...

2002-09-11 Thread Matt Liotta

Since no one asked me to keep this a secret... I as well as others have
been given access to an early release of the service pack. I'm not too
thrilled with it as none of the issues I was interested in were fixed.
Below are the notes associated with the service pack.

 


COM-Related Issues 

The following issues with COM have been fixed:


 


Issue

ID


COM objects with multiple IDispatch interfaces could not be used by
ColdFusion MX. A java.lang.IllegalArgumentException: Argument is not a
COM object error would occur. 

46303


Attempting to use COM objects with read-only or write-only properties
could fail.

46612


Looping over a COM collection object using a COM object that has
com2Java-generated Java stubs could cause a method selection exception.

46150


Passing parameters to COM objects by reference did not work correctly.

46776


ColdFusion MX would not allow you to use a literal value in CFML code
that calls a COM method that takes a simple value passed by reference.
You were required to use a variable as the argument in your CFML code.

45605


Saving COM objects in shared variable scopes could cause a Null Pointer
Exception when ColdFusion executed the CFDUMP tag or if debugging were
enabled.

45733


 

The following additional COM-related changes and improvements have been
made:


 


Change

ID


Significant improvements have been made to COM object performance on
second and subsequent references by caching object type information. 

NOTE: Due to this change, if the COM object interface definitions
change, you must restart ColdFusion MX to use the new COM object
interface type definitions. 

37315


 


 


 

Database-Related Issues 

The following database-related issues have been fixed:


 


Issue

ID


SELECT and DROP keywords contained in SQL could produce a No ResultSet
set was produced error message.

45938
45936 


CFUPDATE did not work correctly when the target DB table has a compound
primary key comprised of multiple columns.

46433


On upgrade from ColdFusion 5, MySQL and PostgreSQL data sources were
erroneously migrated as ODBC Socket data sources on UNIX and cannot be
deleted in the Administrator.  This updater enables you to use the
Administrator to delete the incorrect data sources and recreate them
correctly. 

46877


An exception message for CFUPDATE erroneously reversed the table and
data source names.

45170


Invalid connections to Informix, Oracle, or DB2 data sources could
erroneously be reused in the connection pool.

46251


 


 


 

Administrator-Related Issues 

The following issues with the ColdFusion MX Administrator have been
fixed:



Issue

ID


Scheduled tasks were not running at the correct time.

46312


ERROR.* variables were not available in the site-wide error handler.

46761


A potential script-execution vulnerability existed.

47096


When using web server Basic Authentication, the user was not prompted
for the Administrator password after logging in to the web server, even
when the ColdFusion MX Administrator password prompt is enabled.

47474


 


 


 

Runtime and Debugging-Related Issues 

The issues with the ColdFusion runtime and debugging information have
been fixed:


 


Issue

ID


A potential cross-site scripting vulnerability existed in a handler
module.

46113


A malformed mail file could cause the mail service to fail to start.

46502


Client variables stored using the clientStorage=Cookie option did not
work correctly if the case of the application name specified in the
CFAPPLICATION tag was not correct.

46656


The DateDiff() function was not compatible with ColdFusion 5.

47153


Strings suffixed with D, d, F, or f would erroneously evaluate
as numeric values.

47453


The word undelivered used as part of filenames for messages written to
the \undelivr folder for undelivered e-mail was misspelled,
undelievered.

45981


Messages written to the \undelivr folder for undelivered e-mail could
have multiple undelivered_ strings at the start of the filename.

45980


ColdFusion MX did not attempt to resend undeliverable mail that was
manually moved back to the mail spool directory.

45979


The debug output did not list the variables for a scope in alphabetic
order.

45754


When using the NTAuth class to authenticate against a domain, ColdFusion
MX would hang if the domain was not available or if you specified an
incorrect domain.

47403


 


 


 

Internationalization-Related Issues 

The following internationalization-related issues have been fixed:


 


Issue

ID


Multipart/form-data was not correctly controlled by the SetEncoding()
function. This function has the form: SetEncoding(form, UTF-8).

44878


ColdFusion MX debugging information did not properly display double-byte
string form values if the form page's charset was not UTF-8.

46820


The CFFILE tag did not upload files if their names used double-byte
characters.

45673


ColdFusion MX ODBC Agent and Server services did not use the native OS
Code Page on 

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Jesse Noller

Dick-

You wanted a serious reply, I'll give you a serious answer. Go with the 
following:

WindowsXP
Apache
MySQL/Postgres
CFMX - duh
DWMX

There ya go. There's your demo, there's your development platform. The fact is that 
you probably DO NOT want to go with a Linux laptop. Why?

1: The desktop sucks
2: Too many concessions when it comes to just getting stuff done
3: eXtreme learning curve, preventing you from just getting work done
4: It's more supported than the Linux desktop


This comes from someone who had been using Linux since he first downloaded 
Slackware v1 ontot 4.1 trillion floppy disks. I run it as a desktop, and I HATE it as 
a desktop. It's kludgy, mozilla sucks as a browser, software support is crap, and I 
could continue.

Yes, I am a Linux user and supporter, as a SERVER, not as a desktop, much less 
a full blown development and demo platform. It's that simple.


I've ran Linux on oh, I dunno, about 20 laptops in the past 3 years. I've 
disliked, nay, hated it each and every time, it truly is a nightmare.

Leave Unix and Linux where they truly shine, on the server. Put windows where 
it belongs, on a desktop where the Shiny widgets can be of some use. 

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

But I ned tacos! I need them or I will
explode! That happens to me sometimes! -GIR

 -Original Message-
 From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 3:20 PM
 To: CF-Talk
 Subject: Re: Developer Platform suggestions was Re: Nice
 
 Jesse
 
 Knowing some of your platform preferences, I don't think that is a
 serious answer -- the original question is serious, though!
 
 Dick
 
 
 On Tuesday, September 10, 2002, at 10:57 AM, Jesse Noller wrote:
 
  I would highly recommend OS2/Warp 4
 
  Jesse Noller
  [EMAIL PROTECTED]
  Macromedia Server Development
  Unix/Linux special guy
 
  But I ned tacos! I need them or I will
  explode! That happens to me sometimes! -GIR
 
  -Original Message-
  From: Matt Liotta [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 1:37 PM
  To: CF-Talk
  Subject: RE: Developer Platform suggestions was Re: Nice
 
  IMHO, I'd go with Linux. Not only does CF run the best on Linux, but
  you
  also have access to any kind of text editor/IDE you could want. Many
  of
  them are way better than DMX, which isn't saying much I know, but
  there
  it is. Plus, Linux is as stable as it gets and is free.
 
  Matt Liotta
  President  CEO
  Montara Software, Inc.
  http://www.montarasoftware.com/
  888-408-0900 x901
 
  -Original Message-
  From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 10:23 AM
  To: CF-Talk
  Subject: Re: Developer Platform suggestions was Re: Nice
 
I've used Windows 9x and they worked okay as long as you rebooted
  at
  least once a day (preferably twice).
 
I use Windows 2000 now.  I've had few problems and the system is
  very
  stable, even if I don't reboot it for 3-4 days.
 
  At 10:12 AM 9/10/2002 -0700, you wrote:
  Ya' know, it gets pretty old...  I am beginning to accept the fact
  that
  as a Mac/CF developer, I will always be a second-class citizen, and
  not
  have equal resources with the competition.
 
  So, I am open to suggestions:
 
  If you could chose a platform today, with no baggage, what would it
  be?
 
  I am seriously looking for suggestions!
 
  TIA
 
  Dick
 
 
  On Tuesday, September 10, 2002, at 09:56 AM, Stephen Moretti wrote:
 
  It doesn't work on a Mac -- why doesn't that surprise me?
 
  Dick
 
  On Tuesday, September 10, 2002, at 08:18 AM, Bryan F. Hogan
  wrote:
 
  http://cfm.blogspot.com/
 
What easter egg?
 
  At 11:10 AM 9/10/2002 -0400, you wrote:
  I like the CF Easter Egg
 
 
 
  Ok I shouldn't really do this on CF-Talk, but I can't resist.
  Sorry
  Michael.
 
  Does anything work on a Mac???
 
  Sorry Dick Only joking!
 
 
  Stephen
 
 
 
 
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Company Name

2002-09-11 Thread Edwards Robert (air0rae)

Or he could call the interface Multi'Medias'



Rob Edwards Phone:  (502) 359-1627
Systems Management Tools   Pager:   (502) 478-1116
United Parcel Service   Fax:(502) 359-0094
EMail:  [EMAIL PROTECTED]   

(2B || !2B) == ?



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 9:58 AM
To: CF-Talk
Subject: RE: Company Name


mediamediamedia.com

and then like for the interface

m3 - powerful dynamic media, to the 3rd power.

.tony

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

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 9:53 AM
To: CF-Talk
Subject: RE: Company Name


FigJamMedia.com

;o)

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:44 AM
To: CF-Talk
Subject: OT: Company Name

Hi,

I'm planning on starting up a company just for extra cash to put food on
the table. I would be doing web development, Publishing print and
electronic, data conversion, font 
development etc.

I'm finding it difficult to come up with a company name that has the
word media in it and having the same URL.

somethingMedia.com

Any ideas?



---
FIGJAM
---






__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MX Service Pack? was Re: Looking back - for those who have moved to CFMX...

2002-09-11 Thread Frank Mamone

Thanks Matt. Do youb know if the rumored release date is indeed accurate?

- Original Message -
From: Matt Liotta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, September 11, 2002 10:15 AM
Subject: RE: MX Service Pack? was Re: Looking back - for those who have
moved to CFMX...


 Since no one asked me to keep this a secret... I as well as others have
 been given access to an early release of the service pack. I'm not too
 thrilled with it as none of the issues I was interested in were fixed.
 Below are the notes associated with the service pack.




 COM-Related Issues

 The following issues with COM have been fixed:





 Issue

 ID


 COM objects with multiple IDispatch interfaces could not be used by
 ColdFusion MX. A java.lang.IllegalArgumentException: Argument is not a
 COM object error would occur.

 46303


 Attempting to use COM objects with read-only or write-only properties
 could fail.

 46612


 Looping over a COM collection object using a COM object that has
 com2Java-generated Java stubs could cause a method selection exception.

 46150


 Passing parameters to COM objects by reference did not work correctly.

 46776


 ColdFusion MX would not allow you to use a literal value in CFML code
 that calls a COM method that takes a simple value passed by reference.
 You were required to use a variable as the argument in your CFML code.

 45605


 Saving COM objects in shared variable scopes could cause a Null Pointer
 Exception when ColdFusion executed the CFDUMP tag or if debugging were
 enabled.

 45733




 The following additional COM-related changes and improvements have been
 made:





 Change

 ID


 Significant improvements have been made to COM object performance on
 second and subsequent references by caching object type information.

 NOTE: Due to this change, if the COM object interface definitions
 change, you must restart ColdFusion MX to use the new COM object
 interface type definitions.

 37315










 Database-Related Issues

 The following database-related issues have been fixed:





 Issue

 ID


 SELECT and DROP keywords contained in SQL could produce a No ResultSet
 set was produced error message.

 45938
 45936


 CFUPDATE did not work correctly when the target DB table has a compound
 primary key comprised of multiple columns.

 46433


 On upgrade from ColdFusion 5, MySQL and PostgreSQL data sources were
 erroneously migrated as ODBC Socket data sources on UNIX and cannot be
 deleted in the Administrator.  This updater enables you to use the
 Administrator to delete the incorrect data sources and recreate them
 correctly.

 46877


 An exception message for CFUPDATE erroneously reversed the table and
 data source names.

 45170


 Invalid connections to Informix, Oracle, or DB2 data sources could
 erroneously be reused in the connection pool.

 46251










 Administrator-Related Issues

 The following issues with the ColdFusion MX Administrator have been
 fixed:



 Issue

 ID


 Scheduled tasks were not running at the correct time.

 46312


 ERROR.* variables were not available in the site-wide error handler.

 46761


 A potential script-execution vulnerability existed.

 47096


 When using web server Basic Authentication, the user was not prompted
 for the Administrator password after logging in to the web server, even
 when the ColdFusion MX Administrator password prompt is enabled.

 47474










 Runtime and Debugging-Related Issues

 The issues with the ColdFusion runtime and debugging information have
 been fixed:





 Issue

 ID


 A potential cross-site scripting vulnerability existed in a handler
 module.

 46113


 A malformed mail file could cause the mail service to fail to start.

 46502


 Client variables stored using the clientStorage=Cookie option did not
 work correctly if the case of the application name specified in the
 CFAPPLICATION tag was not correct.

 46656


 The DateDiff() function was not compatible with ColdFusion 5.

 47153


 Strings suffixed with D, d, F, or f would erroneously evaluate
 as numeric values.

 47453


 The word undelivered used as part of filenames for messages written to
 the \undelivr folder for undelivered e-mail was misspelled,
 undelievered.

 45981


 Messages written to the \undelivr folder for undelivered e-mail could
 have multiple undelivered_ strings at the start of the filename.

 45980


 ColdFusion MX did not attempt to resend undeliverable mail that was
 manually moved back to the mail spool directory.

 45979


 The debug output did not list the variables for a scope in alphabetic
 order.

 45754


 When using the NTAuth class to authenticate against a domain, ColdFusion
 MX would hang if the domain was not available or if you specified an
 incorrect domain.

 47403










 Internationalization-Related Issues

 The following internationalization-related issues have been fixed:





 Issue

 ID


 Multipart/form-data was not correctly controlled by the 

damaged .pdf

2002-09-11 Thread Kodjo Ackah

IE 5.5 keeps saying my pdf file is damaged although Netscape is cool
about it for a change.
What's happening here?
 
Kodjo Ackah

Principal Consultant

Concrete Media Ltd

32 Great Sutton Street

Clerkenwell

London, EC1V 0DX

Tel:+44 (0)20 7251 8090

Fax: +44 (0)20 7251 8780

Mobile: +44 (0)07748 79 1038

Office Location:
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1

 

 
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Search string pasing?

2002-09-11 Thread Kris Pilles

Does anyone have an example sof parsing strings with CF?

I need to enhanceour search engine so that we can control the search
cresults and in order to do this, I need to break the search string down
into words so I can search for keyword matches by the entire string then
by each word...


Any ideas..

Thanks KP

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: damaged .pdf

2002-09-11 Thread Sarsoun, Jeff

There could be many reasons, but I would start with deleting your temp internet files 
in IE.

Jeff Sarsoun

-Original Message-
From: Kodjo Ackah [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:29 AM
To: CF-Talk
Subject: damaged .pdf


IE 5.5 keeps saying my pdf file is damaged although Netscape is cool
about it for a change.
What's happening here?
 
Kodjo Ackah

Principal Consultant

Concrete Media Ltd

32 Great Sutton Street

Clerkenwell

London, EC1V 0DX

Tel:+44 (0)20 7251 8090

Fax: +44 (0)20 7251 8780

Mobile: +44 (0)07748 79 1038

Office Location:
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1

 

 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Search string pasing?

2002-09-11 Thread Raymond Camden

You can treat a string as a set of words by using it as a list with
space being the delimiter.

cfset string = This is the end.

cfloop index=word list=#string# delimiters= 
cfoutputword = #word#br/cfoutput
/cfloop

It would be a bit nicer to use  .?! as a set of delimiters. This would
then catch:

This is the end.I don't know how to type

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
Yahoo IM : cfjedimaster

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, September 11, 2002 10:37 AM
 To: CF-Talk
 Subject: Search string pasing?
 
 
 Does anyone have an example sof parsing strings with CF?
 
 I need to enhanceour search engine so that we can control the search
 cresults and in order to do this, I need to break the search 
 string down
 into words so I can search for keyword matches by the entire 
 string then
 by each word...
 
 
 Any ideas..
 
 Thanks KP
 
 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 
 
 
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Andre Turrettini

Anybody have a similar list for the blue dragon alternative?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 8:11 AM
To: CF-Talk
Subject: RE: Large Corporations that use ColdFusion


I also know Novell uses it internally as well.

On Wed, 11 Sep 2002, Stacy Young wrote:

 Nortel uses it internally (Intranet)...although that was 2.5 years ago 
 before I left..at the time it serviced 70,000+ employees...
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 9:28 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion
 
 www.shophustler.com (don't ask) ;)
 
 
 On Wed, 11 Sep 2002, Weaver, Anthony wrote:
 
  www.VictoriasSecret.com
  
  -Original Message-
  From: Tom Nunamaker [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 8:52 AM
  To: CF-Talk
  Subject: RE: Large Corporations that use ColdFusion
  
  
  US Air Force, Defense Intelligence Agency, US Navy, etc..
  
  
  
  -Original Message-
  From: Paul Hastings [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 3:41 AM
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion
  
  
  national geographic's geographynetwork also uses cf.
  
  
  
  
 
 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Search string pasing?

2002-09-11 Thread Margaret Fisk

This doesn't parse by token, but you could replace the search for % with
a space.  I use this to allow for dynamic emails, i.e. user types in the
email message with actual db fields designated by %.

CFSET found=#find(%,tmp)#
cfloop condition=found gt 0
CFIF #left(tmp,1)# is %
CFELSE
CFSET contents=#contents##left(tmp,(find(%,tmp) 
-1))#
/CFIF
CFSET tmp=#mid(tmp,(find(%,tmp)+1),len(tmp))#
CFSET foundvariable=Sql.  #left(tmp,(find(%,tmp) -1))#
CFSET contents=#contents##evaluate(foundvariable)#
CFSET tmp=#mid(tmp,find(%,tmp)+1,len(tmp))#
CFSET found=#find(%,tmp)#
/cfloop
CFSET contents=#contents##tmp#

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 7:37 AM
To: CF-Talk
Subject: Search string pasing?


Does anyone have an example sof parsing strings with CF?

I need to enhanceour search engine so that we can control the search
cresults and in order to do this, I need to break the search string down
into words so I can search for keyword matches by the entire string then
by each word...


Any ideas..

Thanks KP

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]



__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Search string pasing?

2002-09-11 Thread Shawn Regan

You could grab the string and put it into an array using the space between
each keyword as your delimiter to break the string apart. Then do a loop to
run a query on each array element.



Shawn Regan
pacifictechnologysolutions
15530-B Rockfield Blvd. Suite 4 
Irvine, CA 92618
949.830.1623
w w w . p t s 1 . c o m



-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 7:37 AM
To: CF-Talk
Subject: Search string pasing?


Does anyone have an example sof parsing strings with CF?

I need to enhanceour search engine so that we can control the search
cresults and in order to do this, I need to break the search string down
into words so I can search for keyword matches by the entire string then
by each word...


Any ideas..

Thanks KP

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]



__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use ColdFusion

2002-09-11 Thread Dave Watts

 Anybody have a similar list for the blue dragon alternative?

Since it's a brand-new product, I doubt that there are any significant
deployments outside the beta users' list.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Search string pasing?

2002-09-11 Thread Kris Pilles

Thanks!

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 10:44 AM
To: CF-Talk
Subject: RE: Search string pasing?


You can treat a string as a set of words by using it as a list with
space being the delimiter.

cfset string = This is the end.

cfloop index=word list=#string# delimiters= 
cfoutputword = #word#br/cfoutput
/cfloop

It would be a bit nicer to use  .?! as a set of delimiters. This would
then catch:

This is the end.I don't know how to type

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
Yahoo IM : cfjedimaster

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Kris Pilles [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:37 AM
 To: CF-Talk
 Subject: Search string pasing?
 
 
 Does anyone have an example sof parsing strings with CF?
 
 I need to enhanceour search engine so that we can control the search

 cresults and in order to do this, I need to break the search string 
 down into words so I can search for keyword matches by the entire
 string then
 by each word...
 
 
 Any ideas..
 
 Thanks KP
 
 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 
 
 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Jann VanOver

Try nextElement().

See 
http://java.sun.com/j2se/1.4/docs/api/java/util/Enumeration.html#method_summ
ary

(That is a long URL and may need to be stuck back together before being
used)

On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote:

 Hello!
 
 I'm calling a Java method in CFMX that is returning an object of type
 java.util.Hashtable$Enumerator. How could I deal with this object in CFML in
 order to get the elements/values? I've tried to use the methods next(), etc.
 without success.
 
 Thanks,
 Marcello Frutig.
 -- Astrolabio
 
 
__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Everett, Al

 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:16 AM
 
 ... I'm not too thrilled with it as none of the issues 
 I was interested in were fixed.

Okay, I'll bite. What are the issues you were interested in?
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HTML Select Box

2002-09-11 Thread Andy Ousterhout

Is there a way that a Select input box can have a larger size when expanded
than when compressed?  For example, I want to show Select Theme, exactly
12 characters then when they expand, to have 20 characters shown.


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to add BR to CRLF?

2002-09-11 Thread Margaret Fisk

You may want to verify that the database or text file actually contains
line feeds.  It could just be using a wrap function.

If so, you probably would half to set a line length then find the nearest
space to the line length and add the br there.

Margaret

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 4:04 AM
To: CF-Talk
Subject: Re: How to add BR to CRLF?


Try:
CFSET HTMLBody = replace(Body, tmpCRLF,#tmpCRLF#br,ALL)

On Wed, 11 Sep 2002, Erik Britt-Webb wrote:

 I'm trying to take plain text from a database or text file and display it
on
 a web page.  Problem is that the CRLF characters don't work in HTML.  So,
I
 tried converting them using:

 CFSet tmpCRLF = Chr(13)Chr(10)
 CFSet HTMLBody = #Replace(Body,tmpCRLF,tmpCRLFBR)#


 But that doesn't work.  I still get the same run-on paragraph.

 Any suggestions how I do this?  I'm sure it's easy.

 Thanks,

 Erik



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WEB-INF/cfclasses (was: CFMX - Slow)

2002-09-11 Thread Dave Watts

 Thanks for the reply Dave. I think you're right, CFMX 
 store the classes in memory but not all of than I suppose. 
 Imagine a server that runs a lot of applications, lot of 
 files, etc... I think that the server RAM memory itself 
 won't be able to handle all classes in a case, for example, 
 we have only 256-512 Mb of RAM... I suppose CFMX will need 
 to read the class from the disk sooner or later... How often 
 this is done? Should we care about this issue when setting 
 a new CFMX box? Does anybody have a clue?

I suspect it works similarly to how it did in CF 5. I'd recommend that you
have more memory than 512 Mb, if at all possible - 1 Gb is a nice starting
point. Not only can you use this memory for the template cache, but for
other things that will generally improve performance, such as caching
queries and using memory variables where appropriate.

As for when CF will need to read the class file from the disk, it should
only happen once, assuming that all files are stored in the template cache
after being run, which is the goal I'd shoot for. If the template cache is
full, new files will push old ones out of the cache in a first-in, first-out
manner; at least, that's how it worked with CF 5. You can monitor the
performance counters for cache pops to see if your cache setting isn't high
enough.

 By the way: on behalf of all Brazilians and a number of 
 friends here, I'd like to express our solidarity to all 
 of you and your families for the the terrible circumstances 
 of 11 September. The United States are home to millions of 
 people from virtually any nationality and ethnic group, 
 therefore we all feel directly involved and hit by this 
 true global, and not just American, tragedy. Peace for 
 all, let's look to the future!

I'd like to take this opportunity to thank you for your expression of
support.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large Corporations that use BlueDragon

2002-09-11 Thread Jeffry Houser

At 10:58 AM 9/11/2002 -0400, you wrote:
  Anybody have a similar list for the blue dragon alternative?

Since it's a brand-new product, I doubt that there are any significant
deployments outside the beta users' list.

  Actually, it has been around for quite a while, but just recently 
re-branded under the BlueDragon name.
  That said, I don't know of anyone using it.  I would get on the 
BlueDragon mailing list and ask there.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 
http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Matt Liotta

Have you checked out http://www.cfbughunt.org?

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

 -Original Message-
 From: Everett, Al [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 8:00 AM
 To: CF-Talk
 Subject: RE: MX Service Pack? was Re: Looking back - for those who
have mo
 ved to CFMX...
 
  From: Matt Liotta [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 10:16 AM
 
  ... I'm not too thrilled with it as none of the issues
  I was interested in were fixed.
 
 Okay, I'll bite. What are the issues you were interested in?
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MX Service Pack? was Re: Looking back - for those who have moved to CFMX...

2002-09-11 Thread Matt Liotta

I have no idea, but I would expect the release data is rather close
since an early release version is available now.

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

 -Original Message-
 From: Frank Mamone [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 7:30 AM
 To: CF-Talk
 Subject: Re: MX Service Pack? was Re: Looking back - for those who
have
 moved to CFMX...
 
 Thanks Matt. Do youb know if the rumored release date is indeed
accurate?
 
 - Original Message -
 From: Matt Liotta [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, September 11, 2002 10:15 AM
 Subject: RE: MX Service Pack? was Re: Looking back - for those who
have
 moved to CFMX...
 
 
  Since no one asked me to keep this a secret... I as well as others
have
  been given access to an early release of the service pack. I'm not
too
  thrilled with it as none of the issues I was interested in were
fixed.
  Below are the notes associated with the service pack.
 
 
 
 
  COM-Related Issues
 
  The following issues with COM have been fixed:
 
 
 
 
 
  Issue
 
  ID
 
 
  COM objects with multiple IDispatch interfaces could not be used by
  ColdFusion MX. A java.lang.IllegalArgumentException: Argument is
not a
  COM object error would occur.
 
  46303
 
 
  Attempting to use COM objects with read-only or write-only
properties
  could fail.
 
  46612
 
 
  Looping over a COM collection object using a COM object that has
  com2Java-generated Java stubs could cause a method selection
exception.
 
  46150
 
 
  Passing parameters to COM objects by reference did not work
correctly.
 
  46776
 
 
  ColdFusion MX would not allow you to use a literal value in CFML
code
  that calls a COM method that takes a simple value passed by
reference.
  You were required to use a variable as the argument in your CFML
code.
 
  45605
 
 
  Saving COM objects in shared variable scopes could cause a Null
Pointer
  Exception when ColdFusion executed the CFDUMP tag or if debugging
were
  enabled.
 
  45733
 
 
 
 
  The following additional COM-related changes and improvements have
been
  made:
 
 
 
 
 
  Change
 
  ID
 
 
  Significant improvements have been made to COM object performance on
  second and subsequent references by caching object type information.
 
  NOTE: Due to this change, if the COM object interface definitions
  change, you must restart ColdFusion MX to use the new COM object
  interface type definitions.
 
  37315
 
 
 
 
 
 
 
 
 
 
  Database-Related Issues
 
  The following database-related issues have been fixed:
 
 
 
 
 
  Issue
 
  ID
 
 
  SELECT and DROP keywords contained in SQL could produce a No
ResultSet
  set was produced error message.
 
  45938
  45936
 
 
  CFUPDATE did not work correctly when the target DB table has a
compound
  primary key comprised of multiple columns.
 
  46433
 
 
  On upgrade from ColdFusion 5, MySQL and PostgreSQL data sources were
  erroneously migrated as ODBC Socket data sources on UNIX and
cannot be
  deleted in the Administrator.  This updater enables you to use the
  Administrator to delete the incorrect data sources and recreate them
  correctly.
 
  46877
 
 
  An exception message for CFUPDATE erroneously reversed the table and
  data source names.
 
  45170
 
 
  Invalid connections to Informix, Oracle, or DB2 data sources could
  erroneously be reused in the connection pool.
 
  46251
 
 
 
 
 
 
 
 
 
 
  Administrator-Related Issues
 
  The following issues with the ColdFusion MX Administrator have been
  fixed:
 
 
 
  Issue
 
  ID
 
 
  Scheduled tasks were not running at the correct time.
 
  46312
 
 
  ERROR.* variables were not available in the site-wide error handler.
 
  46761
 
 
  A potential script-execution vulnerability existed.
 
  47096
 
 
  When using web server Basic Authentication, the user was not
prompted
  for the Administrator password after logging in to the web server,
even
  when the ColdFusion MX Administrator password prompt is enabled.
 
  47474
 
 
 
 
 
 
 
 
 
 
  Runtime and Debugging-Related Issues
 
  The issues with the ColdFusion runtime and debugging information
have
  been fixed:
 
 
 
 
 
  Issue
 
  ID
 
 
  A potential cross-site scripting vulnerability existed in a handler
  module.
 
  46113
 
 
  A malformed mail file could cause the mail service to fail to start.
 
  46502
 
 
  Client variables stored using the clientStorage=Cookie option did
not
  work correctly if the case of the application name specified in the
  CFAPPLICATION tag was not correct.
 
  46656
 
 
  The DateDiff() function was not compatible with ColdFusion 5.
 
  47153
 
 
  Strings suffixed with D, d, F, or f would erroneously
evaluate
  as numeric values.
 
  47453
 
 
  The word undelivered used as part of filenames for messages
written to
  the \undelivr folder for undelivered e-mail was misspelled,
  undelievered.
 
  45981
 
 
  Messages written to the \undelivr folder for 

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum

A while ago, someone posted this hint:

If you send a URL in an email, you can avoid it being broken into  
segments by line-wrapping.  Just include the URL within  and   
characters , for example:   
http://java.sun.com/j2se/1.4/docs/api/java/util/ 
Enumeration.html#method_summary.

Most email clients will treat the information within  and as on  
continuous double-clickable, string.

Don't use parenthesis (or any other characters), as they get included  
with the URL!

Try it, it works-- and makes life easier for the recipients.

HTH

Dick


On Wednesday, September 11, 2002, at 07:51 AM, Jann VanOver wrote:

 Try nextElement().

 See
 http://java.sun.com/j2se/1.4/docs/api/java/util/ 
 Enumeration.html#method_summ
 ary

 (That is a long URL and may need to be stuck back together before being
 used)

 On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote:

 Hello!

 I'm calling a Java method in CFMX that is returning an object of type
 java.util.Hashtable$Enumerator. How could I deal with this object in  
 CFML in
 order to get the elements/values? I've tried to use the methods  
 next(), etc.
 without success.

 Thanks,
 Marcello Frutig.
 -- Astrolabio


 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Select Box

2002-09-11 Thread Tangorre, Michael

try the on change event.

onChange=this.Style.width=25px; or whatever width you want it to be.. play around 
with the different events.

-Original Message-
From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:56 AM
To: CF-Talk
Subject: HTML Select Box


Is there a way that a Select input box can have a larger size when expanded
than when compressed?  For example, I want to show Select Theme, exactly
12 characters then when they expand, to have 20 characters shown.



__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Tangorre, Michael

it still wrapped in your email.  

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 11:17 AM
To: CF-Talk
Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator


A while ago, someone posted this hint:

If you send a URL in an email, you can avoid it being broken into  
segments by line-wrapping.  Just include the URL within  and   
characters , for example:   
http://java.sun.com/j2se/1.4/docs/api/java/util/ 
Enumeration.html#method_summary.

Most email clients will treat the information within  and as on  
continuous double-clickable, string.

Don't use parenthesis (or any other characters), as they get included  
with the URL!

Try it, it works-- and makes life easier for the recipients.

HTH

Dick


On Wednesday, September 11, 2002, at 07:51 AM, Jann VanOver wrote:

 Try nextElement().

 See
 http://java.sun.com/j2se/1.4/docs/api/java/util/ 
 Enumeration.html#method_summ
 ary

 (That is a long URL and may need to be stuck back together before being
 used)

 On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote:

 Hello!

 I'm calling a Java method in CFMX that is returning an object of type
 java.util.Hashtable$Enumerator. How could I deal with this object in  
 CFML in
 order to get the elements/values? I've tried to use the methods  
 next(), etc.
 without success.

 Thanks,
 Marcello Frutig.
 -- Astrolabio


 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig

Jann,

thanks for your input. In fact I've already tried this. When cfdumping the returned 
object I can see the methods hasMoreElements(), next() etc. But when calling one of 
these methods, I got java.lang.IllegalAccessException.

Any idea?

Thanks,
Marcello.

Try nextElement().

See 
http://java.sun.com/j2se/1.4/docs/api/java/util/Enumeration.html#method_summ
ary

(That is a long URL and may need to be stuck back together before being
used)

On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote:

 Hello!
 
 I'm calling a Java method in CFMX that is returning an object of type
 java.util.Hashtable$Enumerator. How could I deal with this object in CFML in
 order to get the elements/values? I've tried to use the methods next(), etc.
 without success.
 
 Thanks,
 Marcello Frutig.
 -- Astrolabio
 
 

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Kreig Zimmerman

I have to say as regards Dell...

I've found the OptiPlex (business line) to be rock-solid
Dimension (consumer-line)...  always some weird problem.

Any similar experience?  Point is if Dell, I would HIGHLY recommend you 
go for their business-line system.

Tony Carcieri wrote:

Damn, I didn't know they were doing that! I have always had a Dell at work
and have never had problems. i tried to talk my father-in-law into it, but
nope, he liked his Gateway...he's wishing he had a Dell now ;-)

  


-- 
Kreig Zimmerman : Chief Information Architect : [EMAIL PROTECTED]
Four Eyes Productions : Brooklyn, NY




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Joshua Miller

I've got a Dimension 4100 that I've been using for almost 3 years now
(PIII 800/60gb/512mb) and it's been rock solid since day 1. My only
problems were the IBM DeskStar 75gb drives that they kept sending me - I
had 3 before they sent me 2 60gb - but that's not Dell's fault.

Joshua Miller
[EMAIL PROTECTED]


-Original Message-
From: Kreig Zimmerman [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 11, 2002 11:19 AM
To: CF-Talk
Subject: Re: Developer Platform suggestions was Re: Nice


I have to say as regards Dell...

I've found the OptiPlex (business line) to be rock-solid Dimension
(consumer-line)...  always some weird problem.

Any similar experience?  Point is if Dell, I would HIGHLY recommend you 
go for their business-line system.

Tony Carcieri wrote:

Damn, I didn't know they were doing that! I have always had a Dell at 
work and have never had problems. i tried to talk my father-in-law into

it, but nope, he liked his Gateway...he's wishing he had a Dell now ;-)

  


-- 
Kreig Zimmerman : Chief Information Architect : [EMAIL PROTECTED] Four
Eyes Productions : Brooklyn, NY





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Tony Carcieri

I haven't had a Dimension, but can speak VERY highly for their Optiplex and
Inspiron lines.

I used to have a VERY sweet system at a previous job:
Dell Optiplex Dual P3 800
1 GB RAM
CD Burner
60 GB HD
Dual 21 inch monitors

Ahh, I miss that computer. Blazingly fast.

-Original Message-
From: Kreig Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 11:19 AM
To: CF-Talk
Subject: Re: Developer Platform suggestions was Re: Nice


I have to say as regards Dell...

I've found the OptiPlex (business line) to be rock-solid
Dimension (consumer-line)...  always some weird problem.

Any similar experience?  Point is if Dell, I would HIGHLY recommend you
go for their business-line system.

Tony Carcieri wrote:

Damn, I didn't know they were doing that! I have always had a Dell at work
and have never had problems. i tried to talk my father-in-law into it, but
nope, he liked his Gateway...he's wishing he had a Dell now ;-)




--
Kreig Zimmerman : Chief Information Architect : [EMAIL PROTECTED]
Four Eyes Productions : Brooklyn, NY





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Dick Applebaum

Jesse

I appreciate your answer, and it does surprise me!

I have no experience with win2k, but was put off by winXP's constant 
nagging (kinda' reminds me of myself).
Why XP over 2k?

I will use some Java also.

I have been experimenting with JEdit -- it appears to be a great editor.

I especially like the ability to fold  (compress and expand) 
independent portions of a program or document (based on indentation or 
user-supplied information).

I also use ViennaSQL as a general-purpose GUI SQL Client.  You can 
interface any db with a JDBC driver, and interactively do such things 
as:

define connections (similar to define datasources in the CF admin)
create/drop databases
create/alter/drop tables
examine schemas
issue SQL commands

I find it to be a great development tool - you can interactively create 
and validate complex SQL, then copy/paste it to your CF code.

I mention JEdit and ViennaSQL because I think that both these functions 
are performed by DWMX on non-Mac platforms.

I understand the advantage of using 1 integrated tool, but does DWMX 
provide the same functions (and provide them as well) as JEdit and 
ViennaSQL.?

Finally, is PostgreSQL available for win -- I heard somewhere that it 
is not?

Thanks

Dick


On Wednesday, September 11, 2002, at 07:07 AM, Jesse Noller wrote:

 Dick-

   You wanted a serious reply, I'll give you a serious answer. Go with 
 the following:

 WindowsXP
 Apache
 MySQL/Postgres
 CFMX - duh
 DWMX

 There ya go. There's your demo, there's your development platform. The 
 fact is that you probably DO NOT want to go with a Linux laptop. Why?

 1: The desktop sucks
 2: Too many concessions when it comes to just getting stuff done
 3: eXtreme learning curve, preventing you from just getting work done
 4: It's more supported than the Linux desktop


   This comes from someone who had been using Linux since he first 
 downloaded Slackware v1 ontot 4.1 trillion floppy disks. I run it as a 
 desktop, and I HATE it as a desktop. It's kludgy, mozilla sucks as a 
 browser, software support is crap, and I could continue.

   Yes, I am a Linux user and supporter, as a SERVER, not as a desktop, 
 much less a full blown development and demo platform. It's that 
 simple.


   I've ran Linux on oh, I dunno, about 20 laptops in the past 3 years. 
 I've disliked, nay, hated it each and every time, it truly is a 
 nightmare.

   Leave Unix and Linux where they truly shine, on the server. Put 
 windows where it belongs, on a desktop where the Shiny widgets can be 
 of some use.

 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

 But I ned tacos! I need them or I will
 explode! That happens to me sometimes! -GIR

 -Original Message-
 From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 3:20 PM
 To: CF-Talk
 Subject: Re: Developer Platform suggestions was Re: Nice

 Jesse

 Knowing some of your platform preferences, I don't think that is a
 serious answer -- the original question is serious, though!

 Dick


 On Tuesday, September 10, 2002, at 10:57 AM, Jesse Noller wrote:

 I would highly recommend OS2/Warp 4

 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

 But I ned tacos! I need them or I will
 explode! That happens to me sometimes! -GIR

 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 1:37 PM
 To: CF-Talk
 Subject: RE: Developer Platform suggestions was Re: Nice

 IMHO, I'd go with Linux. Not only does CF run the best on Linux, but
 you
 also have access to any kind of text editor/IDE you could want. Many
 of
 them are way better than DMX, which isn't saying much I know, but
 there
 it is. Plus, Linux is as stable as it gets and is free.

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

 -Original Message-
 From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 10:23 AM
 To: CF-Talk
 Subject: Re: Developer Platform suggestions was Re: Nice

   I've used Windows 9x and they worked okay as long as you rebooted
 at
 least once a day (preferably twice).

   I use Windows 2000 now.  I've had few problems and the system is
 very
 stable, even if I don't reboot it for 3-4 days.

 At 10:12 AM 9/10/2002 -0700, you wrote:
 Ya' know, it gets pretty old...  I am beginning to accept the fact
 that
 as a Mac/CF developer, I will always be a second-class citizen, 
 and
 not
 have equal resources with the competition.

 So, I am open to suggestions:

 If you could chose a platform today, with no baggage, what would 
 it
 be?

 I am seriously looking for suggestions!

 TIA

 Dick


 On Tuesday, September 10, 2002, at 09:56 AM, Stephen Moretti 
 wrote:

 It doesn't work on a Mac -- why doesn't that surprise me?

 Dick

 On Tuesday, September 10, 2002, at 

RE: Got Java?

2002-09-11 Thread Perez, Jimmy

This advice has helped me out, I definitely would NOT label this as spam.  How can 
this be considered as such when there are other topics that go on and on and have very 
little or no relevance to CF?  I've seen plenty of other Java related postings.

-Original Message-
From: Jesse Harris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:28 AM
To: CF-Jobs
Subject: RE: Got Java?


Hm CF-Jobs... as in LOOKING for Jobs, as in
out of work, as in might need some help finding work. 
Getting some Java training... yeah, completely
unrelated to CF and finding CF jobs.  Over half the CF
jobs on Dice.com are looking for Java skills, too.   

This is not MY java course; I'm just sharing my
experience that it is a GOOD course for beginners.  Do
YOU have a better suggestion to improve your skills
while you sit at home unemployed?  

I was just trying to help you all in your job search
with RELEVANT and USEFUL information.  Isn't that what
this mailing list SHOULD be for?  


--- Costas Piliotis [EMAIL PROTECTED] wrote:
 Yes.  That's what I subscribe to this list for. 
 
 Spam.
 
 Thanks.
 
 Appreciate it.
 
 I can sell you a non accredited university diploma
 for $35 if you like
 too.  How about some porn?
 
 -Original Message-
 From: Jesse Harris [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, September 10, 2002 9:01 AM
 To: CF-Jobs
 Subject: Got Java?
 
 
 Long live Java!  If you go to macromedia.com, you
 will
 see that they are very excited about CF MX, since
 j2EE
 is the definitive back-end platform.  Yada, yada...
 my
 point is not to tout Java, but rather point out that
 if you are a CF developer with absolutely NO Java
 skills, then you are doing yourself a disservice.
 
 Go to http://www.javaonline.org to take a
 crash-course
 in Java (course is 6 weeks, under $100, and
 certified
 by top universities).  All I know is my wife took
 the
 course with NO prior experience and she learned a
 lot.
  Your resume will thank you.
 
 Good luck with the job hunt!
 
 Jesse
 
 
 
   
 --- jt [EMAIL PROTECTED] wrote:
  FYI, this guy is not looking for CF developers. 
 The
  job requires Java.
  
  --Josh
  
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 7:18 AM
  To: CF-Jobs
  Subject: Web Design Tech Lead Needed in CA
  
  
  Near Mountain View - Email me if interested.
  
  Denny Brubaker, CPC
  CEO/President
  The Jonathan Group
  www.FineSilverGroup.com
  Office: 210.680.3985
  Cell: 210.215.8122
  
  
  
  
  Incoming/outgoing mail is certified Virus Free
  Checked by Norton Anti-Virus System 2002
 http://www.symantec.com
  Version: 8.07.17C
  Virus Definitions: Current via live updates
  
  
  
  
 
 



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Jesse Noller

 I appreciate your answer, and it does surprise me!

I expect it would!

 
 I have no experience with win2k, but was put off by winXP's constant
 nagging (kinda' reminds me of myself).
 Why XP over 2k?

XP nagging? I run xp on 2 laptops, and 4 workstations. It never bothers me.

 I will use some Java also.

XP + Java works fine. Better than win2k. hate. Win2k.

 Finally, is PostgreSQL available for win -- I heard somewhere that it
 is not?

Dunno. I use MySQL. 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum

Yes it still wraps (i didn't say that it wouldn't wrap),  but the email 
client (at least most do) treats it as a single, contiguous, 
double-clickable URL.

Dick

On Wednesday, September 11, 2002, at 08:21 AM, Tangorre, Michael wrote:

 it still wrapped in your email.

 -Original Message-
 From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 11:17 AM
 To: CF-Talk
 Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator


 A while ago, someone posted this hint:

 If you send a URL in an email, you can avoid it being broken into
 segments by line-wrapping.  Just include the URL within  and 
 characters , for example:
 http://java.sun.com/j2se/1.4/docs/api/java/util/
 Enumeration.html#method_summary.

 Most email clients will treat the information within  and as on
 continuous double-clickable, string.

 Don't use parenthesis (or any other characters), as they get included
 with the URL!

 Try it, it works-- and makes life easier for the recipients.

 HTH

 Dick


 On Wednesday, September 11, 2002, at 07:51 AM, Jann VanOver wrote:

 Try nextElement().

 See
 http://java.sun.com/j2se/1.4/docs/api/java/util/
 Enumeration.html#method_summ
 ary

 (That is a long URL and may need to be stuck back together before 
 being
 used)

 On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] 
 wrote:

 Hello!

 I'm calling a Java method in CFMX that is returning an object of type
 java.util.Hashtable$Enumerator. How could I deal with this object in
 CFML in
 order to get the elements/values? I've tried to use the methods
 next(), etc.
 without success.

 Thanks,
 Marcello Frutig.
 -- Astrolabio




 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Got Java?

2002-09-11 Thread jt

it was sent to cf-jobsi beleive the proper place for the topic is
cf-jobs-talk

-Original Message-
From: Perez, Jimmy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 9:43 AM
To: CF-Talk
Subject: RE: Got Java?


This advice has helped me out, I definitely would NOT label this as spam.
How can this be considered as such when there are other topics that go on
and on and have very little or no relevance to CF?  I've seen plenty of
other Java related postings.

-Original Message-
From: Jesse Harris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:28 AM
To: CF-Jobs
Subject: RE: Got Java?


Hm CF-Jobs... as in LOOKING for Jobs, as in
out of work, as in might need some help finding work.
Getting some Java training... yeah, completely
unrelated to CF and finding CF jobs.  Over half the CF
jobs on Dice.com are looking for Java skills, too.

This is not MY java course; I'm just sharing my
experience that it is a GOOD course for beginners.  Do
YOU have a better suggestion to improve your skills
while you sit at home unemployed?

I was just trying to help you all in your job search
with RELEVANT and USEFUL information.  Isn't that what
this mailing list SHOULD be for?


--- Costas Piliotis [EMAIL PROTECTED] wrote:
 Yes.  That's what I subscribe to this list for.

 Spam.

 Thanks.

 Appreciate it.

 I can sell you a non accredited university diploma
 for $35 if you like
 too.  How about some porn?

 -Original Message-
 From: Jesse Harris [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 9:01 AM
 To: CF-Jobs
 Subject: Got Java?


 Long live Java!  If you go to macromedia.com, you
 will
 see that they are very excited about CF MX, since
 j2EE
 is the definitive back-end platform.  Yada, yada...
 my
 point is not to tout Java, but rather point out that
 if you are a CF developer with absolutely NO Java
 skills, then you are doing yourself a disservice.

 Go to http://www.javaonline.org to take a
 crash-course
 in Java (course is 6 weeks, under $100, and
 certified
 by top universities).  All I know is my wife took
 the
 course with NO prior experience and she learned a
 lot.
  Your resume will thank you.

 Good luck with the job hunt!

 Jesse




 --- jt [EMAIL PROTECTED] wrote:
  FYI, this guy is not looking for CF developers.
 The
  job requires Java.
 
  --Josh
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 7:18 AM
  To: CF-Jobs
  Subject: Web Design Tech Lead Needed in CA
 
 
  Near Mountain View - Email me if interested.
 
  Denny Brubaker, CPC
  CEO/President
  The Jonathan Group
  www.FineSilverGroup.com
  Office: 210.680.3985
  Cell: 210.215.8122
 
 
 
 
  Incoming/outgoing mail is certified Virus Free
  Checked by Norton Anti-Virus System 2002
 http://www.symantec.com
  Version: 8.07.17C
  Virus Definitions: Current via live updates
 
 
 
 
 





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   3   >