RE: FTP client recommendations?

2004-03-04 Thread Jesse Houwing
I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP, CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP Voyager. If you need a good free ftp client, go with Filezilla. Free and well built, updates often and has a developer who listens to wishes. Jesse

Re: CFGrid, CFForm and other cf tags that use applets

2004-01-08 Thread Jesse Houwing
It would seem logical to me if they replaced them with flash versions that have the same behaviour. Easier to maintain from macromedia's side and more compatible with the average windows setup nowadays. Jesse -Original Message- From: DURETTE, STEVEN J (AIT) [EMAIL PROTECTED] To:

Re: Looking for duplicate @ signs

2004-01-07 Thread Jesse Houwing
Another option is to replace(@', '', string) and then compare the new string with the old. teh difference in length is the number of characters found. You'll have to experiment which one works the best. Jesse -Original Message- From: Scott Weikert [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Looking for duplicate @ signs

2004-01-07 Thread Jesse Houwing
ofcourse. I'm always battling with coldfusion on the order of the arguements :) Jesse -Original Message- From: Philip Arnold [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Wed, 7 Jan 2004 06:47:25 -0500 Subject: RE: Looking for duplicate @ signs Another option is to replace(@',

Re: Password Logic

2004-01-06 Thread Jesse Houwing
-Original Message- From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Mon, 5 Jan 2004 10:25:27 -0500 Subject: Re: Password Logic but you only need the public key for password verification (eg encrypt th epassword again and verify the encrypted data). Only selected

RE: Password Logic

2004-01-06 Thread Jesse Houwing
You can also generate a random string (or a word from a dictionary file) asking the user to remember this (and write it down if needed). Then ask for that when the user enters his new password. It's easier than coming up with something yourself which will be something close to the person in

Re: Password Logic

2004-01-05 Thread Jesse Houwing
I would not suggest storing your passwords in plain text in the DB.Storing them in this manner leaves them vulnerable to anyone who ends up with access to that database.You may or may not consider the data in your web app important to your user, but most users will attempt to use a

Re: Password Logic

2004-01-05 Thread Jesse Houwing
but you only need the public key for password verification (eg encrypt th epassword again and verify the encrypted data). Only selected personel would have access to the private key in case anything needs to be decrypted. This could also happen from an intranet system that has access to the

Re: CFMX 6.1 and Postgres DataSources

2003-10-27 Thread Jesse Houwing
Brrrian Scandale wrote: Just updated to 6.1. Now the old techniques for setting the Data Sources for Postgres fails. I can't get a good DSN established. JDBC URL: jdbc:postgresql://152.45.2.31/clientreg Driver Class: org.postgresql.Driver Driver Name: PostgreSQL Username: postgres

Re: Translation please: CFC::CF as ???:ASP

2003-10-24 Thread Jesse Houwing
Dave Watts wrote: So, my question is, what do ASP people refer to components as? Within a well-designed classic ASP application, business logic is separated from ASP scripting by putting it within COM (or COM+ or MTS) objects. Classic ASP development best practices recommend the use of COM

Re: RSS feed

2003-10-20 Thread Jesse Houwing
Michael Dinowitz wrote: As I said a few weeks back, I'll be putting the lists into RSS feeds in addition to the other ways of reading them. This is an experimental feed for people to play with: http://houseoffusion.com/cf_lists/rss.cfm It's not perfect, but I'm working on it. A few

Re: Kerberized cfldap

2003-10-14 Thread Jesse Houwing
David Chait wrote: Hi all, I am trying to design an app which makes use of the university registry which can only be accessed via a kerberized login. Is there any way to get cfldap to log into a kerberized environment? Not sure if this is possible, but maybe you could use IPSEC under

Re: OT: Mac and SQL Server

2003-10-09 Thread Jesse Houwing
Bruce Sorge wrote: Other than running Virtual PC and installing a SQL server instance on it, is there a version of SQL server that can run on a MAC? I am evaluating a PowerBook G4 as a replacement for my Dell, and have JRUN and CFMX installed and running just fine. Also have Studio MX

Re: Not able to start the ColdFusion MX Application Server from servi ces.

2003-09-22 Thread Jesse Houwing
Ramesh Deva wrote: Hi, I am not able to start the coldfusion application service. Giving following error.. The ColdFusion MX Application Server service terminated with service-specific error 2. Could not start ColdFusion MX Application Server on local computer.. Thsi usually means that

Re: [OT] ShittyCode.Com (Launched new site last night, feedback please!)

2003-09-10 Thread Jesse Houwing
Pablo Varando wrote: Last night, I launched a new site, it can be seen at: http://www.shittycode.com I wanted to see if I could get some feedback on the site, the concept, and maybe even the name! :) I like the concept, but maybe you should need a counterpart website where people can

Re: Possible to use CFFTP with SSL?

2003-09-06 Thread Jesse Houwing
Stacy Young wrote: Nope but found this: http://www.nsoftware.com/products/controls/?ctl=FTPSprod=ipsssl Stace nsoftware also has stunnel. it allows you to craete a secure tunnel to another system, even if you yourself only understand nromal ftp. So build a tunnel to a ftps system, then

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jesse Houwing
Dave Hodder wrote: Hello, A Call For Votes has been issued to hopefully create the Usenet newsgroup comp.lang.coldfusion. If created the group will provide a useful forum for CFML/CFScript programming as well as ColdFusion Server/BlueDragon Server configuration issues. Did you spot

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jesse Houwing
Kevin Graeme wrote: It's been a while since I've done usenet, but I recall there being something significant with getting a non-alt.* newsgroup. One thing that I do know is that many ISPs and companies don't permit alt.* groups on their nntp server. -Kevin That seems legit, though I've never

MSDN on CF - ASP.net

2003-07-17 Thread Jesse Houwing
First it explains what both ASP.net and Coldfusion are and that they share a similar background. A simpel feature comparison is used to show how one can convert a Coldfusion Application to ASP.net. It contains a few errors, especially 'forgetting' to mention that a lot of functionality is

Re: mx cfapplication weirdness

2003-03-08 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes

Re: Weird Error Message

2003-03-03 Thread Jesse Houwing
Citeren Shahzad.Butt [EMAIL PROTECTED]: Today, thinking of normal day I typed in my site address. Clicked on a link and its giving following error. Does anyone knows what this error is all about and how come its appearing without anything being changed. Thanks in advance Errors reported

Re: anybody ever done: every n day of the month for a year ...

2003-03-02 Thread Jesse Houwing
Owens, Howard wrote: Oops, found a problem with this UDF ... It give you the option of feeding in a 5 for the Nth recurrence, which 5, as I take it, should equal 'last' ... meaning, say, the Last Friday of the month. Some months that will be the 5th Friday, some months the 4th. So for

Re: EEye Secure IIS Coldfusion MX

2003-03-01 Thread Jesse Houwing
Dave Watts wrote: I've been testing EEye Secure IIS as a replacement for URLScan. But it's giving me all kinds of problems with Coldfusion. The FAQ says that they support all versions of coldfusion since SecureIIS 1.03, but I haven't gotten it to work properly. To do get it to work, one has

Re: data form limit

2003-03-01 Thread Jesse Houwing
sebastian palmigiani wrote: What is the limit on the amount of data that can be transferred with a form, let's say a textarea. Is passing data in the form with the ColdFusion to xml tag a way around that limit? If so, is there a limit on how much data can be passed this way too? thanks

Re: EEye Secure IIS Coldfusion MX

2003-03-01 Thread Jesse Houwing
Dave Watts wrote: Did you configure the JRun connector as an ISAPI filter, or an ISAPI extension? The last time I looked at SecureIIS was before CFMX; CF 5 uses an ISAPI extension to connect to IIS. That's with Jrun as Filter. I haven't tested it as a filter-less version. I'll

EEye Secure IIS Coldfusion MX

2003-02-26 Thread Jesse Houwing
hey, I've been testing EEye Secure IIS as a replacement for URLScan. But it's giving me all kinds of problems with Coldfusion. The FAQ says that they support all versions of coldfusion since SecureIIS 1.03, but I haven't gotten it to work properly. To do get it to work, one has to remove all

Re: IIS Authentication

2003-02-18 Thread Jesse Houwing
Candace Cottrell wrote: Even after making all the necessary technoted changes, my supposed-to-be-secure pages are still accessible w/ no login. I have rebooted, restarted IIS, CFMX, you name it. I will just build some simple file logins until I can integrate a better system. Try removing

Re: Phantom errors continued

2003-02-18 Thread Jesse Houwing
Bud wrote: OK. I'm REALLY at a loss now. This doesn't return an error. CFIF isDefined('form.includeorders') textarea rows=10 cols=50 wrap=off CFOUTPUT#orders#/CFOUTPUT /textarea /CFIF If I copy that code and paste it right under it, still no error. If I copy it and paste it a THIRD time, I

taglib file

2003-02-15 Thread Jesse Houwing
Hey, I found this in the taglib file: = Provide access to CFML application scope. in CF5 and earlier, applications must have a name. Neo supports this behavior by prefixing the application name onto the variable name. In addition, neo allows you to have an un-named

Re: uploading progress bar

2003-02-15 Thread Jesse Houwing
Dave Lyons wrote: http://examples.macromedia.com/coldfusion/cfflush/? Works fine here... Jesse ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: any ideas on this error?

2003-02-13 Thread Jesse Houwing
Dave Lyons wrote: right, but see i have no idea because look at all the other crap they throw in there. thats 1 big complaint i would have on the live docs, is that they add all those forms crap and its hard to tell how to really use it. I wish they wouldnt put everything into a form because that

Re: OK, lets start over........Re: any ideas on this error?

2003-02-13 Thread Jesse Houwing
Dave Lyons wrote: heres what i need i have to make this small auction page for my competitors client. what i need right now is to be able to show on the details page how much time is left before the end of the auction. see: http://www.real-singles.com/auctionCFM/detail.cfm?auctionID=25 ok, so

Re: Verity and Clustered Servers

2003-02-13 Thread Jesse Houwing
Ryan wrote: That would work except it requires that the k2server process be restarted and the k2server.ini file be updated every time a collection is added, which is too large a drawback for our application. (That is based on whether or not I understand the k2 documentation correctly.) Thanks,

Re: calling a webservice from the same web server (the continuing saga)

2003-02-10 Thread Jesse Houwing
Phillip Cave wrote: I guess the servers just needed some sleep ;) This morning everything seems to be working just fine. The CF service restarts at midnight every night. Does MX have some strange caching issues or what? Thanks, Phillip After you change anything to a webservice you need to

SSL property to disable certificate checks

2003-02-10 Thread Jesse Houwing
Ok, I know there is a property somewhere which can disable certificate checks. CFMX will then still be able to open SSL sites using CFHTTP, but the certificate chain isn't tested. But I can't find it. Jesse ~| Archives:

Re: multiple window.OnLoad functions handled through CF -- CGI.Variables ?

2003-02-07 Thread Jesse Houwing
So - I decided to simplify - and simply set a variable LoadScroll on the pages I needed the scroll to load - cfset LoadScroll = LoadMe With a simple cfif LoadScroll EQ LoadMe script type=text/javascript src=http://64.234.202.15/scrollsYes.js;/script cfelse script type=text/javascript

Re: MM Pricing Problem on CFMX for J2EE

2003-02-04 Thread Jesse Houwing
Adrocknaphobia Jones wrote: Those prices are pretty hefty in comparison to .NET. With .NET you need only one server too. I believe win2k is around $1100 and advanced at 3k. Makes me wonder if MM is trying to compete at all. What most people forget is that you need an InternetAccess Lincense

Re: MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-03 Thread Jesse Houwing
Jochem van Dieten wrote: [EMAIL PROTECTED] wrote: Well, for an administrative tools directory, off the root of a site. If the ACL's deny access to the IUSR account, any unauthenticated user is prompted to enter their username/password to access the cfm files within that directory (or if

Re: MPSB03-02 - Using Windows NT Authentication and Windows file permissions

2003-02-03 Thread Jesse Houwing
Does anyone know how this exploit is exploited? No, and I can't replicate it with my current configuration - web server authentication seems to work fine for me. As I posted in another message, I suspect it has to do with the JRun connector configuration; I'm using the ISAPI extension

Re: Using Session Vars without Cookies

2003-02-03 Thread Jesse Houwing
Mark Leder wrote: Hi all, I want to prevent session swapping in an app. When creating a new session structure, is it a good idea to name a key/value pair as a SESSION.URLToken, and then when passing the URLtoken between pages (as appended to the URL), do a check to match the physical URLtoken =

Re: Upload binary file and insert into Oracle

2003-02-03 Thread Jesse Houwing
Pete Ruckelshaus wrote: I've never inserted files into a database before, so I just want to ask some questions. Also, please don't respond with Just store the files on the server's file system and not in the database...I'm rebuilding an existing app and this is the way it works. I have an

Re: CF equivalent of phpinfo()?

2003-02-01 Thread Jesse Houwing
Joshua Miller wrote: Look in the CF Documentation under: CFML_Reference / Variables and Reserved Words / CGI Environment Variables There is a list of all of the CGI server and client variables that you could use to create a server info page. Use debugging to get a complete list of variables.

Re: CFMX Memory Issue

2003-01-28 Thread Jesse Houwing
Joshua Miller wrote: I dug out the error message, here's what it is - likely NOT a Windows Error: Error occurred during initialization of VM Could not reserve enough space for object heap Error occurred during initialization of VM Could not reserve enough space for object heap listening on port

Re: SQL Worm

2003-01-26 Thread Jesse Houwing
It would seem that having a local university private subnet would be a good solution.. and also this would cut down on people running un- authorized servers... On the University Of Twente (The Netherlands) we are allowed to run our own servers, and are even encouraged to do so, as there is a

Re: Cookies allowed

2003-01-21 Thread Jesse Houwing
Parker, Kevin wrote: How do I check if cookies are allowed on a machine if thats even possible? Set a cookie on one page, and then check if it exists on the next Jesse ~| Archives:

Re: Cookies allowed

2003-01-21 Thread Jesse Houwing
Parker, Kevin wrote: Is it appropriate to set it in application.cfm It is not possible to check it on one page if you include it in the application. You can however put the check for the cookie in the application. This is because the application gets included in the called template all the

Re: (Technote) ColdFusion MX: Known ColdFusion MX Issues

2003-01-14 Thread Jesse Houwing
Christian Cantrell wrote: When I first encountered this issue back in a beta release, I thought it was a bug, as well (in fact, I nearly filed it as one), however someone explained it to me, and it made sense. When I saw this thread, I couldn't remember what that reason was, so I asked

Re: SmartCard Enabled Websites?

2003-01-13 Thread Jesse Houwing
Joshua Miller wrote: Is it possible to SmartCard enable a website? I've got a customer requiring that we support SmartCard devices - I was under the impression SmartCard website authentication happened at the workstation level using software to control user access to specific sites. Is this not

Re: CDATA Insert problem

2003-01-11 Thread Jesse Houwing
Webmaster wrote: Hi, Can anyone explain how this happened? I use Client vars and it looks like CF got confused and try to insert a duplicate record into the CDATA table. Has anyone else seen this? [Microsoft][ODBC SQL Server Driver][SQL Server] Cannot insert duplicate key row in object 'CDATA'

Re: CFMX App Server Error

2003-01-09 Thread Jesse Houwing
Jeff D. Chastain wrote: Okay, this is getting really frustrating. Whenever I start my machine, the CFMX App Server service is terminating with a 'service-specific error 2'. Sometimes if I do a restart on my machine I can get it to start and work - other times, no joy. I have uninstalled CFMX

Re: increment a count in a db

2003-01-08 Thread Jesse Houwing
Cutter (CF_Talk) wrote: It was probably a month or so ago someone showed how to increment a count in a database with a single query, but I can't find it in the archive. Can someone show me the way here please? Table:tblSubscribe int:intChoiceID str:strChoice int:intCount Update

Re: include_once (PHP)

2003-01-08 Thread Jesse Houwing
Yes, not quite as easy as in php though. The logic I've used before goes something like: cfparam name=request.included default=false type=boolean cfif not request.included cfinclude template=mytemplate.cfm cfset request.included = true /cfif We used a customtag that is called

Re: include_once (PHP)

2003-01-08 Thread Jesse Houwing
Jesse Houwing wrote: Yes, not quite as easy as in php though. The logic I've used before goes something like: cfparam name=request.included default=false type=boolean cfif not request.included cfinclude template=mytemplate.cfm cfset request.included = true /cfif We used

Re: include_once (PHP)

2003-01-08 Thread Jesse Houwing
Sean A Corfield wrote: On Wednesday, Jan 8, 2003, at 07:54 US/Pacific, Jesse Houwing wrote: cfif not StructKeyExists(request.included, attributes.template) cfif br including: #attributes.template# /cfoutput cfinclude template=#attributes.template# / cfset

Re: Query-of-Query All but [empty string]

2003-01-07 Thread Jesse Houwing
Dwayne Cole wrote: try != (not equal): I tried this to no avail. 'dwayne' works and so does != 'dwayne' but != '' does not. I wonder if this is a Q-of-Q bug. not email is null ? Jesse ~| Archives:

DWMX and mapped drives driving me crazy

2003-01-05 Thread Jesse Houwing
ok, I have multiple servers that I have to edit content on. They have ICMP disabled which makes them bloody slow when accessing directly through \\servername\share. So I map the drives, but thsi is still slow as dreamweaver wants to scan the contents of all the folders open in the folder

Page context

2003-01-02 Thread Jesse Houwing
Ok, this might sound weird, but I'm thinking of building something I'd call a page-context. The idea is that on certain pages one needs to have a lot a variables that you load once, from a database or file and then use pretty often. You can manually cache these variables in the application

Re: Page context

2003-01-02 Thread Jesse Houwing
You can manually cache these variables in the application scope, but I was looking for something more specific. An example of such data might be: a default sort order, l10n texts etc. since you mentioned locales, the wheels will fly off in an environment where locales are user (session)

Coldfusion MX and SecureIIS 2

2003-01-01 Thread Jesse Houwing
Hi, I've been testing Secure IIS on one of our servers. It does mostly the samestuff as URLscan from MS, but it's much easier to configure, and has a pretty good logging facility. It was a problem however to get it to work with Coldfusion MX. After a lot of playtesting I found out that under

Re: CFHTTP and passing cookies

2003-01-01 Thread Jesse Houwing
Ruslan Sivak wrote: I went to staples.com and added an item to my shopping cart. Then I got all the cookies that were set by using javascript:document.write(document.cookie); Now I'm using the following code to set the cookies and do a cfhttp. For some reason when I do the cfhttp it tells me

Re: verify that updater 2 has been applied

2002-12-31 Thread Jesse Houwing
Smith, Matthew P -CONT(DYN) wrote: I need to verify that the latest updater has been applied to a CF MX install. I poked around administrator and also looked at the debug info, but nothing jumped out. Where should I look? t/ In the CFadministrator click version information at the top. It

Re: verify that updater 2 has been applied

2002-12-31 Thread Jesse Houwing
I need to verify that the latest updater has been applied to a CF MX install. I poked around administrator and also looked at the debug info, but nothing jumped out. Where should I look? t/ In the CFadministrator click version information at the top. It should show: 6,0,0,55693 as

Re: Happy New Year

2002-12-31 Thread Jesse Houwing
Rafael Alan Bleiweiss wrote: Just a note to everyone on the list to wish you all a truly happy, intensely prosperous and amazingly enjoyable New Year Thank you all for being so open, and for sharing your knowledge with all of us on the list - I know that my ability to stay in this

Re: INPUT = FILE

2002-12-31 Thread Jesse Houwing
Randell B Adkins wrote: Is there anyway to assign a class file to the BROWSE button on an input type of FILE? Maybe you can and I am just not with it today to find out how. nope ~| Archives:

Re: Couple of somewhat OT learning questions

2002-12-30 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: Just a quick side note on this... PHP's own website (www.php.net) indicates that although the API modules (for IIS, I don't know about Apache) provide significant performance improvement they are not to be considered stable at this time. So if you need REAL stability in

