Bizarre CF Server Problems

2005-10-07 Thread ian lurie
a newer version of this library. We also notice that jrun.exe, which normally uses 117,000k in memory, will jump up to 400,000k or so. CPU stays below 10%. We've checked code - no obvious culprits there. Anyone seen this before? Any ideas? Thanks, Ian Lurie

RE: Web Reports

2003-10-26 Thread Ian Lurie
Have you tried Urchin? urchin.com. It scales beautifully and is very configurable. Lets you use regex to perform really precise dynamic page tracking, etc. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 7:16 AM To: CF-Talk Subject: RE: Web

Card swiper interface?

2003-10-16 Thread Ian Lurie
Hi all, Anyone out there have any experience connecting a credit card swiper to a ColdFusion application? We have a POS that we built for a client. Right now they enter CC numbers by hand. But they're busy (that's a good thing) so they want to ease the process. Ideas? Thanks in advance, Ian

Re: CFMX 6.1 Problem

2003-08-16 Thread Ian Lurie
You have to enable RDS. If RDS is turned off, none of the browse server stuff works. Just went through this about 30 seconds ago myself :) On Friday, August 15, 2003, at 02:01 PM, Bryan Stevenson wrote: I seem to recall one of the install options said...If ya don't install this then all

Flash remoting and CF question

