Re: OT: using js to include files

2005-05-27 Thread Simon Cornelius P . Umacob
I don't think there's such a thing as a Javascript include function or method. You might want to check out DynAPI at http://dynapi.sourceforge.net/. This library has (or had? It's been yrs...) a cross-browser include method. Depending on the browser, it may either use iframe, layer,

Re: OT: using js to include files

2005-05-27 Thread Simon Cornelius P . Umacob
I don't think there's such a thing as a Javascript include function or method. You might want to check out DynAPI at http://dynapi.sourceforge.net/. This library has (or had? It's been yrs...) a cross-browser include method. Depending on the browser, it may either use iframe, layer,

Re: OT: using js to include files

2005-05-27 Thread Simon Cornelius P . Umacob
I don't think there's such a thing as a Javascript include function or method. You might want to check out DynAPI at http://dynapi.sourceforge.net/. This library has (or had? It's been yrs...) a cross-browser include method. Depending on the browser, it may either use iframe, layer,

Re: OT: using js to include files

2005-05-27 Thread Simon Cornelius P . Umacob
Sorry for posting my previous post multiple times. Our DSL connection (skyinet.net) is very crappy on peak hours (it's slower than normal dial-up), and I kept on pressing the Refresh button a couple of times because the page didn't load. I promise it won't happen again. [ simon.cpu ]

How to make my checkbox insert values

2005-05-27 Thread Simon Cornelius P . Umacob
Hi Will, I never use cfform, but I think you can apply the idea that I'll be sharing to you to cfinput. Suppose you have two files, billing.cfm and shipping.cfm. The user enters his billing info in billing.cfm, and submits it to shipping.cfm. Suppose you have the following input in

How to make my checkbox insert values

2005-05-27 Thread Simon Cornelius P . Umacob
Oops... Corrections. The examples are supposed to be: input type=text name=address id=address / and cfoutput input type=text name=address id=address value=#HTMLEditFormat(URL.address)# / /cfoutput [ simon.cpu ] -- always forgets small details such as these :(

Re: CFMX 7 and JRun updater 5

2005-05-27 Thread Bert Dawson
Glad to establish that JRun U5 is supported with CFMX 7, but i'm afraid i have to disagree with your dates: According to MM forums Boby posted on April 26th, over a month after Brandon's Blog post on 25th March No matter. Cheers Bert from

RE: How to deal with the african money scams

2005-05-27 Thread Matt Osbun
IIRC, the Secret Service is a part of the Treasury Department, so this makes a degree of sense. Although that does lead to the question of how guarding U.S. politicians falls into their scope of service. Matt Osbun Web Developer Health Systems, International -Original Message- From:

One more try... 7 = 7?

2005-05-27 Thread Rick Root
Anyone ever seen this? Error Occurred While Processing Request 7 = 7 the query is a simple select query... SELECT * FROM GALLERY_PHOTOS where blog_id=cfqueryparam cfsqltype=CF_SQL_INTEGER value=#blog_id# and gallery_id=cfqueryparam cfsqltype=CF_SQL_INTEGER value=#GALLERY_ID# This is occuring

Re: Search questions

2005-05-27 Thread Rick Root
Anyone using Verity out there? =) Rick Root wrote: I've been asked to investigate a method of making our documentation searchable. We have a database driven FAQ, numerous CFM pages with static content, and word/PDF documents. We're currently running CFMX 6.1. What are my options?

RE: Search questions

2005-05-27 Thread James Holmes
You could search in the two collections necessary for file and DB indexing and combine the results using a UNION QoQ. As for the second question, not since I discovered Oracle Text. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, 27 May 2005 8:58 To: CF-Talk

Re: One more try... 7 = 7?

2005-05-27 Thread Douglas Knudsen
yes, didn't someone post this the other day? :) Just kiddinI have never seen this particular odd error. hey, try some Okham on it maybe. Remove the cfqueryparams, test, then add only one in, test, then remove and add the other test. My guess is you tried that already though. What about