Re: Couple of somewhat OT learning questions

2002-12-29 Thread Jesse Houwing
1. Does 2 CPUs on a Windows 2k server running CF 5 enterprise make more sense than adding RAM? I have a Compaq 1600r server, with 512 megs of RAM, and one 500 mhz CPU... CF would benefit greatly if you add a new CPU, make sure the new CPU has exactly the same SSpec as the one already in

Re: CFMX / JVM

2002-12-24 Thread Jesse Houwing
Paul Hastings wrote: That's gives a little background about the two types of JVMs. As far as performance, you might find this link interesting: http://www.javaworld.com/javaworld/jw-12-1997/jw-12-volanomark.html interesting? geez thats darned shocking. ms's jvm beats sun's on windows? its

Re: CFMX / JVM

2002-12-24 Thread Jesse Houwing
Paul Hastings wrote: They're comparing Java 1.0 to Java 1.1. shows you how much i know ;-) So this comparison no longer applies, as CFMX runs on at least 1.3, and even better on 1.4. yes i use 1.4.1 for its extra i18n stuff. And those versions have improved drastically

Re: SOT: Issue with J_SpellCheck 2.5 and CFMX

2002-12-22 Thread Jesse Houwing
Paul wrote: Is anyone using J_SpellCheck 2.5 from Cfdev.com on a CFMX box? I had been using J_SpellCheck 2.5 without a problem on a CF5.0 box, but since I've upgraded to CFMX, the same code that worked before is throwing this error: Error processing CFX custom tag CFX_CFX_JSpellCheck. The CFX

