Re: CF-Talk: Digest every 8 hours

2006-02-20 Thread Thomas Chiverton
On Friday 17 February 2006 15:32, Manuel Gomez wrote:
> Message - Error Executing Database Query. [Macromedia][Oracle JDBC
> Driver][Oracle]ORA-01017: invalid username/password; logon denied

Hmm, yeah - I agree :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232898
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours

2006-02-17 Thread Manuel Gomez
Message - Error Executing Database Query. [Macromedia][Oracle JDBC
Driver][Oracle]ORA-01017: invalid username/password; logon denied

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232699
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2006-02-06 Thread Bill Sahlas
Are you expecting that there are duplicate "person_id" entries? If not,
then remove that field from the select list because if each person_id
field is a unique (PK) then you'll get one row back for each entry.
Plus, I don't think that I've ever seen a sub-select statement that
qualifies as a valid FROM clause, however, sub-select statements are
often used to return single-column lists to be used in WHERE clause as
in

SELECT DISTINCT f.fname, f.lname, ... 
FROM foo f
WHERE f.category_id IN(SELECT DISTINCT catid FROM bar)

Does this help at all :)

Bill
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 06, 2006 4:06 AM
To: CF-Talk
Subject: CF-Talk: Digest every hour

CF-Talk  06-Feb-06 Issue:21672
In this issue:
 (ms sql) dinstinct not working...



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231410
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread cf
Hi,

> What I'd like, is for the aspx be run on it's own 
> server, and then grab
> the results, as an include. In this particular 
> case, it would be the
> "Header" and "Left menu" includes. 

that can not be done with cfinclude. You could use cfhttp for that:
http://asp-server/dir/header.aspx";>
#cfhttp.filecontent

HTH,

Chris




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230813
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread Pedro Mendes
What I'd like, is for the aspx be run on it's own server, and then grab
the results, as an include. In this particular case, it would be the
"Header" and "Left menu" includes. 

I'm not sure if I'm being clear enough. Feel free to respond privately,
if you feel inclined to lend me a hand. Thank you so much.

Pedro



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230812
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2006-01-29 Thread Bruce A. Bergman
I wrote such a system a while back for a friend, and they found it 
*very* useful.  Since then, I've enhanced it and given it away under the 
open-source license to a couple of local businesses.  If you'd like a 
copy of the code, let me know and I'll send it to you.  It's meant to 
work with SQL Server, but it should be transportable to almost any 
database.  Uploaded documents are stored on the server in the file 
system.  It does virtually everything you've mentioned below.

If there is demand for this kind of thing, I might consider packaging it 
and putting it up on some open-source sites.  So if anyone else is 
interested, please let me know!

thanks,
bruce

> Hello,
>
> Can someone please make some suggestions for HR Job Posting & Applicant
> Recruitment systems preferably for a University environment written in
> ColdFusion (we're mostly interested for faculty applicants, but something
> generalized is fine too)? The desired feature set would include:
>
>   a) create/setting up an applicant profile,
>   b) being able for a single applicant to apply for multiple job openings,
>   c) have applications reviewed by a department's manager,
>   d) perform a keyword search (i.e. Edit->Find) for a department manager
>  among applicant pool,
>   e) role base access to the applicant pool,
>   f) save applicant's resume and cover letter
>
> Any leads, suggestions would be much appreciated.
>
> Thank you,
>
> Frida Aminova
> Computer Systems, DoIT
> Pace University
> [EMAIL PROTECTED]
> (212)346-1436
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230689
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Bobby Hartsfield
Yeah. You could popup a window and pass the value of the select box in the
url like...



In the popup window you'll have #url.var# to play with. 

Then, with JS, you reference the 'parent' window's elements and fields like
window.opener.whatever_you_are_looking_for. 

Say you wanted to put something from the popup window into a field called
'myfield' in the main window.

window.opener.document.forms[0].myfield.value='something from the popup
window'

Then just window.close() the popup