RE: Search questions

2005-05-27 Thread Jeff Garza
Rick, I think the answer is that no, Verity cannot index all of that information in a single collection. Unless of course you are using the verity Spider to index your site... But you can put it all into individual collections and search them all with a single cfsearch statement. You can pass

Re: One more try... 7 = 7?

2005-05-27 Thread S . Isaac Dealey
unless something has gone horribly, horribly wrong with SQL Server, this query will never produce this error... I've never seen this error from SQL Server before. Wrap a cftry around the query and check the native error code the database returns. Use that to look up specific error information for

Re: Search questions

2005-05-27 Thread Adam Churvis
We use it all the time (we've automated it in Plum), and we've built customized Lucene systems as well, so we're very familiar with full text indexing. You can create a single collection contains both File and Path index entries, but that collection cannot also contain Custom index entries. This

Re: cfexecute and wget

2005-05-27 Thread Tim Oommen
Roger I was using cfexecute because I wanted the process to launch and then release. So the page calling it could still continue processing. Kind of a poor mans version of creating another thread to process in the background. Tim: Out of curiousity, why are you using a CFEXECUTEd wget instead of

MX7 installation woes

2005-05-27 Thread Trevor Holm-Laursen
Hey All, We are in the process of setting up a new server to host our clients on and have run into some problems. We installed MX7 onto the box with no issues and were able to run the administrator and test sites. We then installed our control panel, Plesk 7.02, and we lose MX7. No pages

OT: DB schema diagram, now what?

2005-05-27 Thread Damien McKenna
In our efforts to rewrite our systems I've developed a diagram of one of our databases using Visio and added the key relationships. Is there anything else I can do with Visio to further this, I'm kind-of a n00b at this? Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED]

apache and j2ee config with cfmx

2005-05-27 Thread jw
I am having two issues with configuration. First. I just added a another instance of coldfusion to my jrun container and ran the wsconfig to configure it for my new app. When I ran wsconf it deleted all of the folders that i had for each instances that contained the jrun.serverstore files. (

Re: OT: DB schema diagram, now what?

2005-05-27 Thread Marlon Moyer
If you have the enterprise version of visio, you can use it to create the database, although I would recommend against it as it creates old style 'trigger' relationships. I've had much better results using Diagrams on Enterprise manager. On 5/27/05, Damien McKenna [EMAIL PROTECTED] wrote: In

Robot.txt question... security issue?

2005-05-27 Thread Che Vilnonis
A client of ours recently had a security audit on their web site. The audit recommended that we remove all 'disallow: /xyz/' entries since a potential hacker could read the robots.txt file and surmise which folders may be sensitive. Here's my question, if I remove all of the [disallow: /xyz/]

RE: CF-Talk: Digest every 8 hours

2005-05-27 Thread Manuel Gomez
Manuel Gómez Barrera Interceramic T 614.429.1253 www.interceramic.com -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Viernes, 27 de Mayo de 2005 07:01 a.m. To: CF-Talk Subject: CF-Talk: Digest every 8 hours CF-Talk 27-May-05 Issue:1753 In

RE: OT: DB schema diagram, now what?

2005-05-27 Thread Damien McKenna
I was more thinking of extra fields and entities that could be added to the diagram as we already have the database itself ;-) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message-

Invalid precision value

2005-05-27 Thread Mike Rogan
I am receiving the following CF error: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver]Invalid precision value If I try to run the query directly from MS Access, using the same SQL, I receive no error and the results

Re: How to make my checkbox insert values

2005-05-27 Thread Ken Ferguson
Will, are you using flash forms or just using cfform with standard html forms? Will Tomlinson wrote: In my cart app there's the billing/shipping info page. I'm using cfform. Is there a way to make my use billing info for ship to info checkbox automatically insert the values that were

RE: How to make my checkbox insert values