Re: Highly Flammable Topic? BlueDragon, anyone?

2002-12-21 Thread Jesse Houwing
Sean A Corfield wrote: On Friday, Dec 20, 2002, at 14:47 US/Pacific, Willy Ray wrote: Is anybody using BlueDragon to process their CFML? Took me about an afternoon to get it configged and running my CF applications with datasources and everything, without a macromedia product on the server!

Re: CFMX / JVM

2002-12-20 Thread Jesse Houwing
Joe Eugene wrote: I dont think there is a written procedure.. 1. Downloads J2SE 1.4.0. 2. Install. 3. In the admin point JVM to new install java runtime(jre). 4. Recycle CFMX service and u are good to go.. Try this.. write a loop time code or some.. and run it under different JVM's swtiching

HOW-TO Coldfusion on JRockit 7.0 or 8.0 (1.4 edition)

2002-12-20 Thread Jesse Houwing
It took me a while to get Coldfusion MX to run smoothly on a BEA JRockit. So I thought I'd share how to get this to work with y'all first, back up your jvm.config in c:\coldfusionmx\runtime\bin\ open the coldfusion administrator and note the min and max memory settings and additional Classpath

Re: CFMX / JVM

2002-12-20 Thread Jesse Houwing
I dont think there is a written procedure.. 1. Downloads J2SE 1.4.0. 2. Install. 3. In the admin point JVM to new install java runtime(jre). 4. Recycle CFMX service and u are good to go.. Try this.. write a loop time code or some.. and run it under different JVM's swtiching back