..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 
-Original Message-
From: Gordon Cantor [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 5:36 PM
To: CF-Talk
Subject: RE: CF-Talk: Digest every 6 hours

I wish to link to another CF page in a separate window to perform a select
box lookup...then upon select box form submittal...close that window and
send the value back to the original cf page.

Any ideas on how to do that? On click event javascript code within the
select box?

Regards,
 
Gordon 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/235 - Release Date: 1/19/2006
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Gordon Cantor
I wish to link to another CF page in a separate window to perform a select
box lookup...then upon select box form submittal...close that window and
send the value back to the original cf page.

Any ideas on how to do that? On click event javascript code within the
select box?

Regards,
 
Gordon 
 
 
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 19, 2006 12:06 PM
To: CF-Talk
Subject: CF-Talk: Digest every 6 hours

CF-Talk  19-Jan-06 Issue:3274
In this issue:
 [OT] negate a regex
 Alternatives to AbleAuction Builder
 cfstoredproc and cache
 cfstoredproc and cache
 cfstoredproc and cache
 cfstoredproc and cache
 CSS Newsgroup? (OT)
 CSS Newsgroup? (OT)
 Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM
 Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 XSS through frames?
 XSS through frames?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-12-21 Thread RADEMAKERS Tanguy
>-Original Message-
>The point is this  their PHP site, using "free" PHP took 
>two of them two
>years to do.   Multiply that out by an hourly rate, and 
>compare that to my
>building almost the same site (from a programming standpoint) 
>in 74 hours.
>Even if you add the cost of the server, mine still came out at 
>a fraction of
>the cost.

They worked non stop for two years to do what you did in 74 hours?
Assuming 8 hours per day and 200 hundred working days per year, that
adds up to 2(people) * 8(hours per day) * 2(years) *200(working days per
year) = six thousand four hundred hours! And it only took you 74 hours!

Gosh, i wonder why the whole freaking world isn't running on Coldfusion?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227391
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-12-05 Thread Bobby Hartsfield
Now I spewed mountain dew lol
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 4:16 PM
To: CF-Talk
Subject: Re: CF-Talk: Digest every hour

Yea, those digests can be hilarious!

Ray

Donna French wrote:
> LMFAOL - spewed Coke here
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-12-05 Thread Ray Champagne
Yea, those digests can be hilarious!

Ray

Donna French wrote:
> LMFAOL - spewed Coke here
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226095
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-12-05 Thread Donna French
LMFAOL - spewed Coke here

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226093
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Bobby Hartsfield
Just filter emails with "I will be out of the office" in the body
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Jeff Anderson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 19, 2005 5:12 PM
To: CF-Talk
Subject: RE: CF-Talk: Digest every 8 hours (Out of the Office)

Please tell me we aren't going to get this every 8 hrs for the next week...



-Original Message-
From: Mike McConnell [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 19, 2005 16:01
To: CF-Talk
Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)

I will be out of the office from Monday November 21 through Friday, November
25.  Please refer any IT issues to Chris Terrebonne or
Tommy Nguyen.  I'll be back in the office on Monday, November 28.

M. McConnell





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224736
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Adrian Lynch
Well if you have "issues"...

"Please refer any IT issues to Chris Terrebonne or Tommy Nguyen."

 give them a call! :OD

-Original Message-
From: Dana [mailto:[EMAIL PROTECTED]
Sent: 19 November 2005 22:19
To: CF-Talk
Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)


just please nobody else turn an autoresponder on 

On 11/19/05, Dana <[EMAIL PROTECTED]> wrote:
> I already sent MikeD an email but it is the Sabbath remember. Maybe
> not for much longer, does it end at sundown?
>
> On 11/19/05, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> > Please tell me we aren't going to get this every 8 hrs for the next
week...
> >
> >
> >
> > -Original Message-
> > From: Mike McConnell [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 19, 2005 16:01
> > To: CF-Talk
> > Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)
> >
> > I will be out of the office from Monday November 21 through Friday,
November 25.  Please refer any IT issues to Chris Terrebonne or
> > Tommy Nguyen.  I'll be back in the office on Monday, November 28.
> >
> > M. McConnell


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224735
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Will Tomlinson
LMAO!! 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224733
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Dana
just please nobody else turn an autoresponder on 

On 11/19/05, Dana <[EMAIL PROTECTED]> wrote:
> I already sent MikeD an email but it is the Sabbath remember. Maybe
> not for much longer, does it end at sundown?
>
> On 11/19/05, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> > Please tell me we aren't going to get this every 8 hrs for the next week...
> >
> >
> >
> > -Original Message-
> > From: Mike McConnell [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 19, 2005 16:01
> > To: CF-Talk
> > Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)
> >
> > I will be out of the office from Monday November 21 through Friday, 
> > November 25.  Please refer any IT issues to Chris Terrebonne or
> > Tommy Nguyen.  I'll be back in the office on Monday, November 28.
> >
> > M. McConnell
> >
> >
> >
> > 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224731
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Dana
I already sent MikeD an email but it is the Sabbath remember. Maybe
not for much longer, does it end at sundown?

On 11/19/05, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> Please tell me we aren't going to get this every 8 hrs for the next week...
>
>
>
> -Original Message-
> From: Mike McConnell [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 19, 2005 16:01
> To: CF-Talk
> Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)
>
> I will be out of the office from Monday November 21 through Friday, November 
> 25.  Please refer any IT issues to Chris Terrebonne or
> Tommy Nguyen.  I'll be back in the office on Monday, November 28.
>
> M. McConnell
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224730
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Jeff Anderson
Please tell me we aren't going to get this every 8 hrs for the next week...



-Original Message-
From: Mike McConnell [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 19, 2005 16:01
To: CF-Talk
Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office)

I will be out of the office from Monday November 21 through Friday, November 
25.  Please refer any IT issues to Chris Terrebonne or
Tommy Nguyen.  I'll be back in the office on Monday, November 28.

M. McConnell



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224727
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Mike McConnell
I will be out of the office from Monday November 21 through Friday, November 
25.  Please refer any IT issues to Chris Terrebonne or Tommy Nguyen.  I'll be 
back in the office on Monday, November 28.

M. McConnell

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224726
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Mike McConnell
I will be out of the office from Monday November 21 through Friday, November 
25.  Please refer any IT issues to Chris Terrebonne or Tommy Nguyen.  I'll be 
back in the office on Monday, November 28.

M. McConnell

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224715
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours

2005-10-16 Thread Dawson, Michael
I have done this in a few instances and it works great.  I agree it's
not a best solution, but it is a solution.

M!ke 

-Original Message-
From: Ken Auenson, II [mailto:[EMAIL PROTECTED] 
Sent: Sunday, October 16, 2005 3:29 PM
To: CF-Talk
Subject: Re: CF-Talk: Digest every 8 hours

One thing you could do, is to break your big string into smaller sizes
that will fit into the varchar(8000) columns, and have as many columns
as necessary... you could then have CF join the columns back together.
 Not the "correct" way to do things, but it should work.
 --
Ken

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221168
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2005-10-16 Thread Ken Auenson, II
One thing you could do, is to break your big string into smaller sizes that
will fit into the varchar(8000) columns, and have as many columns as
necessary... you could then have CF join the columns back together.
 Not the "correct" way to do things, but it should work.
 --
Ken

 On 10/16/05, CF-Talk  wrote:
>
> CF-Talk 16-Oct-05 Issue:2020
> In this issue:
> flash forms and a bad directory structure?
> Forums w/external authentication
> Forums w/external authentication
> Pluggable Security system/ app architecture (WAS: Re: Any Interest in a
> Completely Free CFML Calendar?)
> zipping and unzipping a string
> zipping and unzipping a string
> zipping and unzipping a string
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 2 hours

2005-09-30 Thread Dharmendar Kumar
Dharmendar Kumar | Lead Developer
Real Magnet | Advanced Broadcast E-mail and Fax Solutions
4853 Cordell Ave., PH 11, Bethesda, MD 20814
Phone: 301-652-4025 | Fax: 301-652-7153
E-mail: [EMAIL PROTECTED]
Website: www.realmagnet.com 
I found this article that deals with web services security:
http://www.webreference.com/programming/coldfusion/2/4.html

But I still cannot get it to work. The sample code presented throws a
windows authentication dialox box een if I pass the username/ password
attribute in the CFINVOKE tag when calling the webservice.

Is there a different way to pass the username/ password for the cflogin
tag to recognize it. Basically cflogin.username and cflogin.password are
empty even though I have specified the username/ password in cfinvoke...

Any ideas, anyone?

Thanks,
DK




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219796
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest almost every hour

2005-09-13 Thread RADEMAKERS Tanguy
Hello,

Are hourly digests down? Don't seem to be getting any from the list this
afernoon...

/t

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218026
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 2 hours

2005-08-18 Thread Smith, Ryan
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 18, 2005 9:01 AM
To: CF-Talk
Subject: CF-Talk: Digest every 2 hours


CF-Talk  18-Aug-05 Issue:9550
In this issue:
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
 @@Identity returns excessive records
  - MultiColumn
 Array of Structures Form
 CFX tag installation - problem
 CFX tag installation - problem
 To Catch a Nigerian Scam Artist!
 WDDX Replacement Attempt (was RE: Ajax and CFCs)



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215634
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-08-16 Thread Judith Dinowitz
This is such a great definition that I put it up on Fusion Authority. Isaac, 
you are immortalized! You are article 4500!

http://www.fusionauthority.com/Community/Article.cfm/ArticleID:4500

Judith

>A word that's repeated because other people are repeating it (like
>"AJAX") instead of a word that is repeated because it represents
>something which has intrinsic value (like "XML"). In some cases a
>"buzzword" may be representative of something which has intrinsic
>value (like "XML") if the word is repeated by someone who doesn't
>understand anything about it and they are repeating it because the
>word is being repeated by other people.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215384
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-16 Thread Gabriel Bulfon
Yes, thanks

Gabriel Bulfon
Email:[EMAIL PROTECTED] 

> -Original Message-
> From: Tony Weeg [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 16, 2005 6:44 PM
> To: CF-Talk
> Subject: Re: CF-Talk: Digest every hour
> 
> Gabriel.
> 
> It simply means that its a overused word to describe something.
> If we were talking cars, one of the buzzwords for cars today 
> is "Hybrid".
> If we were talking web communications technologies, a 
> buzzword would be "Webservices, and XML"
> 
> make sense?
> 
> tony
> 
> 
> 
> On 8/16/05, Gabriel Bulfon <[EMAIL PROTECTED]> wrote:
> > Sorry, what is the meaning of buzzword ?
> > 
> > Gabriel Bulfon
> > Email:[EMAIL PROTECTED]
> > 
> > > -Original Message-
> > > From: Damien McKenna [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, August 09, 2005 4:18 PM
> > > To: CF-Talk
> > > Subject: RE: CF-Talk: Digest every hour
> > >
> > > > -Original Message-
> > > > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > > >
> > > > Well, "AJAX" is nothing more than a buzzword. People have
> > > been writing
> > > > DHTML interfaces for years that do essentially the same thing.
> > >
> > > 
> > > "DHTML" is a buzzword and is nothing more than JS, CSS and DOM 
> > > wrapped up together.
> > >
> > > --
> > > Damien McKenna - Web Developer -
> > > [EMAIL PROTECTED] The Limu Company - 
> > > http://www.thelimucompany.com/ - 407-804-1014 #include 
> > >
> > >
> > >
> > 
> > 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215368
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-16 Thread S . Isaac Dealey
A word that's repeated because other people are repeating it (like
"AJAX") instead of a word that is repeated because it represents
something which has intrinsic value (like "XML"). In some cases a
"buzzword" may be representative of something which has intrinsic
value (like "XML") if the word is repeated by someone who doesn't
understand anything about it and they are repeating it because the
word is being repeated by other people.

> Sorry, what is the meaning of buzzword ?

> Gabriel Bulfon
> Email:[EMAIL PROTECTED]

>> -Original Message-
>> From: Damien McKenna [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, August 09, 2005 4:18 PM
>> To: CF-Talk
>> Subject: RE: CF-Talk: Digest every hour
>>
>> > -Original Message-
>> > From: Dave Watts [mailto:[EMAIL PROTECTED]
>> >
>> > Well, "AJAX" is nothing more than a buzzword. People
>> > have
>> been writing
>> > DHTML interfaces for years that do essentially the same
>> > thing.
>>
>> 
>> "DHTML" is a buzzword and is nothing more than JS, CSS
>> and
>> DOM wrapped up together.
>>
>> --
>> Damien McKenna - Web Developer -
>> [EMAIL PROTECTED] The Limu Company -
>> http://www.thelimucompany.com/ - 407-804-1014 #include
>> 


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215358
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-08-16 Thread Tony Weeg
Gabriel.

It simply means that its a overused word to describe something.
If we were talking cars, one of the buzzwords for cars today is "Hybrid".
If we were talking web communications technologies, a buzzword would
be "Webservices, and XML"

make sense?

tony



On 8/16/05, Gabriel Bulfon <[EMAIL PROTECTED]> wrote:
> Sorry, what is the meaning of buzzword ?
> 
> Gabriel Bulfon
> Email:[EMAIL PROTECTED]
> 
> > -Original Message-
> > From: Damien McKenna [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 09, 2005 4:18 PM
> > To: CF-Talk
> > Subject: RE: CF-Talk: Digest every hour
> >
> > > -Original Message-
> > > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > >
> > > Well, "AJAX" is nothing more than a buzzword. People have
> > been writing
> > > DHTML interfaces for years that do essentially the same thing.
> >
> > 
> > "DHTML" is a buzzword and is nothing more than JS, CSS and
> > DOM wrapped up together.
> >
> > --
> > Damien McKenna - Web Developer -
> > [EMAIL PROTECTED] The Limu Company -
> > http://www.thelimucompany.com/ - 407-804-1014 #include 
> >
> >
> >
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215330
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-16 Thread Gabriel Bulfon
Sorry, what is the meaning of buzzword ?

Gabriel Bulfon
Email:[EMAIL PROTECTED] 

> -Original Message-
> From: Damien McKenna [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 09, 2005 4:18 PM
> To: CF-Talk
> Subject: RE: CF-Talk: Digest every hour
> 
> > -Original Message-
> > From: Dave Watts [mailto:[EMAIL PROTECTED]
> >
> > Well, "AJAX" is nothing more than a buzzword. People have 
> been writing 
> > DHTML interfaces for years that do essentially the same thing.
> 
> 
> "DHTML" is a buzzword and is nothing more than JS, CSS and 
> DOM wrapped up together.
> 
> --
> Damien McKenna - Web Developer - 
> [EMAIL PROTECTED] The Limu Company - 
> http://www.thelimucompany.com/ - 407-804-1014 #include 
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215323
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 2 hours

2005-08-10 Thread Smith, Ryan
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 10, 2005 11:01 AM
To: CF-Talk
Subject: CF-Talk: Digest every 2 hours


CF-Talk  10-Aug-05 Issue:9508
In this issue:
 Cfhttp vs web services
 Cfhttp vs web services
 CFMAIL Attachments on the fly (not from a file)
 CFMAIL Attachments on the fly (not from a file)
 CFMAIL Attachments on the fly (not from a file)
 CFMAIL Attachments on the fly (not from a file)
 CFMAIL Attachments on the fly (not from a file)
 CFMAIL Attachments on the fly (not from a file)
 Change the CF JWS root directory?
 Change the CF JWS root directory?
 consuming WS from XMLHttpRequest object
 Estimated Freight
 Estimated Freight
 Fetching a website?
 FTP and file permissions
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Looking for very simple CMS
 Migrating to CFMX (7) from CF 5
 OT: XSL and XML namespaces
 problem displaying *.cfc?wsdl with internet explorer
 problem displaying *.cfc?wsdl with internet explorer
 problem displaying *.cfc?wsdl with internet explorer
 problem displaying *.cfc?wsdl with internet explorer
 problem displaying *.cfc?wsdl with internet explorer
 subversion and mapped drive
 subversion and mapped drive
 subversion and mapped drive
 subversion and mapped drive
 subversion and mapped drive
 subversion and mapped drive



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214383
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-09 Thread Damien McKenna
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
>
> Well, "AJAX" is nothing more than a buzzword. People have 
> been writing DHTML interfaces for years that do essentially
> the same thing. 


"DHTML" is a buzzword and is nothing more than JS, CSS and DOM wrapped
up together.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214233
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-09 Thread Dave Watts
> Seriously tho... if you're using AJAX but not using XML, what's 
> to differentiate that from simply using JS? (Asside from the 
> buzz-word appeal.)

Well, "AJAX" is nothing more than a buzzword. People have been writing DHTML
interfaces for years that do essentially the same thing. However, using the
XMLHttpRequest object is a little bit different from using more traditional
mechanisms for fetching data from the server such as loading documents into
hidden frames, since you can do everything from within a single document.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214232
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-08-09 Thread Tanguy Rademakers
>Seriously tho... if you're using AJAX but not using XML, what's to
>differentiate that from simply using JS? (Asside from the buzz-word
>appeal.)

I was actually rather (pleasantly) surprised that i didn't have to encode my 
response in an xml syntax in order to use it, but only because my needs were 
*extremely* trivial and using the very minimum legal xml would have doubled the 
size of my data packet. If i needed to return structured data (say i wanted to 
populate a drop down or somesuch) then i'd certainly turn to XML rather than 
start messing about with some form of delimited lists or other "roll your own" 
methods.

Using SOAP based web services via js has two main issues: encoding a valid SOAP 
request and parsing out the SOAP response. For the first, as Barney pointed 
out, you rarely need to - every classic web app out there is a testament to 
what you can do with post/get. As for client side xml handling, you could do 
quite a bit with WDDX (which probably works in more browsers than 
XMLHttpRequest, but that's kinda beside the point). It's a "bang for your buck" 
kind of argument (and i'll freely admit that my attitudes to cross browser 
scripting were formed back in '98 ;)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214230
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-08-09 Thread Barney Boisvert
Nothing.  Hence you'll be hard pressed to see me ever use the term
"ajax", instead preferring "JS Remoting".  ; )

I believe (not being a buzzword maven) that "ajax" is not just the
async XML passing, but also the UI design technique as a whole, so
it'd include the DHTML and dynamic document rewriting stuff as well as
the actual remoting calls.

cheers,
barneyb

On 8/9/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
> Interesting...
> 
> I've done a good deal of asynch work with JS... none of it with "AJAX"
> and hadn't really seen a need for it in all honesty... the only thing
> that I'd heard about AJAX that even made me remotely consider the
> possibility that at some point in the remote distant future it might
> be semi-useful in some obscure way for some one-off task was the use
> of XML. :P
> 
> Seriously tho... if you're using AJAX but not using XML, what's to
> differentiate that from simply using JS? (Asside from the buzz-word
> appeal.)
> 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214228
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-09 Thread S . Isaac Dealey
Interesting...

I've done a good deal of asynch work with JS... none of it with "AJAX"
and hadn't really seen a need for it in all honesty... the only thing
that I'd heard about AJAX that even made me remotely consider the
possibility that at some point in the remote distant future it might
be semi-useful in some obscure way for some one-off task was the use
of XML. :P

Seriously tho... if you're using AJAX but not using XML, what's to
differentiate that from simply using JS? (Asside from the buzz-word
appeal.)

> Hello,

> I'll second Barney's post with a big +1. For simple data
> passing, you
> don't even need to use XML, let alone SOAP based web
> services - you can
> get simple text strings and inject them directly in your
> layout. Google
> XHConn for a nice little(43 lines) .js file that wraps the
> XMLHttpRequest object (or MS equivalent) and will have you
> getting/posting from your page in minutes. I guess you'd
> want to look
> into a more complete framework (like CFAjax) for real
> work, but this
> will get you up and tinkering in minutes (no need to
> create server
> mappings, etc)

> After all the brouhaha over AJAX in the last few months,
> the biggest
> surprise for me was how simple it was.

> /t


s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214222
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-08-09 Thread RADEMAKERS Tanguy
Hello,

I'll second Barney's post with a big +1. For simple data passing, you
don't even need to use XML, let alone SOAP based web services - you can
get simple text strings and inject them directly in your layout. Google
XHConn for a nice little(43 lines) .js file that wraps the
XMLHttpRequest object (or MS equivalent) and will have you
getting/posting from your page in minutes. I guess you'd want to look
into a more complete framework (like CFAjax) for real work, but this
will get you up and tinkering in minutes (no need to create server
mappings, etc)

After all the brouhaha over AJAX in the last few months, the biggest
surprise for me was how simple it was.

/t


>-Original Message-
>Subject: Architecture thoughts
>From: Barney Boisvert <[EMAIL PROTECTED]>
>Date: Tue, 9 Aug 2005 09:20:15 -0700
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
>&threadid=41599&forumid=4#214193
>
>I rarely use web services, instead preferring to just use GET and POST
>operations.  The XmlHttpRequest object was designed for fetching
>remote XML, but it's really nothing more than an HttpRequest object,
>and can be used as such.  There's some XML-related stuff, but at the
>core is just simple HTTP.
>
>If you're doing complex data passing, web services are very helpful,
>particularly the ability to have multiple typed parameters and complex
>data that is automatically marshalled/unmarshalled for you, but for
>simpler stuff, GET and POST are more than adequate.  Web services also
>have a fairly high spin-up cost for parsing the WSDL and making the
>stubs and stuff.  Not a big deal if you have a single page UI that
>does everything dynamically, but if you're still switching pages and
>just doing dynamic things within those pages, that cost can be
>prohibitive.
>
>Since GET/POST don't require any of that, they don't have any
>initialization cost except making an HTTP connection (something
>browsers are good at), and are therefore ridiculously fast.
>
>cheers,
>barneyb
>
>On 8/9/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
>> I thought AJAX apps generally used webservices to fetch their data...
>> isn't that the reason they use the XmlHttpRequest object? (and the
>> reason why X ended up in the acronym).
>> 
>> 
>> s. isaac dealey 954.522.6080
>> new epoch : isn't it time for a change?
>
>
>-- 
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com/
>
>Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214215
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-07-11 Thread RADEMAKERS Tanguy
Hello,

1) Do two queries in a CFTRANSACTION (not CFLOCK) - one to insert and
one to get the value of the new ID.

2) Write a stored procedure that returns the value of the inserted id
(see the SQL guide for the syntax of RETURNING INTO clause)

start with this:

CREATE OR REPLACE PROCEDURE insert_game (
   fsnep_login  IN   VARCHAR2,
   g_list   IN   VARCHAR2,
   budget   IN   VARCHAR2,
   the_monthIN   VARCHAR2,
   the_num_people   IN   VARCHAR2,
   the_weeksIN   VARCHAR2,
   newidOUT  INT
)
AS
BEGIN
   INSERT INTO fsnep_food_store_game_info
   (gi_id, login_id, date_added,
date_modified, grocery_list, budget, MONTH, num_people,
num_weeks
   )
VALUES (unique_food_store_game_info_s.NEXTVAL, fsnep_login,
SYSDATE,
SYSDATE, g_list, budget, the_month, the_num_people,
the_weeks
   )
 RETURNING ID
  INTO newid;
EXCEPTION
   WHEN OTHERS
   THEN
  ROLLBACK;
  RAISE;
END;
/

call it like this:










and then do:




/t

ps: none of the above is tested.

>-Original Message-
>Subject: retrieve ID from db insert
>From: Daniel Kessler <[EMAIL PROTECTED]>
>Date: Mon, 11 Jul 2005 10:47:21 -0400
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
>&threadid=41103&forumid=4#211529
>
>I create a new game and insert it into my Oracle database.  From 
>there I want to have the game ID and put it into a cookie. I've used 
>NEXTVAL AND CURVAL for inserting the value into the db, but not for 
>any external use, like my insert into a cookie.  I guess I can do a 
>CFLock and then do a query after the insert for the last inserted 
>item, but is that the best way?
>
>Here's the insert:
>
>
>  INSERT INTO fsnep_food_store_game_info
> (
> gi_id,login_id,
> date_added,date_modified,
> grocery_list,budget,
> month,num_people,
> num_weeks
> )
>  VALUES
> (
> unique_food_store_game_info_s.NEXTVAL,#cookie.fsnep_login#,
> SYSDATE,SYSDATE,
> cfsqltype="cf_sql_varchar">,cfsqltype="cf_sql_varchar">,
> cfsqltype="cf_sql_varchar">,value="#form.the_num_people#" cfsqltype="cf_sql_varchar">,
> cfsqltype="cf_sql_varchar">
> 
> )
>
>
>
>
>thanks for any help.
>
>-- 
>Daniel Kessler
>
>Department of Public and Community Health
>University of Maryland
>Suite 2387 Valley Drive
>College Park, MD  20742-2611
>301-405-2545 Phone
>www.phi.umd.edu

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211534
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours

2005-05-27 Thread Manuel Gomez
 


Manuel Gómez Barrera
Interceramic
T 614.429.1253
www.interceramic.com
 

-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Viernes, 27 de Mayo de 2005 07:01 a.m.
To: CF-Talk
Subject: CF-Talk: Digest every 8 hours

CF-Talk  27-May-05 Issue:1753
In this issue:
 cfexecute and wget
 CFMX 7 and JRun updater 5
 CFMX7 and OSX 10.4 install issue
 CFMX7 and OSX 10.4 install issue
 CFMX7 and OSX 10.4 install issue
 CFMX7 and OSX 10.4 install issue
 CFMX7 and OSX 10.4 install issue
 CFX tags and JRE 1.4
 CFX tags and JRE 1.4
 How to deal with the african money scams
 How to deal with the african money scams
 How to deal with the african money scams
 How to deal with the african money scams
 How to deal with the african money scams
 How to make my checkbox insert values
 How to make my checkbox insert values
 How to make my checkbox insert values
 I'd Like To Know What My Customers Are Shopping For - In Real Time...
 Multiple table join statement question
 Multiple table join statement question
 OT Checking for video plugins
 OT:  using js to include files
 OT:  using js to include files
 OT:  using js to include files
 OT:  using js to include files
 OT:  using js to include files
 OT:  using js to include files
 OT:  using js to include files
 OT: traffic monitoring software
 Trouble with Verisign's cfx_payflowpro tag
 Trouble with Verisign's cfx_payflowpro tag -- fixed
 Verity and languages
 Verity and languages
 Weird Error Message.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207854
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2005-05-02 Thread Bruce A. Bergman
I'm just catching up on some old email, so please ignore this if a solution 
has already presented itself.

I've written a small portal system using CF that does most of what you're 
looking for.  It was meant for non-profit organizations use by board of 
directors to upload meeting documents, minutes, excel files, etc.  It has a 
calendar function that can be used (it's not a very powerful calendar 
though), it allows for files to be saved by date and/or meetings, etc.  It 
does NOT provide any kind of chat or email functionality.

I'm sure there are probably some issues that wouldn't make it a perfect fit, 
but it might be enough to get you going.  Are you interested?  If so, feel 
free to contact me off-list.

thanks,
bruce


> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205323
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours

2005-03-02 Thread Michael Dinowitz
Are you having a problem with the digest or is there a specific question you
need answered?

> help



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197213
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 8 hours

2005-03-02 Thread Manuel Gomez
help 


Manuel Gómez Barrera
Interceramic
T 614.429.1253
www.interceramic.com
 

-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Miércoles, 02 de Marzo de 2005 02:03 p.m.
To: CF-Talk
Subject: CF-Talk: Digest every 8 hours

CF-Talk  02-Mar-05 Issue:1583
In this issue:
 Anyone using CF Report Builder?
 Anyone using CF Report Builder?
 Anyone using CF Report Builder?
 Anyone using CF Report Builder?
 Anyone using CF Report Builder?
 ArgoUML
 Central Floridian (Orlando area) CFers?
 Central Floridian (Orlando area) CFers?
 Central Floridian (Orlando area) CFers?
 CF Chart bug? (CFMX7?)
 CF generated email.
 CF generated email.
 CF MX 7 stopping IIS 5.0 service
 CF MX 7 stopping IIS 5.0 service
 CF MX 7 stopping IIS 5.0 service
 CF MX 7 stopping IIS 5.0 service
 CF MX 7 stopping IIS 5.0 service
 CFChart dieing
 CFChart dieing
 CFChart dieing
 CFChart dieing
 cfformgroup visible=false with actionscript...
 CFFormItem type="html"
 CFMX 7: bug in Flash  ?
 chained transactions
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 Cold Fusion Gettin Hot?
 ColdFusion Studio: changing help files with vtm
 Convert JavaMail FILETIME=[80CFB6F0:01C51E5F]
 Delete all files in a folder
 Delete all files in a folder
 Error handling with a CFHTTP request
 Error handling with a CFHTTP request
 Error handling with a CFHTTP request
 Flash Forms examples?
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 Homesite 5.5 vs. Dual Monitors
 i can index 10 records but not 100...verity issues
 Need help with CFHTMLHEAD in CF 5.0
 Need help with CFHTMLHEAD in CF 5.0
 Need help with CFHTMLHEAD in CF 5.0
 Software caused connection abort: recv failed
 Software caused connection abort: recv failed
 Software caused connection abort: recv failed
 Updated tag/function insight for CFMX7?
 Updated tag/function insight for CFMX7?
 Updated tag/function insight for CFMX7?
 Upload file...in reverse
 Upload file...in reverse
 Upload file...in reverse
 Upload file...in reverse
 Verity and collectn.lck



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2005-02-28 Thread Jared Rypka-Hauer - CMG, LLC
OK, I just peeked into CF Admin, and it looks to me like you don't
need a username and password to satisfy Access, just to satisfy CF for
the sake of authentication.

I haven't used Access with CF since 1998, so I'm more than rusty.

Do you have a username and password configured in CF Administrator?

Which version of CF are you using?

Laterz,
J


On Mon, 28 Feb 2005 07:54:40 -0600, GM <[EMAIL PROTECTED]> wrote:
> Thanks J,
> I didnt have the username and password in the CFadministrator but I added
> them.
> I used Admin and the password and got an OK.
> I hit the verify connections button just to make sure and it was OK.
> Any other ideas?4
> 


-- 
Continuum Media Group LLC
Burnsville, MN 55337
http://www.web-relevant.com
http://cfobjective.neo.servequake.com

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196788
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2005-02-28 Thread GM
Thanks J,
I didnt have the username and password in the CFadministrator but I added 
them.
I used Admin and the password and got an OK.
I hit the verify connections button just to make sure and it was OK.
Any other ideas?



Subject: access w username and password..
From: "GM" <[EMAIL PROTECTED]>
Date: Sun, 27 Feb 2005 16:23:49 -0600
Thread: 
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=38661&forumid=4#196736

Does anyone know what the hell I'm doing wrong. Please help.
I have Access 2002 if that helps any.
Thanks in advance
  - Original Message - 
  From: GM
  To: cf-talk@houseoffusion.com
  Sent: Saturday, February 26, 2005 2:43 PM
  Subject: access w username and password..


  Okay, I have to be doing something wrong..
  I can't get the username and password to work with CF and Access.
  In Coldfusion (application.cfm) I have..
  
  
  In the functions I have..
   
  I get this error..
  SQLException occurred in JDBCPool while attempting to connect, please 
check your username, password, URL, and other connectivity info.

  If I remove the password from the DB and remove those from the function I 
dont get an error and the page loads fine.
  Maybe I'm setting the password wrong.. first off I dont see a username 
option..
  I go into access (exclusive mode) and then choose the Tools menu and then 
Security and then Set Database Password.
  I'm assuming that Admin is the username because when I go into User and 
Group Permissions I see "Current User: Admin".
  Can you help me out.. what am I doing wrong?
  Thanks!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196761
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-02-25 Thread Russ Unger
And this is the one it should be sending to.

Sorry for the pollution.

> Thread: 
> http://www.houseoffusion.com/cf_lists/index.cfm/method=message
s&threadid=38624&forumid=4#196481

Should be fixed now


> Hi,
>
> Today, I signed up for the hourly digest--I must say it's suiting my
> needs nicely.
>
> However, I noticed that I am receiving the hourly digest to this
> address, in addition to an address that no longer shows up in my
> settings, and WAS a previous email address for me, but has been
removed
> some time ago.
>
> Ummm...  Can this stop?
>
> Thanks!
>
>
>
> 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196483
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-02-25 Thread Russ
This is the account that it shouldn't be sending to...

FYI

> http://www.houseoffusion.com/cf_lists/index.cfm/method=message
s&threadid=38624&forumid=4#196481

Should be fixed now


> Hi,
>
> Today, I signed up for the hourly digest--I must say it's suiting my
> needs nicely.
>
> However, I noticed that I am receiving the hourly digest to this
> address, in addition to an address that no longer shows up in my
> settings, and WAS a previous email address for me, but has been
removed
> some time ago.
>
> Ummm...  Can this stop?
>
> Thanks!
>
>
>
> 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196482
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 6 hours

2005-02-24 Thread Bryon Kelly
Hi,

Thanks for your message. I will be away on vacation Feb 24th - Mar 4th.  I
will reply to your message on my return.

Have a great day!

Bryon 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196331
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every hour

2005-02-01 Thread Dave Watts
> I had not noticed the following line before.  They are 
> looking for the DLL owssver.dll in _vti_bin
> 
> Anyone know what owssver.dll does?

http://lists.jammed.com/incidents/2001/10/0124.html

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every hour

2005-02-01 Thread Paul Smith
Actually I posted the wrong IP.  Looking in the light of morning the 31,758 
lines of MS Office stuff started out like this:

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:26 -0800] 
"GET / HTTP/1.1" 302 167 
"http://www.google.com/search?hl=en&q=SMARTER+YELLOW+PAGES&btnG=Google+Search"; 
"Mozilla/4.0 (compatible; MSIE 6.0; MSNIA; Windows 98; Hotbar 4.1.2.0; .NET 
CLR 1.1.4322)"

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:27 -0800] 
"GET /index.cfm HTTP/1.1" 200 9434 
"http://www.google.com/search?hl=en&q=SMARTER+YELLOW+PAGES&btnG=Google+Search"; 
"Mozilla/4.0 (compatible; MSIE 6.0; MSNIA; Windows 98; Hotbar 4.1.2.0; .NET 
CLR 1.1.4322)"

I had not noticed the following line before.  They are looking for the DLL 
owssver.dll in _vti_bin

Anyone know what owssver.dll does?

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:27 -0800] 
"GET /_vti_bin/owssvr.dll?UL=1&ACT=4&BUILD=2614&STRMVER=4&CAPREQ=0 
HTTP/1.1" 302 233 "" "Mozilla/4.0 (compatible; MSIE 6.0; MSNIA; Windows 98; 
Hotbar 4.1.2.0; .NET CLR 1.1.4322)"

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:28 -0800] 
"GET /_vti_bin/index.cfm HTTP/1.1" 200 230 "" "Mozilla/4.0 (compatible; 
MSIE 6.0; MSNIA; Windows 98; Hotbar 4.1.2.0; .NET CLR 1.1.4322)"

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:28 -0800] 
"GET /MSOffice/cltreq.asp?UL=1&ACT=4&BUILD=2614&STRMVER=4&CAPREQ=0 
HTTP/1.1" 302 233 "" "Mozilla/4.0 (compatible; MSIE 6.0; MSNIA; Windows 98; 
Hotbar 4.1.2.0; .NET CLR 1.1.4322)"