2005-05-27 Thread Michael T. Tangorre
From: Will Tomlinson [mailto:[EMAIL PROTECTED] In my cart app there's the billing/shipping info page. I'm using cfform. Is there a way to make my use billing info for ship to info checkbox automatically insert the values that were entered in the billing part into the ship to cfinputs?

RE: Invalid precision value

2005-05-27 Thread Kevin Aebig
Its not CF thats choking, its the DB driver. Unless you can replace it with something more stable, you might need to change your query to something else that gets the job done. Also, why do you have 0=0 within your query? That seems a little odd... Kevin -Original Message- From: Mike

RE: How to make my checkbox insert values

2005-05-27 Thread Connie DeCinko
On my form, I actually hide the ship to if they check the box that the addresses are the same. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 7:54 AM To: CF-Talk Subject: RE: How to make my checkbox insert values From: Will Tomlinson

setting session vars to database field values

2005-05-27 Thread Daniel Kessler
I have a database with an unknown field set. I want to take whatever is in the DB and make a session variable for it. cfif structKeyExists(form,'project_category') cfset project_id = evaluate('form.#form.project_category#') CFQUERY name=table_dsc datasource=dpch

cfcomponent/function inheritence issue?

2005-05-27 Thread Ben Mueller
I've just started learning cfcomponents as of a few days ago, and have liked what I've seen so far, but I'm having what I think is an inheritence issue. I have a component with three functions: an init, and then two other functions. The init function sets a bunch of variables that I'd like

Re: Robot.txt question... security issue?

2005-05-27 Thread Chris Norloff
I think the distinction needs to be make between what's sensitive and what you don't want to be indexed by a spider. If the information is sensitive, it shouldn't be where a spider can get to it at all - and robots.txt is no protection. If the information just shouldn't be indexed, then

RE: Robot.txt question... security issue?

2005-05-27 Thread Jacob
Can you, or are you able to, password protect the directories? IIS Auth? htaccess? IP restrictions? -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 7:30 AM To: CF-Talk Subject: Robot.txt question... security issue? A client of ours recently

setting session vars to database field values

2005-05-27 Thread Ben Mueller
I'm pretty sure that you don't need the evaluate in the first part of your cfset statement. cfset evaluate('session.#column_name#') = evaluate('project_retrieval.#column_name#') The evaluate statement is going to try to return a value, but you don't have a value for session.#column_name#

RE: Robot.txt question... security issue?

2005-05-27 Thread Che Vilnonis
the directories that need to be protected are protected... i suppose that would be protection enough from robots, correct? keep in mind, this is a recommendation auditing service and not a requirement. I posted this question just to see if anyone had done anything special if and when they were

RE: setting session vars to database field values

2005-05-27 Thread Ian Skinner
Or much easier cfset session[column_name] = project_Retrieval[column_name][currentRow] -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning -Original Message- From: Ben Mueller

RE: Robot.txt question... security issue?

2005-05-27 Thread Jim Davis
-Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 7:30 AM To: CF-Talk Subject: Robot.txt question... security issue? A client of ours recently had a security audit on their web site. The audit recommended that we remove all 'disallow:

RE: Robot.txt question... security issue?

2005-05-27 Thread Che Vilnonis
Jim, that is the recommendation I told my boss. :) The client in question is being audited by Visa/Mastercard and they are using a 'canned' software package/service to perform the audit. In the future, that recommendation may become a requirement in order to help stop online fraud. Thanks, Che

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Kerry
If you do this: cfset var s = structNew() cfset s = mystruct Then s is not a struct, but a pointer to mystruct, so whenever you set a property of s, you are in fact setting a property of mystruct. Also, personally, theres no way i would do this: cfif NOT isDefined(mystruct)cfset

Re: OT: DB schema diagram, now what?

2005-05-27 Thread Pete Ruckelshaus
You realize that Visio will do all of that diagramming and relationships automatically, right? It kind of sounds like you built the diagram manually... Pete ~| Logware (www.logware.us): a new and convenient web-based time

RE: Robot.txt question... security issue?

2005-05-27 Thread Jim Davis
-Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 11:49 AM To: CF-Talk Subject: RE: Robot.txt question... security issue? Jim, that is the recommendation I told my boss. :) The client in question is being audited by Visa/Mastercard and

