Re: Best way to return multiple records?

2001-06-08 Thread Steve Reich
> I have a query that returns anywhere from 1 to 1800 records. I've > implimented a next/previous button but this keeps calling the query over and > over again. Is there a way to return all the records and then process them > using next and previous? I'm thinking something like a structure mayb

Re: Loan Calculator

2001-06-08 Thread Steve Reich
> I wrote a loan calculator tag that is in the tag gallery. Can't recall the > exact name of it now, but I think if you search for Loan you will find > several, including one from Ben Forta, etc. > > DC Excellent! That's exactly what I was looking for. I saw Forta's tag in there, but it was in J

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

2001-06-08 Thread Zac
On Friday, June 8, 2001, at 08:53 PM, John Wilker wrote: > But Zac is right, what happens when IE > stops supporting jpg, or gif, or png and only supports msg (Microsoft > Graphics format)? However unlikely you may think it, it's a possibility > that > is out there. As an example of this there

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

2001-06-08 Thread John Wilker
I would agree. I'm no fan of NS, and luckily I develop mostly intranet apps, were IE is the standard, I think most of NS's failiings aren't failings, most of us are so accustomed to "The Microsoft way" that anything less is weird or some how less than optimal. Keep in mind NS is older, been around

RE: UUID and CFtoken

2001-06-08 Thread John Wilker
LOL. I work with Tamara :-) J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer www.red-omega.com Pepsi's "Come Alive With the Pepsi Generation" translated into "Pepsi Brings Your Ancestors Back From the Grave" in Chinese. -Orig

RE: Encrypt of a Javascript/ColdFusion page

2001-06-08 Thread Norman Elton
Uwe- I'm not sure if anyone got back to you. I think everyone got caught up in the encryption "debate" :). I'm not exactly sure what you encrypted, but something sounds awry. Encryption of CFM means that the user (supposedly) cannot see the SOURCE of the page (i.e. the ColdFusion code). They onl

Re: Complimentary skill

2001-06-08 Thread Brandon Wood
There is a guy names Stan out there who knows all ther is 2 kno about Cold Fuzion. He can tell u all you need to no. Cheers, BW - Original Message - From: "Jeffry Houser" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, June 09, 2001 12:26 AM Subject: Re: Complimen

OK lets get a grip: Need decryptor tag for CFUG presentation

2001-06-08 Thread James Milks
I never figured I would start a firestorm about this... I am trying to dynamically create a DSN and know for a fact that there are templates in the CF administrator to do so. Via CFHTTP, I figured I had it solved, but I keep getting busted by the login for the Administrator, so I was going to fig

Re: Complimentary skill

2001-06-08 Thread Jeffry Houser
Jason, First off, I suggest you check out the CF-COMMUNITY list. (You can find more info at www.houseoffusion.com ) That lists tends to deal with more non-ColdFusion-technical specific issues. If you want to be a technical guy, I would suggest learning good database design first (I.E

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

2001-06-08 Thread Jon Hall
This is just too much. Netscape 4.x is old and dying thank god, but NS6 is different and it is not going away. Netscape was arguably superior until around the 4.0's (96-97?) when MS started throwing tons of money into IE. Netscape as a company started to stagnate as many of their top developers f

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

2001-06-08 Thread Steve Bernard
The point is that _none_ of the commercial browser vendors have fully followed the standards set forth by the W3C, even when that provided a non-proprietary method of implementing a mutually beneficial feature. This being the case, it could only be worse if one commercial company controlled the wa

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Todd Ashworth
We consulted one .. Unfortunately, while we *can* prove this, through at least one E-mail, we legaly intercepted, we didn't have the time or the finances to persue the matter, since we were actively engaging the Texas Department on Aging in major contract negotiations and didn't have the resource

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Bernard
Preface: The "you" in this reply doesn't mean Todd Ashworth. ;) As I mentioned in another post, copyright and reverse engineering law are very different from ours in many parts of the world. In most cases it is more lenient and does not prevent reverse engineering. This is not to be mistaken with

Re: Complimentary skill

2001-06-08 Thread Zac
On Friday, June 8, 2001, at 04:40 PM, Stevens, Jason wrote: > What would you suggest for someone who wants to > build a very broad and firm foundation for web dev? SQL? Flash? Perl? > JSP? > CF Server? Java - especially as you can use it to build custom tags. SQL - but I can't see how you can

Re: Complimentary skill

2001-06-08 Thread Michael Smith
SQL and database design will both help your CF and any other web database development you do. Forta's SQL in 10 min book is good. Database Design for Mere Mortal is good too. Have fun - Michael Smith, TeraTech, Inc http://www.teratech.com/ "Stevens, Jason" wrote: > I'm fairly new to the Cold Fu

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Bernard
Reverse engineering typically refers to taking a known result and trying to derive how that result was achieved within known bounds. For example, if you wanted to reverse engineer Microsoft's .DOC format you would look at the format of a saved Word document and try to come up with a way to reliabl

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Drucker
Well, I believe the current federal guidelines indicate a STATUTORY $100K per incident fine for the type of copyright infringement you are describing. Time to find an attorney. -S -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 8:11 PM To:

RE: Loan Calculator

2001-06-08 Thread Steve Bernard
I recommend looking at the JavaScript versions and using that as a basis to create your CF code. Otherwise, there are numerous books regarding financial mathematics. Steve -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 7:05 PM To: CF-Talk Subj

Re: Loan Calculator

2001-06-08 Thread David E. Crawford
I wrote a loan calculator tag that is in the tag gallery. Can't recall the exact name of it now, but I think if you search for Loan you will find several, including one from Ben Forta, etc. DC - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]>

Re: Mass mailing (typo corrections)

2001-06-08 Thread Derek Hamilton
I am doing a project that is pretty much the same thing right now. The concerns I had about cfmail was that it serializes the mail queue so only one mail can go out at a time. That would not work for me because I'm sending out ten's of thousands of records. The other issue I have is that this i

RE: How to get a list of all tables in a given datasource - and how to combine queries

2001-06-08 Thread David Shadovitz
For Oracle: select table_name from all_all_tables all_all_tables describes tables accessible to the current user. user_all_tables described tables owned by the current user. Oracle 8i reference: http://www-wnt.gsi.de/oragsidoc/doc_816/server.816/a76961/toc.htm -David On Friday, June 08, 2001

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

2001-06-08 Thread Stevens, Jason
While I'm no fan of monopolies, I have been nothing but happy with Microsoft's browser. Netscape was a substandard product that limited web development and it's getting what it deserves if you ask me. It did a great job of being picky about the code it worked with, which kept me in check MANY of t

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Bernard
>> -Original Message- >> From: Nick McClure [mailto:[EMAIL PROTECTED]] >> Sent: Friday, June 08, 2001 3:58 PM >> To: CF-Talk >> Subject: RE: Need decryptor tag for CFUG presentation >> I would agree with Raymond. Just because you didn't buy the product does >> not mean the code is not co

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Todd Ashworth
There is a very grey line here .. maybe. Take this real life example: We had a father/son team that worked for my company. The father was one of the ones who helped start the company and greatly responisble for making it successful durring its startup phase. As the company grew, the ideas abou

Complimentary skill

2001-06-08 Thread Stevens, Jason
I'm fairly new to the Cold Fusion world and am wondering what skill do you find compliments CF the most? I have been in IT for a little over 2 years now. I started as a Project Manager for a small company, caved into my jealousy for those who can develop and began learning web dev. When I was lear

Re: JavaScript Help

2001-06-08 Thread Steve Reich
> How do I get JavaScript to evaluate tdID into > its true value and not think that I'm refering to > an object named tdID? I recommend to anyone that uses javascript in there applications to join the JS-Jive mailing list (just send a blank email to [EMAIL PROTECTED]). The list has over 900 memb

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

2001-06-08 Thread Jon Hall
No it is not. jon - Original Message - From: "John McKown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 1:24 PM Subject: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True! ~~ Structure your Col

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Robert Long
> ... i'm talking about studying the code, > how they made it work, etc, etcthen developing > your own application... Isn't that's called reverse engineering. -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 3:44 PM To: CF-Talk Subject:

Loan Calculator

2001-06-08 Thread Steve Reich
I would like to build a loan calculator in Cold Fusion. There are a ton of them in Javascript, but I need all the math done on the server. What I need is the math calculations that are required. Does anyone have these formulas or know where I could find them? Thanks, Steve

Re: Email this page to a friend....

2001-06-08 Thread Zac
On Friday, June 8, 2001, at 01:39 PM, Christopher Olive, CIO wrote: > problem with that is that if they haven't configured their email client > correctly in their browser (at least have of the clusers i've talked to > have > not), it won't work well. The end user is hardly to blame for this si

Re: Email this page to a friend....

2001-06-08 Thread Michael Lugassy
people who don't set their e-mail client doesn't have friends to e-mail the page to. - Original Message - From: "Christopher Olive, CIO" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 10:39 PM Subject: RE: Email this page to a friend > problem wit

Re: CF Wireless

2001-06-08 Thread Steve Reich
Thanks, Dylan. "Dylan Bromby" <[EMAIL PROTECTED]> wrote in message news:<002801c0ea5c$db01c130$6401a8c0@bromby>... > steve; > > obviously i run the cf-wireless list, but i subscribe to other wireless > lists as well. > > i have to say the quality of the ones i belong to is not that great. when >

Re: [Speeding Up SQL Server]

2001-06-08 Thread Michael Smith
I know you said no hardware upgrades but adding more RAM than 128Mb would help a lot, and with RAM so cheap these days it should be easy. We run SQL server on a box with 1000 Mb - in my experience RAM gives you better SQL bang for the buck than CPU. - Michael Smith, TeraTech, Inc http://www.ter

Re: Repost: Unknown Parser Error

2001-06-08 Thread Deb Dickerson
If you're not running at least CF 4.5.1SP2, then the problem you encountered is most likely the one detailed in this KB: http://www.allaire.com/Handlers/index.cfm?ID=17421&Method=Full Deb - Original Message - From: "Diana Nichols" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sen

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Bernard
I believe his first point speaks against companies which put out badly designed or implemented products and then use lawyers and money to stop others from exposing the problems. This would be similar to Ford and Firestone trying to get a gag order out so that no one could talk about their tire def

Re: Convert ACCESS query to SQL query

2001-06-08 Thread Don Vawter
I haven't tried this and don't really have and tables I want to remove data from but since a delete by definition removes a row the column names are irrelevant and I don't know why Access would even want them. My feeling is that if you leave out table1.*, table2.* SQL Server will accept it. It al

RE: Mass mailing (typo corrections)

2001-06-08 Thread Jeff Green
Sorry all some typos :) here it is again Hi all, Im working on a project that is going to be sending mass emails, of an opt in list (so its not Spam, its requested Spam :). And im having concerns about the reliability of cfmail. If anyone could post any experiences with good/bad, fixes, worka

Re: Mass mailing

2001-06-08 Thread Brook Davies
Whatever you do, do not use aspmail or aspQmail from server objects inc. While their product is "decent", there support is terrible. If you run in to a problem while in production, you may aswell just look for another product because getting support from serverobjects inc is like getting bloo

RE: Quick question for ya

2001-06-08 Thread Trond Bendiktsen
hi mm ultradev studio is a box containing cf studio 4.5 + mm ultradev 4. ultradev is 'the original macromedia' app for creating cf/asp/jsp applications in a visual environment, not having to do any hand coding. or as i prefer to put it: ultradev is dreamweaver on steroids, since it really is a com

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Paris Lundis
If you are weak in nature you get eaten. The same is true in capitalism. Unfortunately, law and psuedo enforcement tend to be the only means by which people can regulate and do things... Perhaps this is the point where I say open source is so much more mature... even though open source fails

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

2001-06-08 Thread Steve Bernard
To a very short-sighted developer living in the United States perhaps. What this comment is really saying is, "I'm tired of having to develop multiple versions, or one less functional version, because the browser developers are too involved in commercial disputes for any of them to fully implement

RE: Sum Total

2001-06-08 Thread Mark Warrick
SELECT SUM(currency_column) as total FROM whatever Mark Warrick - Fusioneers.com Email: [EMAIL PROTECTED] Phone: 714-547-5386 http://www.fusioneers.com http://www.warrick.net > -Original Message- > From: Alii Desi

Re: Sum Total