207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:28 -0800] 
"GET /MSOffice/index.cfm HTTP/1.1" 302 233 "" "Mozilla/4.0 (compatible; 
MSIE 6.0; MSNIA; Windows 98; Hotbar 4.1.2.0; .NET CLR 1.1.4322)"

What the /MSOffice/index.cfm stuff does is to burn time until the browser 
figures out there is no such folder.  So 31,000 /MSOffice/index.cfm's 
appear to be acting like a DOS attack.  Fortunately it didn't work.

best,  paul

>Subject: Block a Spyder / DOS Attack?
>From: Adam Haskell <[EMAIL PROTECTED]>
>Date: Tue, 1 Feb 2005 09:26:55 -0500
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=37994&forumid=4#192542
>
>Quick google search turns up it is caused by MS office most lilely
>frontpage or someone using office to view part of the website, maybe
>excel files or word files??  No SQL injection more annoyance than
>anything else.
>
>
>Adam H
>
>
>On Mon, 31 Jan 2005 21:15:32 -0800, Paul Smith <[EMAIL PROTECTED]> 
>wrote:
> > This guy (64.242.88.50) is back again.  14,702 times and counting since
> > last midnight.  He apparently ignors robots.txt  I asked my ISP to block
> > him at the firewall early this morning, but he apparently did
> > not.  (Today's log file for this URL is 27MB and counting.)
> >
> > But another character started out:
> >
> > 208.27.31.145 www.smarteryellowpages.com - [31/Jan/2005:11:35:46 -0800]
> > "GET /MSOffice/cltreq.asp?UL=1&ACT=4&BUILD=5606&STRMVER=4&CAPREQ=0
> > HTTP/1.1" 302 233 "" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
> > .NET CLR 1.1.4322)"
> >
> > and then did
> >
> > 208.27.31.145 www.smarteryellowpages.com - [31/Jan/2005:11:35:47 -0800]
> > "GET /MSOffice/index.cfm HTTP/1.1" 302 233 "" "Mozilla/4.0 (compatible;
> > MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)"
> >
> > 31,758 times and counting.  The first 208.27.31.145 looks like an attempt
> > at SQL Injection.  Is it?  We don't run asp here (perhaps
> > fortunately).  The second looks something like a DOS attack.
> >


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192569
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 6 hours