CFMX7 installation Problems

2005-05-27 Thread Trevor Holm-Laursen
Hey All, We are in the process of setting up a new server to host our clients on and have run into some problems. We installed MX7 onto the box with no issues and were able to run the administrator and test sites. We then installed our control panel, Plesk 7.02, and we lose MX7. No pages

Re: How to make my checkbox insert values

2005-05-27 Thread Ken Ferguson
The answer to your ? is easy, but you have to look at it from an end-user point of view. My shipping address is only slightly different from my billing address, so as a customer it's nice to be able to check the box and then only have to change the addr2 field instead of having to retype all

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Ben Mueller
Kerry, Thanks for your help. You're certainly right about the duplicate function...and of course I should have known that already. But I'm a little confused about your statement that I shouldn't do this: cfif NOT isDefined(mystruct)cfset this.init()/cfif I could call any function in my

Verity PDFs w/ Embedded Fonts

2005-05-27 Thread Gruss Gott
I'm having a problem indexing PDFs with verity and I'm hoping one of you can help. let's say there's this string in the PDF: 34-10-22 When Verity indexes it, if I search for 34-10-22 I won't get any hits, but if I search for 341022 I get the right page. So it's as if Verity skips the special

RE: One more try... 7 = 7?

2005-05-27 Thread Pat Wenke
What version of CFMX? I've seen similar with older drivers (pre 6.1 Updater). -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 7:57 AM To: CF-Talk Subject: One more try... 7 = 7? Anyone ever seen this? Error Occurred While Processing Request 7

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Kerry
how can I ensure that my init function is called Well, theres a lot of answers to that question, but heres two: Way I would do it: cfscript testcom = createobject(component,path.to.component); testcom.init(); /cfscript Another way, which I wouldnt do: cfcomponent cfscript init();

RE: cfcomponent/function inheritance issue?

2005-05-27 Thread Ian Skinner
The way you are using init() it is unnecessary. You can do this in the components pseudo constructor. cfcomponent cfset mystruct = structNew() cfset mystruct.initvar = init varvalue cfreturn this cffunction name=func1 access=public output=no cfset var s = structNew() Anything

RE: One more try... 7 = 7?

2005-05-27 Thread Pat Wenke
Rick - Try setting max pooled statements to 0 in CF admin for the problematic datasource(s). I've seen x = x errors and Variable cannot be converted to requested type errors when adding / removing columns from tables. Changing the max pooled statements setting fixed our problem. See more in

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Ben Mueller
Thanks again for the suggestions. Last question, I swear: why do you not like using the cfscript tag at the top of your components? That seems to be the cleanest solution, since you don't have to explicitly call the init function outside of the component. Is there a performance hit to this

RE: Invalid precision value

2005-05-27 Thread Dave Watts
I am receiving the following CF error: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver]Invalid precision value If I try to run the query directly from MS Access, using the same SQL, I receive no error and

RE: Robot.txt question... security issue?

2005-05-27 Thread Dave Watts
A client of ours recently had a security audit on their web site. The audit recommended that we remove all 'disallow: /xyz/' entries since a potential hacker could read the robots.txt file and surmise which folders may be sensitive. Here's my question, if I remove all of the [disallow:

RE: Search questions

2005-05-27 Thread Dave Watts
You can create a single collection contains both File and Path index entries, but that collection cannot also contain Custom index entries. This is because while both File and Path index entries are based on disk files as indexing targets, Custom index entries are based on database content

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Dave Watts
Thanks again for the suggestions. Last question, I swear: why do you not like using the cfscript tag at the top of your components? That seems to be the cleanest solution, since you don't have to explicitly call the init function outside of the component. Is there a performance hit to

RE: cfcomponent/function inheritance issue?