Re: Another Disturbing MX Error

2002-12-19 Thread Jesse Houwing
Sean A Corfield wrote: On Wednesday, Dec 18, 2002, at 12:11 US/Pacific, Mark Johnson wrote: I like the theory, but there is one part that doesn't make sense. This error continued to happen until i restarted the service and more explicitily killed jrun. There are about twenty of the errors

Re: MX Support # 44972 (FIX)

2002-12-19 Thread Jesse Houwing
Robertson-Ravo, Neil (RX) wrote: This one is really getting me down. Macromedia has identified issue #44972 : The ColdFusion MX Application Server service does not start automatically following a Windows startup or reboot. There seems to be no fix with it in Updater 1 or 2, and at present is

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-16 Thread Jesse Houwing
paul smith wrote: Please define way more intelligent I'm not disputing your assertion. I just want to better understand the features you are referring to. Verity is capable of searching different spelling for the same word, synonyms and such. It also looks for both the (can't think of the

Re: how do i do this in cf?

2002-12-15 Thread Jesse Houwing
Andy Ousterhout wrote: How about: cfset Age = year(Now()) - year(BDay) That almost works... but if someones birthday it the 15th of march, and you're doing the comparison before the 14th, then you'll make that person 1 year to old in your system, so you need to compensate for that. Jesse