2004-12-07 Thread Nate Nielsen
I was able to break the file manager.   :)

Try naming files with non standard ascii codes.  Ex : ANZ.xls.|.~�?╞τ.xls2

-Nate
[EMAIL PROTECTED]



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186578
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: [cf-talk] Digest Number 935

2004-10-20 Thread Karl
This should work for you too:


select TOP 1 reference, uniqueID, firstname, lastname
FROM employee
WHERE reference = 'cfcoder'
ORDER BY reference asc



At 05:46 AM 10/20/04, cf coder wrote:
> select distinct
>reference, uniqueID, firstname, lastname FROM employee WHERE reference =
>'cfcoder'
>ORDER BY reference asc
>


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=36

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182006
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 4 hours

2004-10-16 Thread Jeffry Houser
I can understand how accessibility to web services (or various 
alternates) could be important.

  But, wouldn't the output size of the movie be dependent upon the program 
creating it?  If so, are you saying that Laszlo creates flash movies 2x the 
size of Flash MX?  Or are you saying that Flash 5 created flash movies 2x 
the size of Flash MX?

  I wouldn't judge the size of Laszlo movies based on the size of movies 
created with the Flash 5 interface.  I don't know, since I haven't used 
Laszlo or Flex (or much of Flash either).

At 05:01 AM 10/16/2004, you wrote:
>Subject: Laszlo decision to open source pays a dividend
>From: "dave" <[EMAIL PROTECTED]>
>Date: Fri, 15 Oct 2004 23:17:15 -0400
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=36022&forumid=4#181671
>
>they will play in newer flash players but u dont have all the new goodies 
>too incorporate into it that were released post flash 5
>personally, i think some of the components in laszlo are nicer but 
>connecting to services not so pretty and thats a HUGE deal with RIA's. 
>Flex is just mind blowing easy to connect to a web service or data and i 
>mean easy (even i can do it). And building it with the flex builder makes 
>it basically childs play.
>The other big difference is the finally output size of the movie. There 
>are tools out there that were made just to take a swf and reduce its size 
>but the last versions of flash really compresses the heck outta it so a 
>movie in flash 5 is bout 2x the size of same movie in flash mx.

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: 
My Recording Studio: 
My Energetic Acoustic Rock Band: 
--
When did Reality Become TV
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CF-Talk: Digest every hour

2004-09-13 Thread Matthew Friedman
Could you please send me the migration document also. I have a client and am
in the same position.

Please send it off list to [EMAIL PROTECTED]

Thank you.

Matt

-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 7:01 AM
To: CF-Talk
Subject: CF-Talk: Digest every hour

CF-Talk  13-Sep-04 Issue:12714
In this issue:
 Preparing to upgrade from CF5 to CFMX6.1
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CF-Talk: Digest every 8 hours

2004-08-20 Thread rolando g
unsubscribe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CF-Talk: Digest every 4 hours

2004-08-16 Thread Jeffry Houser
Where is that article?

  If memory serves me... my publisher estimated the market of CF developers 
at about a half a million.  Whereas, Java and .NET are significantly higher.