2005-05-27 Thread Ben Mueller
Good to know. Thanks, Ian. The way you are using init() it is unnecessary. You can do this in the components pseudo constructor. cfcomponent cfset mystruct = structNew() cfset mystruct.initvar = init varvalue cfreturn this cffunction name=func1 access=public output=no

Re: Robot.txt question... security issue?

2005-05-27 Thread Rob
Hacker: Originally, a hacker was someone who made furniture with an axe. In computing slang it is a person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. Also, one who

RE: cfcomponent/function inheritence issue?

2005-05-27 Thread Dave Watts
If you do this: cfset var s = structNew() cfset s = mystruct Then s is not a struct, but a pointer to mystruct, so whenever you set a property of s, you are in fact setting a property of mystruct. There are two things worth pointing out here, I think. The first, trivial, point is that

RE: apache and j2ee config with cfmx

2005-05-27 Thread Dave Watts
First. I just added a another instance of coldfusion to my jrun container and ran the wsconfig to configure it for my new app. When I ran wsconf it deleted all of the folders that i had for each instances that contained the jrun.serverstore files. ( $JRUN_HOM/lib/wsconfig/appname ) i

RE: setting session vars to database field values

2005-05-27 Thread daniel kessler
I couldn't get this one to work but I did get it to work with the session.#column_name#. It now gives a different message that a column is undefined. I'll go looking into that now and see how it goes. Maybe once I fix that problem, this version will work too. The problem may be that I have

