RE: Database Design Challenge!

2001-05-17 Thread JustinMacCarthy
A family Tree ? Say that word again tree . That is exactly what you want a tree structure. Go out and buy Joe Clecko book SQL for Smarties... He has examples of the exact thing you are after.. with optimised querys etc... Basically you need to de-normalise the tables a bit , Joe adds a row

RE: Scripting The Visual Tools Object Model

2001-05-16 Thread JustinMacCarthy
Check out http://www.wilk4.com/asp4hs/ Justin -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:45 AM To: CF-Talk Subject: Scripting The Visual Tools Object Model Hi all, I have been trolling through the Studio docs to find info on

RE: Brown Bear's iCal

2001-05-03 Thread JustinMacCarthy
are you trying to parse iCal data?? use lex/yacc + a cCFX or jacc + java cfx look here http://www.imc.org/ Justin -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 3:01 AM To: CF-Talk Subject: Brown Bear's iCal Does anyone have

RE: Netscape 6

2001-04-27 Thread JustinMacCarthy
I said it before and I'll say it again Mozilla is a great browser. Netscape built NS6 on a 0.8 branch of Mozilla. When the next version of Netscape come out you should a good browser, with a great JavaScript debugger , Mail client etc . Justin (wearing a black beret) -Original

RE: Tunneling, Firwall?

2001-04-19 Thread JustinMacCarthy
How do you mean only IE ??? If you want to pretend to be IE from any client all you need to do is send a http__user_agent value in the request, easy... Justin -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:59 AM To: CF-Talk

RE: Synchronize between CF-Forums NNTP

2001-04-19 Thread JustinMacCarthy
If you look at min's site www.intrafoundation.com, he has a TCP cfx you can use for NNTP , also this list is on a NNTP, you chould email Michael. Justin -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 1:15 PM To: CF-Talk Subject:

RE: Need Help for cfhttp

2001-04-18 Thread JustinMacCarthy
Look at cfx_http in the taggallery... Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 2:50 PM To: CF-Talk Subject: Need Help for cfhttp Hi, I have a cfm page that needs access to https site to get files back to

RE: CFML not being executed

2001-04-18 Thread JustinMacCarthy
Sure the template is being called via the webserver? You got IIS log entries? Does cf administrator work Justin -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 6:24 PM To: CF-Talk Subject: CFML not being executed Just had a box put

RE: Transferring 1-3Kb data

2001-04-17 Thread JustinMacCarthy
2. send the file in http (using WDDX/URL/FORMFIELD) and create a copy of the file locally on the server. the two solutions are not scalable enough, any help would be appriciated! Why is this not scalable ? ~~ Structure your ColdFusion

RE: Delimiters

2001-04-17 Thread JustinMacCarthy
chr(7) Justin -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 3:11 PM To: CF-Talk Subject: Re: Delimiters use a series of hard to find types. something like: "~%~" this will guarntee NO ONE will type it. - Original Message -

RE: W2K Pro, IE5.5, .doc files and duplicate file extensions

2001-04-12 Thread JustinMacCarthy
Register the doc extension in File Types in your IIS console. extension : doc mimetype : application/msword JUstin -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 10:58 AM To: CF-Talk Subject: RE: W2K Pro, IE5.5, .doc files and

RE: Email Questions

2001-04-11 Thread JustinMacCarthy
Check out iMS from coolfusion.com ~ Justin -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:04 PM To: CF-Talk Subject: RE: Email Questions On the same topic, but a question(ish), I've thought about setting up a mailing list

RE: compare files??

2001-04-04 Thread JustinMacCarthy
use diff, diff3 (windows port at cygwin.com ), or windiff (MS Visual studio / or win2000 REsource KIT ) or CVS source control, or VSS??? Justin -Original Message- From: Akbar Pasha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 3:45 PM To: CF-Talk Subject: compare files??

RE: directories off of inetpub...