At 05:01 AM 8/16/2004, you wrote:
>Subject: # of CF users
>From: Doug Hughes <[EMAIL PROTECTED]>
>Date: Sun, 15 Aug 2004 20:41:23 -0400
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=34595&forumid=4#174369
>
>I was talking with my wife about ColdFusion this weekend.  (She's a
>non programmer.)  I was trying to relate the number of programmers if
>CF to other languages.  She asked how many actual people program in
>these various languages and I realized I have no clue.
>
>So, I'm wondering if anyone out there knows how many people actually
>program ColdFusion?  How many installations of CF are there?  What do
>you think?  Why?
>
>As a note, my wife found an article saying there are about 300,000 CF
>programmers.  Does that seem high to anyone else?
>
>--
>Doug Hughes
>(Check out my Image Manipulation CFC at http://www.alagad.com)

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer

--
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: 
Recording Music: 
Original Energetic Acoustic Rock: 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CF-Talk: Digest every hour

2004-06-10 Thread Janine Jakim
Subject: activePDF
From: Phillip B <[EMAIL PROTECTED]>
Date: Thu, 10 Jun 2004 10:01:32 -0500
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=0&f
orumid=4#166130

Any one use this with CF and can answer a few questions for me?

Phillip B.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 4 hours

2004-05-31 Thread Jeffry Houser
I have to wonder what application you are creating that is so space 
conscious that you have to re-use identity values.

  That said, search your SQL Server documentation for SET IDENTITY_INSERT, 
which will allow you to insert values into an identity column.

  As an alternate, you may consiuder using all columns in the row to be 
your PK.  This is usually only done in intersection / linking tables, but 
can be done anywhere.  I may meet your need.

At 09:01 PM 5/31/2004, you wrote:
>Subject: creating reusable primary keys
>From: "Nick Cabell" <[EMAIL PROTECTED]>
>Date: Mon, 31 May 2004 16:53:18 -0700
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=32900&forumid=4#165087
>
>I guess this is more a DB question, but I'm thinking there is some
>wisdom on how to create PKs in CF that I don't have.
>
>I am being space conscious and have declared a PK for a table
>with a data type of TINYINT because I will never have more than
>255 records. My records don't have suitable unique values so I wanted to
>use the IDENTITY attribute in SQL Svr to automatically create the
>primary keys. Trouble is that once I delete one of the records,
>that PK value will never be used again.
>
>Is there a clever way in CF to create the PK yourself and be
>able to reuse the value when it is deleted.
>
>
>Nick Cabell
>451 Learning Systems
>(650) 823-1858

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer

--
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: 
Recording Music: 
Original Energetic Acoustic Rock: 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF-Talk: Digest every 4 hours

2004-05-30 Thread Paul Vernon
It looks like most people have covered the CF question but there is another
problem here aswell To address the page cannot be displayed problem so
you can see the error as CF intended, turn off friendly HTTP error pages in
IE Tools > Internet Options > Advanced

 
Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 4 hours

2004-05-30 Thread Jeffry Houser

    GetRandId(Parameterlist);
  

  Just like you would call any User Defined function inside a normal page.

At 09:01 AM 5/30/2004, you wrote:
>Subject: Confused about calling a function within a CFC
>From: "Michael Kear" <[EMAIL PROTECTED]>
>Date: Sun, 30 May 2004 18:29:31 +1000
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=32879&forumid=4#164961
>
>I'm a bit confused about how to call a function inside a CFC by anther
>function.
>
>
>
>I have a function called GETRANDID inside a cfc called utilities.cfc which
>creates a random id number.  It's access is 'Public" because I have to call
>it from several pages around the site.    Now I am building another function
>within the same CFC that does other jobs, but needs a RandomID.  I want to
>use the function GETRANDID to create the number, but how do I do it?   Every
>way I've tried gives me a very unhelpful "Page could not be displayed"
>error, which tells me I've got it wrong but not what the problem is.
>
>
>
>Can anyone tell me how, within a function called RENDERLINKS  I call the
>other function  called GETRANDID ?

>

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer

--
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: 
Recording Music: 
Original Energetic Acoustic Rock: 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every hour

2004-05-28 Thread vishnuprasad . r
Hi thomas the problem was solved

the problem is first we use odbc with  microsoft odb driver  then connect
,in this case we are not able to get the nextval for the sequence from the
cfquery   getting an error after 99 values

it gives error at row one

now we chnage the driver  to oracle driver it working now

anyhow thks for  the response

do u have msn so that i can add ur name and msg u if  i get any problem in
cfm

Thanks and Regards

W.R Vishnu Prasad
Sr Software Engineer
Mobile 98412 77001
4th Floor, KRM Centre
Ph: 52118090 - Extn: 415
No.2, Harrington Road, Chetpet, Chennai 600 031
www.scandentgroup.com

   
CF-Talk
<[EMAIL PROTECTED]   To: CF-Talk <[EMAIL PROTECTED]>
usion.com>  cc:
Subject: CF-Talk: Digest every hour
05/28/2004 03:31   
PM 
Please respond to  
cf-talk
   
   


CF-Talk  28-May-04 Issue:10737
In this issue:
 CFLOCK
 CFLOCK
 ColdFusion TechNote Notification: "ColdFusion MX: Monitoring HTTP and
SOAP traffic"
 _javascript_ validation
 sequence problem in Mx
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: [cf-talk] Digest Number 92

2004-05-11 Thread Karl Simanonok
The CFWDDX ACTION='' is enclosed within a CFTRY with some 
following code, capturing data passed to it in a FORM variable from another 
site.  The code following CFWDDX has to work if any data are captured, as 
it CFOUTPUTs over the CFWDDX output.  If there is a CFTRY failure the WDDX 
code passed to the page is captured to the database in the CFCATCH.  For 
debugging purposes I'm also presently capturing all good WDDX tests 
captured too.

The strange part is that I already did as you suggested, comparing failed 
WDDX with good WDDX to see what the difference might be, but the WDDX can 
be identical!

I cannot make it fail on demand.  It will just decide to fail one time and 
pass another.  In one case the code failed repeatedly as I reloaded the 
test page numerous times, and I went to bed but left the computer on.  In 
the morning I hit the refresh button and the code worked just as it should, 
capturing the exact same WDDX that had been passed to the browser and held 
in its form variable cache since the night before.  Flabbergasted, I 
compared the two sets of WDDX in the database and they were identical, 
character for character.  I even saved them to two text files and did a 
text comparison of the two and they tested identical that way.

I don't have direct access to one of the sites but I could arrange to have 
someone set up a ping-pong test page on it for me.  What do you have in 
mind, how would that help?

At 07:38 PM 5/9/04, you wrote:
>Message: 11
>    Date: Sun, 9 May 2004 15:43:26 -0700
>    From: [EMAIL PROTECTED]
>Subject: Re: WDDX on CF 5.0
>
>What error do you get?
>
>I did a lot of WDDX exchanges in 5.0 between remote hosts -- once I got
>the programs debugged there was no problem with WDDX.
>
>Can you make it fail?
>
>Could a timeout be the cause?
>
>Could you catch a unaccepted WDDX packet and save it to a text file
>where you could do a diff compare with a good packet.
>
>Do you have access to both sites so that you could write a program that
>ping-pongs a packet back and forth?
>
>Just some thoughts.
>
>Dick
>
>On May 9, 2004, at 2:42 PM, Karl Simanonok wrote:
>
> > I'm running CF 5.0 and using WDDX to get data back from another
> >  site.  What's weird is sometimes the WDDX code is accepted on my
> > server,
> >  sometimes it isn't and throws an error.  Exact same WDDX code is
> > returned
> >  in both cases.  Has anybody seen this happen before?  Any ideas about
> > what
> >  to do about it?  (Please don't tell me to upgrade to MX though, that
> > isn't
> >  going to happen).
> >
> >  Regards,
> >
> >  Karl S.
> >
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: [cf-talk] Digest Number 84

2004-05-07 Thread Karl Simanonok
This is a test.  For some reason I can get the CF-TALK emails but my emails 
never get through so I can't participate.  If this is the first one that 
does get through, my apologies to everyone, but I'm trying to find out 
where this message goes.

Karl S.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 4 hours

2004-04-22 Thread Jeffry Houser
I'll be controversial.  I use the variables scope in most cases.  The 
request scope is just for people who either don't understand parameter 
passing or don't like writing "stand-alone" re-usable modules.  :-)  I 
rarely use the request scope.

  The current project I am working on we made the decision to use the 
application scope.  This is because they are loading the configuration info 
from an XML document.  In that case, storing it in memory is better than 
re-loading a file on every page access.

>Subject: Application vs Request scope
>From: "Chris Alvarado" <[EMAIL PROTECTED]>
>Date: Thu, 22 Apr 2004 15:27:31 -0500
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=32091&forumid=4#161044
>
>Hello all,
>
>
>
>I've been doing CF development for quite some time and as such im fairly
>set on the way I do things. However I just had a debate with another
>developer regarding which scope was proper for setting application wide
>variable (such as DSN names, file paths etc) in regards to locking /
>efficiency etc.
>
>
>
>What is everyone's preference and why?
>
>
>
>I typically use the application scope with proper locking during
>declaration. . .
>
>
>
>Is that the "correct" way or is request scope the preferred method and
>why?
>
>

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer

--
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: 
Recording Music: 
Original Energetic Acoustic Rock: 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every hour

2004-04-20 Thread Cedric Villat
Chris,

I actually just finished doing something like this. It allows for different
divisions (age groups) and then teams in every division. You can create
divisions, teams, and then create games for those teams. You can re-schedule
games, have field information, etc. It will also calculate standings based
upon the results of the game you entered. There was also a bit more for this
site as they wanted it, but the game information could be taken out.

If you want a demo or have questions, email me offlist and I'll do my best.

Cedric

- Original Message - 
> Subject: Softball/Baseball db app? (Maybe OT)
> From: Chris Terrebonne <[EMAIL PROTECTED]>
> Date: Tue, 20 Apr 2004 12:24:50 -0400
> Thread:
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=32022&forumid=4#160623
>
> Hmmm... I guess the whole mess.  Calendar, win/loss, basic game stats,
roster, etc.  If I can find/create a simple interface, then some of the
other parents/volunteers can enter the stats info.
>
> Since I'm just throwing the idea around, I don't have a clue as to what
would be too much info.  Dunno.  Thoughts?
>
> Thanks,
> Chris
>
> >How much team information - the whole statsball mess or. ..
> >
> >Just about any CMS could display team information wins/losses next
practice.
> >
> >I'm certainly interested in what you find out and I might be interested
in
> >helping you write something for our firm intranet for our firm team.
> >
> >-Nate
> >
> >
> >-Original Message-
> >From: Chris Terrebonne [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, April 20, 2004 10:29 AM
> >To: CF-Talk
> >Subject: Softball/Baseball db app? (Maybe OT)
> >
> >
> >Morning Everyone,
> >
> >I was thinking of putting together a db app that tracks the team
information
> >and game schedule/results for my daughter's softball team.  Before I
started
> >hacking this out, I wanted to see if there was anything pre-rolled for
this
> >purpose.  Anyone done this before?
> >
> >Thanks in advance, and my apologies if this is OT.
> >
> >Chris
> >  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 6 hours

2003-11-07 Thread IBC Staff - Shane Kelly
Thanks for your email.

Shane is currently out of the office until the 23rd of November.
If your enquiry requires urgent attention, you may contact  [EMAIL PROTECTED]

Regards
IBC Postmaster
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 6 hours

2003-11-07 Thread IBC Staff - Shane Kelly
Thanks for your email.

Shane is currently out of the office until the 23rd of November.
If your enquiry requires urgent attention, you may contact  [EMAIL PROTECTED]

Regards
IBC Postmaster
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 6 hours

2003-10-15 Thread Kathy Wargo
Cookie Talk

If client cookies aren't permanent than why can I set the client cookies to 
no and no one except those who had previous rights can get into the 
restrictive sites.

Is there anyway of doing this with session variables?

There must be some kind of work around for this, any help most appreciative



Kathy Wargo
KMW ASSOCIATES
410-280-2763



>From: CF-Talk <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: CF-Talk: Digest every 6 hours
>Date: Wed, 15 Oct 2003 12:07:58 -0500
>
>CF-Talk  15-Oct-03 Issue:883
>In this issue:
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  "lite" source control for Homesite+ ?
>  6.0 & 6.1 on same machine?
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  CFFILE Question
>  cfstoredproc and cache
>  cfstoredproc and cache
>  cfstoredproc and cache
>  cfstoredproc and cache
>  Constrain on a blob
>  Constrain on a blob
>  Constrain on a clob
>  Cookie Help
>  Cookie Help
>  Disabling RDS and Flash Remoting
>  FTP - 550 Error
>  FTP - 550 Error
>  FTP - 550 Error
>  FW: Top n in Oracle
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  Giving up on DW 2004 MX
>  html emails with _javascript_ in outlook
>  html emails with _javascript_ in outlook
>  Incrementing counters in database
>  Incrementing counters in database
>  List slow?
>  List slow?
>  log4cf random failures
>  OT: FTP - 550 Error
>  Play with Sleepycat's Berkeley DB?
>  project/bug management system
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  Top n in Oracle
>  VdkCollectionSubmit
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF-Talk: Digest every hour

2003-10-01 Thread
What happens if two cities are equidistant to the same zip code?

i.e.

ZipCodes Table
ZipCodeLatitudeLongitudeCityID
9021050    80   NULL
 
Cities Table
CityIDLatitude   Longitude
9			51			81
10    49    79
11    35    53


Or perhaps the lat is right on but the two lon are different:

i.e.

ZipCodes Table
ZipCodeLatitudeLongitudeCityID
9021050    80   NULL
 
Cities Table
CityIDLatitude   Longitude
6			45			80
7			50			85
8			50			75
9			51			81
10    49    79
11    35    53


My point is there's a relevant piece of information that is missing from
this problem -

What does the lon/lat coordinate represent?  The center of a city?  The
right uppermost coordinate?  And how do you resolve descrepencies between
two zip codes that are equidistant to a particular coordinate?

Without knowing any more about the problem.  It seems to me that you can:

1. create a cursor that steps through the 900k records in the zip table
2. compare the current record to the cities tables using one of the
following (depending on the answers to the above):
	a. select min(lon) from cities where lon > zip.lon
	b. select min(lat) from cities where lat > zip.lat
	c. select max(lon) from cities where lon < zip.lon
	d. select max(lat) from cities where lat < zip.lat
3. then select * from cities where lon = ? and lat = ? (? parms filled from
step 2)

HTH


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF-Talk: Digest every 6 hours

2003-09-29 Thread David Hannum
Ryan,

I've been using Edgewebhosting for over 3 years now, and I've seen them grow
from an afterthough to a first class hosting operation.  Vlad Freeman, their
CEO, is a real straight shooter.  They interviewed him it this month's CFDJ.
I have nothing but praise for their operation.  You can find cheaper.  You
can't find better.

Dave Hannum

===
David R. Hannum
Web Analyst/Programmer
Ohio University Computer Services
Administrative Systems
(740) 597-2524


 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]



Re: CF-Talk: Digest every hour

2003-09-17 Thread Cedric Villat
Ryan,

Thanks, that makes sense now.

Cedric

> Subject: OT: Perl
> From: "Ryan Emerle" <[EMAIL PROTECTED]>
> Date: Wed, 17 Sep 2003 10:05:49 -0400
> Thread:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=27180&forumid=4#137291
>
> %children is an associative array (hash/struct) dereferenced using the
syntax $children{key}.
>
> %line is also an associative array.
>
> $children{key}'s value is an array.
>
> In CF, %children is a struct that contains arrays for the value at each
key.
>
> That is,
> 
> 
>
> HTH
> Ryan
>
> -Original Message-
> From: Cedric Villat [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 16, 2003 11:46 PM
> To: CF-Talk
> Subject: OT: Perl
>
>
> Ok, sort of off topic, but I'm trying to convert a perl program to CF. I'm
> stuck on a line and have no idea what it's equivalent is in CF. The line
is:
>
> push @{ $children{$line{"p1"}}}, shortname($line{"node"});
>
> I assume $children is an array, and $line is a single line of an input
file.
> What exactly does the $children{$line{"p1"}} mean? How are they indexing
an
> array based on a string? Any ideas?
>
> Cedric
>
>
>


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137324
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: CF-Talk: Digest every hour

2003-09-08 Thread Matt Liotta
>> With CFMX, Couldn't you also call the .NET-based object as a web 
>> service?
>> Consume the object, then move on?
>
> Only if it's a webservice you're trying to use :-)
>
You could certainly create a web service wrapper for a .NET object and 
integrate with it that way. However, the overhead of such an 
integration would be quite high.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.MontaraSoftware.com
(888) 408-0900 x901


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: CF-Talk: Digest every hour

2003-09-08 Thread Thomas Chiverton
On Monday 08 Sep 2003 16:25 pm, Suyer, Ed [PRD Non-J&J] wrote:
> With CFMX, Couldn't you also call the .NET-based object as a web service?
> Consume the object, then move on?

Only if it's a webservice you're trying to use :-)

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