Re: Updater 2 woes

2002-12-13 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: I rebooted the server and tried again and got this error: The error occurred in C:\Inetpub\wwwroot\CFIDE\administrator\Application.cfm: line 228 Make sure your permissions allow writing files to the CFIDE directory when installing the update. Sometimes it seems to

Re: updater2 error?

2002-12-13 Thread Jesse Houwing
Rob Rohan wrote: I had to log in to the macromedia site to get the updater, so unless the link on the page that says: The following updaters are available for ColdFusion MX and support English, Japanese, Korean, French and German installs. Updater Release Notes Frequently Asked Questions

Re: Updater 2 coldfusion.server.ServiceFactory.SecurityService

2002-12-13 Thread Jesse Houwing
Jochem van Dieten wrote: One of the changes in Updater 2 is: quote The ColdFusion Service Factory class could be instantiated in CFML and used to get to a Security service. 47545 /quote Is there any way I can get the old behaviour back? I don't think this change is particularly usefull

Re: CFMX Enterprise vs. CFMX for J2EE

2002-12-13 Thread Jesse Houwing
Phil Costa wrote: The absolute difference in performance between CFMX Enterprise and CFMX for J2EE/Jrun isn't that great. It's more pronounced on WebSphere because of their VM. We're looking at publishing a brief on Jrun, but haven't had the resources to get it done yet. I've been running

