Play with Sleepycat's Berkeley DB?

2003-10-15 Thread Rich Z
Has anyone played w/ Sleepycat's Berkeley DB or Berkely DB XML? Looks interesting - and its free. -Rich [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFMX Secure FTP

2003-10-14 Thread Rich Z
Here's my task: Create a web-based mechanism that can provide a means to transmit large blocks of data (XML data dumps to be exact) from one location to another (usually thousands of miles away). The key requirement is that the data travel encrypted and that it have resume capability. My gut

RE: CFMX Secure FTP

2003-10-14 Thread Rich Z
? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 11:30 AM To: CF-Talk Subject: CFMX Secure FTP Here's my task: Create a web-based mechanism

Odd XML parsing behavior

2003-10-13 Thread Rich Z
Maybe I'm just being a NAG here, but here's what's happening: I'm parsing 2 RSS feeds when a page loads with MX's xmlparse function. First thing I noticed was that even though the files were local, it wasn't very quick. I put some trace code in and noticed that the first time the xmlparse

RE: Odd XML parsing behavior

2003-10-13 Thread Rich Z
Ouch. Heheh. Sorry I asked. It turned out to have been something else - this particular RSS (BBC feed in fact) was for whatever reason taking an extra long time to build. I tried it w/ a handful of other feeds and it seems fine now. Thanks, Rich -Original Message- From: Massimo

Good way to search XML

2003-10-13 Thread Rich Z
What's the most efficient way to search through an XML to check - let's say - a user name password kept in an XML file of all users? I haven't dug into this yet - but I'm going to try pulling the XML and then Xpath? Any other approaches? -Rich [Todays Threads] [This Message]

Storing XML

2003-10-12 Thread Rich Z
Hi all: What's an efficient way to store/retrieve XML other than a database (let's assume I don't have access to one for now) ? Now, I've tried CFFILE/write to throw down and CFHTTP to pull back from the local web folders (seems to be quicker than CFFILE/read), but I've gotta say, even on

Accessing global UDF's from within CFC's

2003-09-12 Thread Rich Z
I have a collection of global functions that I'd like to make available as good'ol functions (w/o invoking/instantiating) to other functions in CFC's. It's essentially an include file of functions that I include application.cfm. Is this possible? -Rich

Turning string into a time object

2003-09-10 Thread Rich Z
What's the easiest way to take a string like this: Wed, 10 Sep 2003 13:45:11 PDT And turn it into a date/time object that you can use datediff with? What I'm really trying to do is conver the time zone into the logged-in user's existing timezone (which is known beforehand). Thanks in

Efficient way to handle undefined variables