RE: CF-Talk: Digest every hour

2003-09-08 Thread
With CFMX, Couldn't you also call the .NET-based object as a web service?
Consume the object, then move on?

Just asking  I don't know the answer.


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: CF-Talk: Digest every hour

2003-08-28 Thread Michael C.Grove
PROBLEM SOLVED
The code supplied...

SELECT ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate,
MAX(DISTINCT ab.Bid_Amount) AS HighBid
FROM Auction_Items ai, Auction_Bids ab 
WHERE ai.Status = 'ACTIVE' 
AND ai.date_EndDate < #createODBCDate(now())# 
AND ai.Product_ID = ab.Product_ID 
AND ai.Reserve_Price <= ab.Bid_Amount 
GROUP BY ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate

Still had the same error (MISSING OPERATOR), but by removing "DISTINCT"
it worked correctly. Thank You very much for all of your help.

-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 28, 2003 3:01 AM
To: CF-Talk
Subject: CF-Talk: Digest every hour

CF-Talk  28-Aug-03 Issue:6111
In this issue:
 SQL Query Aggregate function problem wile trying to pull data from
two tables.


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: CF-Talk: Digest every 6 hours

2003-08-14 Thread Robby L.
I'm on digest mode so I might be behind in replying, but I hope I can help 
on the mach-ii install issues

You're not tied at all when it comes to the placement of files. Though when 
you first open the box it might not appear so, . everything out of the 
framework is configureable.

If you're wanting the quickest install, . the one hal has done is by far the 
easiest.
webroot\
--machii
--contactmanager
--shoppingcart
--roulette

It doesn't require any changes.
If you're wanting the framework itself (excluding the demo apps) outside of 
the webroot, or nested within another directory a machii mapping is all that 
it needs to function.

if you want all of the demo applications and machii under one "testsite"

wwwroot (or whatever root your using)\
--testsite
-machii
-contactmanager
-roullette
-shoppingcart

then you'll have to configure the xml file for *each* demoapplication.

To change your directory notation in the xmlfile.
 will become


and all 'types' (listners event-filter) eg. 
ContactManager.model.ContactManager will become
testsite.ContactManager.model.ContactManager

Note : testsite can represent more than one directory. If you have
testsite\
--examplecode\
-contactmanager
then the type would be 
testsite.examplecode.ContactManager.model.ContactManager and the application 
root would be
 since it's 
directory is two levels down.