Re: Happy story with updater2?

2002-12-13 Thread Jesse Houwing
Angel Stewart wrote: Happy stories? Oh yes! I installed the updater on a LOVELY sunny morning, with faint whisps of clouds in the sky, and a gentle easterly breeze! As the little progress bar chug chugged along I sipped on a cup of hot cappuchino whilst listening to some Louis Armstrong and

Updater 2 released

2002-12-11 Thread Jesse Houwing
Hi, Just got a note from macromedia that the Updater 2 has gone final. I've been testing the release candidates the past week, and must say thet it's working fine and stable. More info at: http://dynamic.macromedia.com/bin/MM/software/trial/hwswrec.jsp?product=cfmx_updater Greetings, Jesse

Re: Updater 2 released

2002-12-11 Thread Jesse Houwing
Ken Wilson wrote: Is it just me or does the Updater download link fail for everyone? It just points to a directory which then routes me back to MM homepage. Works fine here. Watch the wrapping though. make sure you've got the whole URL. Jesse

Re: Why doesn't this update query work?

2002-12-07 Thread Jesse Houwing
Rick Faircloth wrote: Hi, everyone. Just installed MySQL for the first time and trying to learn to use it. Why won't this query update work? CFQUERY Name=UpdateText Datasource=#DSN1# Update Welcome W Set WelcomeText='#Form.WelcomeText#' Where