OT: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Damien McKenna
While the world is starting to catch on to Longhorn not being the promised land it was promoted as over the past five years (http://www.eweek.com/article2/0,1759,1820686,00.asp http://www.eweek.com/article2/0,1759,1820686,00.asp ), the ties between .NET and Java continue

Re: How to deal with the african money scams

2005-05-27 Thread Adrocknaphobia
Well, speaking with guys at SS, the short story is that SS was at one time one of the more technically advanced bureaus. SS and FBI used to be responsible for online fraud, in a very competitive sense. After 9/11 they shook hands and now there is a separation between hacking/intrusion (FBI) and

RE: setting session vars to database field values

2005-05-27 Thread Ian Skinner
Another hint, when you run a cfquery tag in coldfusion, it returns a list of columns in #queryname.columnlist#. So to rewrite you code. cfif structKeyExists(form,'project_category') cfset project_id = form[form.project_category]) CFQUERY NAME=project_retrieval DATASOURCE=dpch

Re: How to deal with the african money scams

2005-05-27 Thread Jochem van Dieten
Katz, Dov B (IT) wrote: I have a site. It requires user registration to communicate with other users. The communication is sent via email. Users who register are reuqired to confirm their randomly assigned password via email before completing registration. So, lets say we have one such

Re: apache and j2ee config with cfmx

2005-05-27 Thread jw
You can either configure CFMX to use a separate connector for each virtual web server, or one connector for all virtual web servers. I don't have a lot of experience setting this up for Apache - our clients using Apache typically have a single virtual server - but I'd guess that you

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Vince Bonfanti
Who is Bryan J. Smith? These two statements of his strike me as utter foolishness: ...because .NET 2.0 is based on Java 1.4 (thanx to Microsoft's recent re-license), whereas .NET 1.1 is based on Java 1.1... ...once Marc left last year, I think that was the sign that Microsoft is over as

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Mike Klostermeyer
...once Marc left last year, I think that was the sign that Microsoft is over as a software company... Yep, couldn't agree more. I'm tossing all of my MS servers/desktops and all MS software out in the trash today. That trillion dollar, market dominating, company is finished! give me a

Re: OT Checking for video plugins

2005-05-27 Thread Nathan Mische
Have you looked at BrowserHawk? http://www.cyscape.com/ ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Mike Klostermeyer [EMAIL PROTECTED] wrote: ...once Marc left last year, I think that was the sign that Microsoft is over as a software company... Who's Marc? Yep, couldn't agree more. I'm tossing all of my MS servers/desktops and all MS software out in the trash today. That

RE: setting session vars to database field values

2005-05-27 Thread daniel kessler
that worked great. I had to fix a bunch of things but the concept was right-on. and I was about to reply, gosh darnit, I can't get it to do anything... but nope. Wonderful. I get it too. And nice to know about columnlist. I had some code from someone else that did it my way and that's

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Vince Bonfanti
MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, not because they're losing money (they're not--MS continues to be the most profitable company in the history of the world). And don't forget that it took the Roman Empire over 400

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread John Dowdell
Rob wrote: On 5/27/05, Mike Klostermeyer [EMAIL PROTECTED] wrote: ...once Marc left last year, I think that was the sign that Microsoft is over as a software company... Who's Marc? Mark Lucovsky...? http://mark-lucovsky.blogspot.com/

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Damien McKenna
-Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Who is Bryan J. Smith? A local knowledgable geek. These two statements of his strike me as utter foolishness: ...because .NET 2.0 is based on Java 1.4 (thanx to Microsoft's recent re-license), whereas .NET 1.1

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Kwang Suh
...because .NET 2.0 is based on Java 1.4 (thanx to Microsoft's recent re-license), whereas .NET 1.1 is based on Java 1.1... Why is that foolishness? Because it's nonsense. Besides the fact that .NET isn't based (whatever the hell that means) off any version of Java, I think your

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Vince Bonfanti
-Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 3:07 PM To: CF-Talk Subject: RE: Regarding Java and .NET's incestuous ties, and Windows' future These two statements of his strike me as utter foolishness: ...because .NET 2.0

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Matthew Small
I've never heard that .NET is based on Java. Where did that information come from? - Matt Small ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Damien McKenna
-Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED] ...because .NET 2.0 is based on Java 1.4 (thanx to Microsoft's recent re-license), whereas .NET 1.1 is based on Java 1.1... Why is that foolishness? Because it's nonsense. Besides the fact that .NET isn't based

RE: apache and j2ee config with cfmx

2005-05-27 Thread Dave Watts
I don't think I gave all the details. I have 7 instances of CFMX deployed on JRun4. I have about 20 VHosts for Apache. I thought that I HAD to use different connectors for each VHost because it had to know which JRun proxy to communicate with. Oh, ok. Each instance requires a different

Re: Verity and languages

2005-05-27 Thread chad gray
I have run into another problem. Apparently Linux can only do European languages with verity. All of the other OS's can so double byte like Chinese, Korean, Japanese etc... why cant Linux? Does anyone have a workaround or a way to get double byte languages in Linux verity???

RE: Regarding Java and .NET's incestuous ties, and Windows' futur e

2005-05-27 Thread Dave Watts
...because .NET 2.0 is based on Java 1.4 (thanx to Microsoft's recent re-license), whereas .NET 1.1 is based on Java 1.1... Why is that foolishness? While there are many similarities between how .NET and Java work, it is simply not true that .NET is based on Java, beyond folks at MS

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Mike Klostermeyer
Who's Marc? - No idea OK, you're right. Their total assets are only 92,389,000,000, not a trillion. In my mind I was adding to that their total impact on the IT industry, in which case trillion is vastly under-estimated. My point was this: for the author to insinuate that because some 'Marc'

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Kwang Suh
He may be talking about the object model? No, he is not. I suspect he doesn't know what he's talking about. ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Jochem van Dieten
Damien McKenna wrote: From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Who is Bryan J. Smith? A local knowledgable geek. In the land of the blind ... Jochem ~| Logware (www.logware.us): a new and convenient web-based time

Re: How to make my checkbox insert values

2005-05-27 Thread Will Tomlinson
Thanks for the responses. To answer some of these questions, I'm using a html cfform. And this functionality is mainly for aesthetics. I was on a site yesterday and when you checked their box it filled in the ship to inputs. I was like, cool! Whether it fills in the inputs or not, I'm using

Re: Verity and languages

2005-05-27 Thread Steven Erat
Have you installed the verity_asian_locales.zip? http://www.macromedia.com/go/cfmx7_verity_install Download the appropriate Verity Locales package, and save it to your /cf_root/ directory. * verity_asian_locales.zip - includes Japanese, Korean, Chinese (Simplified), and Chinese

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. not because they're losing money Thing happen with companies before

Re: Verity and languages

2005-05-27 Thread Steven Erat
It just occurred to me. The current installations are incorrect and will be updated shortly. The correct directory to extract the language pack zips is to $verity_root/k2/common not $cfroot. Steven Erat wrote: Have you installed the verity_asian_locales.zip?

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
p.s. I'll allow your silly comparison between MS and the Romans to pass only to counter-act my silly estimate of MS's financial net worth. Deal ;) - ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~

RE: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Vince Bonfanti
-Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 3:49 PM To: CF-Talk Subject: Re: Regarding Java and .NET's incestuous ties, and Windows' future On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30

RE: One more try... 7 = 7?

2005-05-27 Thread S . Isaac Dealey
Good catch! I'd completely forgotten about that one... I'll have to tattoo that on the back of my eyelids for easy reference. :) Rick - Try setting max pooled statements to 0 in CF admin for the problematic datasource(s). I've seen x = x errors and Variable cannot be converted to

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: To try to stimulate growth because they have none. To stimulate growth of the stock price--is that what you mean? It is. Yes, but if we're all dead by the time Microsoft falls, it won't matter much to us, will it? True that. (It

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Kwang Suh
On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. How does giving dividends to shareholders stimulate growth? MS

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Kwang Suh
On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. How does giving dividends to shareholders stimulate growth? MS

Registry growing

2005-05-27 Thread Coleman, Brian
On the production server I'm using for Cold Fusion (Windows 2000 Server, 1 processor, 1gig ram), the registry has steadily grown from below 32 meg to 110meg. CF MX 6.1 has been running on the server for almost two years without the registry growing and I haven't made any changes to the CF admin

RE: Registry growing

2005-05-27 Thread Dave Watts
Is there any way to see registry sizes for different parts of the registry to see if CF is really the culprit or if there's something else I don't know about? You can simply look at the CF registry key to see if CF is the culprit: HKLM\SOFTWARE\Allaire\ColdFusion\CurrentVersion, I think.

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
On 5/27/05, Kwang Suh [EMAIL PROTECTED] wrote: On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. How does giving

RE: Registry growing

2005-05-27 Thread Calvin Ward
I don't know the answer to your final question, but one thing you can do is set your default client variable storage to cookie. Personally I agree with Sean and try to avoid client variable usage altogether. - Calvin -Original Message- From: Coleman, Brian [mailto:[EMAIL PROTECTED]

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Jordan Michaels
Kwang Suh wrote: On 5/27/05, Vince Bonfanti [EMAIL PROTECTED] wrote: MS's cash reserves have dropped from 60 to 30 billion because they've been giving it their stockholders as dividends, To try to stimulate growth because they have none. How does giving dividends to

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Rob
BAH! this is getting(?) way off topic Kwang email me off list if you want to continue :) On 5/27/05, Rob [EMAIL PROTECTED] wrote: -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net

Re: Regarding Java and .NET's incestuous ties, and Windows' future

2005-05-27 Thread Kwang Suh
You just answered your own question. If you pay more dividends, more people buy the stock, more people buying your stock == higher stock value == growth What you are talking about is stock price appreciation, which is not growth. Growth is stuff like selling more products and increasing

Re: Registry growing

2005-05-27 Thread Matt Robertson
You can pretty well bet that its client variable storage in the registry. Just because you haven't explicitly turned client var storage on doesn't leave it off. I'll bet you are accumulating just basic client.cfid, client.cftoken, client.hitcount and client.lastvisit data. I saw this happen to

Re: Verity and languages

2005-05-27 Thread chad gray
We are using 6.1 on Linux. According to the language pack download page for 6.1 there is only European not asian. There is asian for Windows 6.1 Have you installed the verity_asian_locales.zip? http://www.macromedia.com/go/cfmx7_verity_install Download the appropriate Verity Locales

  1   2   >