Re: REVERSE QUESTION --- Is there anything that Cold Fusion can do that ASP can't do?

2000-05-11 Thread John N Westerlund
OR <% 'some asp here =date() %> -Original Message- From: Heather Haindel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, May 10, 2000 9:03 PM Subject: RE: REVERSE QUESTION --- Is there anything that Cold Fusion

Re: love virus 'cleaning'

2000-05-09 Thread John N Westerlund
I heard it deleted files, sent more emails to everyone in your address book, and sent you to a webpage that downloads another module that sends your passwords to the virus creator. -Original Message- From: alex jaja <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monda

Re: REVERSE QUESTION --- Is there anything that Cold Fusion can do that ASP can't do?

2000-05-09 Thread John N Westerlund
CFHTTP is much nicer in Cold Fusion. I believe you have to buy an ASP Component to do it in ASP. -Original Message- From: Leong Yew <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, May 08, 2000 11:13 PM Subject: RE: REVERSE QUESTION --- Is there anything that Co

Re: SQL insert question

2000-05-09 Thread John N Westerlund
You can also do this INSERT INTO TABLE(THIS_FIELD) VALUES ('#FIELD1#') INSERT INTO TABLE(THIS_FIELD) VALUES ('#FIELD2#') INSERT INTO TABLE(THIS_FIELD) VALUES ('#FIELD3#') - Original Message - From: "Spencer Saunders" <[EMAIL PROTECTED]> To: "cftalk" <[EMAIL PROTECTED]> Sent: Tuesday, M

application hit counter?

2000-05-09 Thread John N Westerlund
ifics. Can I just put and use this in another page ie #application.hitcounter# Or should I set this in a session variable somewhere How has everyone else done it? John N Westerlund Developer http://www.phasezero.com=20 v: 800.807.7686=20 v: 703.684.8280 ext. 110 f: 703.684.8316

Whats the easiest way to create an array?

2000-05-05 Thread John N Westerlund
Do you have to use CFSET with ea element in the array ie Or is there a way to loop it? ie the C construct arrayelement[] = "Bob,Joe,Rob,Moe,etc.." -Original Message- From: Philip Arnold - ASP <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, May 05,

Re: OT - IIF function in Access

2000-05-04 Thread John N Westerlund
I usually see the query coded as: AND site_date < #date1# AND site_date > #now()# Primitive I know, but tried and true :-) -Original Message- From: Deanna L. Schneider <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, May 04, 2000 3:10 PM Subject: OT - IIF f

Re: IE 4

2000-05-01 Thread John N Westerlund
I would hypothesize because MS and AOL/NSCP streamlined the redirect() call in IE5 and NS4.06. Since the CFLOCATION just calls the redirect() and the redirect() is faster in later editions, it takes less time. -Original Message- From: David Clay <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

Re: Date question in CF

2000-05-01 Thread John N Westerlund
Actually you aren't supposed to use date as a field name.. SELECT date_var FROM details #DateFormat(date_var,"DD/MM/")# -Original Message- From: WL <[EMAIL PROTECTED]> To: Cold Fusion Talk <[EMAIL PROTECTED]> Date: Monday, May 01, 2000 7:18 AM Subject: Date question in CF H

Re: licencing code

2000-04-28 Thread John N Westerlund
Typically a software firm packs an End User Licensing Agreement with their product. You see it in Microsoft and other code ie About to Install Cold Fusion Server Click Here if you agree to the terms of the Licensing Agreement. Within you define under what terms the user can use the software... I t

Re: Certification is BS

2000-04-28 Thread John N Westerlund
I agree with regards to the million different types of MSCE MCP CCSE MCetc (too many out there to discern) but you have to be able to pass a test for a given field, so yes this person must have at least looked at something. I think you should take it with a grain of salt, ie: Certification... Bas

Re: extract attached file from email

