RE: Studio alternative for Linux?

2001-11-27 Thread Richard Kuryk

check out jedit, a very nice java based editor. 

http://www.jedit.org

even has CF syntax highlighting.

Rich

 -Original Message-
 From: Jesse Noller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 27, 2001 3:10 PM
 To: CF-Talk
 Subject: RE: Studio alternative for Linux?
 
 
 It's a matter of personal preferance Won, I like linux more 
 than I like
 windows.
 
 
 Jesse Noller
 Linux Fiend
 Macromedia Server Development
 [EMAIL PROTECTED]
 
 Give a man a fish, and he'll pester you to keep giving him 
 fish. Teach a
 man to fish, and he'll pester you for better fishing theory.
 --Me, 2001
 
  -Original Message-
  From: Won Lee [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 27, 2001 1:14 PM
  To: CF-Talk
  Subject: RE: Studio alternative for Linux?
  
  
  How dare you suggest VI or that pitiful excuse for an editor, PICO.
  Isn't it obvious that you are looking for EMACS.
  
  On a more serious note, may I ask why you are actually using 
  LINUX as your
  desktop/wokstation computer?  I agree that running CFServer 
  on Solaris or
  LINUX yeilds better performance, but I don't see any benefits 
  of developing
  in a LINUX IDE.  Perhaps you can fill me in.
  
  Won
  -Original Message-
  From: Alex [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, November 14, 2001 3:15 PM
  To: CF-Talk
  Subject: Re: Studio alternative for Linux?
  
  
  visual slick edit
  
  On Wed, 14 Nov 2001, BILLY CRAVENS wrote:
  
   Quanta is decent as well
   - Original Message -
   From: Jesse Noller [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Wednesday, November 14, 2001 1:22 PM
   Subject: RE: Studio alternative for Linux?
  
  
http://www.jedit.org is nice. VIM for windows has a CFML layer
http://lanzarotta.tripod.com/vim/syntax/cf.vim.zip

Jesse Noller
Linux Fiend
Macromedia Server Development
[EMAIL PROTECTED]
   
Give a man a fish, and he'll pester you to keep giving 
  him fish. Teach
  a
man to fish, and he'll pester you for better fishing theory.
--Me, 2001
   
 -Original Message-
 From: Jon Hall [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 14, 2001 2:15 PM
 To: CF-Talk
 Subject: Studio alternative for Linux?


 Well I went ahead and installed Linux (Mandrake) for the
 first time in 8
 years this past weekend. What a difference from the 
  Slackware and
 floppies...

 Does anyone have any good reccomendations for a code editor
 for Linux that
 has tag insight, ftp, and some of the other nicer features of
 Studio? ...and
 if anyone says VI I'm going to scream :)

 jon

   
  
  
  
 
~~
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: CFOBJECT related question

2001-11-19 Thread Richard Kuryk

You will not be able to use CF to loop over a com object.  You must use that
objects method's ie:

CFSCRIPT
entitiesIterator = entitiesCollection.iterator();
while ( entitiesIterator.hasNext() ) {
..
}
/CFSCRIPT

Or if you know the size of the collection you can use a simple for loop.  CF
isn't going to know how to process a COM object.


Rich


 -Original Message-
 From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 19, 2001 3:50 PM
 To: CF-Talk
 Subject: CFOBJECT related question
 
 
 I have created an object in my Application.cfm, 
 (cfobject type=COM class=BHCSPortalUserObjects.CEntities 
 name=entitiesCollection action=CREATE)
 and I can access any object property in the Application.cfm. 
 What I am trying to do now is to access the collection in 
 other templates. For instance, I have this code:
 
 select name=EntityID
   cfloop collection=#entitiesCollection# item=Names
cfoutput
   option value=#Names.EntityID##Names.EntityName#
   /cfoutput
  /cfloop
 /select
 
 What I get is this:
  An error occurred while evaluating the expression: 
 #entitiesCollection#
 
 
 I have been looking through my documentation, and I cannot 
 find out why I cannot access the collection is another page 
 below the application.cfm. 
 
 Any thoughts? We have not been working a whole lot with COM 
 objects here, but we are going to be relying on them more and 
 more in the near future.
 
 Thanks,
 
 
~~
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: Check out what Gartner is recommending. Drop IIS!

2001-09-26 Thread Richard Kuryk

the Microsoft people are FAR FAR MORE intelligent than these Open Source
chaps and chapesses.

Microsoft only has so many developers when the open source world pulls from
unlimited numbers of developers all with there own backgrounds and
experience to add.  In addition to that, everyone is freely avaiable to
review the source code, so you get many more eyes catching bugs or
potentialy exploits.

The truth of it is, most New Media work requires Windows Based software 

Most of the motion picture industry in moving/moved in the linux direction.
Dreamworks and ILM are now running linux for workstations and there
rendering farms.

I think one of the main problems with IIS is that most windows systems are
easy to configure, so you get people who probably just got an MCSE from some
internet site and don't really know how to secure there a windows machine
properly.  


 -Original Message-
 From: Neil Clark [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 26, 2001 9:41 AM
 To: CF-Talk
 Subject: RE: Check out what Gartner is recommending. Drop IIS!
 
 
 Replace IIS with whatever you want - but you have to see it 
 this way - if
 something goes tits-up; Microsoft will and can help - the 
 Apache group will
 simply lull in its little oh we hate Microsoft world
 
 On a side note I really wish people would stop coming down on 
 Microsoft (and
 no I am not a MS employee...but I have just had a meeting 
 with total anti-MS
 spods and its feking p-ed me off...) They spend $ Millions on 
 development
 and these nonces simply just dismiss things as useless but 
 the Microsoft
 people are FAR FAR MORE intelligent than these Open Source chaps and
 chapesses.
 
 The truth of it is, most New Media work requires Windows 
 Based software -
 Apple has its place but as unstable as it is, cant be 
 seriously considered
 as an alternative...far far to unstable.
 
 Sorry just livid at these muppets that dont understand 
 development time over
 cost price - jeex, I thank a company which spends $ millions 
 on development
 and you have to part with what oh! $1k of your 
 dollars/pounds/whatever!...
 not exactly a hard trade off
 
 just my $0.02 and it does take peoples mind off the ongoing 
 nonsense and
 diabacle :-)
 
 Neil
 
 
 
 
 
 
~~
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



How does CFLOCATION work?

2001-09-17 Thread Richard Kuryk

Does anyone know how the cflocation tag works, in terms of HTML and HTTP?
Does it use meta refresh tag to redirect the page? 

Thanks in advance,

Rich

~~
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: which web server do you use for CF?

2001-08-27 Thread Richard Kuryk

http://www.php.net/downloads.php

download the windows binaries.

Rich

 -Original Message-
 From: Billy Cravens [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 27, 2001 9:58 AM
 To: CF-Talk
 Subject: RE: which web server do you use for CF?
 
 
 PHP can run on Windows with Apache (for a slick install package that
 installs PHP, Apache, and mySQL all at once look at FoxServ or PHP
 Triad) and PHP can now run as an ISAPI filter.
 
 ---
 Billy Cravens
 Web Development, EDS
 [EMAIL PROTECTED]
 
 
 -Original Message-
 From: Terry Troxel [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, August 24, 2001 11:49 AM
 To: CF-Talk
 Subject: Re: which web server do you use for CF?
 
 
 A little off topic here, but I am wondering about your statement
 concerning PHP/Apache on a win2k machine.
 
 I was unaware they would run on a windows box as I thought both were
 Linux only apps. I like to have as many ways to get from idea to
 solution as possible and your idea bears looking into. I am 
 looking into
 installing VMWare on my win2k machine as well and setting up 
 Redhat and
 this Zope alot of you have been tossing around. I love the ease of CF,
 but some of my clients balk at the extra hosting costs and are looking
 for other avenues. I always try CF first, but the client 
 makes the final
 decision and if I can use another solution I can maybe pay 
 another bill.
 
 Sure would appreciate any feedback along this line and don't have a
 problem with doing it off-list as it is not all CF related.
 
 Terry Troxel - [EMAIL PROTECTED]
 
 
 - Original Message -
 From: Richard Kuryk [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, August 24, 2001 8:50 AM
 Subject: RE: which web server do you use for CF?
 
 
  I use apache for my local development environment.  It is easy to
 configure
  and have never had a problem with it crashing.  Only consumes about 
  2.9
 megs
  of memory on my w2k machine.  I have both CF and PHP configured to 
  run.
 
   -Original Message-
   From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]]
   Sent: Friday, August 24, 2001 11:11 AM
   To: CF-Talk
   Subject: which web server do you use for CF?
  
  
   just curious as to which web server folks are using in 
 conjunction 
   with CF *on their laptops/desktops*.
   (not a production enviroment, just for goofing around).
  
   I have Win98 on my laptop and just looking for a 
 small-footprint web
 
   server that does more than PWS (heck in PWS I can't even seem to
   have multiple file
   names for the default document in each directory!)
  
  
  
  
  
 

~~
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 about Java

2001-08-24 Thread Richard Kuryk

CFOBJECT ACTION=CREATE TYPE=JAVA CLASS=java.lang.Float
NAME=myFloat

CFSET myFloat.init(0.064) 

OR 

CFSET myFloat.init(0.0)  
CFSET myFloat = somejavaclass.MyMethod() 

Then you could :

CFSET myFloat_s = myFloat.toString() 

myFloat - #myFloat_s#


Hope that helps.



 -Original Message-
 From: Michael S. Kimmett [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 24, 2001 11:36 AM
 To: CF-Talk
 Subject: Question about Java
 
 
 Can ColdFusion assign to int, float, and double from Java.  
 If so, how?
 
 Thanks in advance.
 
 --micahel
 
 

~~
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: which web server do you use for CF?

2001-08-24 Thread Richard Kuryk

I use apache for my local development environment.  It is easy to configure
and have never had a problem with it crashing.  Only consumes about 2.9 megs
of memory on my w2k machine.  I have both CF and PHP configured to run.

 -Original Message-
 From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 24, 2001 11:11 AM
 To: CF-Talk
 Subject: which web server do you use for CF?
 
 
 just curious as to which web server folks are using in 
 conjunction with CF
 *on their laptops/desktops*.
 (not a production enviroment, just for goofing around).
 
 I have Win98 on my laptop and just looking for a 
 small-footprint web server
 that does more than PWS (heck in PWS I can't even seem to 
 have multiple file
 names for the default document in each directory!)
 
 
 
 

~~
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 - JDBC driver for SQL Server 7

2001-08-20 Thread Richard Kuryk

http://www.freetds.org/ - has a free open source ms sql 7 jdbc driver.  

http://www.bea.com - make a jdriver which is a commercial product.

Not sure what you need it for but both should work.

Rich



 -Original Message-
 From: Park, Simon [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 11:54 AM
 To: CF-Talk
 Subject: OT - JDBC driver for SQL Server 7
 
 
 Any recommendations? 
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Simon Park  Computer Systems Management, Inc.
 Ph: 703-823-4300 x119   205 South Whiting Street #201
 fax: 703-823-4301   Alexandria, VA  22304
  http://www.csmi.com  
 

~~
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



Apache and cflocation......

2001-08-16 Thread Richard Kuryk

I am having a problem on my server where when I do a cflocation apache stops
it from relocating and displays a 302 found error and comes up with the
msg the document has moved here with a link.  I can't seem to find any
settings in my httpd.conf that would seem to fix this problem.  Has anyone
else seen this or know what I need to add to my configuration files.

Thanks

Rich


~~
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: Total Fix For Code Red

2001-08-13 Thread Richard Kuryk

Instead on cfhttp do a net send xxx.xxx.xxx.xxx Your machine is infected
with code red.

Rich

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 13, 2001 11:15 AM
 To: CF-Talk
 Subject: RE: Total Fix For Code Red
 
 
  With the above facts in place wouldn't be possible to, on 
  your server (i.e. the thing that's being attacked) :-
  
  a) add an association for .ida to point to the coldfusion 
  engine.
  
  b) create a default.ida in which one captures the remote 
  address of the system trying to do the exploit.
  
  c) having grabbed the address do a cfhttp back to that 
  address using the backdoor created in code red V3 to disable 
  ( or maybe fix ) that system. I was going to attach the code 
  to do it but..
  
  Or is this totally unethical - love to hear your thoughts
 
 I think that it would be wrong to compromise someone else's 
 system, even for
 ostensibly good goals.
 
 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: Total Fix For Code Red

2001-08-13 Thread Richard Kuryk

With a net send you only need the ip address and it will pop-up an alert box
on the infected machine, no reverse dns, no guessing admin emails.  The only
thing is that someone has to look at the screen to see the message.

 -Original Message-
 From: Bud [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 13, 2001 12:20 PM
 To: CF-Talk
 Subject: RE: Total Fix For Code Red
 
 
 On 8/13/01, Dave Watts penned:
 There would be no harm in notifying someone that his 
 computer has been
 compromised; in fact, I know quite a few people who are 
 doing that. I'd be
 reluctant to build something that could do the installation 
 itself, though -
 that's asking for trouble.
 
 How would you get contact information from an IP address to 
 notify someone?
 -- 
 
 Bud Schneehagen - Tropical Web Creations
 
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 ColdFusion Solutions / eCommerce Development
 [EMAIL PROTECTED]
 http://www.twcreations.com/
 954.721.3452
 

~~
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: Total Fix For Code Red

2001-08-13 Thread Richard Kuryk

Yes, but if they don't know they have code red and there machine is
unpatched, I would imagine the admin is some home user that got a cd from of
nt server and doesn't have a clue how to properly configure and secure there
box.  So for the people that are still infected they have every service
known to man running and probably won't even know what to do to correct the
situation, once notified!  Now because of these morons we can't run a small
personal web site, since all high speed connections will start to shut down
incoming port 80.  So far mine is still up, but not sure for how much longer
since my logs have tons of cable users requesting default.ida!

Syntax : net send xxx.xxx.xxx.xxx some msg here  

Rich

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 13, 2001 2:29 PM
 To: CF-Talk
 Subject: RE: Total Fix For Code Red
 
 
  With a net send you only need the ip address and it will 
  pop-up an alert box on the infected machine, no reverse dns, 
  no guessing admin emails. The only thing is that someone has 
  to look at the screen to see the message.
 
 This assumes a couple of things. First, that the target machine is
 accessible via Windows Networking (NetBIOS over TCP/IP) and 
 second, that the
 Messenger service is running on the target machine, and 
 finally, that you
 have rights to connect via Windows Networking and send the message.
 
 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: default.ida?

2001-08-03 Thread Richard Kuryk

Do you run IIS?  If you don't run IIS or have applied the latest MS patches
and rebooted you have nothing to worry about.

Rich

-Original Message-
From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 9:37 AM
To: CF-Talk
Subject: RE: default.ida?


Here is my scenario.  I view the stats on my web site, and the page
requested is default.ida.  Now those requests are on my list of error pages
not found.  Does this mean that I have Code Red, or does this mean that Code
Red is trying to get into my system?  According to what you are saying, I
have Code Red, but the patch has already been installed on my server.

-Original Message-
From: Edward Chanter [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 02, 2001 9:13 AM
To: CF-Talk
Subject: RE: default.ida?

 -Original Message-
  I keep seeing on the log files some default.ida request.
  are those hacking attempts? what is this file do?


YOU ARE INFECTED WITH CODE RED

Please shut down your IIS, patch it and then restart!


best wishes,

  -= Ed


If you want others to be happy, practice compassion. 
If you want to be happy, practice compassion. 
~The 14th Dalai Lama
~~
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: default.ida?

2001-08-03 Thread Richard Kuryk

Your system is Patched! NT 4 system According to the code red scanner.

Rich

-Original Message-
From: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 10:50 AM
To: CF-Talk
Subject: RE: default.ida?


193.122.20.5 - Production
193.122.20.8 - Development

Why?



 -Original Message-
 From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 02, 2001 3:34 PM
 To: CF-Talk
 Subject: RE: default.ida?


 whats yur ip?  :-)


 Michael T. Tangorre
 
 Web Applications Developer
 Office Phone: 703-558-4746
 Cellular Phone: 607-426-9277
 AIM: CrazyFlash4
 Personal Email: [EMAIL PROTECTED]
 Work Email: [EMAIL PROTECTED]
 School Email: [EMAIL PROTECTED]
 
 This Email contains MillenniuM Information
 Systems, LLC Privileged Information which
 is Customer or Business Sensitive.
 


 -Original Message-
 From: Edward Chanter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 02, 2001 10:32 AM
 To: CF-Talk
 Subject: RE: default.ida?


  -Original Message-
   I don't actually think it's hysteria mate, do you want to see
   a copy of my
   IDS logs
 
  Not really, no. They tend to be boring and full of kidz getting 404's.

 :-) I did say IDS logs though, they filter out all the crap and
 only show me
 the ISAPI Extension Overflow errors.

   There are a large number of attacks going on as
   I write this
 
  Woo-wee - where have you been ? An ongoing scan of your system is
  a *FACT OF
  LIFE* for a system on the internet.
  My dial-up gateway at home gets scanned !

 Tell me about it, then again, my server very rarely blocks anyone, so far
 today it's implemented over  300 24 bans on various IP addresses
 in the last
 12 hours. That is unusual.

   and anyone running an unpatched/unprotected IIS server needs
   to do something
   about it asap.
 
  No, anyone running an unpatched/unprotected IIS server on a
 public network
  needs to fired, as their not doing their job. The patch was all
  over BugTraq
  et al. well before Code Red was released.

 Agreed!

  But, if you look at the domains from which these scans originate,
  most have
  no reverse look-up, or are from ISP's like @home shrug and
  those are just
  the people who wont care, because Code Red version 2 is non
 destructive to
  the local machine.

 Lot's of Chinese, Japanese, Koreans, Mexicans and a few US and EU academic
 one's as well.. There are even some coming in as 0.0.0.0

 I have had a few responses from some of the ones  I thought would take
 action, some very sheepish IISadmins out there :-)

 We're averaging a new attempt every minute or so

   -= Ed

~~
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



Coding Standards.....

2001-06-14 Thread Richard Kuryk

I was wondering what people think about setting up fusebox as a development
standard that everyone has to follow?  I agree there should be standards
such as naming standards, variable naming conventions, commenting style
standards, coding style standards ( indents ) etc...  Also since CF 5.0 is
now out and you can have user defined functions and libraries of functions,
how does this impact fusebox?  What kind of standards does your employer
have in place?

Thanks,

Rich



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-11 Thread Richard Kuryk

Netscape might be going away but mozilla is just getting started.  The
latest mozilla 0.9.1 is faster then IE on page loads and with the -turbo
switch even opens up quicker then IE.  The Mozilla code has really come
along way and they still aren't completely done optimizing it.  Netscape
would have always been a few versions back from the latest mozilla build, so
eventually everyone would just be using mozilla.  The one bad thing is that
netscape has the marketing that mozilla needs.

Rich

-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 10, 2001 2:55 AM
To: CF-Talk
Subject: RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come
True !


At 05:08 PM 06/09/2001 -0400, you wrote:
Well Ah -- my two cents...

I'm really surprised that Netscape (that is it new owners) haven't
abandoned Netscape sooner to devote efforts and technologies acquired into
more profitable endeavors.  What would you do if you were in their shoes?

  I'd upgrade AOL, remove the IE browser, and put the Netscape browser in 
it's place.
In doing so, they would probably overnight turn the tables on the browser 
war.



Jeffry Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
Instant ColdFusion 5.0  | ISBN: 0-07-213238-8
Due out June 2001
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Far Cry Fly, Alternative Folk Rock
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
--
I've been vindicated, I've been loved and hated
I've been pulled aside and told that I was overrated
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sending MP3's Through CF

2001-06-05 Thread Richard Kuryk

Here is a little program that I wrote that you can add unc paths of shared
mp3 and get a complete list of files!  But I don't use cfcontent to stream
them, I just point to the path and file name.

cfset pathlist=\\COMPUTER1\MY Music\,\\COMPUTER2\MP3\, ETC...
!--
GET ALL SUBPATHS 
---
CFLOOP index=path list=#pathlist# delimiters=,
CFDIRECTORYACTION=List
DIRECTORY=#path#
NAME=myDirectory
SORT=type ASC, name ASC
CFLOOP QUERY=myDirectory
cfif #type# is 'DIR'
cfif name neq .. and name neq .
CFSET t = #path##name#/ 
CFSET pathlist = ListAppend( #pathlist#,
#t# ) 
/CFIF
/CFIF
/CFLOOP
/CFLOOP

CFSCRIPT
count = 0;
mp3list = ArrayNew(1);
/CFSCRIPT

!
GET ALL FILES

CFLOOP index=path list=#pathlist# delimiters=,
CFDIRECTORYACTION=List
DIRECTORY=#path#
NAME=myDirectory
SORT=type ASC, name ASC
CFLOOP QUERY=myDirectory
cfif type neq 'DIR' and name neq '..' and Name neq
.
CFSCRIPT
count = count + 1;
mp3list[count] = !--#Name#--A
HREF=#path##Name##Name#/a;
/CFSCRIPT  
/cfif
/CFLOOP
/cfloop

CFSET sorted_mp3list = ArraySort(mp3list, textnocase)
   
!
PRINT OUT THE FILES
   
CFOUTPUT
Number of songs in our list: #count#brbr
CFLOOP index=i from=1 to=#ArrayLen(mp3list)#
#mp3list[i]#BR   
/CFLOOP

/CFOUTPUT



-Original Message-
From: Rich Z [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 11:19 PM
To: CF-Talk
Subject: Sending MP3's Through CF


I figured out a way to send mp3's through a web server on demand
(pseudo-streaming by using CFCONTENT w/ a mime-type of audio/mpegurl.
The page that does the sending looks like this:
 
CFCONTENT TYPE=audio/x-mpegurl
cfoutput
#EXTM3U
#EXTINF:-1,#title#
http://my.server/mp3/#streamurl#
/cfoutput
 
My question: I'd like to still do the above without mapping my mp3
folder on the web server and referring to my own server. As it is -
people can snoop around the /mp3 folder on the web server. Any
suggestions on how to get around this?
 
Thanks,
Rich
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Client variable storage and Long Text Buffer Size....

2001-06-04 Thread Richard Kuryk

We have been having some sporadic oddities with client variables.  Some
times they seem to be missing or not found.  I was wondering if anyone has
modified the Long Text Buffer Size setting in the ODBC settings for your
client variable database.  I have noticed some of the database fields seems
to be unusually large.

Thanks

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



List of CF datasources?

2001-04-04 Thread Richard Kuryk

I am sure there is probably a hidden tag to get the list of CF datasources?
Does any one know how to retrieve these in a CFML page?

Thanks

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



EJB's and CFOBJECT.....

2001-03-28 Thread Richard Kuryk

Is anyone successfully using EJB's in a production environment.  We have our
cold fusion server setup to talk to a web logic server and it works great if
only one user is accessing the page.  When we refresh the page, we start to
receive java exceptions.  We have seen this under two different J2ee
server's (weblogic, orion) and I have even read similar stories of people
getting very similar results using JRUN.  Our current CF environment is
Win2k, JVM 1.3, CF 4.5.1sp2 and we have another physical box that is the EJB
server that runs Win2k , weblogic 6.0, and jvm1.3.  Any help would be
greatly appreciated.  So far Allaire support and Weblogic support both are
clueless.  We have even spoke to others that have the same issue and haven't
been able to resolve this?

Java exception occurred in call to method.weblogic.utils.AssertionError:
* ASSERTION FAILED *[ Assertion violated ]. Java exception occurred
in call to method.pThe error occurred while processing an element with a
general identifier of (CFSET), occupying document position (9:2) to (9:52)
in the template file D:\INETPUB\WWWROOT\ejbtest.cfm./pPPDate/Time:
03/23/01 11:24:28BRBrowser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT;
DigExt)BRRemote Address: xxx.xxx.xxx.44P"

Thank you

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Title Case for proper names.......

2001-03-27 Thread Richard Kuryk

Here is a title case custom tag that I wrote.  I realized that the regular
expressions in cold fusion just aren't all as powerful as in perl.  If
anyone has any suggestions on ways to optimize this even more please let me
know.

Thanks

Rich


CFPARAM name="Attributes.original" default=""
CFPARAM name="Attributes.searchlist" default=""
CFPARAM name="Attributes.replacevaluelist" default=""
CFSCRIPT
cur_pos = 2;
new_string = Ucase(Left(Attributes.original,1));
do {
st = REFind("([[:space:]]+[[:alpha:]])",
Attributes.original, cur_pos, "TRUE" );
if ( st.pos[1] GT 0 ) {
new_string = new_string 
LCASE(Mid(Attributes.original, cur_pos, (st.pos[1]-cur_pos)));
new_string = new_string 
UCASE(Mid(Attributes.original, st.pos[1], st.len[1]));
} else {
new_string = new_string 
LCASE(Right(Attributes.original, (len(Attributes.original)-cur_pos)+1));
}
cur_pos = st.pos[1] + st.len[1];
 } while ( cur_pos is NOT 0 );
 if ( ListLen( Attributes.searchlist ) GT 0 ) {
new_string = ReplaceList(new_string, Attributes.searchlist,
Attributes.replacevaluelist);
 }
 Caller.output=new_string;
/CFSCRIPT
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: output

2001-03-27 Thread Richard Kuryk


In your query select out employeeID along with lname and fname and then your
option line should look like this:

CFQUERY name="qryUsers" .
Select EmployeeID, lname, fname
FROM employee

/CFQUERY

cfoutput query="qryUsers" group="lname"
option value="#employeeID#"#lname#, #fname#




-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 27, 2001 11:43 AM
To: CF-Talk
Subject: output


i want to insert equipment data into my equipment database based on my
employee id.  but i cant have a drop down list of just id numbers because
people wont know who the number belongs to.  
is there a way i can show the names, but when the data gets inserted into my
equipment table that the corresponding employee id goes in, not the full
name?  
i have this as my select box:
select name="lname"
option
cfoutput query="qryUsers" group="lname"
cfif lname NEQ ""
cfif Inactive NEQ 1
option value="#lname#, #fname#"#lname#, #fname#
/cfif
/cfif
/cfoutput
/select
but when i submit this form...i want the employee id to go over, not the
name
thanks for your help,
bec.


*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Title Case for proper names.......

2001-03-26 Thread Richard Kuryk

I would like to write a regular expression in ColdFusion that would fix the
case from the database or a form field (ie ROY G. BIV ~ Roy G. Biv).  Right
now I have: 

REReplace(Attributes.original, "([a-z]+)\1 ", "\1", "ALL" )

the one thing I can't figure out is how to apply changes to the \1.  

In perl you can do stuff like:
\l lowercase one char
\u uppercase one char
\L lowercase to the end of the word
\U uppercase to the end of the word

I can't seem to figure out if you can do this in Cold Fusion?  I have
written this using Left, Ucase and Lcase but I would like to do it using a
regular expression, it is probably much more efficient.

Thank you very much

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail replacement for Linux

2001-03-22 Thread Richard Kuryk

not running linux but why can't you just execute mail with your email text
and let sendmail kickit off just like a perl script would do?

cfexecute name="mail"

Rich

-Original Message-
From: Jeff Beer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 1:18 PM
To: CF-Talk
Subject: CFMail replacement for Linux


Does anyone know of a CFMail replacement that will run on Linux?

We need to allow a client to send 10,000 plus e-mails in one shot, possibly
several times a day.  CFMail (on their server) handles about 3,000 with
little trouble, but above that, threads start hanging, the server restarts
over and over, and of course, we lose all the sessions, etc.

If I can't find a replacement I think I'll have to write the message bodies
and addresses to temp tables and send them in batches every x minutes..
anyone have a better solution?

Thanks,

Jeff
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cold fusion has top line blank.......

2001-03-15 Thread Richard Kuryk

We have two server and on one server with cf4.5sp2 the text "COLD FUSION
BLOWS" appears on the very top line of the source but on another server with
cf4.5sp1 "COLD FUSION BLOWS" appears a line down.  The exact same source.
This doesn't seem like a big deal but my xml/xsl parser flips out if ?xml
version="1.0"? is not on the first line.  I have all pasted the source
below and it is a single line file.  Any thoughts on how I can fix this?

Sorry about the knock to cold fusion but I have been banging my head all day
on this one!

Thanks you

Rich

SOURCE:
LINE1:CFSETTING SHOWDEBUGOUTPUT="NO"CFSETTING
ENABLECFOUTPUTONLY="YES"CFSCRIPTwriteoutput(StripCR("COLD FUSION
BLOWS!"));/CFSCRIPT


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cold fusion has top line blank.......

2001-03-15 Thread Richard Kuryk

Thank you very much.  It was an application file.  didn't even think to look
there.

Rich

-Original Message-
From: Howarth, Craig (IBK-NY) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 5:00 PM
To: CF-Talk
Subject: RE: Cold fusion has top line blank...


Do you have an application.cfm file?  This is always processed before your
template, so it may be adding extra blank space.

Craig

 -Original Message-
 From: Richard Kuryk [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, March 15, 2001 4:11 PM
 To:   CF-Talk
 Subject:  Cold fusion has top line blank...
 
 We have two server and on one server with cf4.5sp2 the text "COLD FUSION
 BLOWS" appears on the very top line of the source but on another server
with
 cf4.5sp1 "COLD FUSION BLOWS" appears a line down.  The exact same source.
 This doesn't seem like a big deal but my xml/xsl parser flips out if ?xml
 version="1.0"? is not on the first line.  I have all pasted the source
 below and it is a single line file.  Any thoughts on how I can fix this?
 
 Sorry about the knock to cold fusion but I have been banging my head all
day
 on this one!
 
 Thanks you
 
 Rich
 
 SOURCE:
 LINE1:CFSETTING SHOWDEBUGOUTPUT="NO"CFSETTING
 ENABLECFOUTPUTONLY="YES"CFSCRIPTwriteoutput(StripCR("COLD FUSION
 BLOWS!"));/CFSCRIPT
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio 4.5.2 Memory Leak?

2001-03-14 Thread Richard Kuryk

Cut and paste this in your wordfile, replacing your existing HTML sytanx
section.  I have created this over time and in no way is it a complete set
but when I find stuff that isn't highlighted I add it in.

Rich

/L3"HTML" Nocase Noquote HTML_LANG Block Comment On = !-- Block Comment Off
= -- Block Comment On Alt = % Block Comment Off Alt = % String Chars = "'
File Extensions = HTM HTML ASP SHTML HTT JSP CFM CFML
/Delimiters = ~!@$%^*()+=|\{}[]:;"' ,.?
/Function String = "name=*""
/C1"Tags"
A /A ABBR ABBR /ABBR ABOVE ACRONYM ACRONYM /ACRONYM ADDRESS
ADDRESS /ADDRESS APPLET /APPLET ARRAY AREA /AREA
B B /B BASE BASEFONT BDO BDO /BDO BGSOUND BIG BIG /BIG
BLINK /BLINK BLOCKQUOTE BLOCKQUOTE /BLOCKQUOTE BODY BODY /BODY
BOX BR BR BIG BLINK BUTTON /BUTTON
CAPTION CAPTION /CAPTION CENTER CENTER /CENTER CITE CITE
/CITE CODE CODE /CODE COL COLGROUP /COLGROUP COMMENT
/COMMENT
DD DD /DD DEL DEL /DEL DFN DFN /DFN DIR DIR /DIR DIV
DIV /DIV DL DL /DL DT DT  /DT
EM EM /EM EMBED
FIELDSET FIELDSET /FIELDSET FIG FONT /FONT FORM FORM /FORM
FRAME FRAMESET /FRAMESET
H1 H1 /H1 H2 H2 /H2 H3 H3 /H3 H4 H4 /H4 H5 H5 /H5
H6 H6 /H6 HEAD HEAD /HEAD HR HR HTML HTML /HTML
I I /I IFRAME /IFRAME ILAYER /ILAYER IMG INPUT INPUT INS
INS /INS ISINDEX ISINDEX
KBD KBD /KBD
LABEL LABEL /LABEL LAYER LAYER /LAYER LEGEND LEGEND /LEGEND
LI LI /LI LINK LISTING /LISTING
MAP /MAP MARQUEE /MARQUEE MENU MENU /MENU META MULTICOL
/MULTICOL
NEXTID NOBR /NOBR NOFRAMES /NOFRAMES NOLAYER /NOLAYER NOTE
/NOTE NOSCRIPT /NOSCRIPT
OBJECT OBJECT OL OL /OL OPTION OPTION /OPTION OPTGROUP
OPTGROUP /OPTGROUP
P P /P PARAM PRE PRE /PRE
Q Q /Q QUOTE
RANGE ROOT
S S /S SAMP SAMP /SAMP SCRIPT SCRIPT /SCRIPT SELECT SELECT
/SELECT SMALL SMALL /SMALL SOUND SPACER SPAN SPAN /SPAN
SQRT STRIKE STRIKE /STRIKE STRONG STRONG /STRONG STYLE STYLE
/STYLE SUB SUB /SUB SUP SUP /SUP
TABLE TABLE /TABLE TBODY TBODY /TBODY TD TD /TD TEXT
TEXTAREA TEXTAREA /TEXTAREA TFOOT TFOOT /TFOOT TH TH /TH
THEAD THEAD /THEAD TITLE /TITLE TR TR /TR TT /TT TT
U U /U UL UL /UL
VAR /VAR VAR
WBR
XMP /XMP
/C2"Attributes"
ABBR= ACCEPT-CHARSET= ACCEPT= ACCESSKEY= ACTION= ALIGN= ALINK= ALT= ARCHIVE=
AXIS=
BACKGROUND= BEHAVIOR BELOW BGCOLOR= BORDER=
CELLPADDING= CELLSPACING= CHAR= CHAROFF= CHARSET= CHECKED CITE= CLASS=
CLASSID= CLEAR= CODE= CODEBASE= CODETYPE= COLOR= COLS= COLSPAN= COMPACT
CONTENT= COORDS=
DATA= DATETIME= DECLARE DEFER DIR= DISABLED
ENCTYPE= EXPRESSION=
FACE= FOR= FRAME= FRAMEBORDER= FRAMESPACING=
HEADERS= HEIGHT= HIDDEN= HREF= HREFLANG= HSPACE= HTTP-EQUIV=
ID= ISMAP=
LABEL= LANG= LANGUAGE= LINK= LOOP= LONGDESC=
MAILTO= MARGINHEIGHT= MARGINWIDTH= MAXLENGTH= MEDIA= METHOD= MULTIPLE
MESSAGE=
NAME= NOHREF NORESIZE NOSHADE
OBJECT= ONBLUR= ONCHANGE= ONFOCUS= ONKEYDOWN= ONKEYPRESS= ONKEYUP= ONLOAD=
ONRESET= ONSELECT= ONSUBMIT= ONUNLOAD= ONCLICK= ONDBLCLICK= ONMOUSEDOWN=
ONMOUSEMOVE= ONMOUSEOUT= ONMOUSEOVER= ONMOUSEUP=
PROFILE= PROMPT=
READONLY REL= REV= ROWS= ROWSPAN= RULES=
SCHEME= SCOPE= SCROLLING= SELECTED SHAPE= SIZE= SPAN= SRC= STANDBY= START=
STYLE= SUMMARY=
TABINDEX= TARGET= TEXT= TITLE= TOPMARGIN= TYPE=
URL= USEMAP=
VALIGN= VALUE= VALUETYPE= VERSION= VLINK= VSPACE=
WIDTH=
=
/C3"COLDFUSIONTAGS"
CFABORT
CFCASE /CFCASE CFCATCH CFCATCH /CFCATCH CFCOOKIE 
CFDEFAULTCASE /CFDEFAULTCASE
CFWDDX
CFELSE CFELSEIF
CFFORM /CFFORM
CFIF  /CFIF CFINCLUDE CFINSERT 
CFLOCATION CFLOOP /CFLOOP CFLOCK /CFLOCK
CFMAIL /CFMAIL CFMAILPARAM
CFOBJECT CFOUTPUT CFOUTPUT /CFOUTPUT 
CFPARAM
CFQUERY /CFQUERY 
CFSCRIPT /CFSCRIPT CFSET CFSQL CFSWITCH /CFSWITCH 
CFTRANSACTION /CFTRANSACTION CFTRY /CFTRY CFTHROW 
CFUPDATE
/C4"OPERATORS"
 IS AND OR NOT GTE GT LTE LT is and or not gte gt lte lt 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Richard Kuryk

If it crashes and eats through memory don't use it and certainly don't
purchase it!  There are many good programmer editors out there.  UltraEdit,
MultiEdit, and the list goes on and on, give your money to something that is
stable and is not counterproductive.  Most of these editors have demos or
eval copies and can be customized to do whatever you like.  I have even read
that the new multiedit integrates into studio, not sure I would want that
but hey maybe it makes studio more stable.

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Weird Authentication on ie5.5 and opera 5.02......

2001-02-23 Thread Richard Kuryk

We have had some strange problems with ie 5.5 and opera 5.02.  We have sorta
came to the conclusion that it is a cflocation causing the problem.  Does
anyone know why these two browsers would not work but all other browsers
handle the site fine (ie5.0, mozilla, Netscape, etc...)?  Has anyone else
ever experience anything else like this?

Thanks

Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Using excel as a data source????

2001-02-14 Thread Richard Kuryk


I set up cold fusion with an excel file but I can't seem to find any
documentation on how to perform a query on the file.  I have tried
referencing it my the excel sheet name and by file name.  Please Help
 
Thanks
 
Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Version Control

2001-01-15 Thread Richard Kuryk

cvsweb is a great interface to cvs.

http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/

-Original Message-
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 9:26 AM
To: CF-Talk
Subject: RE: Version Control


I don't believe there is a Windows version of the CVS server. There is a
Windows client, but it has to talk to a *nix server. I wouldn't expect them
to develop one either "due to issues with the suitability of Windows as a
server operating system."

That said, CVS is also not the most intuitive application, but I've yet to
use one that I did consider intuitive. Though CVS is run on most of the
largest open source development projects with great success and *nix
programmers seem to love it, I wouldn't want to have to teach it to HTML and
programmers and designers.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-Original Message-
From: Martin Sutton [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 7:59 AM
To: CF-Talk
Subject: RE: Version Control


Hey Bjorn.

CVS is good.  You can use it across platform too to my knowledge.

There is a windows version and a linux version.


-
LEGAL DISCLAIMER --
This message and any attachments to it is intended only for the individual
or company to which it is addressed and may contain information which is
privileged, confidential or prohibited from disclosure or unauthorised use.
If the recipient of this transmission is not the intended recipient, or the
employee or agent responsible for delivering such materials to the intended
recipient, you are hereby notified that any use, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this e-mail message or its attachments other than by its
intended recipient is strictly prohibited by the sender. If you have
received it in error, please return it to the sender and destroy the message
and/or copies in your possession.  The views or opinions expressed in this
email are that of the individual and not necessarily those of A.B.C (Systems
and Development) Limited or any of it's subsidiaries.



-Original Message-
From: Bjørn Jensen [mailto:[EMAIL PROTECTED]]
Sent: 15 January 2001 12:41
To: CF-Talk
Subject: Version Control


We could really need some Version Control software here at work, and I have
found 2 products

CS-RCS - http://www.componentsoftware.com/csrcs/addons/allaire.htm
and
CVS - http://www.cvshome.org/docs/index.html

Does anyone know which is the best, or maybe even know a whole 3rd product
that is even better ?

Bjorn Jensen - Professional Nerd and coder
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Passing XML content back as XML

2000-12-06 Thread Richard Kuryk

CFCONTENT type="text/xml"
 
.. YOUR XML DATA



-Original Message-
From: Daniel Lancelot [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 6:51 AM
To: CF-Talk
Subject: Passing XML content back as XML


is there anyway in cf to pass am xml packet back, so that the browser knows
it is XML? 

I assume its somthing to do with mime types an CFCONTENT?

Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Include Perl script?

2000-10-18 Thread Richard Kuryk

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C038FE.9E2C000A
Content-Type: text/plain;
charset="iso-8859-1"

I know activestate has a Perl Dev Kit 2.0 (win only) which has a com object
which you could call from coldfusion and code perl inside of cold fusion.  I
don't have this dev kit and haven't tried it but would be curious if anyone
has done this.

Rich

-Original Message-
From: Ethan Rosch [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 5:03 PM
To: CF-Talk
Subject: Include Perl script?


I am trying to include a poll.cgi perl script into my .cfm page, but I am
having trouble getting the .cgi to parse, read the templates, and spit the
page back to me as an include...

any ideas?

thanks,

ethan


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01C038FE.9E2C000A
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0"
TITLERE: Include Perl script?/TITLE
/HEAD
BODY

PFONT SIZE=3D2I know activestate has a Perl Dev Kit 2.0 (win only) =
which has a com object which you could call from coldfusion and code =
perl inside of cold fusion.nbsp; I don't have this dev kit and haven't =
tried it but would be curious if anyone has done this./FONT/P

PFONT SIZE=3D2Rich/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Ethan Rosch [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:ethan@foureyesprodu=
ctions.com/A]/FONT
BRFONT SIZE=3D2Sent: Tuesday, October 17, 2000 5:03 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Subject: Include Perl script?/FONT
/P
BR

PFONT SIZE=3D2I am trying to include a poll.cgi perl script into my =
.cfm page, but I am/FONT
BRFONT SIZE=3D2having trouble getting the .cgi to parse, read the =
templates, and spit the/FONT
BRFONT SIZE=3D2page back to me as an include.../FONT
/P

PFONT SIZE=3D2any ideas?/FONT
/P

PFONT SIZE=3D2thanks,/FONT
/P

PFONT SIZE=3D2ethan/FONT
/P

PFONT =
SIZE=3D2---=
---/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2To Unsubscribe visit A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dli=
sts/cf_talk" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
body=3Dlists/cf_talk/A or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body./FONT/P

/BODY
/HTML
--_=_NextPart_001_01C038FE.9E2C000A--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What I want in CF (was: Learning ASP)

2000-08-28 Thread Richard Kuryk

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C0112A.D27A4160
Content-Type: text/plain;
charset="iso-8859-1"

I had to write my own CFHTTP because I wanted to do a post and CF wouldn't
let me set the content-type.  I was trying to post XML and if the content
type wasn't text/xml the site wouldn't post back the return xml set.  I
would imagine this would become a more common problem with people starting
to use xml.  I wrote a java class which I call from cold fusion to
accomplish this.

Rich

-Original Message-
From: Zachary Bedell [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 28, 2000 2:54 PM
To: '[EMAIL PROTECTED]'
Subject: RE: What I want in CF (was: Learning ASP)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 7. Fix CFHTTP!  Please!  In the current implementation so 
 much is broken it's not even funny!

Not that a few other folks haven't mentioned this, but.

ME TOO!!!

To add some more specific requests:  

* 4.5.1 broke templates which retrieved MIME types other than
"text/html" (and a few others).  CFHTTP should NOT assume that just
because something isn't in its list of text types that it isn't
indeed text.  This issue might very well be fixed as part of
implementing binary stuff support, but it DOES need to be fixed.  At
the very least, let me configure what MIME types are text myself!

* I'd like to have full control of both the headers SENT and RECEIVED
in the CFHTTP request.  

* Some intelligent parsing of multipart/MIME encoded responses would
be REALLY nice.  I had to write my own CFHTTP hack as a CFX tag to
access UPS's online shipping  other functions, but most of that work
could easily (and sensibly) be included in CFHTTP.

* I definitely want to see the entirety of CF's functionality be
accessible from CFSCRIPT blocks.  They're SO much nicer to write for
us procedural language types (at least for certain applications), and
rumor has it they're faster to parse.


Just my $.02...

Best regards,
Zac Bedell

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use http://www.pgp.com
Comment: Please use PGP!!!

iQA/AwUBOaq1QwraVoMWBwRBEQIEbQCg6BM+2iyHpW2MNixZrtxJCEFXt10AoLjk
QyZNV/sinLxbPUhCl9X4TIwr
=0lT/
-END PGP SIGNATURE-

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01C0112A.D27A4160
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0"
TITLERE: What I want in CF (was: Learning ASP)/TITLE
/HEAD
BODY

PFONT SIZE=3D2I had to write my own CFHTTP because I wanted to do a =
post and CF wouldn't let me set the content-type.nbsp; I was trying to =
post XML and if the content type wasn't text/xml the site wouldn't post =
back the return xml set.nbsp; I would imagine this would become a more =
common problem with people starting to use xml.nbsp; I wrote a java =
class which I call from cold fusion to accomplish this./FONT/P

PFONT SIZE=3D2Rich/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Zachary Bedell [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]=
/FONT
BRFONT SIZE=3D2Sent: Monday, August 28, 2000 2:54 PM/FONT
BRFONT SIZE=3D2To: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=3D2Subject: RE: What I want in CF (was: Learning =
ASP)/FONT
/P
BR

PFONT SIZE=3D2-BEGIN PGP SIGNED MESSAGE-/FONT
BRFONT SIZE=3D2Hash: SHA1/FONT
/P

PFONT SIZE=3D2gt; 7. Fix CFHTTP!nbsp; Please!nbsp; In the =
current implementation so /FONT
BRFONT SIZE=3D2gt; much is broken it's not even funny!/FONT
/P

PFONT SIZE=3D2Not that a few other folks haven't mentioned this, =
but./FONT
/P

PFONT SIZE=3D2ME TOO!!!/FONT
/P

PFONT SIZE=3D2To add some more specific requests:nbsp; /FONT
/P

PFONT SIZE=3D2* 4.5.1 broke templates which retrieved MIME types =
other than/FONT
BRFONT SIZE=3D2quot;text/htmlquot; (and a few others).nbsp; =
CFHTTP should NOT assume that just/FONT
BRFONT SIZE=3D2because something isn't in its list of text types =
that it isn't/FONT
BRFONT SIZE=3D2indeed text.nbsp; This issue might very well be =
fixed as part of/FONT
BRFONT SIZE=3D2implementing binary stuff support, but it DOES need =
to be fixed.nbsp; At/FONT
BRFONT SIZE=3D2the very least, let me configure what MIME types are =
text myself!/FONT
/P

PFONT SIZE=3D2* I'd like to have full control of both the headers =
SENT and RECEIVED/FONT
BRFONT SIZE=3D2in the CFHTTP request.nbsp; /FONT
/P

PFONT SIZE=3D2* 

OLE DB vs. ODBC

2000-08-25 Thread Richard Kuryk

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C00EAA.342889B8
Content-Type: text/plain;
charset="iso-8859-1"

Has anyone done any benchmarks between the two different Database
connections layers?  I know some things don't work through OLE DB but is
there a list or any documentation listing the advantages and disadvantages?


Thank you for any information you can provide.

Rich

--_=_NextPart_001_01C00EAA.342889B8
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0"
TITLEOLE DB vs. ODBC /TITLE
/HEAD
BODY

PFONT SIZE=3D2Has anyone done any benchmarks between the two =
different Database connections layers?nbsp; I know some things don't =
work through OLE DB but is there a list or any documentation listing =
the advantages and disadvantages?nbsp; /FONT/P

PFONT SIZE=3D2Thank you for any information you can provide./FONT
/P

PFONT SIZE=3D2Rich/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C00EAA.342889B8--
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.