Re: SOT: Ending tasks with CF

2002-12-05 Thread Jesse Houwing
Scott Mulholland wrote: Is there anyway to end a process or task running on a Win2k machine with CF? Possibly a call to something with cfexecute? use kill.exe from the Windows 2000 Resource Kit. Jesse ~| Archives:

Re: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread Jesse Houwing
Craig Dudley wrote: I have a java cfx that does this, but so far it only works with jpg's. It's very fast though. I'll gladly post the code on here should you want it. I think if you're going to use java tags in cf you should at least learn how to compile it yourself, you may understand how the

Re: MM: when will this bug be fixed?

2002-11-19 Thread Jesse Houwing
Raymond Camden wrote: Just letting folks know this is 100%. If not, throw a brick my way... Is there an ETA on this second updater? Word was that it would be late november, so it should be soon :) Jesse ~| Archives:

Re: ColdFusion practical limits

2002-11-19 Thread Jesse Houwing
If by simultaneous transactions you truly mean concurrent hits, then 2000 is a pretty big number. If you mean concurrent users then things relax quite a bit, since a user is making requests (page hits) at a pretty slow rate. Just as an example, we had a NT4 IIS static site running with 2800

Re: Resizing images under Linux

2002-11-05 Thread Jesse Houwing
Rick Root wrote: Nope, requires windows... and as I said I'm using Linux. I'm researching the GD library which would allow me to write a perl script and call that via CFEXECUTE... but I'd much rather find an existing solution :) There is a CF_ImageMagick tag somewhere... Ahh there it is:

Re: cfexecute and restarting CF-Service remotely

2002-11-02 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: Hi list, I want to restart CF on box A from box B using CF everytime the service crashes on box A. I tried it with cfexecute, running a mapped drive K on box B with the following: CFEXECUTE NAME=K:\winnt\system32\cmd.exe ARGUMENTS=K:\cfusion\bin\cycle_new.bat

Re: Run code once and only once at inital login...WTF!

2002-10-30 Thread Jesse Houwing
FlashGuy wrote: On Wed, 30 Oct 2002 13:26:32 -, Robertson-Ravo, Neil (REC) wrote: a few things : why are you setting it to be FALSE the checking if its 0? pick a boolean method and stick to it :-) You do not need to check the value of a boolean like this cfif X = TRUE but default,

Re: Self submitting Corm inside CFIF question...(More JavaScript than CF)

2002-10-30 Thread Jesse Houwing
script type=text/javascriptdocument.cart.submit()/script -^ insert a ; here script type=text/javascriptdocument.forms[0].submit()/script -^ Quote should not be there, place a ; instead

Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote: Hello all. I'm printing some report directly from browser pages and would like to be able to get rid of the info that appears at the top and bottom of each page automatically when the pages are printed...such as the URL at the bottom. How would I do that? Put them

Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote: Hello all. I'm printing some report directly from browser pages and would like to be able to get rid of the info that appears at the top and bottom of each page automatically when the pages are printed...such as the URL at the bottom. How would I do that? Or did

Re: HTTP Compression and ColdFusion

2002-10-24 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: Has anyone here used IIS5's built in HTTP Compression successfully with ColdFusion 5 or ColdFusion MX? I was playing around with it this evening but interestingly enough the problem I'm getting is that some of my headers are now showing on the page. I have

Re: Known CFMX issues under consideration for upcoming Updater releas e

2002-10-22 Thread Jesse Houwing
Vernon Viehe wrote: TechNote 23464 provides a summary of some of the known issues with Macromedia ColdFusion MX. Fixes for these issues are currently being investigated for potential inclusion in an upcoming release of the ColdFusion MX Updater. Inclusion or exclusion in this list does not

Re: cfmx jrun.exe hitting 900mb ram

2002-10-22 Thread Jesse Houwing
JLH All Turbo wrote: Ah.. I see. Yes I was getting an error when connecting to the DB via the CFMX JDBC... So I just pointed it to the Windows DSN. I could tone down the amount of memory it's using but still it shouldn't be using 900mb in the first place. Is your SQL server set up to

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-22 Thread Jesse Houwing
jon hall wrote: I went to the Java and JVM settings in the CF admin and added the complete path to the javamail mail.jar file as the first entry in the Class Path field and restarted CF. It didn't work. Is there another classpath for coldfusion somewhere? You need toe dit the jvm.config file

Re: Known CFMX issues under consideration for upcoming Updater releas e

2002-10-22 Thread Jesse Houwing
Rob Rohan wrote: Ok, I have got to jump in here. He said they are the ones they are *looking at right now*. If you have 4 developers and all of them are looking at issues - you can't look at more. He said they know there are more, but these are the ones they are *looking at right now*. If

  1   2   >