2000-04-26 Thread John N Westerlund
Thats really a mail service issue, a function of your mail daemon/server. If you are using email through webbased form then you can use upload attachments with . ie Send mail to: Attach a file: Then See the book for arguments... -Original Message- From: YungChih Chen <[EMAIL PROTECT

Re: Has this list gone nuts?

2000-04-26 Thread John N Westerlund
If you hit reply all in MS-Outlook it adds two of the same addresses to the to: which is [EMAIL PROTECTED]; [EMAIL PROTECTED] That could be your problem... -Original Message- From: Chris Tazewell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, April 26, 2000

Re: refreshing

2000-04-25 Thread John N Westerlund
Yes. All your zeros are going away. -Original Message- From: mirza baig <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, April 24, 2000 10:10 PM Subject: refreshing I am outputting a query in the form of a table. I get all the values initially as 0's. But, wh

Re: Can we hide

2000-04-24 Thread John N Westerlund
Not this way but I think we accomplished this by using CFHTTP and CFPARAM or was it CFFORM and CFPARAM. Or you can put all the vars in session variables and link to a index.cfm page with code that CFPARAMs to your other form... -Original Message- From: aslam bajaria <[EMAIL PROTECTED]> To

Re: What happened to this list?

2000-04-22 Thread John N Westerlund
You may also want to try to deduce who would do this to you. Most of us one here have no inkling who your boss would be... his email... etc. Do you have someone at your firm trying to take your place or something? -Original Message- From: Marcus <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

Re: What happened to this list?

2000-04-22 Thread John N Westerlund
That sucks. I guess you get a few bad apples with the tree. Its real strange... you'd think everyone who was at this level of programming was the intelligent, high integrity sort. Hmmph.. -Original Message- From: Marcus <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: T

self-posting form variable help

2000-04-22 Thread John N Westerlund
or Message // An error occurred while evaluating the expression:=20 week_var =3D week_var + 1 Error near line 4, column 9. TIA John N Westerlund Developer http://www.phasezero.com=20 v: 800.807.7686=20 v: 703.684.8280 ext. 110 f: 703.684.8316 Phase Zero Productions, Inc. E-nabling the world to c

Re: form processing

2000-04-13 Thread John N Westerlund
Look at the file source of the preceding page for etc. There's no way to see server or session variables. You might be able to see the variables in the URL address of the next page ie www.somesite.com/index.cfm?method=display&bookid=75&author=foofoo If it's your site, then open the cfm page. -

Re: search results produce everything in the table...

2000-04-13 Thread John N Westerlund
Like so? args output You did not enter any arguments. -Original Message- From: Richard Hart <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April 13, 2000 11:31 AM Subject: RE: search results produce everything in the table... if nothing is

Re: bread crumbs again

2000-04-12 Thread John N Westerlund
SQL 7.0 -Original Message- From: Raftree, Mat <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Wednesday, April 12, 2000 1:40 PM Subject: RE: bread crumbs again What database are you using? -Original Message- From: John N Wes

bread crumbs again

2000-04-12 Thread John N Westerlund
assign these session variables in the index and sub-index pages but the microsection will be dynamic so Im not sure how to tackle that one. Thoughts and links please :-) John N Westerlund Developer http://www.phasezero.com v: 800.807.7686 v: 703.684.8280 ext. 110 f: 703.684.8316 Phase Zero

Re: going live

2000-04-12 Thread John N Westerlund
Yep, tell one of your underlings to do it -Original Message- From: stäs <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, April 12, 2000 10:41 AM Subject: going live Hello there, Question: has anybody worked out a system that lets you trigger site updates

Re: CF Talk, calculating elapsed time

2000-04-10 Thread John N Westerlund
I think you can capture #date(now)# in the session, and #date(now)# when the session ends. And parse it from there... -Original Message- From: rkern - Prolynx <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Date: Monday, April 10, 2000 2:03 PM Subject: CF Talk, calculating elapsed tim

Re: Security holes revisited

2000-04-06 Thread John N Westerlund
Kind of makes you wonder, if its legal to shoot someone trespassing on your property, then what is the electronic equivalent? -Original Message- From: Dave Watts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April

looking for a message board tag

2000-04-06 Thread John N Westerlund
Has anyone made a message board tag or set of tags for CF? I thought I saw one but dont remember where. Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?

Re: Security holes revisited -- reward offered

2000-04-05 Thread John N Westerlund
Not to mention he has access to his boss's house and could just rummage around for a password... -Original Message- From: Reuben King <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, April 04, 2000 11:58 PM Subject: RE: Security holes revisited -- reward offere

How do i build dynamic navigation

2000-04-04 Thread John N Westerlund
Hi. Im working on an intranet employee database like so: id:name:position:fun_info 1:george:president:won the colonial war 2:nolan:pitcher:fast pitcher 3:ben:cf developer:doesnt like sunlight I can display the info on a page but I would like to have back and next buttons at the bottom where back

Re: Security holes revisited -- reward offered

2000-04-04 Thread John N Westerlund
I would check your logs too. if you can find out where he is coming from, just sitebanish him. -Original Message- From: Craig M. Rosenblum <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, April 04, 2000 3:00 PM Subject: RE: Security holes revisited -- reward of

Re: Security holes revisited -- reward offered

