Re: Global UUID and Client vars

2002-01-16 Thread Billy Cravens
This doesn't really answer your question, but it seems like you're counting on unique CFID's - seems like I read somewhere that this is not something that you can count on. (though UUID's are supposedly globally unique) - Original Message - From: Dave Carabetta [EMAIL PROTECTED] To:

OT: ASP.NET

2002-01-16 Thread Billy Cravens
Noticed that ASP.NET is finally gold. Pretty interesting technology (or powerful, depending on your attitude toward MS) I'm a big fan of the more solutions I can offer, the better, but even if you're 100% committed to CF, I'd recommend checking it out (You can't make professional arguments

Re: Global UUID and Client vars

2002-01-16 Thread Billy Cravens
(and CFTOKENS for that matter). That's how the user gets identified. Am I wrong? Dave. Original Message Follows From: Billy Cravens [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Global UUID and Client vars Date: Wed, 16 Jan 2002 11:04

Re: ASP.NET

2002-01-16 Thread Billy Cravens
Subject: RE: ASP.NET do you have any info on resources where one can learn more about NET and how to implement it? in the dark about .NET ~~ Stephenie -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:12 PM To: CF-Talk

Re: Multiple sites...

2002-01-16 Thread Billy Cravens
For the most part, this isn't something you'd do in your application server - you do it in your web server (for example, custom headers in IIS). However, if you don't have access to the web server, you can do it in code. It's no more difficult to do in CF than it is in any other language. For

Re: Downloadable quick reference...

2002-01-16 Thread Billy Cravens
If you're using ColdFusion Studio for development, it is built into the IDE. Click on the Help tab in the resource tab; look for the CFML Reference tab. You can also find documentation here: http://www.macromedia.com/v1/developer/documentation/coldfusion.cfm though it isn't in the .chm format

Re: Looking for suggestions for a Virtual Museum

2002-01-16 Thread Billy Cravens
As a fan of history (more of geeky interest in it - I'm not a history buff because I'm not buff in my history knowledge) this sounds fascinating. I would try to keep the vision of the museum in mind when you start doing application design and data modeling. Try to model it the same way the

Re: Need something like the MSWC.BrowserType object

2002-01-15 Thread Billy Cravens
There's a number of custom tags available, like cf_browser (all they do is parse the cgi.user_agent) - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 14, 2002 6:49 PM Subject: Need something like the MSWC.BrowserType object Hmm, it

Re: Content Management System Intranet

2002-01-15 Thread Billy Cravens
I'm not sure if it fits your needs, but take a look at iiFramework (www.iiFramework.com). It's pretty inexpensive. - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 8:23 AM Subject: Content Management System Intranet

Re: Quanta?

2002-01-10 Thread Billy Cravens
I've used Quanta (for PHP, not CF development). It's not a bad editor, but it doesn't have the power of Studio. Once they offer (do they?) the ability to extend the IDE with user-defined toolbars and wizards (similar to VTML), it will be very cool. (I know they say they support CF, but I get

Re: calling .sql scripts with CF and MySQL: how to?

2002-01-10 Thread Billy Cravens
I don't think there's a way to do it using CFQuery, since the method requires directing a file into the mySQL client via command line. Your best bet seems like CFExecute. (I'm assuming this is available for Solaris - I'm absolutely ignorant on CF/Solaris) - Original Message - From:

Re: calling .sql scripts with CF and MySQL: how to?

2002-01-10 Thread Billy Cravens
Why no just CFFile the .sql file, and include the contents of the file in a CFQuery - this isn't exactly what you're looking for, but it gives you same results. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 10:26 AM Subject:

Re: verity and html comments round II

2002-01-10 Thread Billy Cravens
Here's my 30-second workaround - CF process that grabs source from all the pages, strips out comment indicators (but keeps text of comments), sticks text into db. Then verity against the db, and have pointers to the true url in the database, which are then output as the result of your verity

flash components: calendar

2002-01-10 Thread Billy Cravens
I'm trying to use the Flash Components kit's calendar widget. I'm using it in inline mode for date selection. The custom tag creates a hidden form field for the field that I specify, but no matter what I select in the calendar, it always passes a zero-length string. Does this widget work

