Linkpoint API

2002-05-06 Thread Joseph DeVore
Anyone here ever used the Linkpoint API? Any feedback on Linkpoint's services? I have a client who might want to use them but, he would like some feedback first. Any comments/suggestions appreciated. Thank you, Joseph DeVore VeloxWeb Technologies

RE: Linkpoint API

2002-05-06 Thread Joseph DeVore
? They also have Java and XML code you can use. -Kevin -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 2:11 PM To: CF-Talk Subject: Linkpoint API Anyone here ever used the Linkpoint API? Any feedback on Linkpoint's services? I have

RE: checking security updates

2002-04-16 Thread Joseph DeVore
The utility is called hfnetchk. You can read about it here: http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q303215#1 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 12:45 AM

RE: What IDE are you using for Java CFX?

2002-04-08 Thread Joseph DeVore
Forte for Java CE is what I like. The Community Edition is free: http://www.sun.com/forte/ffj/buy.html HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:24 PM To: CF-Talk Subject

RE: Checking an email

2002-03-28 Thread Joseph DeVore
cfusion_verifymail(server, port, timeout) HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 2:23 PM To: CF-Talk Subject: RE: Checking an email Hidden treasures =) what are the 3 arguments

RE: CF-Talk-list V1 #223

2002-03-28 Thread Joseph DeVore
I hate these auto-responders! But that's just my opinion.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 7:23 PM To: CF-Talk Subject: RE: CF-Talk-list V1 #223 Thank you for the email. I am out of the office until Monday April 1st.

RE: CFX_Zip Doc