2003-08-30 Thread Rich Z
What is the best/most efficient way to handle a scenario where you're populating variables from other variables that may or may not exist. If they don't exist, an empty string should be assigned. I wrote a little function to do this with a simple if statement inside: If (isDefined(inVal) {

RE: Objects Everywhere!

2003-08-14 Thread Rich Z
[mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 7:06 PM To: CF-Talk Subject: Re: Objects Everywhere! On Saturday, Aug 9, 2003, at 15:33 US/Pacific, Rich Z wrote: 1.One of the things I'd like to do is populate a user's session with a user object that persists. Now my concern here

RE: Objects Everywhere!

2003-08-10 Thread Rich Z
Thanks for the insights. Very helpful. -Rich -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 11:09 PM To: CF-Talk Subject: Re: Objects Everywhere! On Saturday, Aug 9, 2003, at 17:45 US/Pacific, Rich Z wrote: Umm, not sure really

Objects Everywhere!

2003-08-09 Thread Rich Z
I've coding CF for a few years, and I'm digging into using CFC's as objects rather than just invoking them. I've got a couple of questions if anyone can help: 1. One of the things I'd like to do is populate a user's session with a user object that persists. Now my concern here is that this

CFFUNCTION and VAR's

2003-08-02 Thread Rich Z
I understand the importance of VARing variables created for function purposes - but I'm not getting where they belong in the grand scheme of things. I'm fine w/ the UDF/cfscript style, it's the tag-based CFFUNCTION style that's tripping me up. Does it belong before or after CFARGUMENT's? Can

RE: CFFUNCTION and VAR's

2003-08-02 Thread Rich Z
, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Rich Z [mailto

RE: CFFUNCTION and VAR's

2003-08-02 Thread Rich Z
: www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 9:54 AM To: CF-Talk Subject: RE: CFFUNCTION and VAR's The following code throws an error

DRK4 Red Sky

2003-07-28 Thread Rich Z
Hi all: I grabbed the DRK4 files this past weekend and noticed that RSS Untangle required Red Sky (or the 1.4 JVM). I'm sort of surprised Macromedia would put out a DRK that isn't even supported on the current CFMX release. Any idea why this occurred? My guess is Red Sky is very close. -Rich

RE: Caching custom tag article somewhere?

2003-07-28 Thread Rich Z
of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Sunday

Writing Custom Tags in XML?

2003-07-28 Thread Rich Z
Is it possible to write custom tags in well-formed XML? The reason I ask is that I'd like to take advantage of CFMX's XML parsing to create documented views by simply pointing to the custom tag. Will this render the tags unusable? For example: ?xml version=1.0 encoding=UTF-8? CustomTag

Caching custom tag article somewhere?

2003-07-27 Thread Rich Z
Guys: I could have SWORN I'd read an article that explained a custom tag (very simple one actually) that gave the user the option of defining which scope to cache the content, etc. Real neat little tag. I THINK the article was in CFDJ, but I can't find it in the archives. Can someone help?

RE: CFC's and how they work.

2003-07-25 Thread Rich Z
Thanks for the insight. Very helpful. -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:46 PM To: CF-Talk Subject: Re: CFC's and how they work. On Thursday, Jul 24, 2003, at 10:07 US/Pacific, Rich Z wrote: I've got a box here at work

Homesite VTML Builder?

2003-07-25 Thread Rich Z
Does Homesite/CF Studio come with a VTML Builder/Wizard? I could have sworn I saw screenshots somewhere. Am I going bonkers? -Rich ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFC's and how they work.

2003-07-24 Thread Rich Z
I've got a box here at work and it has CFC that is going to get pretty hard. I'm a bit wary of scalability, which leads me to a few questions: 1. What does CFMX do about caching CFC's? Does it cache them? Does it cache them along with parameters? 2. Let's assume a CFC method requires

Nesting CFC's in a transaction block

2003-07-10 Thread Rich Z
Is it possible to do the following: CFTRANSACTION . CFINVOKE component=x method=updateX . CFINVOKE component=y method=updateY . /CFTRANSACTION My guess is the transaction will not be capable of rolling back. Any insight? Rich

RE: Nesting CFC's in a transaction block

2003-07-10 Thread Rich Z
Wow, very sweet. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:37 AM To: CF-Talk Subject: RE: Nesting CFC's in a transaction block Fixed in RedSky. (And yes, I know it's under NDA, but again, I was given permission to mention certain

Good VTML Edtior?

2003-07-09 Thread Rich Z
Is there a good VTML edtior out there? Does homesite have vtml editor? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

JSP 10X faster than CFM?

2003-07-09 Thread Rich Z
I've heard that JSP is that much faster than CFML. I even read somewhere its 10X faster. Is this true? -Rich ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: JSP 10X faster than CFM?

2003-07-09 Thread Rich Z
- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 3:37 PM To: CF-Talk Subject: JSP 10X faster than CFM? I've heard that JSP is that much faster than CFML. I even read somewhere its 10X faster. Is this true? -Rich

RE: Good VTML Edtior?

2003-07-09 Thread Rich Z
Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 1:37 PM To: CF-Talk Subject: Good VTML Edtior? Is there a good VTML edtior out there? Does homesite have vtml editor? ~| Archives: http

RE: Dreamweaver tag updates for redsky

2003-07-09 Thread Rich Z
Redsky has new tags? -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 9:29 PM To: CF-Talk Subject: RE: Dreamweaver tag updates for redsky There are for Studio 5/HomeSite+ on the beta site. Not for DWMX as yet.

RE: Beta Testing RedSky

2003-07-08 Thread Rich Z
What's Mach II? -Original Message- From: chad [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 11:22 AM To: CF-Talk Subject: Beta Testing RedSky Where can I get information about becoming a beta tester for redsky and/or Mach II

Jrun memory usage out of hand

2003-07-03 Thread Rich Z
I noticed when running certain pages that - sometimes - Jrun's memory usage goes out of hand. Even stopping and restaring the CFMX service reduced usage somewhat - but not a whole lot. And when I go back in to test again, the memory usage shoots back up. Anyone have any idea what is causing

Caching cfc objects in the application scope

2003-07-03 Thread Rich Z
Is this worth doing? Does it improve performance at all? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: Caching cfc objects in the application scope

2003-07-03 Thread Rich Z
: www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 9:45 AM To: CF-Talk Subject: Caching cfc objects in the application scope

Best Practices for CFIF

2003-06-28 Thread Rich Z
I was wondering if anyone has bothered to look at best practices CFIF statements. I've been following the guidelines in this article in CFDJ by Tom Nunamaker: http://www.sys-con.com/coldfusion/articleprint.cfm?id=533 I then realized that the article was written against CF5. Does anyone know if

The Verbosity of CFOUTPUT

2003-06-26 Thread Rich Z
I am a big fan and advocate of CFML, but I have to confess, I've grown so tired of wrapping cfoutput tags around values like CFOUTPUT#this#/CFOUTPUT. Now I know I could put Cfoutputs at the top and bottom of my page (or block) and save myself some hassle, but I've read in numerous places that this

RE: CFC performance difficulties

2003-06-26 Thread Rich Z
Michael: I'll admit that I don't have years of OO experience behind me, but in my experience I've found that many of the applications I've designed/built share a very common paradigm: objects that require a line-item view (e.g. lists and search results) and a zoomed-in or detailed view (often

RE: The Verbosity of CFOUTPUT

2003-06-26 Thread Rich Z
On Thursday, Jun 26, 2003, at 12:02 US/Pacific, Rich Z wrote: I am a big fan and advocate of CFML, but I have to confess, I've grown so tired of wrapping cfoutput tags around values like CFOUTPUT#this#/CFOUTPUT. Now I know I could put Cfoutputs at the top and bottom of my page (or block

Consuming a web service in classic ASP

2003-06-25 Thread Rich Z
Hello all: I'm probably asking this in the wrong forum, but the web service is a CFC so maybe you can let it slide this time. Hehhe: I've written a web service in CFMX and would like to have it consumed in an applciation we built in classic ASP. Is there a way to do this? Let's assume I don't

Web Service Woes

2003-06-20 Thread Rich Z
I'm trying ot turn a CFC into a web service and I'm getting all sorts of silliness. I have confirmed that the CFC is intact and funtioning properly if I just call it as component. Here is the code in the header of the function: cfinvoke method=execRulesetSimple

Good Ol' Cold Fusion Performance Question

2003-06-19 Thread Rich Z
Hello all: I'm new to this list but have always been a fan of CF's elegance and power for years. I am a manager in dev shop and the classic argument arises when CF comes up: can CF perform on par with jsp? Php? Asp? .net? Is there anything out there in terms of a comparative study of some

RE: CFIMPORT CF Custom Tags

2003-06-19 Thread Rich Z
One work around is to add a mapping to the JRUN XML settings, in jrun-webl.xml: virtual-mapping resource-path/mappath/resource-path system-pathC:/folder/folder/systempath/system-path /virtual-mapping -Original Message- From: Reilly, James [mailto:[EMAIL PROTECTED] Sent:

RE: Good Ol' Cold Fusion Performance Question

2003-06-19 Thread Rich Z
Thanks for the insight. This is really helpful. It's pretty amazing that this stigma continues to dog CF to this day. It is still perceived as a designer's platform. One colleague referred to it as sort of like Front Page. Heh. Thanks again, Rich -Original Message- From: Mike Brunt

CFCONTENT Problem

2001-06-10 Thread Rich Z
I'm sure this problem has been addressed before, but here it is: I'm trying to make a file available for download through CFCONTENT. The cfm page send.cfm looks like this:: cfcontent type=unknown file=c:\archive\file.mp3 deletefile=No The problem is, instead of sending that file, it sends

RE: CFCONTENT Problem

2001-06-10 Thread Rich Z
; filename=file.mp3 CFCONTENT TYPE=unknown FILE=c:\archive\file.mp3 DELETEFILE=No Dain Anderson Caretaker, CF Comet http://www.cfcomet.com/ - Original Message - From: Rich Z [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 4:17 PM Subject: CFCONTENT Problem I'm

RE: CFCONTENT Problem

2001-06-10 Thread Rich Z
I'm actually using Windows 2000 Server. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 8:58 PM To: CF-Talk Subject: RE: CFCONTENT Problem What is the WinNT SP? Duane -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED

Sending MP3's Through CF

2001-06-04 Thread Rich Z
I figured out a way to send mp3's through a web server on demand (pseudo-streaming by using CFCONTENT w/ a mime-type of audio/mpegurl. The page that does the sending looks like this: CFCONTENT TYPE=audio/x-mpegurl cfoutput #EXTM3U #EXTINF:-1,#title# http://my.server/mp3/#streamurl# /cfoutput

Bizarre Browser Problem

2001-06-03 Thread Rich Z
I'm using a CF web hosting service and I'm getting an absolutely bizarre scenario: When I open the CF pages on my PC at home, they come into the browser with all the CF code intact (i.e. unprocessed). I thought this was an issue at the host, but it turns out if I surf anywhere else, it works

SQL Question: Limiting results against a particular grouping

2001-05-29 Thread Rich Z
How would I go about limiting the number of results against a particular grouping in SQL. For example, the query returned 16 rows in 'Los Angeles' and 23 rows in 'New York', but I would like to only show 10 of each. Thanks in advance, Rich ~~