2003-08-14 Thread Ian Lurie
Hi all, I'm a bit confused here, so bear with me. We're running a CF 5.0 server. We want to do some data-generated Flash. My initial thought was that we had to set up a new CF MX 6.1 box (I don't want to migrate all of the sites on the current server) and that would let us use Flash Remoting.

RE: Active PDF?

2003-06-25 Thread Ian Lurie
Hi Jim, Like everyone else said, FDF will work. A bit of a shameless plug here - if you don't want to learn to do the FDF stuff yourself, take a look at PDFConnect: www.pdfconnect.com. Ian -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:10

Re: Shopping Cart

2003-06-16 Thread Ian Lurie
I'll second NetReady. We use it on a wide variety of sites, both 'stock' and heavily customized. We've easily handled up to 5 transactions per minute for literally weeks... On Monday, June 16, 2003, at 03:36 PM, Bryan Love wrote: Try NetReady. It's written using Fusebox and performs

Stonage Print Server, 2

2003-06-13 Thread Ian Lurie
Well, I paid StoneAge for the software at noon yesterday, but I think they're having trouble getting the code to me, and they're not answering e-mails or calls. Anyone have a trial copy I can use to at least get me through the week?... Thanks, Ian Lurie Portent Interactive An Internet

Testing...

2003-06-12 Thread Ian Lurie
Sorry, just testing. Is the list up? Portent Interactive An Internet Marketing Agency http://www.portentinteractive.com http://www.searchengineoptimization.cc ~| Archives:

Stoneage Print Server Resend

2003-06-12 Thread Ian Lurie
Hi all, This didn't reach the list this morning and I need HELP, so I'm resending. Sorry... Does anyone know how I can get a copy of Stoneage Print Server? Their site appears to be down/gone/defunct. I desperately need their software for an application. Any help would be greatly appreciated.

Stoneage Print Server

2003-06-12 Thread Ian Lurie
Hi all, I'm trying to get in touch with Stoneage (www.stoneagesoftware.com) to buy a copy of their print server. Their site's down. I'm in kind of a hurry - anyone know how I can reach them? Ian Portent Interactive An Internet Marketing Agency http://www.portentinteractive.com

Re: Stoneage Print Server

2003-06-12 Thread Ian Lurie
www.scorpiosoft.com/vicodemo/login.cfm - Original Message - From: Ian Lurie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 12:07 PM Subject: Stoneage Print Server Hi all, I'm trying to get in touch with Stoneage (www.stoneagesoftware.com) to buy a copy

Re: Stoneage Print Server

2003-06-12 Thread Ian Lurie
Yeah they just put the site back up, just for little old me... On Thursday, June 12, 2003, at 12:25 PM, Paul Hastings wrote: seems to be there now... http://www.stoneagesoftware.com/ ProductDetails.cfm?Product_ID_String=8b73249e-9d57-4275-9659- 35f47c89f494

Re: CFMX and OSX

2003-05-27 Thread Ian Lurie
Went pretty smoothly for us, except for some really annoying JAVA installer issues that, I think, have long been resolved by Macromedia. I do all my MX/MySQL development work on a Powerbook running the latest OSX. We're also running it on an iMac, because we can :) No crashes and no hangups

Re: CF Community recommendations?

2003-04-03 Thread Ian Lurie
I dare to second that... On Thursday, April 3, 2003, at 03:59 PM, Candace Cottrell wrote: Dare I say it... post-nuke? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

SOT: Testing bot/crawler

2003-03-31 Thread Ian Lurie
I'm sure this has been asked before but I can't seem to find an answer. I need a tool that'll crawl every link in a site, setting off any ColdFusion errors that might occur in the normal course of browsing. Basically, the tool should simulate a user clicking every link - if an error occurs I

'Like' statement for Merant?

2003-03-31 Thread Ian Lurie
Hi all, I'm using this code: WHERE message IS LIKE '%#form.keywords#%' in a logfile with the Merant text driver. It's not finding keywords I know are there - does Merant's driver on CF 5 support 'Like'? Ian Portent Interactive An Internet Marketing Agency http://www.portentinteractive.com

RE: 'Like' statement for Merant?

2003-03-31 Thread Ian Lurie
Sorry, that was a typo on my part. My code is: WHERE message LIKE '%#form.keyword#%' -Original Message- From: Dina Hess [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 8:43 PM To: CF-Talk Subject: Re: 'Like' statement for Merant? WHERE message IS LIKE '%#form.keywords#%' IS

Trouble installing CF MX on OS X

2003-03-15 Thread Ian Lurie
Hi all, I've got JRUN running on my Powerbook, no problem. I then downloaded CFMX for J2EE for OS X and followed the directions on Macromedia's site. Everything seemed fine, until i tried to start the server instance where I'd installed CF. Then I got: Exception in thread main

Re: Trouble installing CF MX on OS X

2003-03-15 Thread Ian Lurie
wrote: Looks like an error in your jvm.config file. -Djava/... should have a space in front of it and I'm not sure what that 'rn' is). Post your jvm.config file and I'll debug it for you (or send it me offlist if you want). On Saturday, Mar 15, 2003, at 13:33 US/Pacific, Ian Lurie wrote: Hi

SOLVED: Trouble installing CF MX on OS X

2003-03-15 Thread Ian Lurie
Hi all, I got it figured out - it was the space before -Djava. Sure would help if Macromedia checked that sorta thing before they distributed their applications... Thanks! Ian On Saturday, March 15, 2003, at 02:39 PM, Ian Lurie wrote: Hi Sean, I contacted you off list, then looked more

CFMAIL stuck...

2003-03-10 Thread Ian Lurie
Hi all, Came into the office this morning to find CFMAIL choking on a series of zero-byte e-mail messages. I've seen that before, so I deleted them. But the server's still stuck. There was 1k message also stuck in the queue - it had only one character. I figure that that's the problem. But I

Re: CFMAIL stuck...

2003-03-10 Thread Ian Lurie
Ugh. Any long term solution to this problem? What if it happens again? Is there a good replacement for CFMAIL that won't do this to me? On Monday, March 10, 2003, at 01:31 PM, Jochem van Dieten wrote: Ian Lurie wrote: Came into the office this morning to find CFMAIL choking on a series

RE: Internet Streaming Question.....

2003-01-22 Thread Ian Lurie
I've only done this with RealPlayer streaming - I don't think Flash will do the trick, even communicator, for live streaming. The video quality to file size ratio isn't there (let the flames commence). If you used RealPlayer you could use RealOne and use CF to place the ads in the HTML space. Or

Re: Internet Streaming Question.....

2003-01-22 Thread Ian Lurie
for your help... Any other Ideas out there? Pablo - Original Message - From: Ian Lurie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 9:39 PM Subject: RE: Internet Streaming Question. I've only done this with RealPlayer streaming - I don't

Re: Web Page -- PDF -- Labels?

2003-01-21 Thread Ian Lurie
How many labels? We did about 5,000 a day using a label printer and the Java printing API... Or, take a look at PDFConnect (www.pdfconnect.com) - that's a shameless plug on my part. Or look at ActivePDF. Either one can probably fit the bill, with a little tweaking. Ian At 09:12 AM

Columns and grouping issue

2003-01-21 Thread Ian Lurie
I'm trying to get two even columns on a page, where the records are grouped, like this: Seattle Tacoma 1 5 2 6 3 7 4 5 Portland 1 Tacoma 2 1 3 2

Re: Columns and grouping issue

2003-01-21 Thread Ian Lurie
OK, I've figured out at least part of the problem - the MAXROWS attribute needs to count out the number of GROUPs, not the number of records. But I actually want to split the largest group (Seattle) into two sub-groups, distributed between the two columns. Any suggestions? Aside from

Re: So, lemme get this straight (MacOSX)

2003-01-19 Thread Ian Lurie
Hi Jeff Following the UNIX notes did it for me. Start terminal. CD to your root jrun dir after install (applications/jrun4 by default). Go into the bin directory and start the admin server per the command line instructions in the jrun docs (the docs are under your install dir/docs, I

OLE DB and Maintain Connections

2003-01-15 Thread Ian Lurie
Hi all, We've got a server that's suddenly become very cranky - running slowly, hanging, etc. 3-4 times per day. The hosting company told us that we should: 1. Uncheck 'maintain database connections' for all ODBC datasources. 2. Only use OLE DB for MSSQL datasources. Both of these seem

Re: OLE DB and Maintain Connections

2003-01-15 Thread Ian Lurie
Yah, we have a dedicated box. We've spent two weeks checking the cf logs, etc. and can't find a thing. The hosting co. keeps e-mailing us and copying our client saying it has to be our code. Sigh. I don't even care if it IS our code at this point - I just want to fix the @)#$(*! thing.

Re: DreamweaverMX Bug?

2002-11-18 Thread Ian Lurie
I contacted Macromedia about MX munging my cflinclude statements - we e-mailed back and forth a few times, and then they sort of trailed off. My guess is they're (please god) working on a fix for MX's penchant for edits... On 11/18/02 10:40 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Has

OT: Seattle CF developer wanted

2002-11-14 Thread Ian Lurie
I posted this to CF-Jobs but that list is pretty quiet, so here it is again: We're looking for a ColdFusion 5.0 developer with reasonable MSSQL 2000 experience (you need to know what a stored proc is!). Position is a one-month, full-time contract starting asap. We're located in Seattle, WA near

Efax from ColdFusion?

2002-11-11 Thread Ian Lurie
Anyone out there used ColdFusion to connect to eFax? We've got a client who needs to fax info by clicking a link/button on a web page... -- Portent Interactive Effective web sites through Conversation Marketing  http://www.portentinteractive.com

Re: SLOW! What is hanging up Cold Fusion?

2002-11-05 Thread Ian Lurie
Any chance you're storing client vars in the registry? That'll cause exactly the behavior you're seeing. On 11/5/02 7:47 AM, Paul Sinclair [EMAIL PROTECTED] wrote: My Cold Fusion server is for some reason absolutely grinding to a halt. I'm running IIS on Win2000 Server. IIS is running fine

Performance Tweaking - Friday Morning Brain Fart

2002-11-01 Thread Ian Lurie
Hi all, I've done this before but am having a post-halloween party moment: 1. I have a chunk of code that generates a drop-down menu. The menu's used again and again on a page. 2. I want to generate that code once, insert it into a variable, and then reuse it. That'll shave a LOT of time off

SOLVED Re: Performance Tweaking - Friday Morning Brain Fart

2002-11-01 Thread Ian Lurie
cf_blush CF_Savecontent did the trick. No more Kit Kats for me... On 11/1/02 8:29 AM, Ian Lurie [EMAIL PROTECTED] wrote: Hi all, I've done this before but am having a post-halloween party moment: 1. I have a chunk of code that generates a drop-down menu. The menu's used again and again

Re: Performance Tweaking - Friday Morning Brain Fart

2002-11-01 Thread Ian Lurie
generating an HTML email that includes some stock quotes or charts etc. Build it once, then use it ina query driven email over and over again. It works well. -mk -Original Message- From: Ian Lurie [mailto:ian;portentinteractive.com] Sent: Friday, November 01, 2002 10:29 AM To: CF

Shorter urls?

2002-10-29 Thread Ian Lurie
Hi all, I've searched the devcenter, google, etc. but can't seem to find any discussion of how to generate shorter URL strings. I want to take: http://www.site.com?action=blahbrand=1name=blahblah; And convert it to http://www.site.com/asdfwer234123 I've seen it done but just can't

Re: Shorter urls?

2002-10-29 Thread Ian Lurie
). Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Ian Lurie [mailto:ian;portentinteractive.com] Sent: Tuesday, October 29, 2002 1:27 PM To: CF-Talk Subject: Shorter urls? Hi all, I've searched the devcenter, google, etc. but can't

Re: Shorter urls?

2002-10-29 Thread Ian Lurie
in response to the original question does not suffer from this problem. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Ian Lurie [mailto:ian;portentinteractive.com] Sent: Tuesday, October 29, 2002 1:45 PM

Screwy Excel Query Result

2002-10-28 Thread Ian Lurie
I'm querying an Excel spreadsheet that includes a ZIP column. For some reason the query drops all ZIP codes that start with 0. I'm using CF5, and my query is really simple: SELECT * FROM dealerinfo The ZIP column is TEXT format in the spreadsheet. I'd love to switch to CSV but I need this to

Re: CFMX med-high traffic sites

2002-10-28 Thread Ian Lurie
I know this may be obvious, but are all session, client and app variables locked? Not 100% sure of the role of locking in CFMX but we've seen similar behavior on CF 5 if an app, high or low-traffic, contains unlocked vars. Ian

Re: CFMX med-high traffic sites

2002-10-28 Thread Ian Lurie
Sorry, too late in the day for me. Just session and app vars. On 10/28/02 3:52 PM, Brook Davies [EMAIL PROTECTED] wrote: Client variables locked?? I don't think you have to lock client variables do you??? We do not use any session vars and only a handful of application variables which are

Re: whitespace woes

2002-10-24 Thread Ian Lurie
Try this: 1 CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE=YesCFSETTING ENABLECFOUTPUTONLY=Yes SHOWDEBUGOUTPUT=NoCFIF NOT ISDEFINED(do)CFOUTPUThtmlbodyform/form/body/html/CFOUTPUT CFELSEIF do EQ xmlCFOUTPUT?xml version=1.0?!DOCTYPE Foo SYSTEM http://www.foo.com/bar.dtd; 2 Foo/Foo 3 /CFOUTPUT 4 /CFIF 5

Re: CFMX and FreeBSD

2002-10-23 Thread Ian Lurie
Yup. That's why I bought a Powerbook :) Five weeks of use and zero crashes. On 10/23/02 2:07 PM, Lee Fuller [EMAIL PROTECTED] wrote: | Mac OS X is essentially Free BSD, Huh? MAC OS X is a *nix OS with some sort of GUI top-end? That's quite interesting.

Re: SQL HELP

2002-10-15 Thread Ian Lurie
Ltrim(rtrim()) might help, though... On 10/15/02 6:03 AM, Joshua Tipton [EMAIL PROTECTED] wrote: The column is char 10 when I change it to int it truncates my numbers so I do not want that. Josh -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: A Website Checklist.

2002-10-08 Thread Ian Lurie
Try, http://www.portentinteractive.com/process.htm. Scroll down, and click 'project profile questionnaire' under 'How we do it.' It's a decent, high-level look that we've found to work. HTH, Ian On 10/8/02 6:57 AM, Che Vilnonis [EMAIL PROTECTED] wrote: I am looking for a form that

Re: SOT:SQL Server Backup

2002-10-07 Thread Ian Lurie
Well, you can use a DTS - just schedule the backup server to import data from the primary server and you should be set. Ian Does anyone know off hand if there is a tool or if SQL Server has this built in where you can replicate what's on one DB Server to a second DB Server? We need to build

Events calendar?

2002-10-04 Thread Ian Lurie
Hi all, I'm looking for a simple, easy-to-implement events calendar. I've tried Infusion, which looks powerful, but the docs are nonexistent and I can't figure it out. Thanks, Ian ~| Archives:

OT: Netmechanic-style tool?

2002-10-04 Thread Ian Lurie
Slightly OT here, but anyone know of a tool, CF-powered or otherwise, that can give a report as to page weight, broken down by individual elements on the page? The same way netmechanic does it? I'm trying to figure out if we should build one or not - netmechanic is great but the costs start to

RE: Netmechanic-style tool?

2002-10-04 Thread Ian Lurie
If it does I can't find it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 5:04 PM To: CF-Talk Subject: Re: Netmechanic-style tool? Doesn't MM's Dreamweaver do it? -Novak - Original Message - From: Ian Lurie [EMAIL

Header info displaying on site?

2002-10-03 Thread Ian Lurie
Hi all, I've got an app that's suddenly showing what looks like http header information at the top of every page on the site: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Thu, 03 Oct 2002 13:46:25 GMT Connection: close Content-type: text/html Page-Completion-Status: Normal Set-Cookie:

Re: Header info displaying on site?

2002-10-03 Thread Ian Lurie
Nope. I'm using Mozilla. This also happens in NS 4 and 6, on three separate client computers and two different servers... On 10/3/02 6:56 AM, John Beynon [EMAIL PROTECTED] wrote: Let me guess, you've just upgraded IE? Perhaps to 6 SP1? Jb.

Re: Header info displaying on site?

2002-10-03 Thread Ian Lurie
No - it's definitely my code... On 10/3/02 7:41 AM, Adrian Lynch [EMAIL PROTECTED] wrote: Do you have any browsers where it doesn't happen? -- Portent Interactive Effective web sites through Conversation Marketing  http://www.portentinteractive.com

SOLVED: Re: Header info displaying on site?

2002-10-03 Thread Ian Lurie
Just thought I'd post this - I found the solution. Turns out the ampersand in the title tag was causing the browser/server to dump the header info. Interesting feature... On 10/3/02 7:54 AM, Ian Lurie [EMAIL PROTECTED] wrote: No - it's definitely my code... On 10/3/02 7:41 AM, Adrian

MX Eating my CFINCLUDES?

2002-09-30 Thread Ian Lurie
Sorry if this is a repeat post, but right now in Dreamweaver MX, if I open a cfm file with CFINCLUDES in it, it replaces them with the actual code and MM:BeginLock translatorClass=MM_SSI type=ssi orig=%3Ccfinclude template=%22../app_globals.cfm%22%3E fileRef=../app_globals.cfm

RE: Access xp opens homesite

2002-09-23 Thread Ian Lurie
Sounds like your ColdFusion server isn't running, actually, so it's delivering the CFM template to your browser instead of the HTML page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:14 AM To: CF-Talk Subject: Access xp opens

RE: Regex help, again

2002-09-23 Thread Ian Lurie
? Or is there only one tag pair on the page? If you are looking at the contents of multiple tag pairs, how should they be returned? --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Ian Lurie [mailto:[EMAIL PROTECTED]] : Sent: Monday, September 23

IDE for the Mac...?

2002-09-23 Thread Ian Lurie
Hi all, I just made The Switch and ordered a Powerbook. Which is cool, but I'm not all that enamoured with Dreamweaver MX. Anyone know a good IDE for the Mac? Ian Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design, development, measurement

RE: WHYYYYY!!!!!!

2002-09-22 Thread Ian Lurie
Are you locking the CFSET? Session vars can hang the server if it's under stress and the statement isn't locked... -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 9:29 PM To: CF-Talk Subject: WHY!! for the love of jehovah could

Regex help, again

2002-09-22 Thread Ian Lurie
I'm trying to pull all h(anynum)(any text here)/h. I've got: h[0-9] but can't seem to get the wildcard to work so that I can grab the entire element. Any ideas? Ian __ Get the mailserver that powers this list at

RE: Regex help, again

2002-09-22 Thread Ian Lurie
, 2002 10:26 PM To: CF-Talk Subject: RE: Regex help, again I'm guessing that you actually want h(anynum)(any text here)/h(anynum) ? You could use h[0-9]([^]*)/h[0-9] but that would only work where there are no HTML tags between the h tags. -Original Message- From: Ian Lurie [mailto

RE: Regex help, again

2002-09-22 Thread Ian Lurie
Sorry to bug you again, but can you do a quick sanity check? I think this one works: h[^h]*h[0-9] That finds any element that starts with h and ends with hnum. I don't have to grab it perfectly, as long as I grab the contents... Ian -Original Message- From: Matthew Walker

RE: CFmail inside of CF error page

2002-09-18 Thread Ian Lurie
Hi Chad, This works well for us in CF 5. Just make absolutely sure that this code is error free after you edit it - otherwise it loops and getting 2,000 error e-mails is no fun :) : cfset errorto = your e-mail here cfset errorfrom = replyto here cfset errorsubject = DB error cfset errortourl =

RE: CFmail inside of CF error page

2002-09-18 Thread Ian Lurie
Wow. Sometimes it's staring you right in the face... Thanks for the help! -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:17 AM To: CF-Talk Subject: RE: CFmail inside of CF error page I wondered how the code ran. :) -Original

CF Host in Seattle Area

2002-09-17 Thread Ian Lurie
Anyone know a good, ColdFusion host in the Seattle metro area? We'd be setting up a rack... TIA Ian Lurie Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design, development, measurement http://www.portentinteractive.com http

RE: X-server?

2002-07-31 Thread Ian Lurie
I don't know about offensive but it seems like Macromedia may be missing an opportunity here. The X Server is a screaming deal - inexpensive, fast and easy to work with. If CF MX worked on it it'd be a great niche market that you-know-who would have a hard time penetrating with .Net.

RE: X-server?

2002-07-31 Thread Ian Lurie
:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 10:10 AM To: CF-Talk Subject: Re: X-server? On Wednesday, July 31, 2002, at 09:20 , Ian Lurie wrote: I don't know about offensive but it seems like Macromedia may be missing an opportunity here. The X Server is a screaming deal - inexpensive

RE: Issue: Update a tracker database with an index.html file.

2002-07-29 Thread Ian Lurie
This won't work if the file is an index.html file - your server won't recognize the pound signs. We've gotten around this using Javascript: !--- begin XED clickthru measurement script --- script language=javascript function PageQuery(q) { if(q.length 1) this.q = q.substring(1,

RE: Issue: Update a tracker database with an index.html file.

2002-07-29 Thread Ian Lurie
-Talk Subject: Re: Issue: Update a tracker database with an index.html file. sure it will work. just map .html to cf - Original Message - From: Ian Lurie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 29, 2002 9:47 AM Subject: RE: Issue: Update a tracker database

RE: Issue: Update a tracker database with an index.html file.

2002-07-29 Thread Ian Lurie
case is also the the index.html file is on a non CF box. How do you do what you do? You capture the same information I'm looking for? James Blaha Ian Lurie wrote: Hrm. I guess you can do that but the reason we went the JavaScript route was for clients who have index.html files on non-CF servers

X-server?

2002-07-29 Thread Ian Lurie
Anyone out there installed CFMX on the new Apple X Server? __ 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

RE: X-server?

2002-07-29 Thread Ian Lurie
Bummer. What IS a good UNIX config for it...? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 6:23 PM To: CF-Talk Subject: RE: X-server? Anyone out there installed CFMX on the new Apple X Server? I know a bunch of people who've installed it

RE: quotation marks and their rules...

2002-07-28 Thread Ian Lurie
Try single quotes around 'status_code'... -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 7:32 PM To: CF-Talk Subject: quotation marks and their rules... cfloop condition=isDefined(status_code) and Len(#status_code#) why doesnt this make

RE: CF and Quickbooks integration?

2002-07-27 Thread Ian Lurie
There is an API for Quickbooks - in theory you can generate the IIF file (which we've done) and then write an extension for the software that automatically grabs the file and imports it (which we haven't). -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent:

OLAP

2002-07-26 Thread Ian Lurie
Has anyone out there connected to MSSQL2000 OLAP cubes using CF? If you have, any suggestions? I'm tearing out my already thinning hair just trying to figure out if it's possible. Ideally, I'd like to be able to analyze a cube the same way folks do it using Excel or Access... Ian Portent

Browserhawk, 2

2002-07-21 Thread Ian Lurie
Hi all, Sorry to ask again, but I'm not sure if this got posted - anyone using Browserhawk? How well does it work? Does it bog down servers under load? Ian __ Structure your ColdFusion code with Fusebox. Get the official book

Hosting providers

2002-07-18 Thread Ian Lurie
If we're looking to set up a rack somewhere and resell CF hosting on a limited basis, what's a good provider? I know this has been asked before - thanks for your patience... Ian Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design,

RE: CFMX beta volunteers needed

2002-07-17 Thread Ian Lurie
Hey, they told ME I had to rewrite my code so it'd be 'optimized for CF MX'. At least you got sent to a message board. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 6:54 AM To: CF-Talk Subject: RE: CFMX beta volunteers needed I have

RE: CFMX beta volunteers needed

2002-07-17 Thread Ian Lurie
of this. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 8:03 AM To: CF-Talk Subject: RE: CFMX beta volunteers needed optimized for CF MX? I don't think I even know what that means. Did they give you specifics? --- Ben -Original Message- From: Ian

RE: CFMX beta volunteers needed

2002-07-16 Thread Ian Lurie
Hear, hear. Our hosting provider upgraded and it's been a continuing nightmare for a week. ODBC errors on code that's been solid for years, plus totally untraceable service crashes. We finally moved everything to our good ol' 5.0 box. -Original Message- From: Chad Gray [mailto:[EMAIL

Handing off amp

2002-07-16 Thread Ian Lurie
Hi all, I've adapted a Flash newsticker someone wrote and posted to the dev area - it grabs it's headlines from a .cfm file. For some reason it converts all amp; to little square boxes, and all nbsp; to line breaks (!!!). Have I picked the wrong encoding method for my .cfm file? I'm using:

JRUN books

2002-07-15 Thread Ian Lurie
Sorry, I know this was asked before but I can't find the e-mail thread. What's a good introductory JRUN 4.0 book? Ian Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design, development, measurement http://www.portentinteractive.com Talk with

RE: RE: Printing

2002-07-13 Thread Ian Lurie
There's an excellent print server product in the Dev Exchange on Macromedia. We just used it to print to remote, networked printers at a big event and it worked like a dream. Search for print server and you should find it. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL

RE: RE: Printing

2002-07-13 Thread Ian Lurie
, July 13, 2002 8:06 PM To: CF-Talk Subject: RE: RE: Printing No good searching by print server... Regards, Eric J Hoffman Head Tech Geek DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent

Sorting a grouped tree...

2002-07-12 Thread Ian Lurie
Hi all, I'm using the nodes/tree methodology to create a grouped set of data: Home Page 1 Page 2 Section 1 More stuff A bit more stuff Section 2 Another group of stuff Problem is, I figure out how to alphabetize, but

RE: FDF/PDF Issue (mainly with Netscape)

2002-07-11 Thread Ian Lurie
Try adding '/any.fdf' to the link the user clicks. This often resolves any MIME type issues. -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 7:12 AM To: CF-Talk Subject: FDF/PDF Issue (mainly with Netscape) I am using FDFa to populate

RE: Capturing an e-mail address

2002-07-11 Thread Ian Lurie
If you're using HTML e-mail, you can also include an IMG tag where the SRC attribute points at a CF template that creates a cookie on the user's machine. You could then read the cookie when they visit the site. I don't recommend this, from a privacy standpoint, but you can do it. -Original

OT: Netscape Javasacript Debugging

2002-06-26 Thread Ian Lurie
Anyone out there know how I can force Netscape 4.7 to actually show me a javascript error, instead of just saying 'type javascript into location for details'? All that does is take me to their $#!@# portal page. Portent Interactive Helping clients build customer relationships on the web since

RE: OT: Netscape Javasacript Debugging (Alex - skip)

2002-06-26 Thread Ian Lurie
Arggg Thanks - that fixed it. No more all-nighters for me... -Original Message- From: Critter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 7:50 AM To: CF-Talk Subject: Re: OT: Netscape Javasacript Debugging (Alex - skip) oi Ian!! try typing : Javascript:

RE: SOT - Sys-con.com/cfdj

2002-06-24 Thread Ian Lurie
I tried to subscribe to their magazine online a year ago. After months of trying to get them to deliver a single copy of CFDJ to me, I finally gave up in frustration. -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:47 AM To: CF-Talk

RE: CFTree and IE6 - broken - an update

2002-06-24 Thread Ian Lurie
I may be coming into this very late, but the fix, for us, was to install an OLDER version of the JRE after installing IE 6: http://java.sun.com/j2se/1.3/download.html When you do the install it'll ask if you want to replace a newer version of the Java engine - say yes. Ian

Selecting specific value from a query result?

2002-06-24 Thread Ian Lurie
I have a nagging feeling this is really obvious, but I can't get it - can't I grab a specific value from a query using structure or array functions? I need to specify retrieval of value N from column X, if that makes sense. Ian

RE: Selecting specific value from a query result?

2002-06-24 Thread Ian Lurie
Thanks - figured it out 30 seconds after sending the e-mail, of course... -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:59 PM To: CF-Talk Subject: Re: Selecting specific value from a query result? I have a nagging feeling this is

RE: Access 2k Stored Procedures

2002-06-21 Thread Ian Lurie
We've used them. They're very, very efficient - while I haven't compared between indexed and non-indexed fields, they lower resource usage with or without indexes. We took one query from 30 seconds to 600 ms... Ian -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

Unique file/directory ID?

2002-06-18 Thread Ian Lurie
Does WinNT/2000 assign a unique ID to each file and directory (I'm assuming yes)? If so, can I access it via CF? Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design, development, measurement http://www.portentinteractive.com Talk with us:

directory_list_enhanced skips empty directories...

2002-06-18 Thread Ian Lurie
Hi all, I'm trying to generate a complete list of directories. I'm using directory_list_enhanced, and it works great, with one problem. It doesn't include directories that don't contain any files. So, if I have: archives/folder1/folder2 and folder1 doesn't have any files in it, the query

SOLVED: directory_list_enhanced skips empty directories...

2002-06-18 Thread Ian Lurie
Sorry, never mind. I looked at the tag source and it needed another conditional statement to include folders that didn't include any files. -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 3:39 PM To: CF-Talk Subject: directory_list_enhanced

OT: Backups II, the Sequel

2002-06-12 Thread Ian Lurie
OK, now that I've figured out we need better backup software - what's a good program to: 1. Backup the local server 2. AND backup SQL data on another server Ian Portent Interactive Helping clients build customer relationships on the web since 1995 Consulting, design, development, measurement

  1   2   3   4   >