2002-03-26 Thread Joseph DeVore
OVERWRITE - Overwrite files when performing UNZIP and file already exists in destination directory. Valid values are Yes and No. Default value is No. This attribute is optional. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Hatton Humphrey [mailto:[EMAIL PROTECTED

RE: Time Issue

2002-03-25 Thread Joseph DeVore
You might want to check the SMTP servers date/time Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:46 PM To: CF-Talk Subject: Time Issue I am using cfmail to send some emails - when I receive

RE: Whats the best way to expire session variables when browser not closed?

2002-03-23 Thread Joseph DeVore
the session variables in. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 23, 2002 11:41 AM To: CF-Talk Subject: Re: Whats the best way to expire session variables when browser not closed? Hi, I'm having

RE: asc() to identify line break characters

2002-03-22 Thread Joseph DeVore
cfset crlf=chr(13) chr(10) #replace(string,crlf,'br','all')# HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 11:46 AM To: CF-Talk Subject: asc() to identify line break characters I have

RE: HELP: Cold Fusion returns 404 when using POST

2002-03-13 Thread Joseph DeVore
and not to winnt\system32\inetsrv\404.dll You may want to check the 'All Verbs' radio button and the Script Engine checkbox HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 4:47 PM To: CF-Talk Subject

RE: HELP: Cold Fusion returns 404 when using POST (solved)

2002-03-13 Thread Joseph DeVore
-Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 7:10 PM To: Joseph DeVore Subject: Re: HELP: Cold Fusion returns 404 when using POST One of those little ironies of life - I found the UrlScan thing shortly after sending the email, after

RE: is there a way to get a count of elements in a list??

2002-03-10 Thread Joseph DeVore
It sounds like you are looking for the listLen() function. cfset length=listLen(yourList) HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 4:38 PM To: CF-Talk Subject: is there a way to get a count

RE: Spiders and Cold Fusion

2002-03-07 Thread Joseph DeVore
IMO, there is only one search engine that matters anymore and it's Google. They clearly index CF sites since they have 17,600,000 of them listed when you search for .cfm http://google.com/search?hl=enq=%2B.cfm IMO, the people your client hired are idiots and really don't know up from down.

RE: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Joseph DeVore
Oh your suggestion is so kind. Yeah, just go ahead and format your C drive. That will certainly fix your GOTCHA problem (as well as any others your system may be having) People.. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 2:10 PM To: CF-Talk

RE: Next/Previous???

2002-03-04 Thread Joseph DeVore
Kelly, Take a look at my custom tag and let me know if this is what you are looking for. http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=221 If it is, hit me up off list for a copy. Thank you, Joseph DeVore VeloxWeb Technologies -Original Message- From: Kelly Matthews

RE: site performance questions

2002-03-04 Thread Joseph DeVore
FYI: Dynamic functions take longer to parse and optimize than most functions. Beware, your app will take a performance hit when using dynamic functions like IIF() Joseph DeVore VeloxWeb Technologies -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, March

RE: Adding text to an image

2002-02-23 Thread Joseph DeVore
I generate dynamic images using CFX_IMAGE in this example code: http://cftags.veloxweb.com/cards/ (A while back someone asked how to dynamically generate upside down text over a background image, so I whipped up this example) HTH, Joseph DeVore VeloxWeb Technologies -Original Message

quicksell commerce

2002-02-18 Thread Joseph DeVore
Have any of you gurus used the POS software called QUICKSELL COMMERCE by SMS? If so, have you used it with CF or do you have any feedback on the product? PROS/CONS/OPINIONS welcome! Thank you, Joseph DeVore VeloxWeb Technologies

RE: Multiple domains going to one webspace

2002-02-18 Thread Joseph DeVore
You just need to setup host headers. What version of IIS you using? I can show you how to set this up fairly easily. Joseph DeVore VeloxWeb Technologies -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 7:14 PM To: CF-Talk Subject: Re

RE: cf_mail, cf_NoTags and too much extra whitespace!

2002-02-12 Thread Joseph DeVore
Yes, in the custom tags that strip out the html, wrap all non output with CFSILENT. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: David Grabbe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:11 AM To: CF-Talk Subject: cf_mail, cf_NoTags and too much

RE: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Joseph DeVore
Sounds like you might be able to use CFHTTP and save the output to disk. Then run your validater on the local static file. It would more less work that same as viewing the source, saving it and then checking it against your validation routine. HTH, Joseph DeVore VeloxWeb Technologies

RE: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Joseph DeVore
Ooops, validater isn't a word.. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:41 AM To: CF-Talk Subject: variable to reference HTML generated so far by CF Server? Is there a way of referencing all the HTML generated so far in a request by

RE: Linkpoint CF tag problem

2002-02-07 Thread Joseph DeVore
Pardeep, I can help you with this, hit me up off list. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:37 PM To: CF-Talk Subject: Re: Linkpoint CF tag problem Hi, does anyone here

RE: Graphics Custom tag

2002-02-04 Thread Joseph DeVore
Check out CFX_IMAGE; you will be very happy with it once you understand it. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Graham Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 9:12 AM To: CF-Talk Subject: Re: Graphics Custom tag Yes it occured

RE: Borders in cfx_image

2002-02-02 Thread Joseph DeVore
Yes, it is possible to add borders to images with CFX_Image this command will set the border color: setbordercolor 00 this command will draw a solid colored rectangle with the border color above bfrect x,y,x2,y2,FF HTH, Joseph DeVore VeloxWeb Technologies -Original Message

RE: Borders in cfx_image

2002-02-02 Thread Joseph DeVore
if you have any questions.. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 12:28 PM To: CF-Talk Subject: Re: Borders in cfx_image Thanks Joseph. Can this be used in conjunction with resizing

RE: Searching for links related to topics

2002-02-02 Thread Joseph DeVore
You can accomplish this with CF; though in my experience, I have found PERL to be much faster. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Melanie Maddix [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 1:50 PM To: CF-Talk Subject: Searching

RE: CFmail Text/HTML

2002-02-01 Thread Joseph DeVore
Hey Paul, I am the one that wrote the code you are trying to use. I use it in many applications without any problems as do many others. Can you send me the cfmail part of your code off list, so that I can help you get this working correctly? Thank you, Joseph DeVore VeloxWeb Technologies

RE: WDDX feeds

2002-01-31 Thread Joseph DeVore
Check out moreover: http://w.moreover.com/ -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 5:05 PM To: CF-Talk Subject: WDDX feeds Anyone know of any sites that serves WDDX news? I have one now but it grabs news from several

RE: WDDX feeds

2002-01-31 Thread Joseph DeVore
that serves WDDX news. Or, since it's not hard to parse RDF's, does anyone know of any sites that serves those, besides the typical Linux sites? __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED

RE: Stored proc query

2002-01-30 Thread Joseph DeVore
John, Try: cfprocresult name=q_getCustomerVehicles cfprocresult name=q_getAndPopulate2ndPane resultset=2 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 3:09 AM To: CF-Talk Subject: Stored

RE: how to do Google-like search??

2002-01-29 Thread Joseph DeVore
Han, I would suggest taking a look at SQL server's Full Text Searching and the Verity engine built into CFAS. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:01 AM To: CF-Talk Subject: how to do

RE: Studio makes me log in to 127.0.0.1

2002-01-29 Thread Joseph DeVore
I would check your development mappings. In Studio hit F8 and then click Browse then click the Development mappings button HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:41 AM To: CF-Talk

RE: Check if sent

2002-01-28 Thread Joseph DeVore
Yes, you could try SMTP DSN (Delivery Status Notifications) and CFMAILPARAM Search Google for RFC 1891 to read about it. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 2:57 PM To: CF-Talk

RE: where to find MS SQL Commands

2002-01-28 Thread Joseph DeVore
On the SQL server 7 CD there's Books Online which has massive information about SQL Server.. All of the functions and syntax you need.. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 5:37 PM To: CF

RE: where to find MS SQL Commands

2002-01-28 Thread Joseph DeVore
Yes, I agree with you. I recommend Ben Forta's book as well. Joseph DeVore VeloxWeb Technologies -Original Message- From: list peters [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 9:48 PM To: CF-Talk Subject: Re: where to find MS SQL Commands i find ben forta's sams

RE: How do u insert data/time in SQL 2000

2002-01-28 Thread Joseph DeVore
Pardeep, Use the GetDate() function and make sure ALLOW NULLS is *not* checked. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 11:09 PM To: CF-Talk Subject: Re: How do u insert data/time

RE: Mental Block

2002-01-14 Thread Joseph DeVore
You would use CURRENTROW to find out what position you are at in the queries recordset. If the CURRENTROW is equal to the last record in the recordset, set the NEXT link to 1 (which will put you back at the beginning of the recordset) If you need a better explanation, let me know. HTH, Joseph

RE: CFMail and html/text

2002-01-09 Thread Joseph DeVore
Yes, I have had the same problem. That is why I wrote CFX_SMTPMAIL to send straight to the SMTP server and skip CFMAIL and it's SPOOL altogether.. It supports multipart messages, cc, bcc, x-headers, replyto, smtp authentiaction, attachments and more.. It works very well when the CFAS and SMTP

RE: Open Multiple Rich Text Format (RTF) Files On One Page

2002-01-08 Thread Joseph DeVore
If you have the actual RTF code stored in the db then this could work for you. cfset output='' cfoutput query=q cfset output=output rtfData '\page ' /cfoutput You would then need to output the output variable to a temp file and use CFCONTENT to serve that file to the client. HTH, Joseph

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
If you are sending HTML mail then yes, using CFCONTENT and IMG you can accomplish this. Thank you, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 9:22 AM To: CF-Talk Subject: Re: CFMail and html

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
=veloxweb --veloxweb Content-Type: text/plain; charset=us-ascii cfinclude template=text.cfm --veloxweb Content-Type: text/html; charset=us-ascii cfinclude template=html.cfm --veloxweb Content-Type: text/x-aol; charset=us-ascii cfinclude template=aol.cfm --veloxweb-- /cfmail HTH, Joseph DeVore

RE: Creating ZIP archives

2002-01-07 Thread Joseph DeVore
Ben Forta's CFX tag works great: http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=23 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:39 PM To: CF-Talk Subject: Creating ZIP archives

RE: CFMail and html/text

2002-01-06 Thread Joseph DeVore
Mike, See the code below... Nick, thanks for reposting this earlier. - Joseph Original Message Subject: RE: HTML EMAIL Date: Wed, 19 Dec 2001 16:55:39 -0800 From: Joseph DeVore [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] This code should get

RE: Password Protecting an Access ODBC connection

2001-12-21 Thread Joseph DeVore
post and decrypt --- cfset decrypted=cfusion_decrypt(encrypted, key) cfoutput#decrypted#/cfoutput HTH, Joseph DeVore -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 11:23 AM To: CF-Talk Subject: RE: Password Protecting an Access ODBC

RE: Password Protecting an Access ODBC connection

2001-12-21 Thread Joseph DeVore
You said, Already had that discussion, about not storing CC nums etc and encryption but they still want to store the cc info anyway. I was asked if it was possible to setup some sort of secure connection the DB. I haven't used Access outside of simple proto-typing in a long time. In the CF

RE: Password Protecting an Access ODBC connection

2001-12-21 Thread Joseph DeVore
Not at all. I just want to stress *DO NOT STORE PLAIN TEXT CC NUMBERS* in a db. IMO, It's a bad, bad thing. But that's only one opinion.. Happy holidays Joseph DeVore VeloxWeb Technologies -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21

RE: Reading header variables in Cold Fusion

2001-12-20 Thread Joseph DeVore
#x# - #key[x]#br /cfoutput /cfloop In regards to your question, Is CFHTTP specifically used for reading text files? No, it can - but it is not used specifically for that purpose. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Alan Walker [mailto:[EMAIL PROTECTED

RE: cfhhttp

2001-12-20 Thread Joseph DeVore
What does your CFHTTP code look like? What does the file that you are fetching look like? -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 11:17 AM To: CF-Talk Subject: RE: cfhhttp heres the link to my entire text file:

RE: cfsilent

2001-12-20 Thread Joseph DeVore
I use CFSILENT all the time since it seriously suppresses whitespace. I personally have not seen any noticeable time difference, just cleaner code. If you hear otherwise please forward me the message - I'm interested in knowing. Thank you, Joseph DeVore VeloxWeb Technologies -Original

OT: SQL SERVER 7 FOR SALE

2001-12-20 Thread Joseph DeVore
Sorry for the OT. But I just bought MSSQL server 2000 and I want to sell my MSSQL server 7 10 cal for like half price. Any takers? Any offers? Joseph DeVore VeloxWeb Technologies __ Dedicated Windows 2000 Server PIII 800

OT: RE: SQL SERVER 7 FOR SALE

2001-12-20 Thread Joseph DeVore
Just to clarify so the Microsoft police don't call me up. I bought a full version of SQL SERVER 2000 and I am selling my old full version of SQL SERVER 7 (no upgrades involved) :) - Joseph -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Thursday, December

RE: HTML EMAIL

2001-12-19 Thread Joseph DeVore
template=aol.cfm --veloxweb Content-Type: text/html; charset=us-ascii cfinclude template=html.cfm --veloxweb-- /cfmail HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:28 PM To: CF-Talk

RE: HTML EMAIL

2001-12-19 Thread Joseph DeVore
template=aol.cfm --veloxweb Content-Type: text/html; charset=us-ascii cfinclude template=html.cfm --veloxweb-- /cfmail HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:28 PM To: CF-Talk

RE: CF_recommendation

2001-12-17 Thread Joseph DeVore
type=text name=f1 value= onchange=calculate()br input type=text name=f2 value= onchange=calculate()br input type=text name=f3 value= /form HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 9:55

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

2001-12-14 Thread Joseph DeVore
Pardeep, The example code below will do what you need very quick and easy. cfscript // input string in='string xmlns=http://tempuri.org/;892028/string'; // parse string out=rereplacenocase(in, 'string([^]*)([^]*)/string', '\2','one'); /cfscript HTH, Joseph DeVore VeloxWeb Technologies

RE: XLS as a DSNless Connection

2001-12-12 Thread Joseph DeVore
If you are running CFAS 5.0: cfquery name= q dbtype=dynamic connectstring=DRIVER={SQL SERVER};SERVER=;UID=;PWD=;DATABASE= blockfactor=100 ... /cfquery FYI: Connect string properties are specific to the database you are connecting to HTH, Joseph DeVore VeloxWeb Technologies

RE: XLS as a DSNless Connection

2001-12-12 Thread Joseph DeVore
SQL Server Driver={SQL Server};Server=myserver;Database=pubs;Uid=sa;Pwd= Text/CSV Driver={Microsoft Text Driver (*.txt;*.csv)};DefaultDir=c:\temp Thank you, Joseph DeVore VeloxWeb Technologies -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12

RE: Christmas cards? (OT/HTML)

2001-12-12 Thread Joseph DeVore
the dynamic text over the temp image. Flip the temp image again. Save it to disk. You would now have an image that has a right side up background graphic with upside down text over top of it. If you set up the background graphic correctly this could easily work out. HTH, Joseph DeVore VeloxWeb

RE: Christmas cards? (OT/HTML) W/EXAMPLE

2001-12-12 Thread Joseph DeVore
questions let me know. Joseph DeVore VeloxWeb Technologies -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 1:45 PM To: CF-Talk Subject: Christmas cards? (OT/HTML) I was wondering what would be the easiest way to display text upside

RE: Christmas cards? (OT/HTML) W/DOWNLOAD

2001-12-12 Thread Joseph DeVore
Due to the responses that I've received (many people asking me to post the code) and seeing as how I am feeling generous since it's the holidays, I have decided to let who ever is interested in it, download it: http://cftags.veloxweb.com/cards/download/ Let me know if you have questions. Joseph

RE: using ASPMail component

2001-12-10 Thread Joseph DeVore
If you output objMail.Response you will see what the error is. It might tell you something like This evaluation component has expired. Joseph DeVore VeloxWeb Technologies -Original Message- From: nagraj [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:49 AM To: CF-Talk

RE: How do people work around the current limited cfmail

2001-12-10 Thread Joseph DeVore
Hey Jochem, Off hand do you know how many email messages your custom tag can handle per day? I like the idea of having the SMTP server do what it does best. What are the cons to using this tag aside from the undeliverables? Joseph DeVore VeloxWeb Technologies -Original Message- From

RE: How do people work around the current limited cfmail

2001-12-10 Thread Joseph DeVore
That's what I wanted to hear! Thanks~ Joseph DeVore VeloxWeb Technologies -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:07 PM To: CF-Talk Subject: Re: How do people work around the current limited cfmail Joseph DeVore wrote

RE: OT: Keep search engine spyders from following links

2001-12-10 Thread Joseph DeVore
href you can use this form to generate them: http://cftags.veloxweb.com/unicode/ HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 3:35 PM To: CF-Talk Subject: Re: OT: Keep search engine spyders from

RE: Page processing twice

2001-12-10 Thread Joseph DeVore
Are you using CFMODULE or any custom tags? It's possible that it's loading twice because of thistag.executionmode Joseph DeVore VeloxWeb Technologies -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 3:43 PM To: CF-Talk Subject: Page

RE: Page processing twice

2001-12-10 Thread Joseph DeVore
when you use cfmodule are you using a closing tag? /cfmodule Or are you using closing tags in any of your CT's? If so that will make the page execute twice. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, December

RE: Accessing ColdFusion Execution Time Values

2001-12-09 Thread Joseph DeVore
--- cfset start=gettickcount() !--- code in question --- cf code !--- place this at the bottom of your template --- cfset exectime=(gettickcount()-start) cfoutputExecution Time #exectime# MS/cfoutput Joseph DeVore VeloxWeb Technologies -Original Message- From: Christopher Dawes

RE: Custom Tag to resize JPG on the fly...

2001-12-07 Thread Joseph DeVore
CFX_IMAGE by Jukka Manner can do this for you. You can download it from Lewis Sellers website at http://intrafoundation.com/3rdparty/CFX_Image.zip Joseph DeVore VeloxWeb Technologies -Original Message- From: Jared Stark [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:10

RE: IIS Issue

2001-12-07 Thread Joseph DeVore
In IIS there is a section on the 'Web Site' tab when viewing the properties of a web site It says 'Connections' and under it are 2 radio buttons. Have you checked to see if it has a low number in the 'Limited to:' field? Joseph DeVore VeloxWeb Technologies -Original Message- From

RE: Random passwords

2001-12-06 Thread Joseph DeVore
This code will generate mixed case passwords: ! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Random passwords

2001-12-06 Thread Joseph DeVore
sorry, cf-talk chopped the code from last email: http://cftags.veloxweb.com/passwords.cfm It's a custom tag called CF_RandomPassword written by Rob Bilson ([EMAIL PROTECTED]) HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED

RE: a href target= question

2001-12-06 Thread Joseph DeVore
Gonzo You just need to set a variable and focus. That way if the user clicks a link for help, the window will always focus and return to the front. var helpdoc=window.open(...) helpdoc.focus(); Joseph DeVore VeloxWeb Technologies -Original Message- From: Gonzo Rock [mailto:[EMAIL

RE: Problem converting expression result to a string in a URL

2001-12-05 Thread Joseph DeVore
Pardeep, The error message sounds like you are trying to output a variable that isn't a simple value. The function isSimpleValue() will tell you if is or not. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Evaluate function

2001-12-04 Thread Joseph DeVore
Leon, cfloop list=a,b,c,d index=i !--- create the variable --- cfset #i#_ListVals=#i# !--- output the variable --- cfoutput#evaluate(#i#_ListVals)#/cfoutput /cfloop Joseph DeVore VeloxWeb Technologies -Original Message- From: Leon Greeff [mailto:[EMAIL PROTECTED]] Sent

RE: CF And Images

2001-12-04 Thread Joseph DeVore
Lewis Sellers has a cool *free* CFX tag that does this: http://intrafoundation.com/freeware.html#cfx_imageinfo Joseph DeVore VeloxWeb Technologies -Original Message- From: Double Down [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 8:56 PM To: CF-Talk Subject: CF And Images

RE: Rounding a value UP

2001-11-26 Thread Joseph DeVore
The CF function you are looking for is ceiling() Joseph DeVore VeloxWeb Technologies -Original Message- From: Benjamin Falloon [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 7:56 PM To: CF-Talk Subject: Rounding a value UP Hi all, Who knows the function for rounding UP

RE: How do u send color text fallover emails

2001-11-22 Thread Joseph DeVore
; charset=us-ascii !--- HTML formatted message goes here --- cfinclude template=message.html --MULTIPART_BOUNDARY-- /cfmail Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 10:35 PM To: CF-Talk

RE: CF Studio memory leaks.

2001-11-21 Thread Joseph DeVore
I'm with you William. Aside from the part of CF5S not ever crashing. I have crashed CF5S ten or so times since I bought it. Joseph DeVore VeloxWeb Technologies -Original Message- From: William J Wheatley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 4:32 PM To: CF

RE: What is wrong with this CFIF Date Calculation?

2001-11-21 Thread Joseph DeVore
(dateformat(Session.GFDate,mm-dd-),'7/1/1995')) eq -1 less than cfelseif datecompare(dateformat(Session.GFDate,mm-dd-),'7/1/1995')) eq 1 greater than cfelse is equal /cfif Joseph DeVore VeloxWeb Technologies -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent

RE: VTM Files

2001-11-21 Thread Joseph DeVore
:\Program Files\Macromedia\ColdFusion Studio 5\Extensions\TagDefs\Custom or DRIVE:\Program Files\Allaire\ColdFusion Studio 4.5\Extensions\TagDefs\Custom If you have questions, let me know. It's pretty simple if you examine the code below: !- created by: Joseph DeVore - [EMAIL PROTECTED] date: 11

RE: RDS

2001-11-21 Thread Joseph DeVore
your webroot's drive and drill down to the directory you want to work in. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 7:09 PM To: CF-Talk Subject: RE: RDS Do you have to setup RDS

RE: VTM Files

2001-11-21 Thread Joseph DeVore
of the users selection where you want it: wizif colorcolor neq '' $$SpacingGap$${DefaultCase('color')}=$$colorColor wizset spacinggap = vertspacinggap /wizif Joseph DeVore VeloxWeb Technologies -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21

RE: Suppressing white space

2001-11-21 Thread Joseph DeVore
anyhow. Joseph DeVore VeloxWeb Technologies -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 8:09 PM To: CF-Talk Subject: Suppressing white space I have a page that when rendered in netscape, has about 1000 lines of whitespace

RE: SSL

2001-11-20 Thread Joseph DeVore
It depends on how you registered the certificate. When you bought it, they asked you what the domain name it would be used for was. In my case 'secure.veloxweb.com'. If I try to use any domain other than 'secure.veloxweb.com' it prompts the client with a certificate mismatch warning. Joseph

RE: Fusebox - opinions?

2001-11-20 Thread Joseph DeVore
his concerns on the Fusebox list. The Fusebox community listens to ideas, if they're good ones, we add them into the spec. Nothing will get changed by voicing concerns on cf-talk. - Steve Nelson Joseph DeVore VeloxWeb Technologies -Original Message- From: Costas Piliotis [mailto:[EMAIL

RE: How do u prevent pages from caching or how do u auto-refresh pages?

2001-11-19 Thread Joseph DeVore
you can add this META tag to your HTML: META HTTP-EQUIV=Expires CONTENT=Mon, 06 Jan 1990 00:00:01 GMT META HTTP-EQUIV=Pragma CONTENT=no-cache META HTTP-EQUIV=Cache-Control CONTENT=no-cache HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Calling all Fusebox Developers

2001-11-19 Thread Joseph DeVore
You should bring this question over to the Fusebox list. [EMAIL PROTECTED] [EMAIL PROTECTED] Joseph DeVore VeloxWeb Technologies -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 6:43 AM To: CF-Talk Subject: Calling all Fusebox

RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore
Pardeep, Are your variables URL encoded? Wrap this function around each string variable. URLEncodedFormat() How's that dynamic image app coming along? Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday

RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore
Have you tried prefixing your variable with the URL scope? Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 17, 2001 7:29 PM To: CF-Talk Subject: Mystery?!! Variables not being recognized via CFLOCATION

RE: Client storage woes

2001-11-18 Thread Joseph DeVore
Did you have ColdFusion create the tables on your production server when switching to ODBC client storage, or did you import them from the dev box? If you didn't have CF create the tables, it's possible you selected an incorrect datatype. Joseph DeVore VeloxWeb Technologies -Original

RE: Fusebox - opinions?

2001-11-18 Thread Joseph DeVore
want to purchase something to help you with Fusebox check out the 'Conference in a Box' from Hal Helms: http://halhelms.com/ CIAO, Joseph DeVore VeloxWeb Technologies -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 12:49 PM To: CF-Talk

RE: Can't send form data with spaces in Netscape 4.61

2001-11-18 Thread Joseph DeVore
Pardeep, Send me your code off list so I can help you out. It's pretty quick and easy. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 4:53 PM To: CF-Talk Subject: Can't send form data

RE: cfquery and two column output

2001-11-18 Thread Joseph DeVore
cfoutput #q.title[i]#br #q.body[i]#br /cfoutput br /cfloop /td td valign=top cfset fromcol=cols+1 cfloop from=#fromcol# to=#q.recordcount# index=i cfoutput #q.title[i]#br #q.body[i]#br /cfoutput br /cfloop /td /tr /table Joseph DeVore VeloxWeb Technologies -Original Message- From: Tangorre

RE: traitorous question re VBScript

2001-11-17 Thread Joseph DeVore
want to change them to variables, appending each new SQL statement to the previous. Here is a working VBScript example: pre code % ' author: Joseph DeVore ' date: Saturday, November 17, 2001 dim arTitle, arAuthor, i ' create temp list of titles title=this_example that_example his_example

RE: Opening file

2001-11-12 Thread Joseph DeVore
You could use CFCONTENT to serve them up as .dat files. cfheader name=Content-Disposition value=inline; filename=yourfile.dat cfcontent file=d:\yourfile.dat type=text/plain deletefile=no Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE[2]: Opening file

2001-11-12 Thread Joseph DeVore
FYI: I used the file type of text/plain for example. You will need to change this to whatever filetype you are trying to work with. In your case, maybe application/dat will be what you're looking for. Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED

RE: [OT] Frustrating IE window.open popup delay...

2001-11-01 Thread Joseph DeVore
I had the same problem but once I upgraded to 6.0.2600 it was fixed Joseph DeVore VeloxWeb Technologies -Original Message- From: Ron Hornbaker [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:28 AM To: CF-Talk Subject: [OT] Frustrating IE window.open popup delay

RE: Goodbye Advanced Security, hello Session Params and eh.. hell o list!

2001-11-01 Thread Joseph DeVore
FYI: Fusebox 3.0 spec is out now (the Fusebox book mentioned below was 1.0) You can read more about here: http://www.fusebox.org/index.cfm?fuseaction=specs.fusebox30 IMO, start using FB3 today! Joseph DeVore VeloxWeb Technologies -Original Message- From: Brunt, Michael [mailto

  1   2   >