Re: flash components: calendar

2002-01-10 Thread Billy Cravens
components: calendar The widget is f***ked up. You need to DOUBLE CLICK the date you select in order for it to register. At least this works in Internet Explorer. Doesn't seem to work at all in Opera. A real shame :( -Gel -Original Message- From: Billy Cravens [mailto:[EMAIL

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Billy Cravens
Wouldn't this tag only handle mail that is in the UNDELIVERABLE folder? If so, this has nothing to do with Melissa's problem. - Original Message - From: Don Vawter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:13 AM Subject: Re: CFMAIL problem - not

Re: Step in the rigth direction --Developer Edition

2002-01-10 Thread Billy Cravens
Of course, if the user had a liscensed copy of CF Studio, it included the developers copy of CF Server. I'd think you'd make CF Studio (liscensed, not trial) one of your class requirements. - Original Message - From: Jason Kufner [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: Help Quick!

2002-01-10 Thread Billy Cravens
It can. (I think this might be IIS5+ - but I could be wrong) look at the app mappings (properties of web site, Home Directory, Configuration, Edit a mapping) and you'll see an option for Check that file exists - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Help Quick!

2002-01-10 Thread Billy Cravens
Actually, there's no mind reading involved. You know the URL they are looking for, as well as any variables GET'ed or POST'ed. Easy enough to look at that information and develop a method for redirecting the user (possibly a database of moved pages, or a lookup for common typos of URL's) -

Re: Step in the rigth direction --Developer Edition

2002-01-10 Thread Billy Cravens
Not really. I know there are those that develop in Notepad or Homesite, but most will agree that CF Studio is the tool of choice for professional CF Development. Most forms of education have requisites for classes - books, materials, etc. However, I'll agree that providing a devloper liscense

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
Are you sure that the relationships are only used in the Access GUI? My understanding is that they were true constraints. I'd recommending building your schemas the right way - for practice sake and for future robustness of those applications. - Original Message - From: Gyrus [EMAIL

OT: fusebox.org

2002-01-09 Thread Billy Cravens
Bizarre - went to fusebox.org, and for a few minutes, received one of those stupid domain for sale pages (you know, with the cheesy 'click and make me money' wanna-be portals). Everything appears to be ok now. __ Why Share?

Re: CF Mappings

2002-01-09 Thread Billy Cravens
Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule - Original Message - From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:53 AM Subject: CF Mappings What is the determining factor

Re: Historical events

2002-01-09 Thread Billy Cravens
You could contact some of the sites that have this functionality and see if they'd sell. Do a search for on this day (keep the quotes) in Yahoo or Google. You'll get results for sites like http://www.on-this-day.com/ - Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
You're right, not defining the relationships won't cause anything to crash, but can compromise the integrity of your database - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 10:52 AM Subject: Re: Defining internal DB

Re: Defining internal DB relationships necessary?

2002-01-09 Thread Billy Cravens
There would be an error, but IMHO, *this is a good thing* - during development, it would illustrate an area where data integrity was being violated, and allow you to fix the problem (cascading deletes through triggers, or done manually through cfml) - Original Message - From: Gyrus

Re: CF Mappings

2002-01-09 Thread Billy Cravens
, that is why I am asking? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:11 PM To: CF-Talk Subject: Re: CF Mappings Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule

OT: SiteSprung

2002-01-09 Thread Billy Cravens
Couldn't help but chuckle when I saw this on the Developer's Exchange. A web based project management system that competes with SiteSpring - seems like the product name similarity could cause Macromedia's lawyers to use someone's head as a trampoline. :-)

Re: CFLOCK on files

2002-01-08 Thread Billy Cravens
Note that CFLock is totally indepedent of file locking. CFLock only locks a block of code within a particular context within CF. I was under the impression that the other service Jim was referring to wasn't necessarily a CF application, in which case CFLock would have absolutely ZERO affect on

Re: CFLOCK on files

