Re: CFFORM - Can I start using it again?

2005-06-07 Thread Evan Lavidor
> one purpose of true server side validation (which is not to rely on the > client). > > - Calvin > > > On 6/7/05 9:24 AM, "Evan Lavidor" <[EMAIL PROTECTED]> wrote: > > > For a long time I never used the CFFORM controls because they tended > > to

CFFORM - Can I start using it again?

2005-06-07 Thread Evan Lavidor
For a long time I never used the CFFORM controls because they tended to write bloated JavaScript and non-standards compliant code. I'm now upgrading to CF7, and am looking at all the new cool things with Flash forms and XForms, which all require CFFORM. So, my basic questions are, is CFFORM safe

Re: cfcontent and ssl/https issue

2004-07-26 Thread Evan Lavidor
oad prompts or automatic inline >viewing. > >Ken > > >-Original Message- >From: Evan Lavidor [mailto:[EMAIL PROTECTED] >Sent: Monday, July 26, 2004 4:00 PM >To: CF-Talk >Subject: Re: cfcontent and ssl/https issue > >Thanks for the suggestion.  "inlin

Re: cfcontent and ssl/https issue

2004-07-26 Thread Evan Lavidor
quot;attachement" to "inline" in the CFHEADER tag. > >cheers, >barneyb > >On Mon, 26 Jul 2004 14:25:06 -0400, Evan Lavidor ><[EMAIL PROTECTED]> wrote: >> Evan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfcontent and ssl/https issue

2004-07-26 Thread Evan Lavidor
inking to a PDF would. Thanks, Evan >Throw a CFHEADER tag in there: > > > >deletefile="false" reset="true" /> > >Not sure if that'll solve your problem, but that's how we always do >it, and haven't ever had issues. >cheers, >bar

cfcontent and ssl/https issue

2004-07-26 Thread Evan Lavidor
I have a form that resides on an SSL site.  It submits to another SSL page and after inserting the data into our SQL Server db (via cfstoredproc), it does a cfcontent to display a pdf, using the following: In Mozilla, this works great.  In IE, the user just gets a blank white screen, rather th

Re: Looking for a team collaboration website package

2004-02-26 Thread Evan Lavidor
vision with no underlying sense of purpose, > no calling, is just a good idea - all "sound and fury, signifying > nothing."  The Fifth Discipline - Peter Senge > > > > -- Original Message -- > From: Evan Lavidor <[EMAIL

Looking for a team collaboration website package

2004-02-26 Thread Evan Lavidor
I'm on the hunt for (for a client) an off-the-shelf team collaboration website package that I can host and make minor modifications to, if necessary.   At a minimum, I'm looking for something with threaded discussion lists, document sharing, and calendaring.   I know I could assemble something fr

"String Format" option in DataSource Setup

2004-02-11 Thread Evan Lavidor
We recently ran into a problem (CFMX, SQL 2000, Win2K) where unicode data being passed into a was not getting into the db as double-byte.   This was resolved (after much hunting) by checking the "String Format" checkbox in the advanced datasource settings for the DSNs involved. >From the CFMX do

Re:Client vars won't go into the db....?

2004-02-09 Thread Evan Lavidor
Nope, trusted cache is not set. Thanks, Evan >Hmm, nother long shot.  Do you have the trusted cache set to yes?  It migth >be remembering an old setting? > >DRE > >-Original Message- >From: Evan Lavidor [mailto:[EMAIL PROTECTED] >Sent: Friday, February 06, 20

Re:Client vars won't go into the db....?

2004-02-06 Thread Evan Lavidor
er  HKLM\Software\Allaire\CurrentVersion\Clients. Any ideas are much apprecaited. Thanks, Evan >Are you absolutely sure you have only one application.cfm? >DRE > >-----Original Message- >From: Evan Lavidor [mailto:[EMAIL PROTECTED] >Sent: Thursday, February 05, 2004 9:

Re:Client vars won't go into the db....?

2004-02-05 Thread Evan Lavidor
...and a as followup, client variables on our MX servers are also showing up in the registry, even though we've got the settings in CF Admin specifying the default location being a datasource.   Any help is greatly appreciated. Thanks, Evan [Todays Threads] [This Message] [Subscription]

Client vars won't go into the db....?

2004-02-05 Thread Evan Lavidor
So, while most of the CF apps/sites at my office are running on CFMX, we've still got a few servers that are running CF4.5...  I know how wrong this is, and we're on the path to migrate them.  However, a problem has arisen that I'm wondering if anyone has any insight to: We recently changed the cl

Re:Problem passing empty value to cfargument if type isn't string

2004-01-30 Thread Evan Lavidor
pecially since (I believe) you can't set a variable explicitly to NULL. Thanks, Evan >You'll have to try something liske this: > > > >--- >Exciteworks -- expert hosting for less! >http://exciteworks.com >specializing in reseller accounts > > >Evan

Problem passing empty value to cfargument if type isn't string

2004-01-30 Thread Evan Lavidor
I've got a function inside of a CFC.  One of the arguments is defined as follows: If the value that I pass to it is empty ("") then I get an error that "The argument PROMOITEM passed to function processInfo() is not of type numeric." If I change the type to string, then it works great.  But I d

Client Variables and Uniqueness in a Load-Balanced Server Environment

2004-01-28 Thread Evan Lavidor
(Not sure if this went through yesterday in the midst of virus-related stuff, so forgive me if this is a double-post). I should know the answer to this, but I want to make sure that I'm thinking this through correctly. I have websites running on load balanced web servers (one group running CFMX,

Client Variables Question

2004-01-27 Thread Evan Lavidor
I should know the answer to this, but I want to make sure that I'm thinking this through correctly. I have websites running on load balanced web servers (one group running CFMX, one group running CF4.5 (which won't be around much longer - it's being migrated to MX)).  I want to move the client var

About to call Macromedia Tech Support on this one...

2002-02-27 Thread Evan Lavidor
The following is an error we see in our webserver.log quite a bit: "ERROR","TID=3580","02/27/02","10:23:38","Error attempting to write location redirection to web server (Windows NT error number -2147467259 occurred)" I'm personally convinced that this is related to some other problems we're ha

Can CFRegistry read another computer's info?

2002-02-26 Thread Evan Lavidor
Assuming CF has permissions to access another system, can CFRegistry read the info from another system's registry? If so, what's the syntax? Using CF 4.5, not 5.0. Thanks! Evan __ Why Share? Dedicated Win 2000 Server · PIII

RE: Get 404 referrer

2001-09-20 Thread Evan Lavidor
The CGI variable is CGI.HTTP_REFERER (note that it's not spelled the way you want to spell it if you were spelling correctly). If you spell it the way you have below, I don't think CF will throw an error, it just returns a blank value. HTH, Evan > -Original Message- > From: Steven Doug

Custom 404 Question

2001-09-19 Thread Evan Lavidor
I have a custom 404 page that I've got set up as the "default missing template handler" in CF admin, and as the custom 404 in IIS. I also have a mapping set up in CF Admin named "/includes" In the template that is my 404 page, I'm trying to do a cfinclude in the following manner: figuring tha

Error 302 on cflocation?

2001-08-24 Thread Evan Lavidor
Found | The document has moved here. | -- -- | Apache/1.3.19 Server at x.x.com Port 80 This happens in both IE and Netscape on my Win2K box. I've seen some discussion of this in the forums, but with no resolution that applies to my setup. Anyone have any ideas? Thanks, Evan -- -=-=-

Documentation and numbers to back up best practices?

2001-08-06 Thread Evan Lavidor
Partly out of curiousity and partly out of need, I'm wondering whether anyone has any "ammunition" for discussions about best practices. For example, things like: 1. lock shared variables 2. prefix variables with a scope 3. select only columns you need instead of select * 4. cfscript is faster t

RE: Help with a custom tag

2001-08-04 Thread Evan Lavidor
> > > Yes it is, but you would have to write the code to do this > > For example Search for the First # then the second # and between this do > an evaluate on the variable found between them. > > > > -Original Message- > > From: Evan Lavidor [mailto:[E

RE: Help with a custom tag

2001-08-04 Thread Evan Lavidor
ssible? Thanks, Evan > > -Original Message- > > From: Evan Lavidor [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, 4 August 2001 6:15 AM > > To: CF-Talk > > Subject: RE: Help with a custom tag > > > > I don't quite ge

RE: OT: MySQL Front

2001-07-27 Thread Evan Lavidor
Agreed. I downloaded about six or seven different ones for Win, Linux, etc. MySQL-Front was definitely the best in my book, and one of the easiest to set up. It's also updated very frequently. Evan > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED]] > Sent: Friday, J

OT: Red Worm Hack - Affected Files?

2001-07-19 Thread Evan Lavidor
I know that there's a patch out to *prevent* the hack, but let's say you've got a box that's been hacked. How do you know whether any malicious files are present or what files to remove? Anyone seeing any changed files as a result of this, either? Thanks, Evan ~~~

RE: Questions to ask for CF developer

2001-07-19 Thread Evan Lavidor
I don't think that plopping down a test in necessarily a mistake, it's just how you go about it. At a company at which I used to work, we had a home grown, web-based CF/Database test that we gave to interviewees. However, we told them on the phone that part of the interview process would be th

RE: COUNT(*)

2001-07-18 Thread Evan Lavidor
I've always assumed that any SQL command where you give it a specified field or fields, rather than (*) is faster. I haven't done any testing with this particular statement, though. Evan > -Original Message- > From: Michael Lugassy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 18

RE: Multiple Select boxes

2001-07-18 Thread Evan Lavidor
Check out the CF_TwoSelectsRelated tag in the Developer's Exchange. It uses JavaScript, but it's pretty easy to implement. Ultimately, even if you wanted the page to reload on the select of the first select box, you'd still need JavaScript with an onSelect or onChange action. HTH, Evan > -

cfqueryparam question - [WAS: CLOBS in Oracle]

2001-07-18 Thread Evan Lavidor
I thought couldn't/shouldn't be used in INSERT statements? (I don't remember where I heard this. I think from a thread months ago on this list.) Where are people using them in their code? I use them in every SELECT statement I make, but not in INSERT, UPDATE, and DELETE. Any thoughts? >

RE: CF 5 Certification

2001-07-18 Thread Evan Lavidor
Talk on this list and CFDJ from people who've asked MACR is that people will be grandfathered in to the "Advanced" status if you scored 80% on the 4.5 test. However, it will take time (I think I heard 6-8 weeks) before that happens. HTH, Evan > -Original Message- > From: Lee Moore [

RE: can some one repost the directions for security update.

2001-07-17 Thread Evan Lavidor
Just check out http://www.allaire.com/handlers/index.cfm?id=21566&method=full Evan > -Original Message- > From: Paul Ihrig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 11:50 AM > To: CF-Talk > Subject: can some one repost the directions for security update. > > > i cant find

RE: UUID Woes

2001-07-17 Thread Evan Lavidor
I use UUIDs in MS SQL as primary keys all the time. I just set the field as a varchar(35) and primary key, not null. Then I use the CreateUUID() function in CF to generate them. HTH, Evan > -Original Message- > From: Norman Elton [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 200

RE: javascript vars to cf vars?

2001-07-16 Thread Evan Lavidor
You can if you use JS to do a form post or build a redirect URL with URL variables. Because CF is server-side and JS is client-side, by the time the JS executes, CF is already done with its work. So, you can send the JS variables to another page (I'm told some people do this with a hidden frame

RE: This is so messed up....

2001-07-16 Thread Evan Lavidor
It's a hoax. Here's some more info: http://www.urbanlegends.com/ulz/bonsai.html Evan > -Original Message- > From: Pablo Varando [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 1:56 AM > To: CF-Talk > Subject: This is so messed up > > > Read through this message and help ou

Anyone know what this error means?

2001-07-12 Thread Evan Lavidor
x27;s symtomatic of? Seen it before? I can't find any understandable documentation on it anywhere. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Evan Lavidor
Similarly, if you download the patch for Linux the instructions only tell you to replace one file but the patch has three files in it. What are the other two for? Thanks, Evan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 12:

RE: OT: HTML Question with Netscape 4 and 6

2001-07-11 Thread Evan Lavidor
FYI, Netscape can handle inline tables with backgrounds, but you need to give any nested tables a background graphic of a transparent gif. For example: This works It's saved me fro

IsNumeric Weirdness

2001-07-06 Thread Evan Lavidor
sing an IsNumeric test? I'm running 4.5.1SP2. Interestingly, 3A1, 3B1, 3C1, and 3F1 all fail, but 3E1 produces the same result. I understand in theory why 3E1 works, that's a form of scientific notation (3x10^1 = 30), but 3D1? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.c

RE: ArraySort()

2001-07-04 Thread Evan Lavidor
Aidan, I believe that StructSort() was introduced with 4.51sp2 (if you take a look at the function list on HOF, that's what it says), though documentation on it was particularly lacking, if I remember correctly. I'm guessing that MACR has included documentation on it in the 5.0 doc set, as you s

RE: Can't perform queries in Unix

2001-07-03 Thread Evan Lavidor
I was using MySQL on CF Linux and ran into a similar problem. I could do SELECT queries but not UPDATE or INSERT queries. Turned out to be exactly what's referenced below: permissions. Both permissions on the file itself as well as the GRANT permissions in MySQL. The database permissions I und

RE: ArraySort()

2001-07-03 Thread Evan Lavidor
As far as I know you can't use ArraySort on a 2-dimensional array. I found this to be extremely frustrating at one point and ended up working around it in some strange way. I would imagine that you could build a structure rather than an array and then use StructSort()...? HTH, Evan > -Ori

RE: is this list dead?

2001-07-02 Thread Evan Lavidor
Michael, Thank you for all your efforts. They are much appreciated. Evan P.S. - I hear bald is in this year ;-) > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 12:00 PM > To: CF-Talk > Subject: Re: is this list dead? > > > "I

RE: is this list dead?

2001-07-02 Thread Evan Lavidor
Ditto to everyone. Though I'm glad to see at least a few messages come through... Evan > -Original Message- > From: Jason Lees (National Express) > [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 11:56 AM > To: CF-Talk > Subject: RE: is this list dead? > > > This is the first o

CFX_GIFGD on Linux?

2001-06-21 Thread Evan Lavidor
Does anyone know if there's a CFX tag with the features of CFX_GIFGD or CFX_IMAGE that runs on CF Linux? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Stru

IsNumeric weirdness - can someone explain this?

2001-06-20 Thread Evan Lavidor
evaluating "3D1" as a binary or hex value of some kind? Why is it passing an IsNumeric test? I'm running 4.5.1SP2. Interestingly, 3A1, 3B1, 3C1, and 3F1 all fail, but 3E1 produces the same result. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston

RE: [RE: Protecting Files Served via HTTP or FTP]

2001-06-08 Thread Evan Lavidor
g another FTP server. Thanks, Evan > -Original Message- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 9:51 AM > To: CF-Talk > Subject: Re: [RE: Protecting Files Served via HTTP or FTP] > > > give them a one time passwd to access the file

RE: Protecting Files Served via HTTP or FTP

2001-06-08 Thread Evan Lavidor
01 6:36 PM > To: CF-Talk > Subject: RE: Protecting Files Served via HTTP or FTP > > > Why not use cfftp to connect to server B > > > > -Original Message- > From: Evan Lavidor [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 7:29 AM > To: CF-

Protecting Files Served via HTTP or FTP

2001-06-07 Thread Evan Lavidor
this? TIA for any thoughts! Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archi

RE: blank cfm page in Netscape

2001-05-15 Thread Evan Lavidor
Looks like you don't have a or a tag. Netscape will often not display a page if these are missing. HTH, Evan > -Original Message- > From: Robert Orlini [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 4:41 PM > To: CF-Talk > Subject: blank cfm page in Netscape > > > I have a

RE: "Harpoon" Release is Final & Available

2001-05-15 Thread Evan Lavidor
Dave, Can you point me to any documentation/info from Macromedia or Figleaf which shows this? I'm going to be starting a project with one of our Flash developers who's excited about the concept of using XML, but if it doesn't perform as well... But I'd like to have something with which to back

RE: "Harpoon" Release is Final & Available

2001-05-14 Thread Evan Lavidor
I seem to remember that in some of the early betas for "Harpoon" there was an actionscript file for reading WDDX packets in Flash. Did this disappear? Or did it simply become subsumed into some of the FLA's. If the latter is true, could someone point me to the right place to find it? If it's go

RE: CF Studio and UltraDev Merging!

2001-05-03 Thread Evan Lavidor
It doesn't sound like they're merging them into one product, more like they're selling them in a package, sort of like they sell Fireworks, Flash, and Dreamweaver (I think those are the three) in a package. Evan > -Original Message- > From: Nathan Stanford [mailto:[EMAIL PROTECTED]] > Se

RE: question using IIf

2001-05-01 Thread Evan Lavidor
I recently picked up a copy of Ben Forta's Certified CF Study Guide. One of the last chapters is about speed and optimization, and it states that IIF(), DE() and Evaluate() are all very slow functions, and while they have their time and place, can and perhaps should often be avoided (Ben, please

NumberFormat woes

2001-04-30 Thread Evan Lavidor
hat displays the single digits with two leading zeros. I've tried other, similar combinations as well - all with no success. Any ideas? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~

RE: Can a effect take place without a tag?

2001-04-29 Thread Evan Lavidor
Could be: 1. a JavaScript redirect 2. a Meta refresh 3. a tag that's catching an error and sending to an error template 4. a "site wide error handler" in the CF admin that's sending to an error template 5. ... I'm sure there's other stuff but that's four off the top of my head. HTH, Evan > --

RE: cf server certification

2001-04-26 Thread Evan Lavidor
My understanding of the CF server licenses (professional or enterprise) is that it is a *per computer* license. So, if you want to install CF on multiple machines, you need to buy multiple copies. HTH, Evan > -Original Message- > From: Heidi Belal [mailto:[EMAIL PROTECTED]] > Sent: Thu

CF_Buster from Centrasoft - Realistic?

2001-04-14 Thread Evan Lavidor
Has anyone who's taken the ColdFusion certification exam looked at the demo for CF_Buster from centrasoft.com? I'm wondering how realistic it is as compared to the real test... Thanks for the insight. Evan ~~ Structure your ColdFusion code wit

RE: SQL Returns

2001-04-12 Thread Evan Lavidor
Just a guess, but you might want to go with DISTINCT as well as some parentheses near your LIKE statments. Something along the lines of... WHERE Products.ItemID = ProdPics.PicID AND (Description LIKE '%#form.keyword#%' OR ItemName LIKE '%#form.keyword#%') AND ItemID > 1 ORDER BY ItemNa

Cookie problem: Expires, IsDefined, etc....

2001-04-11 Thread Evan Lavidor
;s not that... Thanks for any insight. Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.f

RE: pull numbers from a string...

2001-04-11 Thread Evan Lavidor
The Val() function will give you the first number that appears in the string, so: Val("The width of the box is 54") = 54 but Val("I have 124 boxes of width 54") = 124 HTH, Evan > -Original Message- > From: Ethan Rosch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 11, 2001 2:26

RE: Oddness with cfqueryparam

2001-04-05 Thread Evan Lavidor
Do you see anything below that? I get the following when I use | SELECT P.PID2 | FROM PAGE_LANGUAGE_XREF P | WHERE P.PID1 = ? | | Query Parameter Value(s) - | Parameter #1 = 24 and the query resolves fine. I'm using SQL Server 7. Thanks, Evan > -Original Message- > From: Thomas Ch

Dynamic values inside of dynamic text

2001-04-04 Thread Evan Lavidor
seem like I should have to... Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Saving a file to a local drive

2001-04-03 Thread Evan Lavidor
Check out CFCONTENT. You can output the query to a CSV or Excel file or something like that (assuming you're talking about tabular data). Check out this tag in the gallery for an idea: http://devex.allaire.com/developer/gallery/info.cfm?ID=BFD29A2C-2B0C-11D4-AA 9700508B94F380&method=Full Evan

RE: Line Breaks

2001-04-03 Thread Evan Lavidor
I know this sounds basic, but... It's not an HTML email,is it? If it is, carraige returns won't mean a thing, you'll need and tags. Evan > -Original Message- > From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 5:55 PM > To: CF-Talk > Subject: RE

RE: question

2001-04-01 Thread Evan Lavidor
ill let you visually see what > information > is in the columns and will tell you the datatype of the information. > > Col2 might hold a serialized array, or structure rather than a query. > > Besides, I think every developer should be using these tools it makes > life SO MU

question

2001-03-31 Thread Evan Lavidor
I have a table of data that was populated by an app not built by me (so I'm starting off at a disadvantage in terms of not knowing everything about it - I'm getting more info to help clear that up). In two of the columns in the table (SQL Server 7), the data has been stored as WDDX packets. So,

Partly OT: Automating the switchover of a web site

2001-03-22 Thread Evan Lavidor
hich would seem to be the most direct place to change it). Any ideas? Anyone dealt with this issue before? I'd prefer not to be manually swapping stuff, though I could. And the less said about this all happening on april fool's day, the better. ;-) Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor

RE: cf query?

2001-03-19 Thread Evan Lavidor
If PromoID is an Integer column, you don't need the quotes around either instance of it. HTH, Evan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 19, 2001 2:32 PM > To: CF-Talk > Subject: cf query? > > > name="addclickthrough"> >

RE: Parsing Street Address

2001-03-14 Thread Evan Lavidor
As a start, if you did a Val() statement on either of your examples, it would return the street number (4853). Val() returns the first number in a string. You could then trim the original string based on the length of whatever was returned by the Val(). That's not going to account for people en

RE: navigation of records, ie first last next previous

2001-03-14 Thread Evan Lavidor
There's a great custom tag for this in the tag gallery - called cf_prior_next. It's at: http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347445-2830-11D4-AA 9700508B94F380&method=Full HTH, Evan > -Original Message- > From: Michael [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Ma

RE: CF5.0 Beta with Allaire Spectra - Advanced Security???

2001-02-23 Thread Evan Lavidor
According to the release notes this beta doesn't support Advanced security and I believe that they say it therefore can't be used with Spectra in this release. You can check out the release notes at the beta site. Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-58

RE: Returning a variable with a custom tag

2001-02-21 Thread Evan Lavidor
Martin, Looks like your code got clipped, but from what you're saying, here's my $.02: If your custom tag is setting a variable named "caller.output", then your calling template needs to reference that variable simply as #output#, not #caller.output#. If you want to scope it, you can set it in

RE: (OT) IIS Web Logs, how to parse and calculate unique visitors

2001-02-14 Thread Evan Lavidor
We use WebTrends to parse our logs and run pretty reports. I think it was a "why reinvent the wheel" issue. Regarding unique visitors, most off-the-shelf programs I've seen will recommend that you track users by cookie, not by IP. That gives you a much more accurate count of unique visitors, an

RE: Passing values to Flash

2001-02-14 Thread Evan Lavidor
Kinley, Are you still dealing with this issue? If so, let me know. I've just dealt with a very similar project. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- > -Original Message- > From: Kinley

what happens when you don't scope a variable?

2001-02-13 Thread Evan Lavidor
n no problem. However, if the former is true, then there are some definite locking issues with the code I'm looking at. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~

RE: Here you have, ;o)

2001-02-12 Thread Evan Lavidor
Yep. It's a virus. I just got word on it from my network admin. Apparently, it attaches a .vbs file disguised as a jpg (filename.jpg.vbs). Thank goodness the listserv filters out attachments. Thanks Michael! Evan > -Original Message- > From: Edward Chanter [mailto:[EMAIL PROTECTED]]

select from/insert into from different dsn's

2001-02-10 Thread Evan Lavidor
ay I can do this without doing one query, and looping over it with an insert? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox.

CFAdmin - Missing Template Handler - Format?

2001-02-08 Thread Evan Lavidor
I want to use the "Missing Template Handler" in CFAdmin to have a custom 404 page for CF pages. What format do I put the file in in this box? Absolute path (http://...), relative path (relative to what)? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-58

RE: Syntax error....

2001-02-06 Thread Evan Lavidor
If any of those columns are set up as INT, then the quotes around the values aren't necessary and will cause the query to fail. Evan > -Original Message- > From: Jay Patton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 5:05 PM > To: CF-Talk > Subject: Syntax error > >

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

2001-02-06 Thread Evan Lavidor
Take a look at CFEXECUTE. It does just this. Evan > -Original Message- > From: Paul Begovich [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 3:35 PM > To: CF-Talk > Subject: Is there a way to run a server side executable through CF? > > > We have created several scripts wr

Custom 404 Error Page

2001-02-05 Thread Evan Lavidor
trator. What am I doing wrong? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.

RE: (no subject)

2001-02-02 Thread Evan Lavidor
Looks like your problem is an HTML one, not a CF one. Where you have: Note the final quotation mark before the >. Otherwise, it's still looking at the href contents. Evan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 10:23

Best Practice for a persistent variable

2001-02-02 Thread Evan Lavidor
t. Any advice or thoughts is greatly appreciated. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with Fusebox. Get the official book at htt

RE: String to Int

2001-02-01 Thread Evan Lavidor
Is CFQueryParam something that can/should be used on INSERT and UPDATE statements also? Would it improve performance there? Or is it just for SELECTs? Thanks, Evan > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 01, 2001 9:20 AM > To: CF

RE: faster count

2001-02-01 Thread Evan Lavidor
ASTindex35 Should work... Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- > -Original Message- > From: Robert Orlini [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 4:53 PM > To: CF-Ta

BrowserHawk Extended Properties - ASP and COM?

2001-01-31 Thread Evan Lavidor
etc.) which are not available through their CF custom tag, but are through ASP pages. Question is, can I call the ASP pages or the functions in them through a COM object? That way, I can avoid having to send to an ASP and redirect to CF, etc. etc. Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor

RE: CFLocks??? overlapping..

2001-01-30 Thread Evan Lavidor
You could do this... Evan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 2:24 PM > To: CF-Talk > Subject: CFLocks??? overlapping.. > > > > Hi All, >Can someone please help me with Cflocking

RE: FW: SQL Server Licensing Woes

2001-01-30 Thread Evan Lavidor
Yep. They're an Australian company, and so the prices quoted are in AU$. Very roughly, it's about 1 US$ to 2 AU$. Evan > -Original Message- > From: Bud [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 9:02 AM > To: CF-Talk > Subject: Re: FW: SQL Server Licensing Woes > > > O

RE: SQL Server Licensing Woes

2001-01-29 Thread Evan Lavidor
ww.microsoft.com/SQL/productinfo/70pricing.htm > > Thanks, > Robert > > - Original Message - > From: "Evan Lavidor" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, January 29, 2001 6:04 PM > Subject: WOT: SQL

RE: SQL Server Licensing Woes

2001-01-29 Thread Evan Lavidor
violation. Not only > that, it would > allow a company to imbed code into its products that would allow them to > remotely disable the software if you decided you didn't want the new > licenses. > > > Steve > > -Original Message- > From: Evan Lavidor [m

WOT: SQL Server Licensing Woes

2001-01-29 Thread Evan Lavidor
nline or offline? Especially those that sell "last year's version"? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure your ColdFusion code with

RE: CFSCRIPT performance

2001-01-27 Thread Evan Lavidor
I've done multiple else if() statements within cfscript many times. No problems at all. Evan > -Original Message- > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 27, 2001 12:26 PM > To: CF-Talk > Subject: RE: CFSCRIPT performance > > > > There is too an

RE: Structures

2001-01-26 Thread Evan Lavidor
But you can set a variable scoped structure: Evan > -Original Message- > From: Russel Madere [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 26, 2001 2:00 PM > To: CF-Talk > Subject: RE: Structures > > > No. > > I have tried many times. I wish it were. > > Russel > >

RE: URGENT: Case Question

2001-01-26 Thread Evan Lavidor
Take a look at the COMPARE() function. It does a case sensitive comparison of two text strings. Evan > -Original Message- > From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 26, 2001 2:18 PM > To: CF-Talk > Subject: URGENT: Case Question > > > Hi all, > > Please cou

Sorting a query created from QueryNew()

2001-01-19 Thread Evan Lavidor
Once I've created a dynamic query using QueryNew() that has four columns and many rows and populated it will all the data using QueryAddRow() and QuerySetCell(), is there any way to sort it (CF 4.5.1)? I don't see a QuerySort() function anywhere... Thanks, Evan -- -=-=-=-=-=-=-=

NEWS: Allaire and Macromedia to Merge

2001-01-16 Thread Evan Lavidor
http://biz.yahoo.com/prnews/010116/ca_macrome_3.html I guess we know why ALLR was on the rise recently... Who knows what this means for things like UltraDev, Generator, etc. Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091

RE: image root resolving

2001-01-11 Thread Evan Lavidor
In that case I'll often set Request.urlroot or Request.imageroot in my application.cfm file and then call images with img src="#request.urlroot#/images/blah.gif" or img src="#request.imageroot#/blah.gif" inside a cfoutput. Take care, Evan > -Original Message- > From: Greg Wolfinger [

RE: LOCKING revisited...

2000-12-20 Thread Evan Lavidor
Are you saying that if I do the following: and then later on down the page I do the following: do something then I haven't solved the locking "issue"? I thought that by setting my application variables to local variables wit

  1   2   >