2001-06-08 Thread Tony Schreiber
Sum them in the query or during the query output loop. Within QUERY: Select SUM(amount) FROM table During OUTPUT: CFSET Total = Total + Amount > OK I have a table with multiple records each with a currency field, how > would I output the total $ of all the records. > Rich > > > ~

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Robert Long
There are a ton of books out there, why would you need to decrypt someone's tags to learn how to do something? Hell, this list is a wealth of free information. If you need to know how to do something, just ask. I am sure someone out here has done the same thing you're trying to do. Don't rip so

RE: Template Encryption (was Need decryptor tag for CFUG presenta tion)

2001-06-08 Thread Robert Long
>> Can anyone else think of more good reasons to encrypt templates? How about downloadable demos of applications. There are a lot of applications out there that you can download demos for. As an author of one such application, the fact that an unscrupulous individual can decrypt the demo and hav

Re: Looking for a Web Based ActiveX Treeview

2001-06-08 Thread Planet CF
If it works with VB/VC++ then you can make it work thru JavaScript. Atleast I could get the Protoview (Infragistics) treeview to work 'quite well' for what I wanted to do. www.infragistics.com (I am not canvassing for them... just that I happened to work on it) Kedar --- Sutton Yamanashi <[EMA

need some advice

2001-06-08 Thread S R
Hi Everyone,   I've been staring at my code to long and I'm stumped. I have a select menu (see below) that is being populated from a databse.  My problem is, if a user chooses an option from the pull down menu it needs to also send the rest of my form variables to the next page. Right now, usin

RE: Quick question for ya

2001-06-08 Thread Dave Watts
> Is MM UltraDev Studio, just CF studio with a new name? Not exactly. It's a bundle containing CF Studio and Macromedia Ultradev, which is a visual editor. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread CF Crazy
I just want to say when I had javascript question I was told by a very well known/ published developer just to look at the code generated by the tag and the java would be there. Humm now was that illegal? Did, this break any laws. Let's see Iat the time I had no idea how to do javascript vali

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Garza, Jeff
I've been quiet on this topic but can't resist anymore... Yes it's immoral to use the cfdecrypt application to decrypt other people's tags, code, etc... Is that really the issue here? It's also immoral to steal cars, embezzle money from your employer, (insert any felony or misdemeanor you want

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Kevin Mansel
Well i'm not talking about plagerism, i'm talking about studying the code, how they made it work, etc, etcthen developing your own application, that is how a lot of us learned from bookes that we've bought, starting out with cold fusion, I am sure most of us put in a few bits of code mentioned

RE: Email this page to a friend....

2001-06-08 Thread Christopher Olive, CIO
problem with that is that if they haven't configured their email client correctly in their browser (at least have of the clusers i've talked to have not), it won't work well. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Micha

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Lon Lentz
The key phrase in my explanation was "permission from owner". If you own the code, it's legal to circumvent it. But by the judge's declaration in the DeCSS case, any tool used for encryption circumvention violates the DMCA. I'm not saying it's right, just what the judge said. The MPAA has won a

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Kevin Mansel
Raymond, I didn't take it as a personal attack :) Maybe i was a little vague on the book, code thing, I am just talking about examples they give in books, and taking those examples, studying how the code was written, and then taking it to a high level. I'm not talking about stealing code or

RE: Repost: Unknown Parser Error

2001-06-08 Thread Diana Nichols
I've just (finally) solved the same issue..the direct cause is that the server CFServer is running at 100% (and must be restarted). There are probably other scenarios which would cause this...but here's what my problem was: I run SQL2000, but had created a quick Access database for testing a new

OT: Convert ACCESS query to SQL query

2001-06-08 Thread Bruce, Rodney
Need a little help with this, just learning SQL server and am trying to convert over from ACCESS. In ACCESS my query looks like: DELETE table1.*, table2.* FROM table1 LEFT JOIN table2 ON table1.field= table2.field WHERE table1.field = variable; and works fine but removing *s does not work.

RE: Access Help!!!

2001-06-08 Thread Janine Jakim
It needs to be and not--not or ((EncounterOutcomeCATID <> 23) or (EncounterOutcomeCATID <> 32) and (EncounterOutcomeCATID <> 27) and (EncounterOutcomeCATID <> 24) and (EncounterOutcomeCATID <> 25)) -Original Message- From: Julie Clegg [mailto:[EMAIL PRO

Re: How to get a list of all tables in a given datasource - and h ow to combine queries

2001-06-08 Thread Jim Watkins
So how would I write the cfoutput statement to list the tables if I don't know what they are? I just want the table names - Original Message - From: "Mario Talavera" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 2:16 PM Subject: RE: How to get a list o

RE: Access Help!!!

2001-06-08 Thread Braver, Ben
Julie, Your "or" statements need to be "and". If you had wanted to *include* specific values you use OR: WHERE blah = "a" OR blah = "b" OR blah = "c" But if you want to *exclude* specific values, you have to use AND: WHERE blah <> "a" AND blah <> "b" AND blah <> "c" If you have "d" as a value,

RE: CFForm only passing one of my variables

2001-06-08 Thread Larry Junker
I got it. I was bypassing my Login check page which is where the variables were being identified. -Original Message- From: Larry Junker [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 12:45 PM To: CF-Talk Subject: CFForm only passing one of my variables Guru's; I have a CF Form

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Nick McClure
I would agree with Raymond. Just because you didn't buy the product does not mean the code is not copyrighted. Many people produce freeware products. That means you are free to use the product that you are provided. Decrypting/Reverse engineering gives you something you were not originally giv

RE: CFForm only passing one of my variables

2001-06-08 Thread Kelly Matthews
why do you have a TITLE tag in 2 of your 3 radio buttons -Original Message- From: Larry Junker [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 1:45 PM To: CF-Talk Subject: CFForm only passing one of my variables Guru's; I have a CF Form on my login page that uses the following c

Re: CF 5 Cfgraph problem More Info

2001-06-08 Thread Jim Watkins
No, that isn't my problem. Wish it was! - Original Message - From: "Tim Painter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 12:48 PM Subject: Re: CF 5 Cfgraph problem More Info > Man this was weird -- by chance do you NOT have a tag there? I was

Mass mailing

2001-06-08 Thread Jeff Green
Hi all, Imp working on a project that is going to be doing mass emails, of an opt in list (so its not Spam, its requested Spam :). And imp having concerns about the reliability of fail. If anyone could post any experiences with good/bad, fixes, workarounds, tags more reliable, basically anythin

Re: How to combine queries

2001-06-08 Thread Larry C. Lyons
Josh, Have a look at Nate Weiss' CF_QueryMergeSideBySide (http://www.nateweiss.com/taggallery/). To quote from the Docs: -- This tag takes two query result sets and creates a new query that contains data from both queries. The new query has all the columns from the first query, plus all the colu

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
So, by your logic, if I use weak encryption, then I shouldn't try to stop people from abusing it? Therefore, I shouldn't press charges against a criminal if I don't use a strong lock? I may be stupid for not using a good lock, but that doesn't mean I should get robbed. Raymond Camden > -Or

Sum Total

2001-06-08 Thread Alii Design
OK I have a table with multiple records each with a currency field, how would I output the total $ of all the records. Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archive

Re: OT BUT URGENT: IIS stability

2001-06-08 Thread Marc Edwards
Hmm. Quite honestly, from my experience, having a stable IIS deployment seems largely a matter of luck, and is subject to your particular recipe of Service pack versions, configuration options, the choice of IIS packages you have installed (I remember on particular system where installing the html

Re: OT BUT URGENT: IIS stability

2001-06-08 Thread Jon Hall
Bite the bullet and reinstall Win2k. I have seen the problem with extremely slow transfers on my home machine. I thought it was a problem with my isp for a long time. Then I reinstalled Win2k and it worked wonderfully again... Patrick Norton of The Screensavers had the same problem too, fixed by a

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Steve Bernard
Norman, Very good point. When those functions were "found" the only security concern I heard was that you should protect those functions from unauthorized use. No one questioned how they were found, and I didn't hear much of stink over why they were never released before. It was treated almost li

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

2001-06-08 Thread Zac
> A Web Developer's Dream Come True! Sure is. Until Microsoft decides it wants to totally abandon any support for web standards and makes its browsers support and require technologies that only work under Windows. ~~ Structure your ColdFusion cod

Re: [RE: [RE: Protecting Files Served via HTTP or FTP]]

2001-06-08 Thread Alex
start with a basic login/passwd/application.cfm send them an email with a password and link to the login screen protecting the file directory. when they log in update the database to reflect that that passwd has been used. "Evan Lavidor" <[EMAIL PROTECTED]> wrote: Any thoughts as to how? We'r

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Jeffry Houser
At 09:54 AM 06/08/2001 -0700, you wrote: >Anyone with any knowledge of using a search engine can find that site. I >don't think it was that big of deal personally. A popular way to learn how >to code is to see other people's code. That is how you learn in school, the >teacher shows you code, yo

RE: OT BUT URGENT: IIS stability

2001-06-08 Thread Dave Watts
> Sorry for the OT post, but I REALLY need help on this one, > people's jobs are on the line. > > We have a serious problem with stability on IIS 5, Win 2K, CF > 4.5.2. IIS has suddenly started to die. Symptoms include - > > - Existing virtual directories get "lost". VDir's that have > be

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
Howie, A User-defined key would not be a bad thing necessarily...it is simply something that would have to be loaded when the server starts...they could even use a key creation method similar to what IIS uses when you need to issue a new certificate... Basically my premise is this, MM should do

Template Encryption (was Need decryptor tag for CFUG presentation)

2001-06-08 Thread Mark Warrick
The only good things I can think of (at the moment) about encrypting templates are to: (1) Make sure that clients who are unware of the decrypting tools don't inavertenly or purposely make modificatios to your code. (2) Make sure other ColdFusion developers sitting on a shared box cannot (easily)

Re: OT BUT URGENT: IIS stability

2001-06-08 Thread Bryan LaPlante
A similar thing happened to me and the cause of the memory saturation was a security site I had used RDS security or advanced security. If you are using the native cfauthenticate cfauthorize tags in a security setting, go look at siteminder in perfMon and see how much memory it has tied up. It see

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Kurt Ward
Simple solution: Don't offer encryption of the templates in the first place. If you want what the encryption TRIES to do, write compiled code in whatever flavor you like for COM/Java/CFX. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 12:5

Encrypt of a Javascript/ColdFusion page

2001-06-08 Thread cf-talk
I would like to encrypt a Javascript embedded in a CF-page. I tried it with codeseal.com. After encryption of the CF page JS isn't working correcty anymore. Is there any change to encrypt JS/CF pages, that people can't see the JS coding anymore ? Thanks for ideas. Uwe ~

Quick question for ya

2001-06-08 Thread Jeff Green
Is MM UltraDev Studio, just CF studio with a new name? TIA, 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

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Zac
On Friday, June 8, 2001, at 09:54 AM, Kevin Mansel wrote: > A popular way to learn how > to code is to see other people's code. That is how you learn in > school, the > teacher shows you code, you get a book, then you take it to the next > level > to create something with the tools you learn

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Joseph Thompson
There is a CFML "Batch Encryptor" here that will make a complete encrypted copy of your entire site (very handy) http://cfhub.com/tutorials/cfencode/ > ok, so how does one go about encrypting a CFm template? > > nick > ~~ Structure your ColdFus

RE: How to combine queries

2001-06-08 Thread Mike Nimer
If your using cf5 you can use the query-a-query feature. example code: === select aID,aCol1,aCol2 from table select bID,bCol1,bCol2 from table select aCol1,aCol2,bCol1,bCol2 from q1,q2 where aID = bID ===

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
But Kevin that book has been published and the author has made the decision to give that code away with the COST of the book...or the Teacher has been PAID by the school to develop the program as a learning tool...See the general thread there...MONEY changing hands... If you just pluck a tag off

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
> Anyone with any knowledge of using a search engine can find that site. I > don't think it was that big of deal personally. A popular way to > learn how > to code is to see other people's code. That is how you learn in > school, the > teacher shows you code, you get a book, then you take it t

File in use errors...

2001-06-08 Thread Scott Weikert
Hey gang - I've got a utility that digs around for log files, and depending on the options chosen, will zip the log file up and/or delete the unzipped log file (only works on log files not currently in use - i.e. today's for daily logs, or this month's for monthly). I'm getting "file in use" err

RE: CF 5 Cfgraph problem More Info

2001-06-08 Thread Ann Harrell
Yes, mine work.I just installed 5.0 this morning. Ann > -Original Message- > From: Jim Watkins [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 11:49 AM > To: CF-Talk > Subject: Re: CF 5 Cfgraph problem More Info > > > Tim, > > If you go to > http://127.0.0.1/cfdocs/exampleapps/c

Re[2]: ## Verity not finding .pdf docs

2001-06-08 Thread Jason Blum
Judith or others, Is it absolutely certain that CF5's Verity recognizes Acrobat 4? How about the new Acrobat 5? If possible, could someone point me to some documentation? -Jason Reply Separator Subject:Re: ## Verity not finding .pdf docs Author: Judi

How to Avoid a CF_Meltdown: The Topic at Next Week's NYCFUG!

2001-06-08 Thread Judith Dinowitz
Shlomy Gantz, VP of Technology at Ices, Inc., will be leading us in a very timely discussion on "Damage Control: What to Do When Your ColdFusion Project is Experiencing a Meltdown." Shlomy has been leading technology groups for the last 5 years. Before coming to the U.S., he was a CTO in Melig

Repost: Unknown Parser Error

2001-06-08 Thread kraybill
No answers from my first post regarding: -- Error -- "Just in time compilation error unknown parser error The last successfully parsed CFML construct was the CFML template beginning occupying document position (1:1) to (1:1)" -- End of Error ---

Access Help!!!

2001-06-08 Thread Julie Clegg
Hello, I am in need of a little more access/query help! I have a table "Appointments". I need to create a report that will give me the total number of meeting for each month in the year 2000 that dont have a certain outcomecategoryI put together a query that I thought would acomplish t

RE: Javascript wildcard string matching

2001-06-08 Thread Bryan Love
JS has an indexOf() function that will help you... Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: Smith, Melanie [mailto:[EMAIL PROTECTED

RE: How to get a list of all tables in a given datasource - and h ow to combine queries

2001-06-08 Thread Mario Talavera
SELECT * FROM tab; will give you all the table availables for you in oracle Mario Talavera Developer http://www.joepix.com -Original Message- From: Jim Watkins [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 10:18 AM To: CF-Talk Subject: Re: How to get a list of all table

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Marc Edwards
I don't see how the software can be illegal, as it does have legitimate use if you've lost or don't have immediate access to your unencrypted source code. How can it be illegal to circumvent encryption which you yourself applied to your own source code to which you yourself own the copyright??? An

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Chris Maloney
True, I think my point was more in finding humor in the fact that a simple call to technical support would resolve the issue :) I've never actually looked at what CF generates for encrypted content but I assume that the key is stored with in the encrypted file or that CF has a 'master' key for de

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Raymond Camden
> We had a programmer leave and they left everything encrypted, so we had to > decrypt the files to update them and fix errors I can see this. But again, legally, you should have, probably, contacted Tech Support @ Macromedia. > The other time is a little like "reverse engineering" - I downloade

CF5 Verity Problem

2001-06-08 Thread Saidi; Marwan
Hello all. Just installed CF5 on RedHat 7.1. No problems! Well, that is until I tried to create a Verity Collection named FullSearch. This collection created fine, but when I tried to index it through Administrator, the template timed out (through our proxy server). No problem, right, just go back

Integration with MS Exchange, Lotus Notes

2001-06-08 Thread Marc Edwards
Hi everyone, does anyone have experience integrating CF apps with Exchange Server or Lotus Notes? Know of any custom tags, free or commercial that can be used for this purpose? Thanks, Marc ~~ Structure your ColdFusion code with Fusebox. Get t

CFForm only passing one of my variables

2001-06-08 Thread Larry Junker
Guru's; I have a CF Form on my login page that uses the following code. When I submit my form, I get my DIVISION variable to pass through OK, however it seems as though my DIV_GROUP variable does not pass through. I am including a snippet of code to see if this stirs any interest in helping me o

Re: Need decryptor tag for CFUG presentation

2001-06-08 Thread Tim Painter
> It's no secret: > > Matt Chapman ([EMAIL PROTECTED]) > > And, if you search the net you'll find it all over the place (including source code) so getting it off the net is not going to > happen. I've even seen it offered as shareware (if you can believe that!) Reminds me of one of my favorites

  1   2   3   >