2002-01-08 Thread Billy Cravens
. If CFFILE is really as ill-behaved as everyone says, then that has at a least a few implications for its use and usefulness. Jim - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 10:32 AM Subject: Re: CFLOCK

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Billy Cravens
When you start iterating through your inner query, it loses its place in the first query - meaning, referencing a column from the outtermost query and expecting it to know what row it is on. Like referencing query.column outside of a query loop, it defaults to the first row's value. You should

Re: Clustering and CF variables.

2002-01-08 Thread Billy Cravens
What are the performance implications of allowing your registry to grow like that? A portion of memory allocated to Windows is for the registry, and the bigger the registry, the more memory used. - Original Message - From: Tyler M. Fitch [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Creating ZIP archives

2002-01-08 Thread Billy Cravens
Alternately, you can use CFExecute and a command line program like PKZip. - Original Message - From: Jeff Sarsoun [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 2:21 PM Subject: RE: Creating ZIP archives I wrote a java CFX tag that does exactly this.

Re: VNC vs PC Anywhere

2001-12-20 Thread BILLY CRAVENS
Or you could get Windows XP Professional (cheaper than 2K Server) --- Billy Cravens - Original Message - From: David Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 6:14 PM Subject: Re: VNC vs PC Anywhere Thank you, Yes I have installed

Re: javascript escape sequence problem

2001-12-20 Thread BILLY CRAVENS
Your double quotes inside of your pound signs should not make a difference if they're part of a function. Is the JavaScript nested inside of a CFOUTPUT? --- Billy Cravens - Original Message - From: Gilbert Midonnet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday

Re: Reading header variables in Cold Fusion

2001-12-20 Thread BILLY CRAVENS
Look at this function: GetHttpRequestData() ---Billy Cravens - Original Message - From: Alan Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 1:10 PM Subject: Reading header variables in Cold Fusion Hello All, I am developing an application

Re: Disable form field based on select box

2001-12-20 Thread BILLY CRAVENS
In some browsers, you can set a text field to readonly. However, for a version that is cross-browser, I would look at hiding/showing layers based on what the value of the select box. --- Billy Cravens - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED

Re: Reading header variables in Cold Fusion

2001-12-20 Thread BILLY CRAVENS
Nevermind - I'm wrong. Look at Joseph DeVore's post. :-) --- Billy Cravens - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 1:21 PM Subject: Re: Reading header variables in Cold Fusion Look at this function

Re: simple HTML ?

2001-12-20 Thread BILLY CRAVENS
change the javascript:void() to # (be sure to escape it as necessary) --- Billy Cravens - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 4:51 PM Subject: Re: simple HTML ? I tried your code, but get an error

Re: simple HTML ?

2001-12-20 Thread BILLY CRAVENS
I like using # instead, since it keeps the browser from going to somewhere non-existent for those that have JS disabled. Plus, it's shorter to type. :-) --- Billy Cravens - Original Message - From: Garza, Jeff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20

Re: How can I get a query's name?

2001-12-20 Thread BILLY CRAVENS
Why not change your UDF to take the name of the query as a string, and when referencing your query, use evaluate(). --- Billy Cravens - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 4:38 PM Subject: Re: How can I get

Re: CF 5 can't handle DB2 (was: Server running way too slow)

2001-12-19 Thread BILLY CRAVENS
I assume that you have all of the shared variables locked? Whereas you could more or less get away with this in prior version, CF5 is very picky about it. --- Billy Cravens - Original Message - From: Andrew Peterson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday

Re: OT was wondering if any Javascript guru's could give me a hand with this code

2001-12-19 Thread BILLY CRAVENS
. Also, have you tested the code with older IE browsers? (4,5,5.5) I'm just curious why you are using document.getElementById - as far as I know, document.formName seems to work in all browsers. --- Billy Cravens - Original Message - From: Troy Montour [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: VNC vs PC Anywhere

2001-12-19 Thread BILLY CRAVENS
I'd say VNC unless it's a Windows 2000 box. If it's Windows 2000, use Terminal Services. --- Billy Cravens - Original Message - From: Ben Whalley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 11:15 AM Subject: OT: VNC vs PC Anywhere Has anyone

Re: VNC vs PC Anywhere

2001-12-19 Thread BILLY CRAVENS
You can actually access it from a browser (ActiveX control): http://www.microsoft.com/windows2000/downloads/recommended/TSAC/default.asp --- Billy Cravens - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 11:24 AM

Re: Report Utilities

2001-12-19 Thread BILLY CRAVENS
PDF is the way to go. If the format of the form is static (and only the data changes) look at using FDF; otherwise, I'd recommend something like ActivePDF (though I've heard some that HTMLDoc, a freeware EXE, works pretty good too) --- Billy Cravens - Original Message - From: Douglas