Both of the above require a mapping to the machii folder. Keep in mind if 
you've already tried to run the application you'll have to go to the 
mach-ii.cfm and change the MACHII_CONFIG_MODE to 1 to force a reload. Also, 
if you're getting an error on reading the xml file. the mach-ii.cfm page is 
where to look, just set the expandpath() to the actual location of that 
config file. (each demo has it's own config file in the config directory.)

Since directory notation is hardcoded in the model of the demo 
applications,. there will probably need to be a change to set the path of 
the component (find and replace the dir seems the easiest way around it)

Or you can just create a  mapping to shoppingcart, contactmanager, roullete.


again, Hals is defiently easier, but there isn't any true limitation on 
where you're putting the files

Hope that helps
Robby







>-Original Message-
>From: Tony Weeg [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 13, 2003 1:54 PM
>To: CF-Talk
>Subject: RE: Mach II 1.0 released
>
>
>and not too much to help out there is there?
>
>tony weeg
>uncertified advanced cold fusion developer
>tony at navtrak dot net
>www.navtrak.net
>office 410.548.2337
>fax 410.860.2337
>
>
>-Original Message-
>From: Mike Kear [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 13, 2003 1:48 PM
>To: CF-Talk
>Subject: RE: Mach II 1.0 released
>
>
>I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
>and
>extract it to c:\inetpub\wwwroot.   It happily installed all the files
>into
>folders under c:\inetput\wwwroot\machii.
>
>Dave Carabetta said I also had to unpack the contactmanager app, but
>there is already a contactmanager folder under the Machii folder.  Is
>this not the
>sample app?
>
>After I unzipped the machii file, I navigated to http://localhost/machii
>and
>that's where I got the error message.   When I went to
>http://localhost/machii/contactmanager  I got another message saying
>something couldn't be found.
>
>I have to say that just looking at all these files doesn't help much.
>There are now 56 files under the /machii folder, and while I haven't
>actually looked at all of them, none I've found seem to do anything
>themselves, they
>all seem to call something else.   I can't see where any data is being
>stored, and what all these files do is not at all obvious to me.
>
>I guess this machii thing is going to be beyond me until I can win lotto
>and afford to travel to a training session in the USA.
>
>It's certainly not like fusebox, where the functionality of everything
>is pretty obvious and it's easy to follow what's doing what even for
>non-fusebox people.
>
>
>
>Cheers,
>Michael Kear
>Windsor, NSW, Australia
>AFP Webworks.
>
>
>
>
>-Original Message-
>From: Tony Weeg [mailto:[EMAIL PROTECTED]
>Sent: Thursday, 14 August 2003 3:20 AM
>To: CF-Talk
>Subject: RE: Mach II 1.0 released
>
>I don't have a mapping in my cfadministrator?
>
>what am I missing? is there some sort of install this this way freakin
>doc somewhere?
>
>tony weeg
>uncertified advanced cold fusion developer
>tony at navtrak dot net
>www.navtrak.net
>office 410.548.2337
>fax 410.860.2337
>
>

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.c

RE: CF-Talk: Digest every hour

2003-08-01 Thread
Thanks!  This helps.  

RE:

  

  

  
.

There appears to be one other exception. I also have to account for the
fields that exist on the current form.  In otherwords, If I start on step 1,
got to step 3, then come back to step 1, fieldnames =  & .  So when looping through, I'll need to
maintain a list of the fields on the current form.  Otherwise I'd get
duplicate form fields.

I wonder if it's possible to do the entire thing in a JS + CF combination at
the end of the form and dynically create hidden form fields?  This would
eliminate any need to hard code the names of the fields on the current form.


RE: I'd skip the hidden form fields, and after each step store the data in a
struct in the session scope.

So would an input field look like so  ?

Or is there some sort of mapping that goes on?

It seems with this approach, you'd still need to know up front all the
fields on the form to initialize the struct.  Or am I missing something?



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every 8 hours

2003-06-27 Thread Horne, Jeff
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 8:03 AM
To: CF-Talk
Subject: CF-Talk: Digest every 8 hours


CF-Talk  27-Jun-03 Issue:377
In this issue:
 Browser resize looses attributes scope
 Browser resize looses attributes scope
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar App
 Calendar/Exchange Server
 CF Email Parsing Tag/Function
 CF Email Parsing Tag/Function
 CFC performance difficulties
 CFC performance difficulties
 CFC performance difficulties
 CFC performance difficulties
 CFC performance difficulties
 CFM Shopping Cart System
 CFMX Running on FreeBSD 5.1-RELEASE
 Creating a CF Data Source with CF Code - Possible?
 Creating a CF Data Source with CF Code - Possible?
 CSV Question
 CSV Question
 CSV Question
 CSV Question
 Hardware Disable Right-Click
 Hardware Disable Right-Click
 Hardware Disable Right-Click
 Homesite + question
 Homesite + question
 Homesite + question
 Homesite + question
 Homesite + question
 Homesite + question
 Homesite + question
 Homesite + question
 how to get the tablenames in a database 
 how to get the tablenames in a database 
 how to get the tablenames in a database 
 how to get the tablenames in a database 
 how to get the tablenames in a database
 how to get the tablenames in a database
 How to stop DW from chocking on FB index file
 How to stop DW from chocking on FB index file
 How to stop DW from chocking on FB index file
 Image Editor
 Image Editor
 java.lang.IndexOutOfBoundsException
 java.lang.IndexOutOfBoundsException
 OT: email "bouncing" problems
 OT: email "bouncing" problems
 Self-Contained templates?  WAS: The Verbosity of CFOUTPUT
 Self-Contained templates?  WAS: The Verbosity of CFOUTPUT
 Self-Contained templates?  WAS: The Verbosity of CFOUTPUT
 SOT: Canberra (Australia) CF/MM User group
 The Verbosity of CFOUTPUT
 The Verbosity of CFOUTPUT
 treating queries as structures/array
 treating queries as structures/array
 treating queries as structures/array
 treating queries as structures/array
 treating queries as structures/array
 treating queries as structures/array
 UDF for XML
 What calendar features do people want WAS -> Calendar App


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every hour

2003-06-18 Thread
Darn it, wish I found this two days ago!  I'm always searching cflib ...

Calvin, if you're still interested in the CFC, go ahead and e-mail me, but
it's pretty close to what Raymond wrote.  His actually has options I didn't
consider or need at the time so ...

Btw, I use flash trees and remoting on the front end of mine which is why I
put it into a CFC ...


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every 6 hours

2003-06-15 Thread Damon Cooper
Thanks for the feedback guys.  I agree this should be simple, easy and automatic for 
CF customers.

Fixed.


---
On Friday, Jun 13, 2003, at 13:08 US/Pacific, Dave Carabetta wrote:

> I have installed CFMX for J2EE for JRun many times using "cfusion" as 
> my
> context root. However, now I need to do some installations with no 
> context
> root ("/") and I can't get MX to successfully start up for the life of

> me.
>
> I have successfully run the installer using the EAR option, and 
> exploded the
> EAR to view the application.xml file to confirm that the context-root 
> node
> said "/". I then went and deleted the default-ear directory from under

> my
> server instance to eliminate the potential context root clash betwen 
> the
> default application and CFMX. This leaves only the SERVER-INF 
> directory. I
> then copy the cfusion.war file into my server root directory (i.e.,
> /opt/jrun4/servers/mysite) and explode the archive. That process seems

> to go
> without a problem (although I have a stange feeling that might be 
> where my
> problem is). I also see that I don't need to explode the rds.war file
> because I'm not using a context root.
>
> I then follow the Updater 3 Release Notes to get MX in synch with JRun

> and
> then try and start the server. But I constantly get the following 
> startup
> errors:
>
> 06/13 16:01:26 info JRun Naming Service listening on *:2911
> 06/13 16:01:27 info No JDBC data sources have been configured for this
> server (see jrun-resources.xml)
> 06/13 16:01:27 info JRun Web Server listening on *:8500
> 06/13 16:01:27 warning Deployer Service failed to deploy
> file:/opt/jrun4/servers/mysite/META-INF/
> * Unrecognized deployment: 
> file:/opt/jrun4/servers/reisse/META-INF/
> 06/13 16:01:27 warning Deployer Service failed to deploy
> file:/opt/jrun4/servers/mysite/WEB-INF/
> * Unrecognized deployment: 
> file:/opt/jrun4/servers/reisse/WEB-INF/
> 06/13 16:01:27 warning Deployer Service failed to deploy
> file:/opt/jrun4/servers/mysite/CFIDE/
> * Unrecognized deployment: 
> file:/opt/jrun4/servers/reisse/CFIDE/
> 06/13 16:01:27 info Deploying enterprise application "JRun 4.0 
> Internal J2EE
> Components" from: file:/opt/jrun4/lib/jrun-comp.ear
> 06/13 16:01:27 info Deploying EJB "JRunSQLInvoker" from:
> file:/opt/jrun4/lib/jrun-comp.ear
> 06/13 16:01:28 info Deploying enterprise application "Flash Remoting 
> EAR"
> from: file:/opt/jrun4/lib/flashgateway.ear
> 06/13 16:01:28 info Deploying web application "Flash Remoting" from:
> file:/opt/jrun4/lib/flashgateway.ear
> 06/13 16:01:28 user JSPServlet: init
> 06/13 16:01:28 user FlashGatewayServlet: init
> Server mysite ready (startup time: 6 seconds)
>
> What am I missing? Does anybody have a good instruction set to get MX
> (preferably on JRun) running with no context root? As I said, I've
> successfully installed using "cfusion" as a context root dozens of 
> times,
> but "/" is stumping me.
>
> As a test, I created a sub-directory called cfusion and exploded the 
> archive
> there and everything worked fine. But the whole point is to not have 
> to type
> /cfusion in my URLs.
>
> Thanks in advance,
> Dave.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 2 hours

2003-06-06 Thread Cedric Villat
Eric,

We have developed a ticket application called CFTicket. You can find out
more about it at http://www.cornfeed.com. There is a fully functional demo
on our website for you to play with. Let me know if you have any questions.

Cedric Villat
Lead Designer
http://www.Cornfeed.Com
Creators of CFTicket - A multipurpose Email Management and Trouble Ticket
application.

- Original Message - 
Subject: Ticketing Application
From: <[EMAIL PROTECTED]>
Date: Mon, 28 Apr 2003 20:45:50 -0500
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=23474&forumid=4#117973

Does anyone know as I have not seen in some cursory searches if this beast
exists (before we decide to recreate it)??

A local theatre wants to move to a cold fusion based ticketing application
that customers can purchase and reserve tickets via the website...

Thanks!

Regards,

Eric J. Hoffman
DataStream Connexion
www.datastreamconnexion.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 2 hours

2003-06-06 Thread Jerry Johnson
Cedric,

You triggered my gorge response. These are entirely the most annoying emails on any of 
the HOF lists.

Do you ever read the emails you respond to?

Every time someone is looking for a point-of-sale admission ticket purchasing ssytem, 
you suggest they buy your Trouble Ticket system.

Your product has nothing to offer Eric, so why do you suggest his using it? 

Is this just a carefully disguised SPAM? 
Do you consider this good advertising?

Why, for the love of all that is good and holy?

Jerry Johnson

>>> [EMAIL PROTECTED] 04/29/03 01:03AM >>>
Eric,

We have developed a ticket application called CFTicket. You can find out
more about it at http://www.cornfeed.com. There is a fully functional demo
on our website for you to play with. Let me know if you have any questions.

Cedric Villat
Lead Designer
http://www.Cornfeed.Com 
Creators of CFTicket - A multipurpose Email Management and Trouble Ticket
application.

- Original Message - 
Subject: Ticketing Application
From: <[EMAIL PROTECTED]>
Date: Mon, 28 Apr 2003 20:45:50 -0500
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=23474&forumid=4#117973
 

Does anyone know as I have not seen in some cursory searches if this beast
exists (before we decide to recreate it)??

A local theatre wants to move to a cold fusion based ticketing application
that customers can purchase and reserve tickets via the website...

Thanks!

Regards,

Eric J. Hoffman
DataStream Connexion
www.datastreamconnexion.com 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours

2003-03-25 Thread David Hannum
I know this is a little late since I'm working from the digest, but we've
run CF 5 with Oracle for some time now.  CF 5 runs great with any version of
Oracle, but drivers can be an issue depending on what platform your Oracle
runs on.  For example, We run CF 5 on Win2K and Oracle 8i on IBM and on
Solaris.  We've had great luck with the Oracle 9i client drivers in this
situation.  We have issues with the Native drivers, that being numeric and
date fields returning unreadable characters in the output of "select"
queries.  We have to "TO_CHAR" those fields to output them.  We run with the
9i client installed on our CF server and the ODBC drivers work great.

Hope this helps some,
Dave


Subject: CF 5 Oracle Best Pactices
From: "Robert Shaw" <[EMAIL PROTECTED]>
Date: Mon, 24 Mar 2003 16:25:39 -0500
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=226
28&forumid=4#114097

I'm about to configure a CF 5 machine and was wondering if anyone knows the
best version of Oracle to use with CF 5 - 8.0 vs 8.1.6 or 7 and if I should
use native or ODBC. Any insight into best practices or experiences is
appreciated - TIA!

Rob







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every 6 hours

2003-03-09 Thread Ben Arledge
Hi John,

I'm near the pacific northwest. I am interested in some telecommuting
work, please let me know what you need.

Thanks,

Ben Arledge
www.arledge.net


-Original Message-
From: John Coelho [mailto:[EMAIL PROTECTED] 
Sent: March 9, 2003 11:17 PM
To: CF-Talk
Subject: RE: CF-Talk: Digest every 6 hours


I am looking for Cold Fusion developers in the Pacific Northwest for
several contract assignments?? Please e-mail me for details.

John Coelho

Vice President of Operations.

Apposite Solutions Group, Inc.

 

4800 SW Meadows Rd. Suite 300

Lake Oswego, OR USA 97035

503-228-3883  1-866-APPOSITE

503-212-0212 Fax

 

16-6 Fl, Far East World Trade Center, 79, Sec 1, Hsin Tai 5 Rd.

 Hsi Chih City, Taipei Hsien

 Taiwan, R.O.C. 221

 (tel)  886-2-2698-3836

 (fax) 886-2-2698-3838

 [EMAIL PROTECTED]

 www.appositesolutions.com

 

 


-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 08, 2003 3:02 AM
To: CF-Talk
Subject: CF-Talk: Digest every 6 hours

CF-Talk  08-Mar-03 Issue:264
In this issue:
 ...and here's another RIA rant.
 CF Conference news
 cf_hacker
 Day 3 Opera works! Re: The New Macromedia Website
 Day 3 Opera works! Re: The New Macromedia Website
 DHTML/Javascript question
 DHTML/Javascript question
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem Wont ANYONE help? 
 Linkpoint
 Linkpoint
 OpenForums coders
 OT: DHTML/Javascript question
 PDF creation
 PDF creation
 PDF creation
 PDF creation
 Public Bug Base?  was (RE: The New Macromedia Website(ODBC))
 Sessions and CFMX still
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 wait for cfexecute
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 XML settings files for CF apps



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every 6 hours

2003-03-09 Thread John Coelho
I am looking for Cold Fusion developers in the Pacific Northwest for several
contract assignments?? Please e-mail me for details.

John Coelho

Vice President of Operations.

Apposite Solutions Group, Inc.

 

4800 SW Meadows Rd. Suite 300

Lake Oswego, OR USA 97035

503-228-3883  1-866-APPOSITE

503-212-0212 Fax

 

16-6 Fl, Far East World Trade Center, 79, Sec 1, Hsin Tai 5 Rd.

 Hsi Chih City, Taipei Hsien

 Taiwan, R.O.C. 221

 (tel)  886-2-2698-3836

 (fax) 886-2-2698-3838

 [EMAIL PROTECTED]

 www.appositesolutions.com

 

 


-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 08, 2003 3:02 AM
To: CF-Talk
Subject: CF-Talk: Digest every 6 hours

CF-Talk  08-Mar-03 Issue:264
In this issue:
 ...and here's another RIA rant.
 CF Conference news
 cf_hacker
 Day 3 Opera works! Re: The New Macromedia Website
 Day 3 Opera works! Re: The New Macromedia Website
 DHTML/Javascript question
 DHTML/Javascript question
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem with MX - HELP!!
 Installation problem Wont ANYONE help? 
 Linkpoint
 Linkpoint
 OpenForums coders
 OT: DHTML/Javascript question
 PDF creation
 PDF creation
 PDF creation
 PDF creation
 Public Bug Base?  was (RE: The New Macromedia Website(ODBC))
 Sessions and CFMX still
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Still can't connect to IIs  anyone know why?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 Subject: MM will OWN my Devex Submissions?
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 The New Macromedia Website(ODBC)
 wait for cfexecute
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 WOT OS X CLI Set Display Resolution 
 XML settings files for CF apps


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours

2003-02-24 Thread Robby L.
Sorry about the late reply, thanks Stephen, worked like a charm.
Peter, you requested the correct code when it was found . it's below :o).

One more question regarding xml /cfmx, is I may..

I have the following loop..



for (i=1; i lte arraylen(count_dropdowns_t); i=i+1) {
//count_dropdowns_t is the parent's xmlchildren array
thisElement2 = StructNew();
thisElement2 = count_dropdowns_t[i];
//
if (thisElement2.xmlattributes["name"] is "#ivan#"){
//

 trythis = XmlElemNew(mydrop,"drop_item");
 structinsert(trythis,"xmltext","new model");
 arrayappend(thiselement2,trythis);
 }

}


I'm trying to add an element where the attributes.name is #ivan#
Following the references I've seen, (docs, nate's xml/xslt pdf, this looks 
right.. But it keeps comming back as "trythis" is undefined.. is there a 
syntax error I'm missing or something? (the error line is on the 
structinsert()line, ) My looking at the example in the pdf, mine is 
essentially the same abiet it's not in cfset tags

Shed any light?
Robby


 trythis= XmlElemNew(mydrop,"drop_item");
 structinsert(trythis,"xmltext","new model");
 arrayappend(thiselement2,trythis);*/
 }

}

Subject: xml woes
From: "Stephen Moretti" Date: Mon, 17 Feb 2003 11:55:10 -
Robby,

I suspect this is probably a typo, but the closing tag of your xml packet
isn't a closing tag.

>Both of which bail.. the first one bails without an actual error,
>. just the araydeleteat() being the line it error'd at.
>But when I looked in to the logs,
>It says java.lang.IndexOutOfBoundsException and searching google only gave
>two results,
>. both of which have no bearing on the situation at hand.
>

Basically, this means that CF is trying to access a element in an array,
past the end of the array.  eg.  there are 2 elements in the array and you
are trying to access the third element.
Looking at your code.  The reason for this is that you are using the "yes"
variable to store an array in both your outer "i" loop and your inner "j"
loop.  You need to use different variables for each loop, otherwise you'll
be overwriting your outer array everytime you go around your inner array.

Also, I suspect that you are trying to delete the wrong bit of your array.
You need to be

Try this : (I warn you there maybe errors.  I typed this from your code and
off the top of my head without testing it)


// Loop over the children of c_dropx eg.  and 
for (i=1; i lte arraylen(c_dropx); i=i+1) {
// bung the structure for the current element into a new variable for ease
thisElement = StructNew();
thisElement = c_dropx[i];
// Check the attributes of thisElement to see it is abba.
if (thisElement.xmlattributes["name"] is "abba")
//  Loop over the children for thisElement, which would be the same as
looping over the  elements
 for (j=1;j lte arraylen(thisElement.xmlChildren); j=j+1) {
// Store the current child structure in a variable thisChild for
ease
thisChild = StructNew();
thisChild = thisElement.xmlchildren[j];
if (thisChild.xmltext is "a") {
   WriteOutput(j&" - "&thisChild.xmltext&"");
arraydeleteat(thisElement.xmlchildren, j);
   }
  }
}



>The element at position 5 of dimension 1, of array variable "TT," cannot
be
>found is the one on the second try,  and with it, the array itself is
cfdumped, and
>there is 5 elements in the array, I've read the docs
>I've double checked what I know how. What the hell am I doing wrong?

To be honest, I'm not sure what's up with your second bit of code.   I
really need to play with xml in CFMX some more, but here's the cfscript
version of your code.  I suspect, that you have the same problem here as you
do above, where you are trying to delete the array from the wrong place in
the data structure.


for (i=1;i lte arraylen(tt); i=i+1) {
   if (tt[i].xmltext is "a") {
  arraydeleteat(tt, i);
   }
}


Hope some of this helps some how.

Regards

Stephen




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours (Out of the office)

2003-01-19 Thread Ron Zappulla
I will be on vacation until Monday  Jan. 27th. 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CF-Talk: Digest every 6 hours (Out of the office)

2003-01-18 Thread Ron Zappulla
I will be on vacation until Monday  Jan. 27th. 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Type 4 vs Type 2 DB2 drivers (was: Re: CF-Talk: Digest every 6 ho urs)

2003-01-10 Thread Dave Watts
> The better performance of Type 4 drivers is mainly when 
> compared to using a Type 1 driver. I can imagine Type 2 
> being faster as Type 4 because you can implement certain 
> features, such as a connection pool, on a lower layer 
> so if you have both CF MX and BlueDragon running on one 
> system they can share a connection pool. But unless you 
> are moving massive amounts of data around, the difference 
> in processing speed of normal queries should be marginal. 
> If you have a query taking 100 ms, of which 80 ms in the 
> database and 20 ms in the JDBC layer, a 50% faster JDBC 
> layer will only result in a 10% faster query.

For most deployments I've seen, this wouldn't be an issue, since you
wouldn't be running multiple app servers on a single machine. I'd be happy
to shave 10 ms off of every query running on a production server, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Type 4 vs Type 2 DB2 drivers (was: Re: CF-Talk: Digest every 6 ho urs)

2003-01-10 Thread Jochem van Dieten
Dave Watts wrote:
> 
> That's very interesting. In general, most of the things I'd heard in the
> past with regard to other databases recommended the use of Type 4 drivers
> because they'd provide better performance by not having to talk to a
> middleware layer. I'd assume that the IBM folks know best when it comes to
> DB2, though.

The better performance of Type 4 drivers is mainly when compared to 
using a Type 1 driver.
I can imagine Type 2 being faster as Type 4 because you can implement 
certain features, such as a connection pool, on a lower layer so if you 
have both CF MX and BlueDragon running on one system they can share a 
connection pool. But unless you are moving massive amounts of data 
around, the difference in processing speed of normal queries should be 
marginal. If you have a query taking 100 ms, of which 80 ms in the 
database and 20 ms in the JDBC layer, a 50% faster JDBC layer will only 
result in a 10% faster query.

The reason for the popularity of Type 4 drivers is that they are 
portable. They only depend on the presence of a JRE, which is pretty 
much guaranteed when working with Java. A Type 2 driver is written in a 
combination of Java and C, so you just have to be lucky there is one 
available for you when running Mac OS or some other less common platform.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Type 4 vs Type 2 DB2 drivers (was: Re: CF-Talk: Digest every 6 ho urs)

2003-01-10 Thread Dave Watts
> > I don't have anything helpful to offer, so pardon me 
> > in advance for asking, but why would you want to use 
> > a Type 2 driver if you have a working Type 4 driver?
> 
> And I'm certainly no expert in this area, but here is how 
> it was explained to me by one of our DB2 people:
> 
> JDBC Type 2 drivers are a combination of Java code and 
> native code and therefore are more efficient and provide 
> top performance. JDBC Type 4 drivers are pure Java and 
> allow direct connection to the database (presumably without 
> having to have DB2 Connect installed) but are not as efficient. 
> This position is pretty much supported by this article: 
> 
> http://www7b.software.ibm.com/dmdd/library/techarticle/0203zik
> opoulos/0203zikopoulos.html

That's very interesting. In general, most of the things I'd heard in the
past with regard to other databases recommended the use of Type 4 drivers
because they'd provide better performance by not having to talk to a
middleware layer. I'd assume that the IBM folks know best when it comes to
DB2, though.

Has anyone heard similar things with regard to other database platforms? I'd
be very interested in hearing more on this topic.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF-Talk: Digest every 6 hours

2003-01-10 Thread Earl, George
Hi Dave,

> I don't have anything helpful to offer, so pardon me in 
> advance for asking,
> but why would you want to use a Type 2 driver if you have a 
> working Type 4 driver?
> 
> Dave Watts, CTO, Fig Leaf Software

And I'm certainly no expert in this area, but here is how it was explained
to me by one of our DB2 people:

JDBC Type 2 drivers are a combination of Java code and native code and
therefore are more efficient and provide top performance. JDBC Type 4
drivers are pure Java and allow direct connection to the database
(presumably without having to have DB2 Connect installed) but are not as
efficient. This position is pretty much supported by this article: 

http://www7b.software.ibm.com/dmdd/library/techarticle/0203zikopoulos/0203zi
kopoulos.html

George
[EMAIL PROTECTED]
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF-Talk: Digest every 6 hours

2003-01-07 Thread Everett, Al
Specifically: http://bb4.com/

> -Original Message-
> From: Everett, Al [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 10:19 AM
> To: CF-Talk
> Subject: RE: CF-Talk: Digest every 6 hours
> 
> 
> Don't be afraid. It came up as the first (non-sponsored) item 
> on my search.
> 
> > -Original Message-
> > From: Todd Rafferty [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 07, 2003 10:15 AM
> > To: CF-Talk
> > Subject: Re: CF-Talk: Digest every 6 hours
> > 
> > 
> > Ugh, I'd hate to have to search google for the term "Big Brother"
> > 
> > ~Todd
> > 
> > At 08:12 AM 1/7/2003 -0700, you wrote:
> > >It's sort of a cheesy workaround, but I have used a 
> "server-checker"
> > >application to perform the same type of function as CFSCHEDULE on a
> > >server where I didn't have access to the admin.  These 
> > programs usually
> > >will call a certain URL on a set schedule (usually to make 
> sure that
> > >it's available).  If you're on a Mac, the best one I've 
> > found is called
> > >"Whistle Blower" (check http://www.versiontracker.com/ for 
> the latest
> > >version).
> > >
> > >My Windows/Linux brethren swear by one called "Big 
> Brother".  I don't
> > >have a URL for it though, I'm sure you can find it on Google.
> > >
> > >Jon
> > 
> > 
> > 
> > --
> > Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
> > Team Macromedia Volunteer for ColdFusion
> > http://www.macromedia.com/support/forums/team_macromedia/
> > http://www.devmx.com/
> > 
> > --
> > 
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CF-Talk: Digest every 6 hours

2003-01-07 Thread Everett, Al
Don't be afraid. It came up as the first (non-sponsored) item on my search.

> -Original Message-
> From: Todd Rafferty [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 07, 2003 10:15 AM
> To: CF-Talk
> Subject: Re: CF-Talk: Digest every 6 hours
> 
> 
> Ugh, I'd hate to have to search google for the term "Big Brother"
> 
> ~Todd
> 
> At 08:12 AM 1/7/2003 -0700, you wrote:
> >It's sort of a cheesy workaround, but I have used a "server-checker"
> >application to perform the same type of function as CFSCHEDULE on a
> >server where I didn't have access to the admin.  These 
> programs usually
> >will call a certain URL on a set schedule (usually to make sure that
> >it's available).  If you're on a Mac, the best one I've 
> found is called
> >"Whistle Blower" (check http://www.versiontracker.com/ for the latest
> >version).
> >
> >My Windows/Linux brethren swear by one called "Big Brother".  I don't
> >have a URL for it though, I'm sure you can find it on Google.
> >
> >Jon
> 
> 
> 
> --
> Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
> Team Macromedia Volunteer for ColdFusion
> http://www.macromedia.com/support/forums/team_macromedia/
> http://www.devmx.com/
> 
> --
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours

2003-01-07 Thread Todd Rafferty
Ugh, I'd hate to have to search google for the term "Big Brother"

~Todd

At 08:12 AM 1/7/2003 -0700, you wrote:
>It's sort of a cheesy workaround, but I have used a "server-checker"
>application to perform the same type of function as CFSCHEDULE on a
>server where I didn't have access to the admin.  These programs usually
>will call a certain URL on a set schedule (usually to make sure that
>it's available).  If you're on a Mac, the best one I've found is called
>"Whistle Blower" (check http://www.versiontracker.com/ for the latest
>version).
>
>My Windows/Linux brethren swear by one called "Big Brother".  I don't
>have a URL for it though, I'm sure you can find it on Google.
>
>Jon



--
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/
http://www.devmx.com/

--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours

2003-01-07 Thread Jonathan Lane
It's sort of a cheesy workaround, but I have used a "server-checker"  
application to perform the same type of function as CFSCHEDULE on a  
server where I didn't have access to the admin.  These programs usually  
will call a certain URL on a set schedule (usually to make sure that  
it's available).  If you're on a Mac, the best one I've found is called  
"Whistle Blower" (check http://www.versiontracker.com/ for the latest  
version).

My Windows/Linux brethren swear by one called "Big Brother".  I don't  
have a URL for it though, I'm sure you can find it on Google.

Jon

> Subject: more on "gr ... cfschedule
> From: Dave Watts <[EMAIL PROTECTED]>
> Date: Tue, 7 Jan 2003 00:16:49 -0500
> Thread:  
> http://www.houseoffusion.com/cf_lists/ 
> index.cfm?method=messages&threadid=20270&forumid=4#102431
>
>> To recap ... I haven't been able to get cfschedule to
>> actually execute any code. It runs, according the logs,
>> but nothing happens.
>>
>> I've tried setting up tasks both via the tag and via the
>> administrator.
>>
>> Somebody suggested that maybe it might take 24 hours for
>> a schedule to kick in properly. Also, somebody suggested
>> I set timeouts (I did).
>>
>> I let the scheduled tasks "run" over the weekend. Each went
>> off without a hitch. But the code produced no results.
>>
>> double grrr
>>
>> I'm flumoxed and have no idea where to go from here.
>
> I'd recommend that you consider using your operating system's scheduler
> instead. Write a batch file that invokes a command-line HTTP client,  
> and
> schedule the batch file.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> phone: 202-797-5496
> fax: 202-797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk: Digest every 6 hours

2003-01-06 Thread Jonathan Lane
Hi Jesse,

Try un-checking the option "Refresh Local Files Automatically".  That  
way, Dreamweaver won't scan through all of your local files every time  
you start the application.

It means that you will have to hit the "refresh" button in the site  
window anytime you want to update your file listing.

Jon

> Subject: DWMX and mapped drives driving me crazy
> From: Jesse Houwing <[EMAIL PROTECTED]>
> Date: Mon, 06 Jan 2003 01:54:32 +0100
> Thread:  
> http://www.houseoffusion.com/cf_lists/ 
> index.cfm?method=messages&threadid=20225&forumid=4#102154
>
> ok,
>
> I have multiple servers that I have to edit content on. They have ICMP
> disabled which makes them bloody slow when accessing directly through
> \\servername\share. So I map the drives, but thsi is still slow as
> dreamweaver wants to scan the contents of all the folders open in the
> folder browser every time it get's the focus. So I created sites for
> each site, which makes access fast again few!
>
> But now the problem. each time I start Dreamweaver it says it can't  
> find
> the root of several sites and I have to click through the pop-ups it
> gives me. This is because I don't have the drives mapped at all times,
> there are just too many drives that way.
>
> So is there an option somewhere I might have missed? Is there a way to
> tell DW not to check the root paths of my sites?
>
> please...
>
> Jesse

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-Talk Digest

2001-12-06 Thread Kay Smoljak

Dunno about the digest, but you may want to try the NNTP mirror of
cftalk - news.fuseware.com.

"Bill Grover" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> I've noticed this to.  Will it ever be back?  I liked it better than 
> getting alerted ever 30 seconds to another mail message.
> 
> 
> 
~~
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.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF-Talk Digest

2001-12-05 Thread Bill Grover

I've noticed this to.  Will it ever be back?  I liked it better than getting
alerted ever 30 seconds to another mail message.


~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists