Re: automatically submit form

2002-04-15 Thread Justin Scott
How about CFHTTP with a method="post"? -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Diana Nichols" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, Apri

Re: cfset vs using cfscript

2002-04-15 Thread Justin Scott
A fraction of a second on a major application that gets millions of hits a day can make or break a system. Remember that when you do the big jobs . -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Michael Din

Re: cfset vs using cfscript

2002-04-15 Thread Justin Scott
General rule of thumb is to set variables using cfscript if there are three or more in a row. I do not have exact statistics to back this up, but I have found cfscript code to execute significantly faster than regular CFML. It is also easier to read and follow, IMHO. -Justin Scott, Lead

Re: client cookies - strategy question

2002-04-15 Thread Justin Scott
ny questions, feel free to mail me off-list. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com __ This list and all House of Fusion resources hosted by CFHosting.com. The place fo

Re: Quicky

2002-04-12 Thread Justin Scott
;s only a couple of comparisons to make, it's not worth changing code that's already written (unless it's within a massive loop or a page that gets his several thousand times a minute), but I always use compare/comparenocase on new code regardless. -Justin Scott, Lead Developer Sceiro

Deadlock

2002-04-12 Thread Justin Waldrip
Your transaction (process ID #39) was deadlocked with another process and has been chosen as the deadlock victim. Rerun your transaction. I am receiving quite a few of these errors in a row. Where is a good place to start looking for things that might cause this? Thanks, Justin

Re: Preventing SQL injection attacks...?

2002-04-12 Thread Justin Scott
rom being thrown, as well as allow your app to handle the empty record set just as if any other invalid numeric value had been tossed at it. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com _

Re: Client/Session/CFID/CFconfused

2002-04-12 Thread Justin Scott
state-management and use your own cookie(s) to handle the prefs. Just remember that there are any number of ways to handle user sessions, and you will get a different answer no matter who you ask. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com

CF Accounting Systems... please recommend

2002-04-12 Thread Justin Hansen
Does anybody have a CF Accounting System I can integrate into my project? Standard invoices, payments, reports, aging reports, etc. Where to look? I haven't found a thing on DevExchange. Still looking..... Justin Hansen -- Uhlig Communications Web Developer / Progr

Re: OT Help!

2002-04-12 Thread Justin Scott
ave any other questions on that, feel free to mail me off-list since it IS a bit off-topic. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com __ Get the mailserver that powers this list at http

Re: Security Access

2002-04-12 Thread Justin Scott
m I doing wrong? Are you sure it's not just a version of the page cached in the browser? I don't deal in session variables much, but your code looks ok. There is a good example and more info on killing session variables available at http://www.teratech.com/ColdCuts/cutdetail.cfm?cutid=103.

Re: Prevent JavaScript timer from re-initialising on refresh

2002-04-12 Thread Justin Scott
value of the cookie to make sure the time diff is not greater than a certain value. If it is, the answer could be thrown out or otherwise handled properly. I hope these ideas will help you, or maybe someone else doing something similar. -Justin Scott, Lead Developer Sceiron Interne

Re: Recordset to structure?

2002-04-12 Thread Justin Scott
om your modified query data. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com __ Your ad could be here. Monies from ads go to support these lists and provide more resources f

Re: Security Access

2002-04-12 Thread Justin Scott
being passed on the URL. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com __ Your ad could be here. Monies from ads go to support these lists and provide more resources for

Re: how to tell if a session has expired

2002-04-11 Thread Justin Scott
X minutes have passed, it resets the other cookies and sends them back to the login page with a "session expired" message. The timestamp cookie can also be used in conjunction with session variables to achieve the same results as long as your users have cookies enabled. -Justin Scott

RE: Wrapping Text

2002-04-11 Thread Justin Hansen
chr(10)##chr(13)#. #mid(locString,1,locSpace)# #locString# Have fun, Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284 -- -O

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
Yeah.. I looked at it and thought "dynamic variable name" instead of "populating structure" like I should have. Moral: I should engage brain before opening mouth :) -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Origina

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
Ack.. you're right. Sorry for any confusion.. too early in the morning for this stuff, hehe. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
Actually, you do need them when setting a dynamic variable in this way. You could use the setVariable() function to avoid using the quotes and pounds, however. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Ra

RE: SQL Backup/Restore Question

2002-04-05 Thread Justin Greene
would suggest testing this if it is part of the decision process. Justin p.s. I have never heard of the latter being possible. Have you actually done this with informix> > -Original Message- > From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04,

RE: Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread Justin Hansen
== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Justin Hansen [mailto:[EMAIL PROTECTED]] > Sent: T

RE: How do I let the ColdFusion server wait between two commands

2002-04-02 Thread Justin Greene
file. Justin > -Original Message- > From: Robert Everland [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 9:34 AM > To: CF-Talk > Subject: RE: How do I let the ColdFusion server wait between two > commands > > Or better yet, > >

Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread Justin Hansen
Does anyone have code that could convert a CF Structured Array to a JS Structured Array? And then convert it back? Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284

RE: DHTML Layers + Flash!

2002-03-29 Thread Justin Hansen
worry about the canvas size. So, let's say you loop over a flash menu object/custom tag, pass it text="link text" and link="file.html or showmenulayer(name)", and you have yourself one killer menu system. I have had this idea for a while, just haven't taken the tim

RE: DHTML Layers + Flash!

2002-03-29 Thread Justin Hansen
w, to do it right, you'll need a full dhtml/flash/cf solution for menus. I haven't seen one yet. Currently, I'm waiting on my new employer to buy Flash MX. When I get, it I plan on developing one. If anyone has beat me to this, let me know. I would like to see what you came up

RE: HTML comments and tag completion

2002-03-29 Thread Justin Hansen
Create your own short cut keys for CF & HTML comments. That way auto complete won't get in the way and you don't have to type them. Justin -Original Message- From: Jeff Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 8:31 AM To: CF-Talk Subject: HTML co

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Justin Hansen
etting.#qrySettings.SettingName[i]#" = qrySettings.SettingValue[i]; } request.setting = StructNew(); request.setting = Duplicate(application.setting); Justin Hansen -- Uhlig Communications Web Developer / Pr

RE: Flash MX and CF5

2002-03-19 Thread Justin Hansen
Does that work? You could put the list in a text file any time you add/update a 'mfg', update the text file. I'm also jumping in to this journey (in my "spare" time). OT: Geez, this is really going to cut into my new obsession, Motor City Online. Any other CFers pl

RE: alternating rows

2002-03-18 Thread Justin Hansen
This is what I use... class="altRow"> Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284 -- -Original Message- From: Tangorre, Michael T. [

RE: SQL case insensitive search ???

2002-03-15 Thread Justin Greene
a DB that was installed case sensitive. If you need to be case insensitive I suggest reinstalling the DB in this mode and reloading your data. Justin > -Original Message- > From: Tony Schreiber [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 11:46 AM > To: CF-Talk &

RE: weird sql error

2002-03-14 Thread Justin Greene
How about the missing comma in the Values part of your query... looks like a temp stored procedure is being created and choking between parameters 10 and 11. Justin > -Original Message- > From: Jen Perkins [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 2:38 PM

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Justin Greene
as everything you do will create some form of lock on the effected table. Putting the transaction on the CF level seems to be asking for trouble to me. Chances are the transaction does not need to encapsulate the whole procedure. Justin > -Original Message- > From: Shawn Grover [

RE: Fusebox pros and cons

2002-03-12 Thread Justin Waldrip
If my aunt were a man she'd be my uncle... -Original Message- From: Roger B. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 2:06 PM To: CF-Talk Subject: Re: Fusebox pros and cons On Tue, 12 Mar 2002 13:51:39 -0500, in cf-talk you wrote: >That is, you couldn't usefully pry the

id.innerText = 'how to escape quotes and ticks?'

2002-03-12 Thread Justin Hansen
I am trying to replace a whole table in side a div tag with a new table. The new contents of the div contain quotes (") and ticks ('). How can I escape them with JavaScript so the 'innerText' will work? Justin Hansen -- Uhlig Communications Web De

RE: Spiders and Cold Fusion

2002-03-07 Thread Justin Hansen
a link on it. Switching all kinds of things on and off. It took me a while to figure out what happened too. If you are going to be hit buy a spider, make sure you don't have any links that delete records. My boss made sure no more testing was done with spiders! Justin Hansen -

RE: Session Timing out too fast - DOH!

2002-03-07 Thread Justin Hansen
It was the server settings. Never mind. -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 9:38 AM To: CF-Talk Subject: Session Timing out too fast I know this is kinda vague but... My session is not lasting 4 hours. More like 20 minutes

Session Timing out too fast

2002-03-07 Thread Justin Hansen
I know this is kinda vague but... My session is not lasting 4 hours. More like 20 minutes. What am I missing? Justin Hansen -- Ulgih Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284

RE: forcing a log out

2002-03-06 Thread Justin Hansen
log out onunload will run on any page redirection, not just closing the browser. -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:10 PM To: CF-Talk Subject: RE: forcing a log out You could try using then setup a logout function that

RE: forcing a log out

2002-03-06 Thread Justin Hansen
You could try using then setup a logout function that would open a new window, run your script, then close itself Justin Hansen -- Ulgih Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284

RE: a little about the future

2002-03-06 Thread Justin Waldrip
guru. Thanks, Justin Waldrip Internet Technology Specialist CCS, Group Inc. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:45 AM To: CF-Talk Subject: RE: a little about the future I look forward to the day when someone - anyone - puts

RE: Closing a window from JS without prompt?

2002-02-27 Thread Justin Waldrip
is there something else that needs to be done? "Justin Waldrip" <[EMAIL PROTECTED]> on 02/27/2002 01:17:54 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: RE: Closing a window from JS without prompt? I have an app that opens up a windo

RE: Closing a window from JS without prompt?

2002-02-27 Thread Justin Waldrip
Not sure I don't use NN. -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:25 PM To: CF-Talk Subject: RE: Closing a window from JS without prompt? Does this work in NN 4.7? -Original Message- From: Justin Waldrip [m

RE: Closing a window from JS without prompt?

2002-02-27 Thread Justin Waldrip
I have an app that opens up a window full screen and then I need to close the parent window that is behind it. So what I did was added the object code below to the head and then refresh the parent window with the onload function that initiates and closes the parent window. Works like a champ for m

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
ECTED]] Sent: Wednesday, February 20, 2002 1:34 PM To: CF-Talk Subject: RE: FTP vs HTTP did you read the size...file (35M) On Wed, 20 Feb 2002, Justin Waldrip wrote: > Why not write a routine that will copy the file into the anonymous area > of the ftp server when a user initiates a download? T

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
m our database server up the one of the load balanced web servers for download. Then once the user is done downloading the file it is deleted from the web server. Just a suggestion not sure if it fits your application. Justin Waldrip [EMAIL PROTECTED] -Original Message- From: Rick Walters [m

RE: CF & Flash Graphing

2002-02-20 Thread Justin Waldrip
more advanced versions of the tag but just haven't had time. If you would like the source flash file I would be happy to open this open to the community. This way maybe we can get some decent looking flash graphs without the cost of a server solution. Justin Waldrip [EMAIL PROTECTED] -Origin

CF/Flash Windowed Interface

2002-02-13 Thread Justin Hansen
I'm starting from scratch here. First shot at CF/Flash for me. Other than the Macromedia site, what other resources are there for CF/Flash coding? Justin Hansen --- Ulgih Communications Project Manager / Developer --- [EMAIL PROTECTED] 913-498-01

RE: Anybody heard of this?

2002-02-11 Thread Justin Greene
You can write to the registry on IE with a signed applet so make sure that you are set to warn you before running such things. This is probably what happened. Justin > -Original Message- > From: Dave Hannum [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 05, 2002 9:2

RE: CFStoredProc vs CFQUERY

2002-01-29 Thread Justin Greene
Do not know about speed, but access to output parameters and the ability to trap an error (i.e. detect that an error code was returned) are in themselves worth it. Justin > -Original Message- > From: Steven Durette [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002

RE: Decrypting source code

2002-01-28 Thread Justin Hansen
Look out.. Here comes the Intellectual property discussion You're gonna get flamed now Ray. -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 5:04 PM To: CF-Talk Subject: Decrypting source code Does anyone know how to decrypt sorce code

Printing a word doc with CF

2002-01-09 Thread Justin Hansen
Ok, I'm using code from CFCOMET, to turn a HTML page into a DOC and then print it. The trouble is, it keeps giving me a "Can not Print. No printer found." Message. Even if I specify an active printer. It should just use the default. Does any body have any experience with this? This is all taking _

RE: Speeding up select queries

2002-01-02 Thread Justin Greene
er_ID = L.Lender_ID AND O.Zip IN (#ziplist#) Justin > -Original Message- > From: Sandy Clark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 12:13 PM > To: CF-Talk > Subject: RE: Speeding up select queries > > If you are using CF5, why not do t

OT: New IE Hole Info!

2001-12-17 Thread Justin Hansen
faking out IE into thinking an executable is a benign object (like an image). Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 ~~ This list and all House of Fusion

RE: CFContent (and other options)

2001-12-13 Thread Justin Greene
handle things faster than Cold Fusion. Justin -Original Message- From: cf refactoring [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:22 AM To: CF-Talk Subject: RE: CFContent (and other options) Hi Justin, This sounds really interesting. Can you point me to a reference

RE: SQL Transaction Logs...?

2001-12-12 Thread Justin Greene
problem. If you are not backing up the db or dumping the logs and have not set truncate on checkpoint, you will also have an issue as the logs will grow forever. Justin -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 11:50 PM To: CF-Talk

RE: CFContent (and other options)

2001-12-11 Thread Justin Greene
performance of using a C++ module when we needed the speed. Our throughput, including a single database call, went from about 23 connections/sec in CF to 160 connections/sec with the module. Justin -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 4

RE: 3 selects related and nightmare trees

2001-12-11 Thread Justin Greene
The below piece is from the SQL books online and provides a sample of handling expanding heirarchies. This may be what you are looking for (though it will probably only work in SQL, not access)... Expanding Hierarchies Databases often store hierarchical information. For example, the following da

RE: CFDirectory and Network

2001-12-11 Thread Justin Hansen
You have to refer to network computers via the network name. CF does not like mapped drives. Example: Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 -Original Message- From: webmaster [mailto

RE: OT: SPAM lists?

2001-12-06 Thread Justin Greene
It is so funny to see this discussion keep cropping up. The whole blacklisting of open relays is a very touchy issue. I agree that there is little excuse for running an open relay in today's world (though some argue that it is their right... I think this was an issue in MIT vs. MAPS). I will no

JS/Cookie Tester

2001-12-06 Thread Justin Hansen
Hello gang, A client site is having session issues and I need to test for JS and Cookies. I know this code exists. Who is the coolest cat on the board willing to share it with me so, I don't have to waste time re-inventing the wheel. Thanks! Justin Hansen - [EMAIL PROTECTED] Project L

RE: CFX_Print - anybody have it?

2001-12-03 Thread Justin Hansen
-Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:14 PM To: CF-Talk Subject: CFX_Print - anybody have it? Hi all... I need the CFX_Print tag but there is only a dead link in the Allaire Tag Gallery. Does anybody have it? Please email it to me

CFX_Print - anybody have it?

2001-12-03 Thread Justin Hansen
int I will try the com/word solution. Thanks! Justin ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: sql icon

2001-11-29 Thread Justin Hansen
I was board... here you go PrintScreen, paste, crop, export Justin -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2:02 PM To: CF-Talk Subject: sql icon In enterprise manager beside each database there is a cylinder icon

RE: Apache 1.3

2001-11-28 Thread Justin Greene
n W2K you do not need the addmodule directive. Just the loadmodule.\ Justin -Original Message- From: Iceraven [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 1:14 AM To: CF-Talk Subject: Re: Apache 1.3 Could you tell me what you put in your HTTpd.conf to make this work?

Searching for ' with like clause with SQL Server

2001-11-28 Thread Justin Greene
f course it would have been nice if the data was just clean. Hope this saves someone some grief one day :-) Justin ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthorit

RE: "Why aren't there more CF programmers out there?"

2001-11-27 Thread Justin Hansen
t: Tuesday, November 27, 2001 5:05 PM To: CF-Talk Subject: Re: "Why aren't there more CF programmers out there?" Is this person truly the boss of a web development area? LOL Are you guys just building static pages? Dave > -Original Message- > From: Justin Hansen [m

"Why aren't there more CF programmers out there?"

2001-11-27 Thread Justin Hansen
A higher up said "If ColdFusion was so easy to learn why aren't there more CF programmers out there?" So what do I tell him? How many CF Developers are there? How many sites use CF? Is there a Macromedia rep in the house? He thinks FrontPage is the way to go Let the games begin! ~~~

tickcount to actual time conversion

2001-11-12 Thread Justin Hansen
What formula would you use to convert tickcounts to actual time? ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.

Re: accessing form fields with a variable numeric component

2001-11-08 Thread Justin Scott
nter])#) Also, you cannot use commas in your variable names as CF will have a hissy fit. Use a dash or underscore instead. I left your commas in the evaluate() example above to demonstrate how it would be done. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com

Re: IMAP and CF

2001-11-08 Thread Justin Scott
b-based IMAP package built in CF for $149 USD. This includes a custom CFX tag that allows you to interface with an IMAP server. I have used this on several projects and can say without a doubt it's worth every penny. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http:

Re: Need help building server

2001-11-02 Thread Justin Scott
need to change power sources for whatever reason. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Phillip Broussard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, No

RE: cfcontent & file naming

2001-11-02 Thread Justin Hansen
Dead link... http://www.figleaf.com/demo/mimetest/ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 3:00 PM To: CF-Talk Subject: RE: cfcontent & file naming > Ok gang... I'm using to use CFCONTENT to deliver files from a > non-web accessibl

cfcontent & file naming

2001-11-02 Thread Justin Hansen
ssing here. Thanks! Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 ~~ Your ad could be here. Monies from ads go to support these lists and provide more resourc

Re: Managing DNS via a browser

2001-11-01 Thread Justin Scott
ys), so I > don't remember any specifics on them. CGI-Resources.com would be a good > place to locate those. Note to self: read the rest of the posts BEFORE replying... Sorry for all the dupe info. -Justin Scott ~~ Get the mai

Re: Managing DNS via a browser

2001-11-01 Thread Justin Scott
7;s name is, Ultra. I hope the info helps.. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionaut

Re: Setting field on form using Javascript

2001-10-29 Thread Justin Scott
jsstringformat() -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 29, 2001 7:45 PM Subj

Re: CFmail Recount

2001-10-29 Thread Justin Scott
some serious problems on your hands. In our situation, we write the messages directly into the IIS SMTP service's pickup directory, naming the files with CreateUUID() and it works like a charm for up to about 80,000 messages a day, then IIS starts having problems keeping up. -Justin Scott

Re: CFmail Recount

2001-10-29 Thread Justin Scott
CFMAIL. 2) Outsource your mailings to a company that specializes in this type of thing, such as Postmaster General (http://www.postmastergeneral.com/). One of our clients used them to do a weekly mailing to about a million subcribers without a hitch. -Justin Scott, Lead Developer Sceiron Interne

Re: validate email addresses in text area

2001-10-25 Thread Justin Scott
num:]\-]*[[:alnum:]])?*\.)+([a-z][a-z]|[a-z][a-z][a-z]|[a-z][a-z][a-z][a-z]| [a-z][a-z][a-z][a-z][a-z])$", variables.address)) { // Eliminate it. variables.emails = listdeleteat(variables.emails, variables.counter); } // Increment our counter. variables.lcounter = variables.

Re: How do I check to see if cookies exist

2001-10-25 Thread Justin Scott
If the cookie doesn't exist, set it then reload the current page (not using CFLOCATION) with a ?checkcookies=1 on the URL. If URL.checkcookies exists, but not the cookie, redirect to a page explaining that they need cookies. -Justin Scott, Lead Developer Sceiron Internet Services, Inc.

Re: How to Handle Multiple CF Versions?

2001-10-25 Thread Justin Scott
Take the code that sends the e-mail in an external file, and use the CFIF code to determine which code to include using CFINCLUDE. CF 4.0 shouldn't puke on the CFMAILPARAM tag isn't in a file that's not included in its execution stream. -Justin Scott, Lead Developer Sceiron In

Re:

2001-10-25 Thread Justin Scott
SELECT DISTINCT field FROM table Where field contains the field where youe e-mail addresses are. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Dan Sullivan" <[EMAIL PROTECTED]> To: "CF-Talk"

Re: String manipulation

2001-10-21 Thread Justin Scott
There are functions available to do this for you... getdirectoryfrompath(path) - Extracts a the full directory (including \) from a full path and filename. getfilefrompath(path) - Extracts the filename from a full path and filename. -Justin Scott, Lead Developer Sceiron Internet Services, Inc

Truncate Log on Checkpoint (was Large SQL log file)

2001-10-02 Thread Justin Greene
to do them less and look for slow times. Justin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 10:30 AM To: CF-Talk Subject: RE: Large SQL log file > If you are speaking of your transaction log, you will need to > schedule more fre

RE: Large SQL log file

2001-10-01 Thread Justin Greene
ability restore a damaged database from backup. Justin -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 7:07 PM To: CF-Talk Subject: OT: Large SQL log file Hello all I have an SQL.log file that has grown to approx 2GB

RE: Apache vs IIS speed on Windows

2001-09-24 Thread Justin Greene
servers (website and IIS and Apache on Linux) as intended. Justin -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 10:27 PM To: CF-Talk Subject: Apach vs IIS speed on Windows We all know the security concerns and what not, but what is a

RE: cf and apache

2001-09-24 Thread Justin Greene
Correct. -Original Message- From: Jesse Noller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 11:43 AM To: CF-Talk Subject: RE: cf and apache For the windows version of the module? -jesse -Original Message- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent

RE: cf and apache

2001-09-24 Thread Justin Greene
After a few conversations MM agreed to compile it and said it would be available in a few weeks. That was at the end of August. I have asked for an update but have not gotten a reply. Justin -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23

RE: cf and apache

2001-09-23 Thread Justin Greene
people). Justin -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 22, 2001 9:43 PM To: CF-Talk Subject: RE: cf and apache Works great with SSL too. No problems. It was a little tricky setting it up the first time, but I'm using OpenSSL wi

RE: cf and apache

2001-09-21 Thread Justin Greene
The most recent win32 release (1.3.20) is considered initial release quality and it works great. Never a problem. Justin -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 10:29 AM To: CF-Talk Subject: RE: cf and apache Apache does not

RE: cf and apache

2001-09-21 Thread Justin Greene
Works great so long as you do not need SSL. Been running it for almost 3 years without a problem. -Original Message- From: Ben Whalley [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 9:53 AM To: CF-Talk Subject: cf and apache How much experience do people have with CF and Apa

What is cfserver.exe doing?

2001-09-19 Thread Justin Hansen
told me to look into it. I know it is not a mass mailing or nimda. We do have some scheduled tasks that hit it pretty good but I know they are not running right now. Thanks! Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221

RE: DNS Question

2001-09-04 Thread Justin Greene
skillpath.com. IN AYour IP address www IN AYour IP address note the . at the end of the first that is not at the end of the second. Also need to make sure the web server will respond to both. Justin -Original Message- From: ChristianWatt [mailto:[EMAIL

RE: case sensitive sql query

2001-08-31 Thread Justin Greene
itive, it may not be able to use the indexes properly. I am not positive, but it is worth looking into if the tables are large as it will cause a performance hit. Justin -Original Message- From: Alex Santantonio [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 9:59 AM To: CF-Ta

RE: Speak Up (WAS: Macromedia strong arms developers into 5.0 upg rade)

2001-08-30 Thread Justin Greene
) Upgraded to Apache 1.3.17 as base version. *) Changed ApacheModuleSSL.dll to mod_ssl.so in Makefile.Win32 to make mod_ssl not too broken after Apache 1.3.16's Win32 changes. Justin -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:

RE: Apache, Cold Fusion and EAPI

2001-08-29 Thread Justin Greene
API, not SSL. I do not know what the technical issues are with Mixing API's. Justin -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:45 AM To: CF-Talk Subject: RE: Apache, Cold Fusion and EAPI > required and thus Cold Fusion

Apache, Cold Fusion and EAPI

2001-08-29 Thread Justin Greene
Apache with Cold Fusion on Win32 and if so, how did you resolve this issue? Justin -- Justin Greene ClicVU, Inc. - Makers of the Spamex Disposable Email Address Service P: 212-242-0258 http://www.spamex.com Sign up for your free Spamex account: Protect your real email address forever

RE: Macromedia strong arms developers into 5.0 upgrade

2001-08-29 Thread Justin Greene
flexibility as new modules can be built and deployed without rebuilding the whole core. Justin -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:36 AM To: CF-Talk Subject: RE: Macromedia strong arms developers into 5.0 upgrade And why can&#

RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)

2001-08-28 Thread Justin Greene
ent should I need to. Justin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 7:06 PM To: CF-Talk Subject: RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms) It would just be one "module", really. In the current version o

RE: Macromedia strong arms developers into 5.0 upgrade

2001-08-28 Thread Justin Greene
refuses to do so, nor will they release the source so we can compile it ourselves, yet they did so for Linux over a year ago. I have never seen a firm depreciate a product before the new one is even available. Justin -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday

<    6   7   8   9   10   11   12   13   14   >