Re: Credit Card, TAG/Questions

2001-12-19 Thread BILLY CRAVENS
. On the plus side, perhaps you can sell your code if you're the first. (nothing like an unbroached market!) --- Billy Cravens - Original Message - From: Michael Ross [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 11:54 AM Subject: Credit Card, TAG/Questions

Re: VNC vs PC Anywhere

2001-12-19 Thread BILLY CRAVENS
Not the server, but you can install the client. (Windows XP Professional does have a TS server though) Go to the link I posted earlier. Thee should be a link to the workstation client. Alternately, you can install the web version (same link) on any IIS box to control a TS server. --- Billy

Re: CFObject ADO the decimal datatype

2001-12-18 Thread BILLY CRAVENS
GetRows() converts to a VBScript array; not a CF array. If you want to see the contents of the array, you'll need to write a wrapper object that makes the ADO calls and gets the results. Out of curiosity, why are you using ADO instead of CFQuery? --- Billy Cravens - Original Message

Re: CFObject ADO the decimal datatype

2001-12-18 Thread BILLY CRAVENS
custom tag. Have you tried casting the column's datatype in your SQL? --- Billy Cravens - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 12:43 PM Subject: Re: CFObject ADO the decimal datatype GetRows() converts

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
A search on Google returned 905 results - a few of them actually pointed to some valid resources. I'd post some URL's, but I don't want to presume that you have a web browser installed. --- Billy Cravens - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
Actually, you were pointed to an excellent resource, but you disregarded it and were practically antagonistic at the concept of using something you were unfamiliar with. As such, can you expect much more than sarcasm? --- Billy Cravens - Original Message - From: Neil H. [EMAIL PROTECTED

Re: Could you give my application a once through

2001-12-18 Thread BILLY CRAVENS
Looks like your server's down. --- Billy Cravens - Original Message - From: Robert Everland [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 3:20 PM Subject: Could you give my application a once through Just finished my appplication and have already

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
happens. The resource kit specified is a very common one, and building a VB project is very simple (File-Make Project) I'm sure the list is full of developers who would be willing to build this app for you. --- Billy Cravens - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF

Re: Allaire Partner upgrades...

2001-12-18 Thread BILLY CRAVENS
So UD is considered an upgrade to CF Studio? hahahahahahaha I thought it was the other way around. --- Billy Cravens - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 4:25 PM Subject: RE: Allaire Partner

Re: Just when you thought the topic of locking was completelyexhausted...

2001-12-17 Thread BILLY CRAVENS
So would it simply not access the code within the lock? --- Billy Cravens - Original Message - From: Pascal Peters [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 17, 2001 5:49 AM Subject: RE: Just when you thought the topic of locking was completelyexhausted

Re: Can we have two datasources with the same name?

2001-12-14 Thread BILLY CRAVENS
I used to make that same mistake. However, if you use #application.dsn#, that means that you have to lock every query - this really hurts performance. Use a non-shared scope (like request) --- Billy Cravens - Original Message - From: Larry Juncker [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: CF and JS

2001-12-14 Thread BILLY CRAVENS
if they have it turned on. --- Billy Cravens - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 10:56 AM Subject: CF and JS Is there anyway to detect if a browser has javascript enabled/disabled using CF

Re: OT(apologies)

2001-12-14 Thread BILLY CRAVENS
Don't forget the pinnacle of objective news reporting, www.nationalenquirer.com --- Billy Cravens - Original Message - From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 11:50 AM Subject: RE: OT(apologies) www.whitehouse.com On Thu, 13 Dec

Re: Can we have two datasources with the same name?

2001-12-14 Thread BILLY CRAVENS
Of course, it's a good idea to stick it in request scope in case you need the DSN for any custom tags, etc. --- Billy Cravens - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 11:15 AM Subject: RE: Can we have two

Re: NTConsoleJava Tieing Up Resources

2001-12-14 Thread BILLY CRAVENS
link to cf5 hotfixes: http://www.allaire.com/Handlers/index.cfm?ID=20371Method=Full#50 --- Billy Cravens - Original Message - From: Nick Han [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 12:05 PM Subject: Re: NTConsoleJava Tieing Up Resources I

Re: How to take only a CUSTID number from XML code

2001-12-14 Thread BILLY CRAVENS
It's a hack, but it should work: cfscript xml = cfhttp.fileContent; pos1 = find(string,xml); pos2 = find(,xml,pos1); xml=removeChars(xml,1,pos2); pos3 = find(/string,xml); str = removeChars(xml,pos3,len(xml)); /cfscript When I grow up, I'll become a RegEx guru :-) --- Billy Cravens

Re: How to take only a CUSTID number from XML code

2001-12-14 Thread BILLY CRAVENS
Yeah, but wouldn't the overhead of instantiating the object be overkill with such a little packet? --- Billy Cravens - Original Message - From: Scott Mulholland [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 2:53 PM Subject: RE: How to take only a CUSTID

Re: Trimming Files

2001-12-11 Thread BILLY CRAVENS
fileContents = listDeleteAt(list,lineNum,chr(10)) cfelse cfset lineNum = lineNum + 1 /cfif /cfloop --- Billy Cravens - Original Message - From: C. Hatton Humphrey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 8:40 AM Subject

Re: Writing to text file

2001-12-11 Thread BILLY CRAVENS
cfelse cfset action=APPEND /cfif cffile action=#action# file=test.txt output=#fname#,#lname# addnewline=Yes /cfoutput --- Billy Cravens - Original Message - From: Mookie Bear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 2:36 PM Subject

Re: javascript or html to crash netscape or IE

2001-12-11 Thread BILLY CRAVENS
I know that this chunk in an .htm by itself will take down NS4: tabletd width=1style=width:1div style=width:11 scriptdocument.write('div style=width:1')/script /table --- Billy Cravens - Original Message - From: Ron Hornbaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: CFContent

2001-12-11 Thread BILLY CRAVENS
What MIME type are you passing? --- Billy Cravens - Original Message - From: Janine Jakim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 2:59 PM Subject: CFContent I'm using CFCONTENT to call a pdf form- It does fine on MAC IE and most pc IE

Re: Hi

2001-12-10 Thread BILLY CRAVENS
). The same people who jump on the MS=bad bandwagon are the same people who buy MS products. (Perhaps .NET will change this - short term subscriptions, as opposed to lifetime liscenses, could be more of a market catalyst) --- Billy Cravens - Original Message - From: Costas Piliotis [EMAIL PROTECTED

Re: How do people work around the current limited cfmail

2001-12-10 Thread BILLY CRAVENS
have you analyzed your undeliverable folder and your logs? I've found that when mail isn't going, it's usually an SMTP config issue. --- Billy Cravens - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 11:17 AM

Re: How do people work around the current limited cfmail

2001-12-10 Thread BILLY CRAVENS
Easily done - CFSCHEDULE a task that checks the undeliverable folder, loops through the files, and emails them to whoever, and then deletes them from the folder --- Billy Cravens - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday

Re: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread BILLY CRAVENS
Looks like a decent product - too bad they just ruined their credibility by using SPAM Perhaps they can get in good graces by posting in a message to the list, typed 100 times: I will not resort to pathetic, slimy marketing tactics :-) --- Billy Cravens - Original Message - From

Re: Test time

2001-12-10 Thread BILLY CRAVENS
I'm not having any problem seeing the time of each message - they appear correct. Perhaps it's an issue with your mail client/server. --- Billy Cravens - Original Message - From: Won [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:43 PM Subject: Test

Re: CfLocation ?

2001-12-10 Thread BILLY CRAVENS
Use hidden frames. --- Billy Cravens - Original Message - From: Eric J Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:09 PM Subject: CfLocation ? Is it possible to use cflocation after a cfcontent download? I can't seem to make it work

Re: CFX Single Thread question

2001-12-07 Thread BILLY CRAVENS
How will you manage calling these tags? This could only be most effective if you evenly distribute calls across your cluster, but there's no way in CF to do that (no way to do that cfx_tag1_#var# ) --- Billy Cravens - Original Message - From: Kevin Pechin [EMAIL PROTECTED] To: CF-Talk

Re: Dynamic PDF products for Unix?

2001-12-07 Thread BILLY CRAVENS
world. Of course, you'll have to write some Java or C++, but you wouldn't have moved to *nix if you wanted to do things the easy way. --- Billy Cravens - Original Message - From: Dave Carabetta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 07, 2001 10:30 AM Subject

Re: ISAPI URL Remapping Filter

2001-12-07 Thread BILLY CRAVENS
to capture HTTP POST's, but it shouldn't be too much trouble) - make sure that you setup the custom handler in both cf and iis --- Billy Cravens - Original Message - From: Angelo McComis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 07, 2001 2:50 PM Subject: RE: ISAPI

Re: Hi

2001-12-06 Thread BILLY CRAVENS
Keep in mind that most of the exploits aren't due to explicit features, they are usually COM-based. As such, it's not the application that's at fault, it the extensibility. - Original Message - From: Lee Surma [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December

Re: SQL?

2001-12-06 Thread BILLY CRAVENS
2 Billy Cravens4 select person from tblRichPeople order by weight - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 11:32 AM Subject: SQL? I have a page where I am dynamically creating 20 dropdowns

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
To avoid Nimda, CodeRed, et al, I usually leave the network cable unplugged when installing. I then disable IIS, replug the network cable, install SP, then turn IIS back on. Pretty simple. Personally, I think it's OK to get blocked.. as long as notification and retesting happen in a timely

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
I'll agree that a blackhole list for web servers is a great idea. Definitely a far greater risk and traffic waste than open relays. - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 11:20 AM Subject: RE: OT: SPAM

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
True - I wasn't thinking of malicious attacks, I was thinking of SPAM. - Original Message - From: Len Conrad [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 11:57 AM Subject: Re: OT: SPAM lists? I'll agree that a blackhole list for web servers is a

Re: OT: SPAM lists?

2001-12-06 Thread BILLY CRAVENS
. If someone doesn't patch IIS and spreads CodeRed, Nimda, et al, to everyone and their dog, that's negligence. Negligence and innocence are not synonymous. You are responsible for the consequences of your configuration. --- Billy Cravens - Original Message - From: Bryan Stevenson [EMAIL

Re: query name vs. query object

2001-12-06 Thread BILLY CRAVENS
If your query is actually #request.thequery#, that variable becomes an object, not a string (the name of your query). Before your CFQuery tag, try dumping the name of your query into a separate string --- Billy Cravens - Original Message - From: Alexander just me Apartsev [EMAIL

Re: CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread BILLY CRAVENS
Bizarre - either the site has been blown away, or they have a configuration issue (the site that comes up is the hoster) --- Billy Cravens - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 1:07 PM Subject: CF Forums

Re: OT: SPAM lists?

2001-12-05 Thread BILLY CRAVENS
I would agree that it would be best to give a warning with an opportunity to fix the problem. However, the fact that your relay was open is the source of the problem. If I found myself in the appropriate role, upon hearing of open relays in my company I'd start handing out directions to the

Re: Hi

2001-12-05 Thread BILLY CRAVENS
I think the reason it's cracked so much is that Microsoft's strengths are their weaknesses. Their strength in the market means that many hackers are running Windows as well as other MS apps, thus, they will crack what they know. Plus, it's a target. Plus, it's incredibly easy to exploit - the

Re: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread BILLY CRAVENS
No doubt - if people spent as much time updating their virus scanners or locking down their servers as they did bitching about the merits/problems with [enter platform/application here], we'd all be so secure we'd have nothing to worry about. - Original Message - From: Stephen Moretti

Re: CF NT to AIX box without CF

2001-12-05 Thread BILLY CRAVENS
Nothing built into CF. Something like PGP would probably work. - Original Message - From: Kris Pilles [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 1:55 PM Subject: CF NT to AIX box without CF Ok. I have a file that I want to encrypt on my NT

Re: CF NT to AIX box without CF

2001-12-05 Thread BILLY CRAVENS
Sounds like you forgot the minor detail of decrypting it. :) - Original Message - From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 2:02 PM Subject: Re: CF NT to AIX box without CF You need a FTP server running on your NT box. Other than

Re: Dynamic creation of hidden fields

2001-12-04 Thread BILLY CRAVENS
On the later template, you can use CFParam to provide default values for all form fields: cfparam name=form.soundCard default= - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 11:01 AM Subject: Dynamic creation of

Re: anyone with a mac out there?

2001-12-04 Thread BILLY CRAVENS
for cross-browser testing, take a look at this site: http://www.netmechanic.com/browser-index.htm - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 9:24 AM Subject: anyone with a mac out there? We are finishing up

Re: Limitations in Missing Template Handler Template?

2001-12-04 Thread BILLY CRAVENS
For CFInclude, you can use mapped paths (in CF Administrator) to clean your pathing up. - Original Message - From: Jamie Jackson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 11:04 AM Subject: Re: Limitations in Missing Template Handler Template?

Re: QUESTION: XML feed

2001-12-04 Thread BILLY CRAVENS
I would try to work with them to clean up the XML file at the source - that's the key to the wonderful world of XML: syntactically valid XML. - Original Message - From: Emily C. Grossman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 1:54 PM Subject:

OT: SPAM lists?

2001-12-04 Thread BILLY CRAVENS
I was looking at automating my server-side SPAM filtering. Are there any resources for pulling known SPAM addresses? Free, as in beer? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: OT: SPAM lists?

2001-12-04 Thread BILLY CRAVENS
Yeah, I saw the thing on Slashdot too - I'll probably investigate that. - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 2:19 PM Subject: Re: OT: SPAM lists? Other than black hole lists, I don't know of any. I

Re: Credit Card Encryption

2001-12-04 Thread BILLY CRAVENS
Are you sure about the cfencrypt() function? I don't think it's crackable, though any encryption is if you throw enough keys at it. Rather, the encryption for encrypting files (like encrypted custom tags) has been cracked for a long time (since it requires no user selectable key). -

Re: Credit Card Encryption

2001-12-04 Thread BILLY CRAVENS
the key for that function was horribly trivial. Go to Google and do a search, you'll find some code that'll unencrypt cfencrypt()'ed material. - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] Date: Tuesday, December 4, 2001 1:37 pm Subject: Re: Credit Card Encryption

Re: OT: SPAM lists?

2001-12-04 Thread BILLY CRAVENS
Personally, I'd like to avoid the blackhole lists. Reason being, it's very easy to get unfairly placed on their list - perfect example was the VerizonMail.com? domain. I'd like to avoid as much spam as possible, but still take as much care to ensure that real users (ie, non-scumbags) can reach

Re: Credit Card Encryption

2001-12-04 Thread BILLY CRAVENS
Well, even encryption for protecting government secrets can be cracked if the encryption uses a single key - you just try all the possibilities until you get it right. What makes an encryption mechanism secure is the length of the key, restriction of access to that key, and the hash algorithm.

Re: OT: SPAM lists?

2001-12-04 Thread BILLY CRAVENS
My opinion would be that if you are running a mail server, it is your responsibility to be aware of and control how it relays. (IMO, falls into the same bucket as setting up IIS and being aware of things like Code Red) However, I will agree that some of the blackhole lists are a bit flawed in

<    1   2   3   4   5   6   7   >