2001-04-03 Thread JustinMacCarthy
it? Is it synonymous to cgi-bin in Unix? Yes it is IIS installs a lot of crap, and the more you upgrade/ service pack the more crap you get ... You can remove the scripts directory , the reference to it in IIS Also remove any documentation directories, CFDOCS etc.. FRontpage also installs many

RE: IIS extension mapping to script engine

2001-03-30 Thread JustinMacCarthy
I got to ask, why ?? Justin. -Original Message- From: Kevin Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 12:00 AM To: CF-Talk Subject: IIS extension mapping to script engine I wish to map all file extensions to te Cold Fusion scripting engine. Is there a way to do

RE: Form Variables not being passed on selected machines

2001-03-28 Thread JustinMacCarthy
Are you sure the field names are all legal ? You should log what you are getting as input if there is an error, at least then you can figure out the problem. Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 11:57 AM To:

RE: Weird CFFile behaviour with Mac IE5 upload

2001-03-28 Thread JustinMacCarthy
Actually IE5 on Mac adds a return char to every form fields... Justin -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 12:52 PM To: CF-Talk Subject: RE: Weird CFFile behaviour with Mac IE5 upload Problem is caused by MAC putting

RE: Studio on Linux??

2001-03-27 Thread JustinMacCarthy
Check out jEdit.sourceforge.net, xPlatform editor with some cf support , install all the plugins similar to cfstudio stuff. + java c perl etc.. HomeSite might reach *nix , with Klix etc and MacOSX = BSD Justin -Original Message- From: Norman Elton [mailto:[EMAIL PROTECTED]] Sent:

RE: cfugmay2000 :: VCalendar :: Outlook :: permission to use

2001-03-27 Thread JustinMacCarthy
BTW there is a vcard buffer overflow issues / exploit in outlook, santitize your forms, patch outlook Justin -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 1:53 PM To: CF-Talk Subject: cfugmay2000 :: VCalendar :: Outlook :: permission to

RE: cfugmay2000 :: VCalendar :: Outlook :: permission to use

2001-03-27 Thread JustinMacCarthy
sanitize my forms? i don't understand. I just mean make sure you get correct field lenghts etc.. where can i get more info? do you have a url? Here is a link with some details about the issue http://www.securityfocus.com/bid/1633. thank you -paul ~J

RE: Good Books on JSP?

2001-03-26 Thread JustinMacCarthy
You can learn the basics of JSP in a couple of hours but to learn Java ... Starting Java2 by WROX - good starting book for non-programmers Java Server Programming by Wrox - good starting book for using java server side All the Java in a Nutshell books by OReilly for reference java.sun.com

RE: Using javascript to create an Undo - the return

2001-03-14 Thread JustinMacCarthy
You should look at design patterns. The command pattern as it is known is the most used pattern for undo/ redo operations. It is used natively in java, but chould be used in a JavaScript lib. Check out: http://www.amazon.co.uk/exec/obidos/ASIN/0201633612/o/qid=984585622/sr=8-1/2

RE: com wddx

2001-02-28 Thread JustinMacCarthy
Are you sure you are putting the wddx com in the References (in your vba) Justin -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 6:53 PM To: CF-Talk Subject: com wddx Dear all (Its been a while since I was on the list)

RE: Problem with CFFILE (sort of)

2001-02-27 Thread JustinMacCarthy
You should really use UNC instead a mapped drive . Check out some links from http://www.cffaq.org/cfserveruseraccount.cfm Justin [EMAIL PROTECTED] -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 1:38 PM To: CF-Talk Subject: Problem

RE: Problem with CFFILE (sort of)

2001-02-27 Thread JustinMacCarthy
: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 1:54 PM To: CF-Talk Subject: RE: Problem with CFFILE (sort of) You should really use UNC instead a mapped drive . Check out some links from http://www.cffaq.org/cfserveruseraccount.cfm Justin [EMAIL PROTECTED] -Original

RE: Problem with CFFILE (sort of)