2000-04-04 Thread John N Westerlund
graphixonline.com ip: 166.70.129.232 I was able to ftp to it, enter, download index.htm upload test.doc Good thing that's not the ftp for the corporate site. there is also another dns server for graphixonline.com you'd need some other toys to fully see all the open ftp ports, etc. -Origina

Re: Security holes revisited -- reward offered

2000-04-04 Thread John N Westerlund
You should have a firewall. And run a password-dictionary checker against all current user accounts. -Original Message- From: Steve Pierce <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, April 04, 2000 1:14 PM Subject: RE: Security holes revisited -- reward of

Re: same form-based page for edit and display?

2000-04-03 Thread John N Westerlund
I just saw a web page with a black bg for so yes that is an option. -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, April 03, 2000 4:36 PM Subject: same form-based page for edit and display? -BEGIN PGP SIGNED ME

Re: outlook question

2000-04-03 Thread John N Westerlund
your local harddrive or on your Outlook CD. My .PST file was over 900 megs. After this fiasco last week, I have new policy of deleting, archiving and compacting. I'm down to 500 megs. I was very unhappy to get rid of 1/2 of my CFTALK messages. One of those things... Cheers, Eron ---

Re: Combining Cf and ASP in the same Template

2000-04-03 Thread John N Westerlund
I dont think you want to use them in the same template, its more like you can have index.asp pass a form/variables to register.cfm. I dont think CF server interprets ASP and I doubt IIS interprets CF. I learned ASP first, but CF can do most everything that ASP can... Unless you're doing some major

outlook question

2000-04-03 Thread John N Westerlund
Whats the max num of messages outlook will hold before it dies? alternatively; has anyone's outlook/computer died from too many cf_talk messages? grin John, who has not deleted any cf_talk messages yet. -- Archives:

Re: Dinowitz here?

2000-03-31 Thread John N Westerlund
Is he playing hookey again? hehe -Original Message- From: Len Conrad <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, March 31, 2000 3:34 PM Subject: Dinowitz here? Michael, The HOF DNS records are still broken. Of all the MTA's my postfix connects to, yours

Re: IIS 4.0 on Win98?

2000-03-31 Thread John N Westerlund
PWS for win98 IIS for NT server IIS is a commerce level application and win98 is not a commerce level application, which is where you would run into the most errors. -Original Message- From: Morgan, Thomas J. <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Friday, M

images and/or OLE objects or objects in database

2000-03-30 Thread John N Westerlund
Does anyone know a good resource to find out general background for how images and/or (OLE/normal) objects are stored in a database, and how to extract,update,delete them? Thanks -Original Message- From: Mike Sheldon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thur

Re: Duplicate Values in a query

2000-03-30 Thread John N Westerlund
I just recieved the answer to this one and now I cant find the copy that I've saved... The gist is that you have to use SELECT SUM(username) FROM table GROUP BY username but I too would enjoy seeing the solution again. -Original Message- From: Lincoln Manning <[EMAIL PROTECTED]> To: [EMA

Navbar icons

2000-03-30 Thread John N Westerlund
OK, I know this isnt a CF question but since there is so much talent here, I'll through this out. Several sites (yahoo excite hotmail geocities etc) are adding icons next the the URL on the explorer navigation bar. Does anyone know how they do that? I've pored over source code and I cant see anyth

Re: being lazy, looking for easy way out

2000-03-30 Thread John N Westerlund
Hey that would be a good tag. Send me one. -Original Message- From: Nick Call <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, March 30, 2000 11:28 AM Subject: being lazy, looking for easy way out I was wondering if anyone has written a custom tag that does

How much load can CF server take?

2000-03-30 Thread John N Westerlund
How many users or connections do you think CF server can take? I know its scalable, but for a PIII-600 256mb RAM... 1000 users? Or am I way off? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: Inline html editor

2000-03-29 Thread John N Westerlund
Are you saying you got to work in netscape? -Original Message- From: Judah McAuley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, March 29, 2000 2:53 PM Subject: RE: Inline html editor At 09:57 PM 3/27/00 +1000, Peter Tillbrook wrote: >The Spectra one do

Re: CFMail issues

2000-03-29 Thread John N Westerlund
You may want to check with your mail provider as a lot of them now block certain mails depending on where they originate from, the from address domain, etc. Our last one did this, generally as a precaution to stop spammers from using it as a relay for spam. -Original Message- From: Childr

Re: Seeing this?

2000-03-27 Thread John N Westerlund
At my wits end. Im trying to find duplicate users in a database... The closest I can find to in the Forta book is: SELECT SUM(username) FROM users GROUP BY username But I tried that last week and it doesnt work. I'd like it just to do #username# Should I use a cfloop, list, array? -O