2001-02-27 Thread JustinMacCarthy
Have a look at the link I sent you, they will give you info you need , for the permissions etc.. Justin -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 2:22 PM To: CF-Talk Subject: RE: Problem with CFFILE (sort of) OK I can't seem to

RE: CFFILE with UNC Paths.

2001-02-27 Thread JustinMacCarthy
Hi Check out the links from http://www.cffaq.org/cfserveruseraccount.cfm Justin [EMAIL PROTECTED] -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:12 PM To: CF-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via

RE: Run CF on one server and write to another server?

2001-02-23 Thread JustinMacCarthy
Look here : http://www.cffaq.org/cfserveruseraccount.cfm Justin -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:57 PM To: CF-Talk Subject: Re: Run CF on one server and write to another server? I'd look at the CFFTP tag.

RE: OT: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread JustinMacCarthy
You could look at MySql -Free Justin -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 8:21 PM To: CF-Talk Subject: Re: OT: Cheaper Alternative to SQL Server 2000 Well, depending on your resources... You can get the developer

RE: CFX_ZIP on Linux?

2001-02-20 Thread JustinMacCarthy
A java version should be very easy, there is a java/zip example tag supplied with CF Justin -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:05 PM To: CF-Talk Subject: RE: CFX_ZIP on Linux? Yippee. Thanks. Michel

RE: Adding CF Template to File:New in Windows

2001-02-19 Thread JustinMacCarthy
Download TweakUI from microsoft's web site. IT Allows you to this + a lot more besides Justin MacCarthy -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 12:08 PM To: CF-Talk Subject: OT: Adding CF Template to File:New in Windows Does

RE: CFMail -- Good Substitute???

2001-02-17 Thread JustinMacCarthy
CHeck out iMS mail from coolfusion.com Justin -Original Message- From: Melissa Fraher [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 7:40 PM To: CF-Talk Subject: CFMail -- Good Substitute??? Hello. Does anyone know of a good custom tag to use instead of CFMAIL? Any

RE: Admin .htaccess files

2001-02-17 Thread JustinMacCarthy
YEah , there are 1000's of perl scripts to just that. http://www.google.com/search?q=perl+htaccess+cgibtnG=Google+Search Justin -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17, 2001 2:51 PM To: CF-Talk Subject: Admin .htaccess files

RE: how to launch a windows app from a web page?

2001-02-15 Thread JustinMacCarthy
On the client or server?? Signed Java or activeX or signed javascript(maybe) are the only ways to go Pretty easy code to it Justin -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 1:48 PM To: CF-Talk Subject: RE: how to launch a

RE: can anyone help?

2001-02-15 Thread JustinMacCarthy
cfif ProdCount LTE "3" AND GTE "1" should be cfif ProdCount LTE "3" AND ProdCount GTE "1" Justin -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 5:40 PM To: CF-Talk Subject: can anyone help? Hello all, Im getting an error that i

RE: Parsing Headache (Removing Multiple Images)

2001-02-14 Thread JustinMacCarthy
REreplace(page,"img.*[^]","","ALL") or something??? Justin -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 5:44 PM To: CF-Talk Subject: Parsing Headache (Removing Multiple Images) OK.. I am writing a tag with CFHTTP to blah, blah,

RE: PDFs, Linotronic PS Drivers, Forms and Adobe Licensing

2001-02-14 Thread JustinMacCarthy
Check out : ActivePDF.com GhostViewer Justin -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 7:37 PM To: CF-Talk Subject: PDFs, Linotronic PS Drivers, Forms and Adobe Licensing So this guy says to me. It's be cool if ... I think I

RE: CFPOP unknown error

2001-02-13 Thread JustinMacCarthy
Use cfx_pop or cfx_imap Justin -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:35 PM To: CF-Talk Subject: CFPOP unknown error Hi people, I've been trying to fix my long-standing CFPOP problem by writing a page to remove the bad

RE: SQL to find tables

2001-02-12 Thread JustinMacCarthy
You would be better off using the sp_tables Sproc. Justin [EMAIL PROTECTED] -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 12:00 PM To: CF-Talk Subject: Re: SQL to find tables Thanks . . . - Original Message - From:

RE: Is there a way to run a server side executable through CF?

2001-02-07 Thread JustinMacCarthy
I think you would be better off using "AT" from the command line to run batch job , assuming they are not cfm.. Of course it depends your access / privilgies on the box . Justin -Original Message- From: Edward Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 8:23 PM To:

RE: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread JustinMacCarthy
One thing that really confused me recently was an exception within an error template, resulting in infinite loop.. and the server dying (on a Linux box) Quite confusing at first look though ... Justin ~~ Structure your ColdFusion code with

RE: Batch Image Upload

2001-02-01 Thread JustinMacCarthy
Use wddx over http??? Justin -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 4:35 PM To: CF-Talk Subject: Batch Image Upload I was wondering if anyone has a custom cf tag, or some ideas to accomplish a batch image upload. I have a

WOT: was RE: Allaire on a Mac? now IE v's Mozilla :-)

2001-01-29 Thread JustinMacCarthy
oh no, I see a Win/Mac thread looming.. Wait here is a Mozilla / IE one to finally kill them off (just my $0.02) oh and for Crapscape to go. Utopia indeed. Anyone who has not tried Mozilla 0.7 should have a look. Finally getting there. Some get features. / V fast SSL etc

RE: (OT)RE: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-29 Thread JustinMacCarthy
Interesting considering the recent Lawsuit settlement http://www.sun.com/smi/Press/sunflash/2001-01/sunflash.20010123.1.html;$sess ionid$L2N3UHYAACQZ5AMTA1LU45Q Justin -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 3:32 PM To: CF-Talk

RE: SQL Error

2001-01-29 Thread JustinMacCarthy
It's impossible to completely get rid of this error however you can minimize the chances of it happening. Look at the SQL books on line for advice on how to do this Justin -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 3:27 PM To:

RE: (OT)RE: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-29 Thread JustinMacCarthy
I'm a programmer, not a disciple. Quick! someone get Ben Forta, and a high powered lamp.. ASP Bad CF Good.. J :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Releasing COM Objects from Memory

2001-01-29 Thread JustinMacCarthy
AFAIK , cf releases COM at the end of script execution. YOu chould do cfset myobj = nothing but I don't think there is any difference Justin -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 5:14 PM To: CF-Talk Subject: Releasing COM

RE: How do I put the little image in the address bar in IE?

2001-01-29 Thread JustinMacCarthy
create a image called favorite.ico in the web root of the site. Justin -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 6:39 PM To: CF-Talk Subject: OT:How do I put the little image in the address bar in IE? Hi, I have a client who is

RE: CF-Talk FAQ

2001-01-26 Thread JustinMacCarthy
Well anyone interested I have the cffaq.org and cffaq.net domains If anyone to to a design, or write a section (eg XML, Oracle ,cfx ,MS Access) Let me know thanks Justin -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 10:11 AM To:

RE: Alphabetic List

2001-01-26 Thread JustinMacCarthy
What would you suggest ?? :-) Justin -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 4:36 PM To: CF-Talk Subject: RE: Alphabetic List I would recommend against using this method even if the field is indexed as this causes a full table

RE: Slackware, CF, and MySQL

2001-01-25 Thread JustinMacCarthy
Dennis, there is a cf-linux list small amounts of msg - good quality mails [EMAIL PROTECTED] Lots of guys running that combo... Justin -Original Message- From: dennis baldwin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 4:22 PM To: CF-Talk Subject: Slackware, CF, and

RE: Continuous Clock

2001-01-25 Thread JustinMacCarthy
or JavaScript as below script !-- function tick() { var hours, minutes, seconds, ap; var intHours, intMinutes, intSeconds; var today; today = new Date(); intHours = today.getHours(); intMinutes = today.getMinutes(); intSeconds = today.getSeconds(); if (intHours == 0) {

RE: case sensitivity in stored procedures

2001-01-24 Thread JustinMacCarthy
Hi I'm not sure if you got this yesterday so I'm sending again Select * from MyTbl where convert(varbinary, column1) = convert(varbinary, 'ABCD') Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 12:55 PM To: CF-Talk

RE: Allaire on a Mac?

2001-01-23 Thread JustinMacCarthy
I'd say that CF will run on the mac , consider CF5 - Java base Java runs "anywhere" sortof :-) The new MRJ is quite fast. Cf runs on most *nixs MacOSx is pretty much *nix (sort of) Cfstudio is built on delphi Delphi is been ported to *nix (klix) OsX is *nix (sort of ) Justin

RE: HELP! - CFMAIL, Security and mail server

2001-01-23 Thread JustinMacCarthy
Check out iMS mail server free for the Special Edition , integrates perfectly with CF www.coolfusion.com Works great Justin -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:56 PM To: CF-Talk Subject: HELP! - CFMAIL, Security and mail

RE: case sensitivity in stored procedures

2001-01-23 Thread JustinMacCarthy
Yes, check out the SQL faq http://www.swynk.com/faq/sql/sqlserverfaq.asp Justin -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 5:34 PM To: CF-Talk Subject: RE: case sensitivity in stored procedures Can you do a case sensitivity

RE: Allaire on a Mac?

2001-01-23 Thread JustinMacCarthy
How do you do 3 button emulation on a one button Mac Mouse ??? :-) ~Justin Of course... But why would you buy a mac just to run Linux to finally make it useful? G Jeremy Allen elliptIQ Inc. -Original Message- From: David Livingston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January

CF IDE for *nix Mac etc ...was RE: Allaire on a Mac?

2001-01-23 Thread JustinMacCarthy
Anyone wants a nice cfstudio like IDE for *nix , Mac Windows Sun ?? Check out http://jedit.sourceforge.net don't dismiss it because is java - it's very fast. Make sure you install the plugins (tabs, cmd and project, ftp...) is you want a real cfstudio type interface .. You can customise it (eg

RE: chmod

2001-01-22 Thread JustinMacCarthy
chmod o=rwx filename JUstin -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001 4:06 PM To: CF-Talk Subject: Re: chmod Jay: From back in my Unix days, I think that's 777 Yvette Ingram Brainbench Certified ColdFusion 4.5 Programmer

RE: chmod

2001-01-22 Thread JustinMacCarthy
- From: "JustinMacCarthy" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 5:59 AM Subject: RE: chmod chmod o=rwx filename JUstin -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 21, 2001

RE: CF Server Error

2001-01-22 Thread JustinMacCarthy
Can we see the code that gives you this ? Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 1:55 PM To: CF-Talk Subject: FW: CF Server Error Anyone ideas on this one? Mike Connolly Web Developer New Media Rocom Group Limited

RE: CF Server Error

2001-01-22 Thread JustinMacCarthy
Error It's more of a generic question, as we cannot uniquely identify the erroneous code. To re-word the question slightly, Does anyone know what CF tags / scenarios maybe causing this error to appear? -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: 22

RE: Perl Question

2001-01-19 Thread JustinMacCarthy
use CGI qw(:standard); print redirect('http://www.houseoffusion.com'); Justin [EMAIL PROTECTED] -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 2:50 PM To: CF-Talk Subject: Fw: Perl Question - Original Message - From:

RE: CF games

2001-01-19 Thread JustinMacCarthy
There is a vbscript version of hangman on the MS scripting site. Java or DHTML would be best for the crossword Depends in the browsers you need to support Justin -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 2:49 PM To: CF-Talk

RE: Variable Names with -

2001-01-18 Thread JustinMacCarthy
Hack: Select XML_F52E2B61-18A1-11d1-B105-00805F49916B as myxml From table Now use #myxml# in CF Justin -Original Message- From: Troy Hiltbrand [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 2:58 PM To: CF-Talk Subject: RE: Variable Names with "-" The problem with this

RE: SQL Server export/import preserving diagrams

2001-01-17 Thread JustinMacCarthy
You can get a script to export diagrams from http://www.swynk.com/sqlhome/7library.asp Justin -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:11 PM To: CF-Talk Subject: SQL Server export/import preserving diagrams If you

FW: Running a MS SQL Server DTS Package from ColdFusion

2001-01-17 Thread JustinMacCarthy
-Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 8:50 PM To: [EMAIL PROTECTED] Subject: RE: Running a MS SQL Server DTS Package from ColdFusion options: use cfexeccute and rundts use xp_cmdshell create a job run it or you can run

RE: Short Circuit Evaluation

2001-01-17 Thread JustinMacCarthy
CFIF (isDefined("somevar") AND somevar IS "something") do something cfelse do nothing /CFIF JUstin -Original Message- From: Ruslan Sivak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 3:12 PM To: CF-Talk Subject: Short Circuit Evaluation I have had to write

RE: Storing/Encrypting Credit Cards

2001-01-17 Thread JustinMacCarthy
hi Do you know whats is the deal on the cfx_vpn ?? Also are these c++ or Java tags?? Of course doing the 128bit etc in Java wouldn't be too difficult Justin Just a note on encrypting. I know of a company getting ready to release a strong encryption tag that will use 128bit ryndahl encryption

RE: OT: Window 95 Log?

2001-01-17 Thread JustinMacCarthy
If you got a firewall you could check the log of that. Or if you are talking about a webservice there is a log for personal webservice Justin -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 4:25 PM To: CF-Talk Subject: Re: OT: Window 95 Log?

RE: cfobject question

2001-01-16 Thread JustinMacCarthy
Nick you might like to use CreateObject("COM", dmoObj) etc so you can do all your COM stuff in cfscript block cfscript x = CreateObject("COM", dmoObj); strEntityType = ; strEntityName = ; thisDatabase = dmoObj.Databases(strDb); /cfscript or whatever... Justin -Original Message-

RE: How do I work with XML?

2001-01-16 Thread JustinMacCarthy
Get started here http://www.siteobjects.com/index.cfm?fuseaction=showproducts Justin -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 4:46 PM To: CF-Talk Subject: How do I work with XML? I'm going to be getting database updates as xml

RE: Copying tables thru ODBC

2001-01-16 Thread JustinMacCarthy
I believe there is a article on this very topic on cfadvisor Justin ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: How do I work with XML?

2001-01-16 Thread JustinMacCarthy
Hey Jeremy, You checked out JAXP?? It's real nice. Justin -Your own custom CFX using SAX in Java or C++, or a third party solution. Jeremy Allen elliptIQ Inc. ~~ Structure your ColdFusion code with Fusebox. Get the official

RE: Running a MS SQL Server DTS Package from ColdFusion

2001-01-16 Thread JustinMacCarthy
options: use cfexeccute and rundts use xp_cmdshell create a job run it or you can run that code using cfobject as per the MS example cfset DTSReposFlag_Default = 0 cfset DTSReposFlag_UseTrustedConnection = 256 CFOBJECT ACTION="Create"TYPE="COM"CLASS=DTS.Package NAME="oPackage" cfset

RE: cfobject question

2001-01-15 Thread JustinMacCarthy
If you are using SQL Server check out the system stored procedures sp_tables (returns view or tables) sp_columns sp_stored_procedures sp_helplogins Haven't got time to get into the SQLDMO stuff ~ Justin -Original Message- From: Clint Tredway

RE: Calling JavaScript when loading custom tag.

2001-01-12 Thread JustinMacCarthy
Yeah you can just do script Function() /script from where-ever in your page. Justin -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:40 PM To: CF-Talk Subject: Calling JavaScript when loading custom tag. I'm working on a

RE: CFMail Time Stamp

2001-01-10 Thread JustinMacCarthy
Is this the second error of this type I've seen on the list? 2001 bug ? ~ Justin -Original Message- From: cftalk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 6:20 PM To: CF-Talk Subject: CFMail Time Stamp I have a problem with the time stamp on messages sent through

RE: Distributed Processing regarding CF and a separate Web Server

2001-01-10 Thread JustinMacCarthy
I agree with all that Eric said regarding this. Just to add I heard that proformance is dreadful using this method There is a stub called(?) cfdist.exe to allow you do this. ~ Justin ~~ Structure your ColdFusion code with Fusebox. Get the

RE: WDDX for Cobol

2001-01-10 Thread JustinMacCarthy
David , doing WDDX in java isn't too hard.. there are examples in wddx SDK. Otherwise there is Perl wddx? Using | could get ugly.. some sort of encoded is going to be needed... Justin -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001

RE: cfquery

2001-01-09 Thread JustinMacCarthy
Thats Sql Server only (access too?) . cfquery maxrows=1 might be better Justin cfquery name="OutputUnitContent" datasource="camp" dbtype="ODBC" Select top 1 * from UnitPages where ArticleUnit = '#form.units#' order by ArticleDate DESC /cfquery This will literally

RE: Query confusion - CF not recognising query name

2001-01-09 Thread JustinMacCarthy
Why not put debugging on for your IP only??? I can't put debugging on as it's a production server - I don't have the data on my test machine to use, and the amount of data is huge to download As I said - it's confusing the hell out of me. Philip Arnold Also you chould RUN SQLtrace to see

RE: aliasing using cfmail

2001-01-08 Thread JustinMacCarthy
By compliant I sure Howie means "compliant with the mail RFCs" , but Howie is the resident email expert :-) Check out http://www.tac.nyc.ny.us/mail/rfc-index.html Some mail server will "fix" the address though ... Justin cf-talk Mail 19 number of 2001 :-) -Original Message- From:

RE: Contract work??? OT

2001-01-08 Thread JustinMacCarthy
There is a cf-jobs mailing list @ houseoffusion, also I believe there is a JobPosting section at the http://www.acfug.org/ web site. Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 5:39 PM To: CF-Talk Subject: Contract work???

RE: CFHEADER

2001-01-08 Thread JustinMacCarthy
You could use "application/unknown" as your content type ??? Justin -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 6:34 PM To: CF-Talk Subject: CFHEADER It seems the following won't work, well in at least IE5.5. CFHEADER

RE: Cold Fusion controlled CD-RW

2001-01-05 Thread JustinMacCarthy
If I were you I'd look for some Open Source CD-RW software , that has been ported to Windows. That will give you the most options.. Try , freshmeat.org and gnu.org etc.. Justin -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 12:53 AM

RE: Calendar Question

2001-01-05 Thread JustinMacCarthy
Here you are. cfscript // replace now() with whatever date you are using. year = year(now()); month = month(now()); FirstDateOfMonth = CreateDate(year,month,1); LastDateOfMonth = CreateDate(year,month,DaysInMonth(FirstDateOfMonth)); FirstDayOfMonth = DayOfWeek(FirstDateOfMonth);

RE: Cold Fusion controlled CD-RW

2001-01-05 Thread JustinMacCarthy
Check out http://www.cfcomet.com/ for lots of CF - COM examples Justin -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 1:25 AM To: CF-Talk Subject: RE: Cold Fusion controlled CD-RW I haven't dealt with COM objects before. Will have

RE: Regular Expression Gurus Please Help!

2001-01-05 Thread JustinMacCarthy
Try this instead of a re #Replacelist("+44 (0) 7799 657093","+, ,(,)","")# Justin -Original Message- From: Edward Chanter [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 10:47 AM To: CF-Talk Subject: OT: Regular Expression Gurus Please Help! I'm really bad at these so

RE: Slightly OT

2001-01-05 Thread JustinMacCarthy
A couple of comments on this: I used to work for one of the first ISP on Europe, we used mostly Linux + Gnu etc. We supplied Mosaic and then Netscape 1.2 , Netscape 3 etc . Then of course Microsoft looked at the WEB. They gave us IDC (awful) and huge amounts of money / support etc... They gave

RE: And the award goes to ......

2001-01-05 Thread JustinMacCarthy
Damn DWatt's I'll get him this year - Dave remember it's quality not quantity :-) Justin ([EMAIL PROTECTED]) -Original Message- From: Hoffman, Joe (CIT) [mailto:[EMAIL PROTECTED]] CF-talk posts for the year 2000 total 48,444 [EMAIL PROTECTED] 1,644 others in the top 20 are :

RE: Anybody using CF 4.5.1 sp2 on RedHat 7.0 with Sybase 11.9.2

2001-01-04 Thread JustinMacCarthy
Marcus there is a Cf-linux list @ houseoffusion.com. You would get more help there. Also I'm not sure if you looked here http://www.allaire.com/developer/TechnologyReference/linux.cfm Justin -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04,

RE: a cry out for help

2001-01-04 Thread JustinMacCarthy
Hi Nick, you using IIS5 or Apache ? If you are you could use webDav which would do all that stuff for, and allow them to save file directly from Word excell etc using web Folders. As for Upper management has given me 6 hours No is an important word in programming. Justin -Original

RE: oracle/SQL7 migration... keep finding little tricks - HELP

2001-01-03 Thread JustinMacCarthy
Hi there, for example, SQL7 will order a column with NULL values at the top, while Oracle will order them at the bottom. sorted by MSSQL7: NULL, NULL, NULL, 1, 2, 3 sorted by Oracle: 1, 2, 3, NULL, NULL, NULL In SQL7 server: Null values are treated as the lowest possible values.To

RE: coldfusion xml guru wanted for a small job

2001-01-03 Thread JustinMacCarthy
As far as I know the DMOZ stuff is RDF not XML ??? Justin -Original Message- From: Martin Orth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 4:42 PM To: CF-Talk Subject: coldfusion xml guru wanted for a small job Hi, I am searching for a coldfusion xml guru for a

RE: Executing SQL server DTS packages from CF...

2001-01-03 Thread JustinMacCarthy
You could run them using "dtsrun" with xp_cmdshell or create a job and run it using sp_start_job Justin MacCarthy -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 5:02 PM To: CF-Talk Subject: Executing SQL server DTS packages from

RE: Re[2]: Generating unique values

2001-01-02 Thread JustinMacCarthy
But it doesn't create values which are not easy to guess. Two consecutive UUID will have similar values + 1 Justin -Original Message- From: listmb [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 31, 2000 10:01 PM To: CF-Talk Subject: Re[2]: Generating unique values Thanks Nick,

RE: Re[4]: Generating unique values

2001-01-02 Thread JustinMacCarthy
CTED]] Sent: Tuesday, January 02, 2001 12:50 PM To: CF-Talk Subject: Re[4]: Generating unique values Thanks this sounds like they are using a guid call to generate this. Is there some other algorihth i could use or ways I could do this? Thanks, WayGee Hello JustinMacCarthy, Tuesday, January 02, 2

RE: Admin E-mail (newbie level question)

2001-01-02 Thread JustinMacCarthy
CFERROR TYPE="Request" or "Validation" or "Monitor" or "Exception" TEMPLATE="template_path" MAILTO="email_address" EXCEPTION="exception_type" Justin -Original Message- From: Scott Wolf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 2:46 PM To: CF-Talk

RE: preparing for CF certification...

2001-01-02 Thread JustinMacCarthy
Just make sure who know the blink tag :-) ~Cynical Justin Hi folks. I'm thinking about going for my Allaire CF Certification in the moderately near future. What are some of the things I can do to help prepare? Thanks and hope you all had a happy and safe New Year's! Jamie ~

  1   2   3   4   >