Re: size limit for cffile?

2006-07-12 Thread Jochem van Dieten
Matt Robertson wrote:
> 
> Yes I know :-)  I'm saying that I cannot get the conditional loop to
> work, and I cannot recall ever needing an isdefined in a
> non-cfscripted loop so I have nothing to fall back upon.








#str#




Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246390
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: SVN Error

2006-07-12 Thread Jochem van Dieten
Richard Kroll wrote:
>
> I keep having a recurring problem that I'm hoping someone can help me
> with.  I've got a server set up that has 'checked-out' my trunk from SVN
> and I set up a post-commit script to do a cleanup and update.  My
> problem is that the script keeps getting random errors and when I log
> into the machine I get the following error (not copied, but from
> memory):

> Cannot perform cleanup.  The path c:\mywebroot\mysite\.svn\tmp is
> invalid

Can you show us the script? Could you have an issue with \ vs. / in it?

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246389
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread Matt Robertson
On 7/12/06, David <[EMAIL PROTECTED]> wrote:
> All the statements in that example have CF tag equivalents (CFScript syntax

Yes I know :-)  I'm saying that I cannot get the conditional loop to
work, and I cannot recall ever needing an isdefined in a
non-cfscripted loop so I have nothing to fall back upon.

If I use


   ...do stuff...


you get an explosion due to the doubled-quotes.  If you substitute
single quotes inside of the isdefined that throws an error.  If you
dispense with the quotes so the value in isdefined is a variable
rather than a sring literal, and set the variable outside the loop,
like so



   ...do stuff...


I don't get any errors but I also don't seem to be getting an expected result.

-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246388
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Calendars

2006-07-12 Thread Jordan Michaels
Steve LaBadie wrote:

>Hey Jordan,
> 
>I can download PostgreSQL, but I have never heard or used the product before. 
>My new web server is not up yet, so I am doing everything locally right now.
> 
>Steve
>  
>

Hi Steve,

PostgreSQL is the best kept secret in the database world IMHO. =) It's 
awesome because it has just about every bell and whistle that 
"commercial" databases have (Read: MS SQL Server), but it completely 
open-source and released under the BSD license. For a much better 
description of why PostgreSQL is so bloomin' cool, check out the 
PostgreSQL "About" page here:

http://www.postgresql.org/about/

It can't really be said any better then that. I'd encourage anyone who 
is about to spent thousands of dollars on a "commercial" DBMS to take a 
serious look at PostgreSQL, but even so, I do realize that this is 
getting a little off-topic here...

With regards to the Vivio Calendar, we realize that not everyone's 
familiar with PostgreSQL, and we don't want that to be a hindrance to 
someone out there benefiting from the open code available in the 
Calendar. As such, we will be supporting MySQL, and MS SQL Server in 
addition to PostgreSQL when we release version 1,0 of the Vivio 
Calendar. It has been suggested that we also support Access, but the 
last time we tested it, Access was painfully slow. We assumed that this 
was because Access handles threading differently then most high-end 
database systems. So that, in addition to the many other negatives 
surrounding Access, we decided not to bother with it.

Warm regards,
Jordan Michaels
Vivio Technologies

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246387
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Robertson-Ravo, Neil (RX)
Yeah, I hate patching which is why we leave it to our infrastructure guys
:-)





"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Tony <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Thu Jul 13 05:53:17 2006
Subject: Re: SERVER EMERGENCY: updated win2k3 with patches

yes... and oddly enough it was the sql server that was hosing everything up.
which never was patched. i can only imagine that something with database
connections and the cfmx server was changed such that any current db
connections
would be in limbo from it... odd.

but they are back up.  the instances that is.  jrun now :) fun stuff.

:)

On 7/13/06, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> I gathere though - you patch on test servers first and do not wade in to
> patch production?!
>
>
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
> Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) please
note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Tony <[EMAIL PROTECTED]>
> To: CF-Talk 
> Sent: Thu Jul 13 04:08:27 2006
> Subject: Re: SERVER EMERGENCY: updated win2k3 with patches
>
> we did whatever was there for windows recommended today... im sure
> loads of people are dong same thing... anyway, its all been rolled
> back, and now things are hairy still :(
>
> working on the list of what he did...
>
> i kinda think its the db, finally i got an error executing database query
> just now... error 500 error executing database query...
>
> time to go hunt
>
> tw
>
> On 7/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > and now my server is working to a point, but hanging when we
> > > try to hit the database for the first time and log someone in.
> > >
> > > all servers that have been patched, my laptop included are
> > > all having same issue.
> > >
> > > database is fine, responsive, cfadmin is as well, other pages
> > > that hit same database and same database server are
> > > working... just this login cfc and some other stuff...
> >
> > What patch did you apply? What does it fix?
> >
> > 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!
> >
> >
> >
>
>
>
> 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246386
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Website crawler and spell checker

2006-07-12 Thread Robertson-Ravo, Neil (RX)
LinkSlueth is pretty good.



"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Burns, John D <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Wed Jul 12 19:51:01 2006
Subject: OT: Website crawler and spell checker

Anyone know of a web-based or client-based websites crawler/checker that
will crawl an entire site and look for misspellings and broken links?
I'd prefer something free if anyone knows of one.

 

John Burns





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246385
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Tony
yes... and oddly enough it was the sql server that was hosing everything up.
which never was patched. i can only imagine that something with database
connections and the cfmx server was changed such that any current db connections
would be in limbo from it... odd.

but they are back up.  the instances that is.  jrun now :) fun stuff.

:)

On 7/13/06, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> I gathere though - you patch on test servers first and do not wade in to
> patch production?!
>
>
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
> Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of the
> intended recipient(s).  If you are not the intended recipient(s) please note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Tony <[EMAIL PROTECTED]>
> To: CF-Talk 
> Sent: Thu Jul 13 04:08:27 2006
> Subject: Re: SERVER EMERGENCY: updated win2k3 with patches
>
> we did whatever was there for windows recommended today... im sure
> loads of people are dong same thing... anyway, its all been rolled
> back, and now things are hairy still :(
>
> working on the list of what he did...
>
> i kinda think its the db, finally i got an error executing database query
> just now... error 500 error executing database query...
>
> time to go hunt
>
> tw
>
> On 7/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > and now my server is working to a point, but hanging when we
> > > try to hit the database for the first time and log someone in.
> > >
> > > all servers that have been patched, my laptop included are
> > > all having same issue.
> > >
> > > database is fine, responsive, cfadmin is as well, other pages
> > > that hit same database and same database server are
> > > working... just this login cfc and some other stuff...
> >
> > What patch did you apply? What does it fix?
> >
> > 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!
> >
> >
> >
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246384
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: FAQ?

2006-07-12 Thread Robertson-Ravo, Neil (RX)
Yeah, but it would technically not be incoming per se, the email would have
already arrived and you would be parsing it's content via CFPOP after your
SMTP server has reveived it.



 






"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rick Faircloth <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Wed Jul 12 23:51:43 2006
Subject: RE: FAQ?

Is it possible for CF to parse incoming email by content in the email?

Rick

-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 6:31 PM
To: CF-Talk
Subject: Re: FAQ?

No, Rick, I do think that a site of some kind is a great idea for this. 
But the initial post brought up how great it would be if all of these emails
could do this and that, and I've been doing it for years. Yes, I can search
in the way you mentioned, and sure, I've hand parsed through a lot of it
over the years, tossing the trash and off-kilter OT. But the filters for the
site could be constructed in a similar manner (and allow cross-referencing),
covering a large portion of the work. Someone's eyes might still have to do
the final filter for pertinent content.

Cutter
__
http://blog.cutterscrossing.com





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246383
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Robertson-Ravo, Neil (RX)
I gathere though - you patch on test servers first and do not wade in to
patch production?!







"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Tony <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Thu Jul 13 04:08:27 2006
Subject: Re: SERVER EMERGENCY: updated win2k3 with patches

we did whatever was there for windows recommended today... im sure
loads of people are dong same thing... anyway, its all been rolled
back, and now things are hairy still :(

working on the list of what he did...

i kinda think its the db, finally i got an error executing database query
just now... error 500 error executing database query...

time to go hunt

tw

On 7/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > and now my server is working to a point, but hanging when we
> > try to hit the database for the first time and log someone in.
> >
> > all servers that have been patched, my laptop included are
> > all having same issue.
> >
> > database is fine, responsive, cfadmin is as well, other pages
> > that hit same database and same database server are
> > working... just this login cfc and some other stuff...
>
> What patch did you apply? What does it fix?
>
> 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!
>
>
> 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246382
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calendars

2006-07-12 Thread Peter Tilbrook
You could try ColdCalendar for starters. It is open source too.

Demo at:

http://coldcalendar.coldgen.com/

Download from:

http://www.coldgen.com/index.cfm?fuseaction=ProductDetails&ProductID=3


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246381
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Dave Watts
> we did whatever was there for windows recommended today... im 
> sure loads of people are dong same thing... anyway, its all 
> been rolled back, and now things are hairy still :(
> 
> working on the list of what he did...
> 
> i kinda think its the db, finally i got an error executing 
> database query just now... error 500 error executing database 
> query...

Do you have another database client installed on the web server (other than
CF)? Can you successfully connect to your database and query it through
that?

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!


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246380
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


FIXED was: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Tony
ok, it was the db server.
all good now :)

phew.

tw

On 7/12/06, Tony <[EMAIL PROTECTED]> wrote:
> we did whatever was there for windows recommended today... im sure
> loads of people are dong same thing... anyway, its all been rolled
> back, and now things are hairy still :(
>
> working on the list of what he did...
>
> i kinda think its the db, finally i got an error executing database query
> just now... error 500 error executing database query...
>
> time to go hunt
>
> tw
>
> On 7/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > and now my server is working to a point, but hanging when we
> > > try to hit the database for the first time and log someone in.
> > >
> > > all servers that have been patched, my laptop included are
> > > all having same issue.
> > >
> > > database is fine, responsive, cfadmin is as well, other pages
> > > that hit same database and same database server are
> > > working... just this login cfc and some other stuff...
> >
> > What patch did you apply? What does it fix?
> >
> > 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!
> >
> >
> > 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246379
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Calendars

2006-07-12 Thread Pete Ruckelshaus
I've built a calendar like this, but it's not the prettiest piece of code
that I've ever written.  The really tricky part was displaying events that
took place over a number of days.

http://www.beeryard.com/events/default.cfm

Pete


On 7/12/06, Steve LaBadie <[EMAIL PROTECTED]> wrote:
>
> Has anyone had success with CF calendars?  What I would like to do is
> show events by type (i.e., all events, academic camps, athletic camps,
> music camps, other camps).
>
>
>
> Steve LaBadie, Web Manager
> East Stroudsburg University
> 200 Prospect St.
> East Stroudsburg, Pa 18301
> 570-422-3999
> [EMAIL PROTECTED] 
> http://www.esu.edu 
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246378
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Tony
we did whatever was there for windows recommended today... im sure
loads of people are dong same thing... anyway, its all been rolled
back, and now things are hairy still :(

working on the list of what he did...

i kinda think its the db, finally i got an error executing database query
just now... error 500 error executing database query...

time to go hunt

tw

On 7/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > and now my server is working to a point, but hanging when we
> > try to hit the database for the first time and log someone in.
> >
> > all servers that have been patched, my laptop included are
> > all having same issue.
> >
> > database is fine, responsive, cfadmin is as well, other pages
> > that hit same database and same database server are
> > working... just this login cfc and some other stuff...
>
> What patch did you apply? What does it fix?
>
> 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!
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246377
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating a watermark for CFDOCUMENT

2006-07-12 Thread Pete Ruckelshaus
I've done this with CSS and a background image.

On 7/12/06, Everett, Al (NIH/NIGMS) [C] <[EMAIL PROTECTED]> wrote:
>
> I have a report I am creating with CFDOCUMENT. (CFREPORT would have been
> better, but this report has a lot of extra logic in it that CFREPORT
> wasn't going to allow me to do, but that's beside the point.)
>
> What I want is to have a watermark on the document if the user creates
> it with the "draft" option, but not if the user selects "final".
>
> The in the CFREPORT tag, "backgroundvisible" is set to "yes".
>
> However, when creating the document, my image never shows up. I've tried
> putting a background image on the html table and tried making it the
> background of my page body. If I look at the report as HTML it's fine,
> but with the CFREPORT tag the background is not displaying.
>
> I am using PDF format.
>
> Any clues?
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246376
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Dave Watts
> and now my server is working to a point, but hanging when we 
> try to hit the database for the first time and log someone in.
> 
> all servers that have been patched, my laptop included are 
> all having same issue.
> 
> database is fine, responsive, cfadmin is as well, other pages 
> that hit same database and same database server are 
> working... just this login cfc and some other stuff...

What patch did you apply? What does it fix?

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!


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246375
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SERVER EMERGENCY: updated win2k3 with patches

2006-07-12 Thread Tony
and now my server is working to a point, but hanging when we try to
hit the database for the first time and log someone in.

all servers that have been patched, my laptop included are all having
same issue.

database is fine, responsive, cfadmin is as well, other pages that hit
same database
and same database server are working... just this login cfc and some
other stuff...

any ideas?
anyone having same problem?

thanks a BUNCH!

tony

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246374
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating a watermark for CFDOCUMENT

2006-07-12 Thread Qasim Rasheed
I can be way off but have you tried setting up in printing prerference of
your browser to print backgrond images.

Thanks,
Qasim


On 7/12/06, Everett, Al (NIH/NIGMS) [C] <[EMAIL PROTECTED]> wrote:
>
> I have a report I am creating with CFDOCUMENT. (CFREPORT would have been
> better, but this report has a lot of extra logic in it that CFREPORT
> wasn't going to allow me to do, but that's beside the point.)
>
> What I want is to have a watermark on the document if the user creates
> it with the "draft" option, but not if the user selects "final".
>
> The in the CFREPORT tag, "backgroundvisible" is set to "yes".
>
> However, when creating the document, my image never shows up. I've tried
> putting a background image on the html table and tried making it the
> background of my page body. If I look at the report as HTML it's fine,
> but with the CFREPORT tag the background is not displaying.
>
> I am using PDF format.
>
> Any clues?
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246373
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: a little off topic: apache

2006-07-12 Thread Joe Velez
Nevermind ... I see I edited jrun.xml in the cfmx_updater/... folder but not
in the /runtime folder.
CF had to be restarted (obviously)

As described .. it did work!!

Here is a link describing the fix, too.
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18340

Thanks guys.

- Original Message - 
From: "Joe Velez" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 5:43 PM
Subject: Re: a little off topic: apache


> Oh sorry I thought I did respond.  I was leaving earlier.
>
> I tried editing the xml file, and restarted both CF and Apache, but that
> didn't help either.
>
> I'm on 6.1 and have no problems on a couple other servers all running the
> same scenarios (php4, mysql, cfmx6.1, apache mod ssl, win2k)
>
> - Original Message - 
> From: "Rob Wilkerson" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Wednesday, July 12, 2006 5:23 PM
> Subject: Re: a little off topic: apache
>
>
> > Joe, you never mentioned whether you followed Mark's advice to open
> > your jrun.xml file and ensure that the cacherealpath value is set to
> > false.  If not, then take a look.  As I mentioned, the behavior you
> > appear to be describing was expected in MX 6.x (may have been
> > corrected in 6.1, I can't recall).
> >
> > On 7/12/06, Joe Velez <[EMAIL PROTECTED]> wrote:
> > > I've tried editing a few things. The weird thing is that I copied the
> same
> > > HTTPD.CONF file from 1 server to this one, and simply added my
> virtualhosts
> > > and edited the default paths.
> > >
> > > Nothing is working.
> > >
> > > Plus, isn't it the point to use named-based virtualhosts so that
> multiple
> > > domains can point to a single IP and the directives pull up a specific
> > > folder contents.
> > >
> > > And I know its [partially] set up correctly because after restarting
> Apache
> > > I can pull up any of the sites. It's just that if I try to access
> another
> > > site the same site loads on all of the other domains on that server.
> > >
> > > I'll keep looking around
> > >
> > > Thanks
> > >
> > > Joe
> > >
> >
> >
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246372
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Will Tomlinson
>You know what I think it isthat stupid animated feedback link in the 
>botttom 
>right.  When it moves my CPU spikes.  I bet they are using an alpha fade 
>instead 
>of tweening the tint for the transitions.


I'll bet dave uses IE for his primary browser. lol!

I COULDN'T RESIST!!!  :)

Will

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246371
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread David
All the statements in that example have CF tag equivalents (CFScript syntax
is much more similar to Java syntax, making it easier and clearer to port
Java code examples).

Assignment and method calls can be made into CFSet statements, and turn the
while into cfloop, etc.

- David

On 7/12/06, Matt Robertson <[EMAIL PROTECTED]> wrote:
>
> Rick what do you do if you can't run the whole operation from within a
> cfscript block?  I need to do a *whole* bunch of stuff (like cfqueries
> that select, insert and update) inside of that while loop and I can't
> seem to get a non-cfscript analog of that loop working.  I have to be
> missing something stupid as I could not get a conditional cfloop to
> work with an isdefined in the condition.
>
> --
> [EMAIL PROTECTED]
> Janitor, MSB Web Systems
> mysecretbase.com
>


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246370
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: size limit for cffile?

2006-07-12 Thread Matt Robertson
Rick what do you do if you can't run the whole operation from within a
cfscript block?  I need to do a *whole* bunch of stuff (like cfqueries
that select, insert and update) inside of that while loop and I can't
seem to get a non-cfscript analog of that loop working.  I have to be
missing something stupid as I could not get a conditional cfloop to
work with an isdefined in the condition.

-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246369
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: a little off topic: apache

2006-07-12 Thread Joe Velez
Oh sorry I thought I did respond.  I was leaving earlier.

I tried editing the xml file, and restarted both CF and Apache, but that
didn't help either.

I'm on 6.1 and have no problems on a couple other servers all running the
same scenarios (php4, mysql, cfmx6.1, apache mod ssl, win2k)

- Original Message - 
From: "Rob Wilkerson" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 5:23 PM
Subject: Re: a little off topic: apache


> Joe, you never mentioned whether you followed Mark's advice to open
> your jrun.xml file and ensure that the cacherealpath value is set to
> false.  If not, then take a look.  As I mentioned, the behavior you
> appear to be describing was expected in MX 6.x (may have been
> corrected in 6.1, I can't recall).
>
> On 7/12/06, Joe Velez <[EMAIL PROTECTED]> wrote:
> > I've tried editing a few things. The weird thing is that I copied the
same
> > HTTPD.CONF file from 1 server to this one, and simply added my
virtualhosts
> > and edited the default paths.
> >
> > Nothing is working.
> >
> > Plus, isn't it the point to use named-based virtualhosts so that
multiple
> > domains can point to a single IP and the directives pull up a specific
> > folder contents.
> >
> > And I know its [partially] set up correctly because after restarting
Apache
> > I can pull up any of the sites. It's just that if I try to access
another
> > site the same site loads on all of the other domains on that server.
> >
> > I'll keep looking around
> >
> > Thanks
> >
> > Joe
> >
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246368
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: a little off topic: apache

2006-07-12 Thread Rob Wilkerson
Joe, you never mentioned whether you followed Mark's advice to open
your jrun.xml file and ensure that the cacherealpath value is set to
false.  If not, then take a look.  As I mentioned, the behavior you
appear to be describing was expected in MX 6.x (may have been
corrected in 6.1, I can't recall).

On 7/12/06, Joe Velez <[EMAIL PROTECTED]> wrote:
> I've tried editing a few things. The weird thing is that I copied the same
> HTTPD.CONF file from 1 server to this one, and simply added my virtualhosts
> and edited the default paths.
>
> Nothing is working.
>
> Plus, isn't it the point to use named-based virtualhosts so that multiple
> domains can point to a single IP and the directives pull up a specific
> folder contents.
>
> And I know its [partially] set up correctly because after restarting Apache
> I can pull up any of the sites. It's just that if I try to access another
> site the same site loads on all of the other domains on that server.
>
> I'll keep looking around
>
> Thanks
>
> Joe
>

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246367
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: a little off topic: apache

2006-07-12 Thread Joe Velez
I've tried editing a few things. The weird thing is that I copied the same
HTTPD.CONF file from 1 server to this one, and simply added my virtualhosts
and edited the default paths.

Nothing is working.

Plus, isn't it the point to use named-based virtualhosts so that multiple
domains can point to a single IP and the directives pull up a specific
folder contents.

And I know its [partially] set up correctly because after restarting Apache
I can pull up any of the sites. It's just that if I try to access another
site the same site loads on all of the other domains on that server.

I'll keep looking around

Thanks

Joe


- Original Message - 
From: "Mark A Kruger" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 1:16 PM
Subject: RE: a little off topic: apache


> Doh!  ... Did you try the other config tip for apache Something or
other
> virutal *:80. (someone help me out here...)
>
> -Original Message-
> From: Joe Velez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 3:21 PM
> To: CF-Talk
> Subject: Re: a little off topic: apache
>
> Tried that .. restarted both CF and Apache Didnt work :(
>
> Anything else? :)
>
>
> - Original Message -
> From: "Mark A Kruger" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Wednesday, July 12, 2006 12:41 PM
> Subject: RE: a little off topic: apache
>
>
> > Joe,
> >
> > Not strange... It may be that the "cacherealpath" attribute in your
> Jrun.xml
> > file may be set to true. Set it to false and restart.
> >
> > -mark
> >
> >
> > -Original Message-
> > From: Joe Velez [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 12, 2006 2:44 PM
> > To: CF-Talk
> > Subject: a little off topic: apache
> >
> > I know this is not an Apache consultation group, but I'm happy with the
> > responses from this list regarding CF, so I thought I'd contact you all
> for
> > some quick advice while I investigate the problem myself.
> >
> > I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.
> >
> > All of the servers are running fine except for one. Apache is up and
> > running, however, the problem that occurs is that when Apache starts up
> the
> > first site to be accessed on the server will then appear for every other
> > site on the server.
> >
> > Strange eh?
> >
> > Any ideas? I know the VirtualHost is set up fine.
> >
> > (minus extra lines, it didnt paste that well) # Start website1.com
> > 06-07-2006
> >
> > 
> >
> > ServerAdmin [EMAIL PROTECTED]
> >
> > DocumentRoot "D:/path/to/site/directory/"
> >
> > ServerName website1.com
> >
> > ServerAlias www.website1.com
> >
> > 
> >
> > # End website1.com
> >
> > It's the same as all the others on other servers and at one time was
> working
> > fine. Now all of sudden it's not ... or maybe I just never noticed
before
> > because this particular server is fresh and only has a couple of sites
on
> > it.
> >
> > Any ideas, suggestions?
> > Perhaps just a bad install of Apache???
> >
> > Thanks
> >
> >  Joe
> >
> >
> >
> >
> >
> >
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246366
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Calendars

2006-07-12 Thread Steve LaBadie
Hey Jordan,
 
I can download PostgreSQL, but I have never heard or used the product before. 
My new web server is not up yet, so I am doing everything locally right now.
 
Steve



From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: Wed 7/12/2006 5:06 PM
To: CF-Talk
Subject: Re: Calendars



Hi Steve,

Looks like you're attempting to run the PostgreSQL script in MySQL. Do
you have access to PostgreSQL or MS SQL Server? I've had reports that MS
SQL Server can process PostgreSQL SQL code just fine. If not, I'll see
what I can do about digging up the MySQL schema. It wont be pretty
because I'll be pulling it from the installation script we have in
version 1.0 (which is unfinished), but it *should* work. ;)

-Jordan


Steve LaBadie wrote:

>Jordan,
>
>Every time I run the SQL I get the following.
>
>#1064 - You have an error in your SQL syntax.  Check the manual that
>corresponds to your MySQL server version for the right syntax to use
>near '"user" (
>"UID" character varying(20) NOT NULL,
>"OID"
>
>Steve
>
>-Original Message-
>From: Jordan Michaels [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 12, 2006 1:02 PM
>To: CF-Talk
>Subject: Re: Calendars
>
>Steve LaBadie wrote:
> 
>
>>Has anyone had success with CF calendars?  What I would like to do is
>>show events by type (i.e., all events, academic camps, athletic camps,
>>music camps, other camps).  
>>   
>>
>
>http://calendar.viviotech.net/
>
>Does that, and a bit more. Still in beta, as we haven't had too much
>time to put into it lately. It was inspired by a calendar I made when I
>was working at a Community College. They wanted a place to post their
>events and a way to categorize them.
>
>If we're pestered about it enough, we could probably be convinced to
>release the version 1.0 we have almost done. It includes database
>schemas for both MySQL and PostgreSQL, has an installation assistant,
>and has better theme control as well as some bug fixes.
>
>Hope this helps!
>
> 
>


--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246365
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Rick Faircloth
Is it possible for CF to parse incoming email by content in the email?

Rick

-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 6:31 PM
To: CF-Talk
Subject: Re: FAQ?

No, Rick, I do think that a site of some kind is a great idea for this. 
But the initial post brought up how great it would be if all of these emails
could do this and that, and I've been doing it for years. Yes, I can search
in the way you mentioned, and sure, I've hand parsed through a lot of it
over the years, tossing the trash and off-kilter OT. But the filters for the
site could be constructed in a similar manner (and allow cross-referencing),
covering a large portion of the work. Someone's eyes might still have to do
the final filter for pertinent content.

Cutter
__
http://blog.cutterscrossing.com



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246364
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: FAQ?

2006-07-12 Thread Cutter (CFRelated)
No, Rick, I do think that a site of some kind is a great idea for this. 
But the initial post brought up how great it would be if all of these 
emails could do this and that, and I've been doing it for years. Yes, I 
can search in the way you mentioned, and sure, I've hand parsed through 
a lot of it over the years, tossing the trash and off-kilter OT. But the 
filters for the site could be constructed in a similar manner (and allow 
cross-referencing), covering a large portion of the work. Someone's eyes 
might still have to do the final filter for pertinent content.

Cutter
__
http://blog.cutterscrossing.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246363
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: "Premium" Hosting suggestions

2006-07-12 Thread Ken Ketsdever
One word - Rackspace

Another word - mortgage 

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246362
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread Matt Robertson
too bad everyone missed the June Deal at Crystaltech.  Free setup and
two free months.  I bought into six servers.  Saved a small fortune
both in my monthly fees at Cybercon ($579 vs. $850) but also got free
service as well.  Splitting what I once ran on two servers to six is
nothing but gravy as well.

I really like those little $79 Celeron servers they have.  Great for a
just-add-water mail server, basic database server, spam gateway, stats
server etc. etc.

-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246361
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread Jordan Michaels
Stas Newdel wrote:

>With them you have to provide your own CF license, and they don't  
>have CF people on staff - that's according to whoever called me back.
>
>Stas
>
>On Jul 12, 2006, at 2:41 PM, Jim Curran wrote:
>
>  
>
>>One word: Rackspace.
>>
>>- j
>>
>>

You can always outsource your CF support even though RackSpace doesn't
support it directly. We have support customers who host their servers
with RackSpace but when anything CF related comes up the clients call on
us to take care of whatever needs to be done to the CF Server. It's a
pretty good deal for everyone involved.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED] 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246360
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread Casey Dougall
Rackspace didn't support coldfusion when I was hosting with them, is this
something new?

Yeah I had it on our boxes and it ran well but I woldn't exactly throw them
into the coldfusion hosting arena. Plus it's not cheep by any means.

Casey

On 7/12/06, B V <[EMAIL PROTECTED]> wrote:
>
> What about HostMySite? Are they good for dedicated hosting? I personally
> use
> them for shared, and am just wondering what peopel think about them for
> dedicated.
>
> On 7/12/06, Jim Curran <[EMAIL PROTECTED]> wrote:
> >
> > One word: Rackspace.
> >
> > - j
> >
> > -Original Message-
> > From: Snake [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 12, 2006 4:24 PM
> > To: CF-Talk
> > Subject: RE: "Premium" Hosting suggestions
> >
> > They used to be good, but I have heard a lot of people say bad htings
> > about
> > their support lately.
> >
> > -Original Message-
> > From: Stas Newdel [mailto:[EMAIL PROTECTED]
> > Sent: 12 July 2006 03:24
> > To: CF-Talk
> > Subject: Re: "Premium" Hosting suggestions
> >
> > Does anyone have anything nice or not so nice to say about CFDynamics
> > dedicated hosting?
> >
> > I've just gone through yet another nightmare with Intermedia and enough
> is
> > enough.
> >
> > Much thanks,
> >
> > Stas
> >
> >
> > On May 2, 2006, at 11:47 AM, Ken Ferguson wrote:
> >
> > > Here's yet another one with CF included in the price should you need
> > > that:
> > > http://www.cfdynamics.com/dedicated/dedicatedbasic.cfm
> > >
> > > --Ferg
> > >
> > > Ken Ferguson wrote:
> > >> If that's your budget then why not get a dedicated server?
> > >>
> > >> http://www.crystaltech.com/dedicated-windows.aspx
> > >> http://www.servermatrix.com/products/super/ss36Details.html
> > >> http://www.enterhost.com/hosting/dedicated/cfserver1.cfm
> > >>
> > >> --Ferg
> > >>
> > >> Stas Newdel wrote:
> > >>
> > >>> I need something more than a $50/month package will provide, but
> > >>> less than a complete dedicated/collocated solution. I've tried VPS
> > >>> from Hosting.com and it's a dog. YMMV.
> > >>>
> > >>> I need freedom to add Access and SQL databases on my own without
> > >>> having to send an email to support.
> > >>>
> > >>>   My budget is up to $200 a month.
> > >>>
> > >>>
> > >>> Thanks a lot!
> > >>>
> > >>>
> > >>> Stas
> >
> >
> >
> >
> >
> >
> >
> >
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246359
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread Stas Newdel
With them you have to provide your own CF license, and they don't  
have CF people on staff - that's according to whoever called me back.

Stas

On Jul 12, 2006, at 2:41 PM, Jim Curran wrote:

> One word: Rackspace.
>
> - j



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246358
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread B V
What about HostMySite? Are they good for dedicated hosting? I personally use
them for shared, and am just wondering what peopel think about them for
dedicated.

On 7/12/06, Jim Curran <[EMAIL PROTECTED]> wrote:
>
> One word: Rackspace.
>
> - j
>
> -Original Message-
> From: Snake [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 4:24 PM
> To: CF-Talk
> Subject: RE: "Premium" Hosting suggestions
>
> They used to be good, but I have heard a lot of people say bad htings
> about
> their support lately.
>
> -Original Message-
> From: Stas Newdel [mailto:[EMAIL PROTECTED]
> Sent: 12 July 2006 03:24
> To: CF-Talk
> Subject: Re: "Premium" Hosting suggestions
>
> Does anyone have anything nice or not so nice to say about CFDynamics
> dedicated hosting?
>
> I've just gone through yet another nightmare with Intermedia and enough is
> enough.
>
> Much thanks,
>
> Stas
>
>
> On May 2, 2006, at 11:47 AM, Ken Ferguson wrote:
>
> > Here's yet another one with CF included in the price should you need
> > that:
> > http://www.cfdynamics.com/dedicated/dedicatedbasic.cfm
> >
> > --Ferg
> >
> > Ken Ferguson wrote:
> >> If that's your budget then why not get a dedicated server?
> >>
> >> http://www.crystaltech.com/dedicated-windows.aspx
> >> http://www.servermatrix.com/products/super/ss36Details.html
> >> http://www.enterhost.com/hosting/dedicated/cfserver1.cfm
> >>
> >> --Ferg
> >>
> >> Stas Newdel wrote:
> >>
> >>> I need something more than a $50/month package will provide, but
> >>> less than a complete dedicated/collocated solution. I've tried VPS
> >>> from Hosting.com and it's a dog. YMMV.
> >>>
> >>> I need freedom to add Access and SQL databases on my own without
> >>> having to send an email to support.
> >>>
> >>>   My budget is up to $200 a month.
> >>>
> >>>
> >>> Thanks a lot!
> >>>
> >>>
> >>> Stas
>
>
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246357
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: "Premium" Hosting suggestions

2006-07-12 Thread Jim Curran
One word: Rackspace.

- j 

-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 4:24 PM
To: CF-Talk
Subject: RE: "Premium" Hosting suggestions

They used to be good, but I have heard a lot of people say bad htings about
their support lately. 

-Original Message-
From: Stas Newdel [mailto:[EMAIL PROTECTED]
Sent: 12 July 2006 03:24
To: CF-Talk
Subject: Re: "Premium" Hosting suggestions

Does anyone have anything nice or not so nice to say about CFDynamics
dedicated hosting?

I've just gone through yet another nightmare with Intermedia and enough is
enough.

Much thanks,

Stas


On May 2, 2006, at 11:47 AM, Ken Ferguson wrote:

> Here's yet another one with CF included in the price should you need
> that:
> http://www.cfdynamics.com/dedicated/dedicatedbasic.cfm
>
> --Ferg
>
> Ken Ferguson wrote:
>> If that's your budget then why not get a dedicated server?
>>
>> http://www.crystaltech.com/dedicated-windows.aspx
>> http://www.servermatrix.com/products/super/ss36Details.html
>> http://www.enterhost.com/hosting/dedicated/cfserver1.cfm
>>
>> --Ferg
>>
>> Stas Newdel wrote:
>>
>>> I need something more than a $50/month package will provide, but 
>>> less than a complete dedicated/collocated solution. I've tried VPS 
>>> from Hosting.com and it's a dog. YMMV.
>>>
>>> I need freedom to add Access and SQL databases on my own without 
>>> having to send an email to support.
>>>
>>>   My budget is up to $200 a month.
>>>
>>>
>>> Thanks a lot!
>>>
>>>
>>> Stas







~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246356
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Rick Faircloth
I'm sure I can set up filters to do the same thing in Outlook 2007, but I'm
talking
about something that is more standardized in content (e.g. fields that match
database fields)
and not just stored in the original email.

I would like to parse the email content and create a data store that I can
manipulate as I please.

You're just saving email into various folders, right?  Can you search the
email that you save
for various keywords and have it return subject lines that you can then
click and recall the
email?  I would guess if you can that you'd still have to parse through a
lot of email before
finding what you're looking for, especially since you're not manually
parsing the information
which would allow you to throw out anything not useful.

Am I missing some important benefits to how you're doing it or do you think
it could be
done better than with email filters?


Rick

-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 5:03 PM
To: CF-Talk
Subject: Re: FAQ?

Wow, that sounds like exactly what my custom filters do for me now. I've had
them set up for years, adding and adjusting as I go, and have a few years
worth of email saved off from CF-Talk, CFCDev, FlashCoders, etc., all in
neat folders by category. I've had to switch boxes a few times, but I've
just copied over the profile from my Application Data folder, put it on my
new system, and voila, there they all were.

But you can do those kind of things pretty easily with a real email program,
like Thunderbird;)

Cutter
__
http://blog.cutterscrossing.com


Rick Faircloth wrote:
> I'm using the Office 2007 Beta 2 and it's got RSS folders built right 
> into Outlook.
> The RSS folders are still just one more place I have to plow through 
> to get info.
> I'd rather it come to my inbox.
> 
> I wish there was some way to receive an email which was formatted in a 
> certain way with information concerning, say, CF, was I had a reader 
> that would take the Title, Summary, Details, Category, Code, CF 
> Version and whatever else would be helpful and pull it into a database 
> about CF for me.
> 
> That way, all the sources of information that I subscribe to would 
> simply be parsed and loaded into my CF knowledgebase according to my 
> needs.
> 
> Perhaps a standard could be developed for content for such emails and 
> we could all use the repository code on our systems and developers 
> could send out coding tips, examples, working code, etc.
> 
> Then we all just automatically start building a personal knowledgebase 
> to draw up and customize according to our coding style, version, etc.
> 
> There's got to be a better way to share info, besides asking questions 
> over and over, searching Google, searching the various CF sites, or 
> the House of Fusion archives.
> 
> It's just short of ridiculous that we who build content management 
> systems for others, haven't (or can't?) up with a standardized CMS 
> system for our community.
> 
> Rick
> 
> 
> 
> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 12:44 PM
> To: CF-Talk
> Subject: RE: FAQ?
> 
> I don't know what Email client you use, but I know that Thunderbird 
> will check RSS feeds.  Then you /could/ have the new items come to 
> your inbox, so to speak.  :)
> 
> 
> 
> 
> 
> 
> 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246355
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: size limit for cffile?

2006-07-12 Thread B V
I'll definetly try that. Java objects are interesting. I always
wanted to get into Java, but it seemed to suck so much because of the
syntax, but If I can just call objects from coldfusion  for the power...
Two Java Objects that would really make my life easier would be a). An
object to monitor CPU and RAM usage/sessions b). An object that could Exec
Shell (I hate doing it with PHP, because I have to implement a complicated
security system.)

On 7/12/06, Rick Root <[EMAIL PROTECTED]> wrote:
>
> For what it's worth, I just ran some tests reading a 4MB file, looping
> through line by line and performing some simple math (cnt = cnt + 1)
>
> The java method was CONSISTENTLY around 375ms on my server.  I hit
> reload like 30 times and it was never below 350ms and never above 500ms,
>   and almost always below 400ms.
>
> Using CFFILE, it was much more erratic... coming in as low as 450ms but
> often coming in at 2000ms and higher.
>
> Rick
>
>
> Rick Root wrote:
> > Sorry, Matt, I didn't read close enough either!  There are threads out
> > there also relating to READING large files.
> >
> > However, I'd probably also suggest looking into using the java file I/O
> > stuff to avoid the issues relating to load a 100MB file into memory and
> > dealing with it.
> >
> > Because I love writing java code in CF, I wrote some sample code for
> > you, and even tested it.
> >
> > 
> >   srcFile = "E:\Inetpub\ajaxCFC\documentation\license.txt";
> >   // create a FileReader object
> >   fr = createObject("java","java.io.FileReader");
> >   // Call the constructure with the source file path
> >   fr.init(srcFile);
> >   // create a BufferedReader object
> >   br = createObject("java","java.io.BufferedReader");
> >   // call the constructor with the FileReader as the arg
> >   br.init(fr);
> >   // read the first line
> >   str = br.readLine();
> >   // loop ... str will be undefined if there are no more lines
> >   while (isDefined("str")) {
> >   // do stuff with the string
> >   writeOutput(str);
> >   // read the next line so we can continue the loop
> >   str = br.readLine();
> >   }
> >   // close the buffered reader object
> >   br.close();
> > 
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246354
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: size limit for cffile?

2006-07-12 Thread Rick Root
B V wrote:
> Hmm. Interesting idea Calling JAVA objects. I should really get
> into that. Power fo Java with Coldfusion ease

I always find it fun to do java integration like this =)

I just blogged this whole thing too

http://www.opensourcecf.com/1/2006/07/Reading-large-files-with-java-versus-CFFILE.cfm

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246353
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: FAQ?

2006-07-12 Thread Cutter (CFRelated)
Wow, that sounds like exactly what my custom filters do for me now. I've 
had them set up for years, adding and adjusting as I go, and have a few 
years worth of email saved off from CF-Talk, CFCDev, FlashCoders, etc., 
all in neat folders by category. I've had to switch boxes a few times, 
but I've just copied over the profile from my Application Data folder, 
put it on my new system, and voila, there they all were.

But you can do those kind of things pretty easily with a real email 
program, like Thunderbird;)

Cutter
__
http://blog.cutterscrossing.com


Rick Faircloth wrote:
> I'm using the Office 2007 Beta 2 and it's got RSS folders built right into
> Outlook.
> The RSS folders are still just one more place I have to plow through to get
> info.
> I'd rather it come to my inbox.
> 
> I wish there was some way to receive an email which was formatted in a
> certain
> way with information concerning, say, CF, was I had a reader that would
> take the Title, Summary, Details, Category, Code, CF Version and whatever
> else would be helpful
> and pull it into a database about CF for me.
> 
> That way, all the sources of information that I subscribe to would simply be
> parsed
> and loaded into my CF knowledgebase according to my needs.
> 
> Perhaps a standard could be developed for content for such emails and we
> could
> all use the repository code on our systems and developers could send out
> coding tips,
> examples, working code, etc.
> 
> Then we all just automatically start building a personal knowledgebase to
> draw up and
> customize according to our coding style, version, etc.
> 
> There's got to be a better way to share info, besides asking questions over
> and over,
> searching Google, searching the various CF sites, or the House of Fusion
> archives.
> 
> It's just short of ridiculous that we who build content management systems
> for others,
> haven't (or can't?) up with a standardized CMS system for our community.
> 
> Rick
> 
> 
> 
> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 12, 2006 12:44 PM
> To: CF-Talk
> Subject: RE: FAQ?
> 
> I don't know what Email client you use, but I know that Thunderbird will
> check RSS feeds.  Then you /could/ have the new items come to your inbox, so
> to speak.  :) 
> 
> 
> 
> 
> 
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246352
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calendars

2006-07-12 Thread Jordan Michaels
Hi Steve,

Looks like you're attempting to run the PostgreSQL script in MySQL. Do
you have access to PostgreSQL or MS SQL Server? I've had reports that MS
SQL Server can process PostgreSQL SQL code just fine. If not, I'll see
what I can do about digging up the MySQL schema. It wont be pretty
because I'll be pulling it from the installation script we have in
version 1.0 (which is unfinished), but it *should* work. ;)

-Jordan


Steve LaBadie wrote:

>Jordan,
>
>Every time I run the SQL I get the following. 
>
>#1064 - You have an error in your SQL syntax.  Check the manual that
>corresponds to your MySQL server version for the right syntax to use
>near '"user" (
>"UID" character varying(20) NOT NULL,
>"OID"
>
>Steve
>
>-Original Message-
>From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
>Sent: Wednesday, July 12, 2006 1:02 PM
>To: CF-Talk
>Subject: Re: Calendars
>
>Steve LaBadie wrote:
>  
>
>>Has anyone had success with CF calendars?  What I would like to do is
>>show events by type (i.e., all events, academic camps, athletic camps,
>>music camps, other camps).   
>>
>>
>
>http://calendar.viviotech.net/
>
>Does that, and a bit more. Still in beta, as we haven't had too much
>time to put into it lately. It was inspired by a calendar I made when I
>was working at a Community College. They wanted a place to post their
>events and a way to categorize them.
>
>If we're pestered about it enough, we could probably be convinced to
>release the version 1.0 we have almost done. It includes database
>schemas for both MySQL and PostgreSQL, has an installation assistant,
>and has better theme control as well as some bug fixes.
>
>Hope this helps!
>
>  
>


-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED] 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246351
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread B V
Hmm. Interesting idea Calling JAVA objects. I should really get
into that. Power fo Java with Coldfusion ease

On 7/12/06, Matt Robertson <[EMAIL PROTECTED]> wrote:
>
> oooh.  Thanks Rick!  One of these days I need to learn that stuff.
>
> Reminds me of something else too.  Geez what a bum I am.  Check your
> paypal box in a bit.
>
> --
> [EMAIL PROTECTED]
> Janitor, MSB Web Systems
> mysecretbase.com
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246350
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: size limit for cffile?

2006-07-12 Thread Rick Root
For what it's worth, I just ran some tests reading a 4MB file, looping 
through line by line and performing some simple math (cnt = cnt + 1)

The java method was CONSISTENTLY around 375ms on my server.  I hit 
reload like 30 times and it was never below 350ms and never above 500ms, 
  and almost always below 400ms.

Using CFFILE, it was much more erratic... coming in as low as 450ms but 
often coming in at 2000ms and higher.

Rick


Rick Root wrote:
> Sorry, Matt, I didn't read close enough either!  There are threads out 
> there also relating to READING large files.
> 
> However, I'd probably also suggest looking into using the java file I/O 
> stuff to avoid the issues relating to load a 100MB file into memory and 
> dealing with it.
> 
> Because I love writing java code in CF, I wrote some sample code for 
> you, and even tested it.
> 
> 
>   srcFile = "E:\Inetpub\ajaxCFC\documentation\license.txt";
>   // create a FileReader object
>   fr = createObject("java","java.io.FileReader");
>   // Call the constructure with the source file path
>   fr.init(srcFile);
>   // create a BufferedReader object
>   br = createObject("java","java.io.BufferedReader");
>   // call the constructor with the FileReader as the arg
>   br.init(fr);
>   // read the first line
>   str = br.readLine();
>   // loop ... str will be undefined if there are no more lines
>   while (isDefined("str")) {
>   // do stuff with the string
>   writeOutput(str);
>   // read the next line so we can continue the loop
>   str = br.readLine();
>   }
>   // close the buffered reader object
>   br.close();
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246349
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread Matt Robertson
oooh.  Thanks Rick!  One of these days I need to learn that stuff.

Reminds me of something else too.  Geez what a bum I am.  Check your
paypal box in a bit.

-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246348
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: "Premium" Hosting suggestions

2006-07-12 Thread Tony
they are GREAT.

GREAT Tech support, VERY responsive and intelligent.

i recommend CFDynamics 100%

tony weeg


On 7/12/06, Snake <[EMAIL PROTECTED]> wrote:
> They used to be good, but I have heard a lot of people say bad htings about
> their support lately.
>
> -Original Message-
> From: Stas Newdel [mailto:[EMAIL PROTECTED]
> Sent: 12 July 2006 03:24
> To: CF-Talk
> Subject: Re: "Premium" Hosting suggestions
>
> Does anyone have anything nice or not so nice to say about CFDynamics
> dedicated hosting?
>
> I've just gone through yet another nightmare with Intermedia and enough is
> enough.
>
> Much thanks,
>
> Stas
>
>
> On May 2, 2006, at 11:47 AM, Ken Ferguson wrote:
>
> > Here's yet another one with CF included in the price should you need
> > that:
> > http://www.cfdynamics.com/dedicated/dedicatedbasic.cfm
> >
> > --Ferg
> >
> > Ken Ferguson wrote:
> >> If that's your budget then why not get a dedicated server?
> >>
> >> http://www.crystaltech.com/dedicated-windows.aspx
> >> http://www.servermatrix.com/products/super/ss36Details.html
> >> http://www.enterhost.com/hosting/dedicated/cfserver1.cfm
> >>
> >> --Ferg
> >>
> >> Stas Newdel wrote:
> >>
> >>> I need something more than a $50/month package will provide, but
> >>> less than a complete dedicated/collocated solution. I've tried VPS
> >>> from Hosting.com and it's a dog. YMMV.
> >>>
> >>> I need freedom to add Access and SQL databases on my own without
> >>> having to send an email to support.
> >>>
> >>>   My budget is up to $200 a month.
> >>>
> >>>
> >>> Thanks a lot!
> >>>
> >>>
> >>> Stas
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246347
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread Rick Root
Sorry, Matt, I didn't read close enough either!  There are threads out 
there also relating to READING large files.

However, I'd probably also suggest looking into using the java file I/O 
stuff to avoid the issues relating to load a 100MB file into memory and 
dealing with it.

Because I love writing java code in CF, I wrote some sample code for 
you, and even tested it.


srcFile = "E:\Inetpub\ajaxCFC\documentation\license.txt";
// create a FileReader object
fr = createObject("java","java.io.FileReader");
// Call the constructure with the source file path
fr.init(srcFile);
// create a BufferedReader object
br = createObject("java","java.io.BufferedReader");
// call the constructor with the FileReader as the arg
br.init(fr);
// read the first line
str = br.readLine();
// loop ... str will be undefined if there are no more lines
while (isDefined("str")) {
// do stuff with the string
writeOutput(str);
// read the next line so we can continue the loop
str = br.readLine();
}
// close the buffered reader object
br.close();


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246346
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Rick Root
Andy Matthews wrote:
> Wow...
> 
> You're not kidding about losing RAM to that page. It took about 20 seconds
> for it to load on my computer. And I can barely scroll.

good, so it's not just me. ;)

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246345
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: "Premium" Hosting suggestions

2006-07-12 Thread Snake
They used to be good, but I have heard a lot of people say bad htings about
their support lately. 

-Original Message-
From: Stas Newdel [mailto:[EMAIL PROTECTED] 
Sent: 12 July 2006 03:24
To: CF-Talk
Subject: Re: "Premium" Hosting suggestions

Does anyone have anything nice or not so nice to say about CFDynamics
dedicated hosting?

I've just gone through yet another nightmare with Intermedia and enough is
enough.

Much thanks,

Stas


On May 2, 2006, at 11:47 AM, Ken Ferguson wrote:

> Here's yet another one with CF included in the price should you need 
> that:
> http://www.cfdynamics.com/dedicated/dedicatedbasic.cfm
>
> --Ferg
>
> Ken Ferguson wrote:
>> If that's your budget then why not get a dedicated server?
>>
>> http://www.crystaltech.com/dedicated-windows.aspx
>> http://www.servermatrix.com/products/super/ss36Details.html
>> http://www.enterhost.com/hosting/dedicated/cfserver1.cfm
>>
>> --Ferg
>>
>> Stas Newdel wrote:
>>
>>> I need something more than a $50/month package will provide, but 
>>> less than a complete dedicated/collocated solution. I've tried VPS 
>>> from Hosting.com and it's a dog. YMMV.
>>>
>>> I need freedom to add Access and SQL databases on my own without 
>>> having to send an email to support.
>>>
>>>   My budget is up to $200 a month.
>>>
>>>
>>> Thanks a lot!
>>>
>>>
>>> Stas





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246344
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-12 Thread B V
clickatell looks interesting, and I am hosted on HMS like you said, so
gateways would also be good.. What do you mean by 'async'? I'm not too
familiar with gateways.. Thanks..

On 7/12/06, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> B V wrote:
> > because at first I thought I couldn't compile a list of international
> > carriers, and the CF SMS would have that, but apparently it might not
> even
>
> clickatell.com is an international SMS aggregator. in fact *any* SMS
> aggregator that uses SMPP is more or less compatible. btw if you combine
> the SMS gateway w/an asynch & you get a wicked fast SMS sending monster.
>
> i've had good experiences w/hostmysite & gateways.
>
> > far as I got) was that the test SMS server/device didn't want to send
> > messages no errors, just didn't send But I'lll try the tutorials
> on
>
> how do you know? did you start the test server? start the gateways?
> start the client "device" (smsclient.bat on a windows box)?
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246343
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: a little off topic: apache

2006-07-12 Thread Mark A Kruger
Doh!  ... Did you try the other config tip for apache Something or other
virutal *:80. (someone help me out here...) 

-Original Message-
From: Joe Velez [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 3:21 PM
To: CF-Talk
Subject: Re: a little off topic: apache

Tried that .. restarted both CF and Apache Didnt work :(

Anything else? :)


- Original Message -
From: "Mark A Kruger" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 12:41 PM
Subject: RE: a little off topic: apache


> Joe,
>
> Not strange... It may be that the "cacherealpath" attribute in your
Jrun.xml
> file may be set to true. Set it to false and restart.
>
> -mark
>
>
> -Original Message-
> From: Joe Velez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 2:44 PM
> To: CF-Talk
> Subject: a little off topic: apache
>
> I know this is not an Apache consultation group, but I'm happy with the
> responses from this list regarding CF, so I thought I'd contact you all
for
> some quick advice while I investigate the problem myself.
>
> I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.
>
> All of the servers are running fine except for one. Apache is up and
> running, however, the problem that occurs is that when Apache starts up
the
> first site to be accessed on the server will then appear for every other
> site on the server.
>
> Strange eh?
>
> Any ideas? I know the VirtualHost is set up fine.
>
> (minus extra lines, it didnt paste that well) # Start website1.com
> 06-07-2006
>
> 
>
> ServerAdmin [EMAIL PROTECTED]
>
> DocumentRoot "D:/path/to/site/directory/"
>
> ServerName website1.com
>
> ServerAlias www.website1.com
>
> 
>
> # End website1.com
>
> It's the same as all the others on other servers and at one time was
working
> fine. Now all of sudden it's not ... or maybe I just never noticed before
> because this particular server is fresh and only has a couple of sites on
> it.
>
> Any ideas, suggestions?
> Perhaps just a bad install of Apache???
>
> Thanks
>
>  Joe
>
>
>
>
>
> 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246342
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: a little off topic: apache

2006-07-12 Thread Rob Wilkerson
Go back to what Mark sent.  This was a "known issue" in MX 6.x on
multi-homed servers.

On 7/12/06, Joe Velez <[EMAIL PROTECTED]> wrote:
> Tried that .. restarted both CF and Apache
> Didnt work :(
>
> Anything else? :)
>
>
> - Original Message -
> From: "Mark A Kruger" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Wednesday, July 12, 2006 12:41 PM
> Subject: RE: a little off topic: apache
>
>
> > Joe,
> >
> > Not strange... It may be that the "cacherealpath" attribute in your
> Jrun.xml
> > file may be set to true. Set it to false and restart.
> >
> > -mark
> >
> >
> > -Original Message-
> > From: Joe Velez [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 12, 2006 2:44 PM
> > To: CF-Talk
> > Subject: a little off topic: apache
> >
> > I know this is not an Apache consultation group, but I'm happy with the
> > responses from this list regarding CF, so I thought I'd contact you all
> for
> > some quick advice while I investigate the problem myself.
> >
> > I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.
> >
> > All of the servers are running fine except for one. Apache is up and
> > running, however, the problem that occurs is that when Apache starts up
> the
> > first site to be accessed on the server will then appear for every other
> > site on the server.
> >
> > Strange eh?
> >
> > Any ideas? I know the VirtualHost is set up fine.
> >
> > (minus extra lines, it didnt paste that well) # Start website1.com
> > 06-07-2006
> >
> > 
> >
> > ServerAdmin [EMAIL PROTECTED]
> >
> > DocumentRoot "D:/path/to/site/directory/"
> >
> > ServerName website1.com
> >
> > ServerAlias www.website1.com
> >
> > 
> >
> > # End website1.com
> >
> > It's the same as all the others on other servers and at one time was
> working
> > fine. Now all of sudden it's not ... or maybe I just never noticed before
> > because this particular server is fresh and only has a couple of sites on
> > it.
> >
> > Any ideas, suggestions?
> > Perhaps just a bad install of Apache???
> >
> > Thanks
> >
> >  Joe
> >
> >
> >
> >
> >
> >
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246341
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Issues with Adboe web site and IE

2006-07-12 Thread Russ
You took the words right out of my mouth. 

Russ

> -Original Message-
> From: Mingo Hagen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 4:08 PM
> To: CF-Talk
> Subject: Re: Issues with Adboe web site and IE
> 
> Rick Root wrote:
> > Munson, Jacob wrote:
> >
> >> More OT:  Why are you using IE for your personal surfing?  ;)
> >>
> >
> > Because 80% of the people using my web sites here at work are IE people,
> > I find it easier to have IE be my primary browser at work.  For a while,
> > I had Firefox as my primary browser, and then once I forgot to test a
> > web site using IE, and it bit me in the arse.  So for work purposes,
> > it's IE first, Firefox second.
> Even more OT... The solution for that would be IETab
> (http://ietab.mozdev.org/)
> 
> Mingo
> 
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246340
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: a little off topic: apache

2006-07-12 Thread Joe Velez
Tried that .. restarted both CF and Apache
Didnt work :(

Anything else? :)


- Original Message - 
From: "Mark A Kruger" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 12:41 PM
Subject: RE: a little off topic: apache


> Joe,
>
> Not strange... It may be that the "cacherealpath" attribute in your
Jrun.xml
> file may be set to true. Set it to false and restart.
>
> -mark
>
>
> -Original Message-
> From: Joe Velez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 2:44 PM
> To: CF-Talk
> Subject: a little off topic: apache
>
> I know this is not an Apache consultation group, but I'm happy with the
> responses from this list regarding CF, so I thought I'd contact you all
for
> some quick advice while I investigate the problem myself.
>
> I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.
>
> All of the servers are running fine except for one. Apache is up and
> running, however, the problem that occurs is that when Apache starts up
the
> first site to be accessed on the server will then appear for every other
> site on the server.
>
> Strange eh?
>
> Any ideas? I know the VirtualHost is set up fine.
>
> (minus extra lines, it didnt paste that well) # Start website1.com
> 06-07-2006
>
> 
>
> ServerAdmin [EMAIL PROTECTED]
>
> DocumentRoot "D:/path/to/site/directory/"
>
> ServerName website1.com
>
> ServerAlias www.website1.com
>
> 
>
> # End website1.com
>
> It's the same as all the others on other servers and at one time was
working
> fine. Now all of sudden it's not ... or maybe I just never noticed before
> because this particular server is fresh and only has a couple of sites on
> it.
>
> Any ideas, suggestions?
> Perhaps just a bad install of Apache???
>
> Thanks
>
>  Joe
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246339
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Mingo Hagen
Rick Root wrote:
> Munson, Jacob wrote:
>   
>> More OT:  Why are you using IE for your personal surfing?  ;) 
>> 
>
> Because 80% of the people using my web sites here at work are IE people, 
> I find it easier to have IE be my primary browser at work.  For a while, 
> I had Firefox as my primary browser, and then once I forgot to test a 
> web site using IE, and it bit me in the arse.  So for work purposes, 
> it's IE first, Firefox second.
Even more OT... The solution for that would be IETab 
(http://ietab.mozdev.org/)

Mingo


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246338
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: size limit for cffile?

2006-07-12 Thread Ben Forta
With really big files you may not want to read the entire file into memory
the way  does. I've seen some folks user Java file i/o calls to get
around this, essentially inline Java calls to read the file line by line.
This will be slower, but, it'll work.

--- Ben


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 3:53 PM
To: CF-Talk
Subject: Re: size limit for cffile?

Well this isn't quite the same old question, and its my fault for not being
clear.  I'm asking strictly about the READ attribute.  I already have the
file placed on the server via SSH.

And the plot has thickened since I first posted.  What I am finding is I can
get the file into memory (an 89 mb file so far) but once its in there CF
doesn't have any playing-around room and crashes with an out-of-memory error
doing some after-read processing.

Am looking into how I can increase how much memory CF can address now.
 Server has 2gb and looks like I can't take more than 1.128gb.



On 7/12/06, Rick Root <[EMAIL PROTECTED]> wrote:
> Matt Robertson wrote:
> > I have a client who has the need to read in real big text files daily.
> >  100mb plus.  Anyone know what the functional limit is on cffile, if 
> > any?  Server has 2gb of RAM and is a dual Xeon.
> >
>
> If I were on another list, I'd just tell you to search the archives. 
> ;)
>
> but instead cuz this is a friendly list, I'll post some links to other 
> threads where this is discussed..
>
> http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:
> 13645
>
> http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:12/threadid
> :927
>
> and others..
>
> Rick
>
> 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246337
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Issues with Adboe web site and IE

2006-07-12 Thread Andy Matthews
Wow...

You're not kidding about losing RAM to that page. It took about 20 seconds
for it to load on my computer. And I can barely scroll.



-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 2:44 PM
To: CF-Talk
Subject: Re: Issues with Adboe web site and IE


You know what I think it isthat stupid animated feedback link in the
botttom
right.  When it moves my CPU spikes.  I bet they are using an alpha fade
instead
of tweening the tint for the transitions.

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246336
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: size limit for cffile?

2006-07-12 Thread Matt Robertson
Well this isn't quite the same old question, and its my fault for not
being clear.  I'm asking strictly about the READ attribute.  I already
have the file placed on the server via SSH.

And the plot has thickened since I first posted.  What I am finding is
I can get the file into memory (an 89 mb file so far) but once its in
there CF doesn't have any playing-around room and crashes with an
out-of-memory error doing some after-read processing.

Am looking into how I can increase how much memory CF can address now.
 Server has 2gb and looks like I can't take more than 1.128gb.



On 7/12/06, Rick Root <[EMAIL PROTECTED]> wrote:
> Matt Robertson wrote:
> > I have a client who has the need to read in real big text files daily.
> >  100mb plus.  Anyone know what the functional limit is on cffile, if
> > any?  Server has 2gb of RAM and is a dual Xeon.
> >
>
> If I were on another list, I'd just tell you to search the archives. ;)
>
> but instead cuz this is a friendly list, I'll post some links to other
> threads where this is discussed..
>
> http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:13645
>
> http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:12/threadid:927
>
> and others..
>
> Rick
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246335
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Issues with Adboe web site and IE

2006-07-12 Thread Munson, Jacob
> Munson, Jacob wrote:
> > More OT:  Why are you using IE for your personal surfing?  ;) 
> 
> Because 80% of the people using my web sites here at work are 
> IE people, 
> I find it easier to have IE be my primary browser at work.  
> For a while, 
> I had Firefox as my primary browser, and then once I forgot to test a 
> web site using IE, and it bit me in the arse.  So for work purposes, 
> it's IE first, Firefox second.

I've also got the same situation here at my job (for me is 100% IE), but
I still use Firefox for personal browsing.  But I do all of my site
dev/testing in IE.  It's just that I've got features in Firefox that I
can't live without for personal browsing.  But, I'm /not/ trying to
start another browser war, I was just joking around.  Please, everybody
just ignore me and get back to the original question.




This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246334
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: a little off topic: apache

2006-07-12 Thread Russ
Do you have the following line uncommented?
NameVirtualHost *:80

Also not sure if this matters, but my 

Russ

> -Original Message-
> From: Joe Velez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 3:44 PM
> To: CF-Talk
> Subject: a little off topic: apache
> 
> I know this is not an Apache consultation group, but I'm happy with the
> responses from this list regarding CF, so I thought I'd contact you all
> for some quick advice while I investigate the problem myself.
> 
> I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.
> 
> All of the servers are running fine except for one. Apache is up and
> running, however, the problem that occurs is that when Apache starts up
> the first site to be accessed on the server will then appear for every
> other site on the server.
> 
> Strange eh?
> 
> Any ideas? I know the VirtualHost is set up fine.
> 
> (minus extra lines, it didnt paste that well)
> # Start website1.com 06-07-2006
> 
> 
> 
> ServerAdmin [EMAIL PROTECTED]
> 
> DocumentRoot "D:/path/to/site/directory/"
> 
> ServerName website1.com
> 
> ServerAlias www.website1.com
> 
> 
> 
> # End website1.com
> 
> It's the same as all the others on other servers and at one time was
> working fine. Now all of sudden it's not ... or maybe I just never noticed
> before because this particular server is fresh and only has a couple of
> sites on it.
> 
> Any ideas, suggestions?
> Perhaps just a bad install of Apache???
> 
> Thanks
> 
>  Joe
> 
> 
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246333
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Bryan Stevenson
You know what I think it isthat stupid animated feedback link in the 
botttom 
right.  When it moves my CPU spikes.  I bet they are using an alpha fade 
instead 
of tweening the tint for the transitions.

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246332
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: FAQ?

2006-07-12 Thread Mark Drew
Without trying to harp on about it, if the "Add to FAQ" link worked  
in the way you described with CF version, Category, summary, etc as  
extra fields it would do the same job.

I dont know what Michael thinks about this (its his system after  
all :)) but I think that should be fairly easily implementable. Maybe  
some good karma points for the users that add more to the FAQ and get  
lots of "nudges" (we cant call them diggs, so nudges or HoFs?... hold  
on.. I dont want to be giving the David Hoff to anything!!!)


Just another jet-lagged idea brought to you by

MD




On 12 Jul 2006, at 19:42, Rick Faircloth wrote:

> I'm using the Office 2007 Beta 2 and it's got RSS folders built  
> right into
> Outlook.
> The RSS folders are still just one more place I have to plow  
> through to get
> info.
> I'd rather it come to my inbox.
>
> I wish there was some way to receive an email which was formatted in a
> certain
> way with information concerning, say, CF, was I had a reader that  
> would
> take the Title, Summary, Details, Category, Code, CF Version and  
> whatever
> else would be helpful
> and pull it into a database about CF for me.
>
> That way, all the sources of information that I subscribe to would  
> simply be
> parsed
> and loaded into my CF knowledgebase according to my needs.
>
> Perhaps a standard could be developed for content for such emails  
> and we
> could
> all use the repository code on our systems and developers could  
> send out
> coding tips,
> examples, working code, etc.
>
> Then we all just automatically start building a personal  
> knowledgebase to
> draw up and
> customize according to our coding style, version, etc.
>
> There's got to be a better way to share info, besides asking  
> questions over
> and over,
> searching Google, searching the various CF sites, or the House of  
> Fusion
> archives.
>
> It's just short of ridiculous that we who build content management  
> systems
> for others,
> haven't (or can't?) up with a standardized CMS system for our  
> community.
>
> Rick
>
>
>
> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 12:44 PM
> To: CF-Talk
> Subject: RE: FAQ?
>
> I don't know what Email client you use, but I know that Thunderbird  
> will
> check RSS feeds.  Then you /could/ have the new items come to your  
> inbox, so
> to speak.  :)
>
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246331
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: a little off topic: apache

2006-07-12 Thread Mark A Kruger
Joe,

Not strange... It may be that the "cacherealpath" attribute in your Jrun.xml
file may be set to true. Set it to false and restart.

-mark


-Original Message-
From: Joe Velez [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 2:44 PM
To: CF-Talk
Subject: a little off topic: apache

I know this is not an Apache consultation group, but I'm happy with the
responses from this list regarding CF, so I thought I'd contact you all for
some quick advice while I investigate the problem myself.

I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.

All of the servers are running fine except for one. Apache is up and
running, however, the problem that occurs is that when Apache starts up the
first site to be accessed on the server will then appear for every other
site on the server.

Strange eh?

Any ideas? I know the VirtualHost is set up fine. 

(minus extra lines, it didnt paste that well) # Start website1.com
06-07-2006



ServerAdmin [EMAIL PROTECTED]

DocumentRoot "D:/path/to/site/directory/"

ServerName website1.com

ServerAlias www.website1.com



# End website1.com

It's the same as all the others on other servers and at one time was working
fine. Now all of sudden it's not ... or maybe I just never noticed before
because this particular server is fresh and only has a couple of sites on
it.

Any ideas, suggestions?
Perhaps just a bad install of Apache??? 

Thanks

 Joe





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246330
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Bryan Stevenson
> Because 80% of the people using my web sites here at work are IE people,
> I find it easier to have IE be my primary browser at work.  For a while,
> I had Firefox as my primary browser, and then once I forgot to test a
> web site using IE, and it bit me in the arse.  So for work purposes,
> it's IE first, Firefox second.

Hear hear! RickIt still shocks me that the fact that the vast majority of 
the planet usesd IE escape many developers.  If your clients use it, then you 
had damn well better know about it and any of it's quirks.

In NOW WAY am I saying IE is  the best browser...just the most widely used.

>
> That being said, what the hell is Adobe doing that's racking up the CPU
> like that?  They should fix it!

Is there any Flash on that page?  I've seen Flash do this many times 
before...usually with alpha fades.

>
> rick

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246329
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Robertson-Ravo, Neil (RX)
He is just being the tiresome I hate Microsoft chump :-) there is nada wrong
with using IE. I am personally happy using IE 7 beta.







"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rick Root <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Wed Jul 12 20:27:15 2006
Subject: Re: Issues with Adboe web site and IE

Munson, Jacob wrote:
> More OT:  Why are you using IE for your personal surfing?  ;) 

Because 80% of the people using my web sites here at work are IE people, 
I find it easier to have IE be my primary browser at work.  For a while, 
I had Firefox as my primary browser, and then once I forgot to test a 
web site using IE, and it bit me in the arse.  So for work purposes, 
it's IE first, Firefox second.

That being said, what the hell is Adobe doing that's racking up the CPU 
like that?  They should fix it!

rick



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246328
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


a little off topic: apache

2006-07-12 Thread Joe Velez
I know this is not an Apache consultation group, but I'm happy with the 
responses from this list regarding CF, so I thought I'd contact you all for 
some quick advice while I investigate the problem myself.

I currently run CFMX6.1 w/ Apache MOD SSL on Win2k on several servers.

All of the servers are running fine except for one. Apache is up and running, 
however, the problem that occurs is that when Apache starts up the first site 
to be accessed on the server will then appear for every other site on the 
server.

Strange eh?

Any ideas? I know the VirtualHost is set up fine. 

(minus extra lines, it didnt paste that well)
# Start website1.com 06-07-2006



ServerAdmin [EMAIL PROTECTED]

DocumentRoot "D:/path/to/site/directory/"

ServerName website1.com

ServerAlias www.website1.com



# End website1.com

It's the same as all the others on other servers and at one time was working 
fine. Now all of sudden it's not ... or maybe I just never noticed before 
because this particular server is fresh and only has a couple of sites on it.

Any ideas, suggestions?
Perhaps just a bad install of Apache??? 

Thanks

 Joe



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246327
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: SVN Error

2006-07-12 Thread Rob Wilkerson
You might get more and/or better results on the Subversion mailing
list ([EMAIL PROTECTED]).  I'm just starting my Subversion
migration or I might be more help.  As it is, this is the best I can
do.  :-)

On 7/12/06, Richard Kroll <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> I keep having a recurring problem that I'm hoping someone can help me
> with.  I've got a server set up that has 'checked-out' my trunk from SVN
> and I set up a post-commit script to do a cleanup and update.  My
> problem is that the script keeps getting random errors and when I log
> into the machine I get the following error (not copied, but from
> memory):
>
>
>
> Cannot perform cleanup.  The path c:\mywebroot\mysite\.svn\tmp is
> invalid
>
>
>
> If I copy/paste the .svn\tmp directory from another path (it's empty)
> then the cleanup / update will work fine.  Anyone have any ideas why the
> ..svn\tmp folders randomly keep disappearing and why this would cause SVN
> to choke?
>
>
>
> Thanks,
>
> Rich Kroll
>
>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246326
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Paul Hastings
B V wrote:
> because at first I thought I couldn't compile a list of international
> carriers, and the CF SMS would have that, but apparently it might not even

clickatell.com is an international SMS aggregator. in fact *any* SMS 
aggregator that uses SMPP is more or less compatible. btw if you combine 
the SMS gateway w/an asynch & you get a wicked fast SMS sending monster.

i've had good experiences w/hostmysite & gateways.

> far as I got) was that the test SMS server/device didn't want to send
> messages no errors, just didn't send But I'lll try the tutorials on

how do you know? did you start the test server? start the gateways? 
start the client "device" (smsclient.bat on a windows box)?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246325
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Calendars

2006-07-12 Thread Steve LaBadie
Jordan,

Every time I run the SQL I get the following. 

#1064 - You have an error in your SQL syntax.  Check the manual that
corresponds to your MySQL server version for the right syntax to use
near '"user" (
"UID" character varying(20) NOT NULL,
"OID"

Steve

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 1:02 PM
To: CF-Talk
Subject: Re: Calendars

Steve LaBadie wrote:
> Has anyone had success with CF calendars?  What I would like to do is
> show events by type (i.e., all events, academic camps, athletic camps,
> music camps, other camps).   

http://calendar.viviotech.net/

Does that, and a bit more. Still in beta, as we haven't had too much
time to put into it lately. It was inspired by a calendar I made when I
was working at a Community College. They wanted a place to post their
events and a way to categorize them.

If we're pestered about it enough, we could probably be convinced to
release the version 1.0 we have almost done. It includes database
schemas for both MySQL and PostgreSQL, has an installation assistant,
and has better theme control as well as some bug fixes.

Hope this helps!

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246324
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Issues with Adboe web site and IE

2006-07-12 Thread Rick Root
Munson, Jacob wrote:
> More OT:  Why are you using IE for your personal surfing?  ;) 

Because 80% of the people using my web sites here at work are IE people, 
I find it easier to have IE be my primary browser at work.  For a while, 
I had Firefox as my primary browser, and then once I forgot to test a 
web site using IE, and it bit me in the arse.  So for work purposes, 
it's IE first, Firefox second.

That being said, what the hell is Adobe doing that's racking up the CPU 
like that?  They should fix it!

rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246323
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: SVN Error

2006-07-12 Thread Richard Kroll
Hey all,

I keep having a recurring problem that I'm hoping someone can help me
with.  I've got a server set up that has 'checked-out' my trunk from SVN
and I set up a post-commit script to do a cleanup and update.  My
problem is that the script keeps getting random errors and when I log
into the machine I get the following error (not copied, but from
memory):

 

Cannot perform cleanup.  The path c:\mywebroot\mysite\.svn\tmp is
invalid

 

If I copy/paste the .svn\tmp directory from another path (it's empty)
then the cleanup / update will work fine.  Anyone have any ideas why the
..svn\tmp folders randomly keep disappearing and why this would cause SVN
to choke?

 

Thanks,

Rich Kroll

 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246322
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Issues with Adboe web site and IE

2006-07-12 Thread Turetsky, Seth
Same here.  I saved the pagemaybe it's the 24 css files they are using.  
That would be fun trying to use

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 3:15 PM
To: CF-Talk
Subject: OT: Issues with Adboe web site and IE


the last couple days, I've noticed some really strange issues with 
Adobe's web site.

For example, I've got Internet Explorer open to the following page:

http://www.adobe.com/downloads/

No other programs are running besides my email client (Thunderbird)

And i'm sitting here watching my CPU usage spike to 50% and back down 
again, and the process doing the spoking is IEXPLORE.EXE

When I navigate off that page, I don't get the spikes anymore.

Anyone else seeing this?

rick



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246321
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-12 Thread B V
Thanks for your help. It actually does make sense just to send an email,
because at first I thought I couldn't compile a list of international
carriers, and the CF SMS would have that, but apparently it might not even
be compatible with canadian carriers, not to mention that if I ever got a
dedicated, I wouldn't have CF-ENT. In terms of problems the first thing (as
far as I got) was that the test SMS server/device didn't want to send
messages no errors, just didn't send But I'lll try the tutorials on
Daon Cooper's blog anyway for fun.

On 7/12/06, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> B V wrote:
> > can anyone point me to a good tutorial on sms text messages from
>
> start w/the cfdocs on this & test SMS server/device that ships w/cf.
>
> > configuring to sending the actual messages, because i am having so
> > many issues i don't even know where to start. thanks;
>
> what issues are you having?
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246320
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Issues with Adboe web site and IE

2006-07-12 Thread Munson, Jacob
More OT:  Why are you using IE for your personal surfing?  ;) 

> -Original Message-
> From: Rick Root [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 12, 2006 1:15 PM
> 
> the last couple days, I've noticed some really strange issues with 
> Adobe's web site.
> 
> For example, I've got Internet Explorer open to the following page:
> 
> http://www.adobe.com/downloads/
> 
> No other programs are running besides my email client (Thunderbird)
> 
> And i'm sitting here watching my CPU usage spike to 50% and back down 
> again, and the process doing the spoking is IEXPLORE.EXE
> 
> When I navigate off that page, I don't get the spikes anymore.
> 
> Anyone else seeing this?

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246319
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using same Apache instance for CF5 and CFMX7?

2006-07-12 Thread Larry Lyons
>Hi,
>
>On my local development machine, I've got CF5 running on Apache
>2.0.58(using the
>2.0.43-xx connector from http://home.nextron.ch/coldfusion/). Is it possible
>to use the same Apache instance for CFMX7, or will I need to install another
>Apache instance?
>
>I'm guessing I'd need to be able to specify a connector for each virtual
>host, but I don't know how/if that's possible.
>
>If it's not possible, I suppose I'd need to use different ports between CF5
>sites and CFMX7 sites, to specify which Apache I want to handle the
>request...
>
>Thanks,
>Jamie

I don't know about Apache 2.08, but it shouldn't be too hard, just create a 
virtual host that listens on a different port for each instance of CF. Charlie 
Arehart has a great article on how to set up CFMX, CF5 and BlueDragon on the 
same machine, http://cfdj.sys-con.com/read/42069_p.htm

hth, 
larry 

-- 
Larry C. Lyons 
Web Analyst 
BEI Resources 
American Type Culture Collection 
http://www.beiresources.org 
email: llyons(at)atcc(dot)org 
tel: 703.365.2700.2678

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246318
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using same Apache instance for CF5 and CFMX7?

2006-07-12 Thread Larry Lyons
>Hi,
>
>On my local development machine, I've got CF5 running on Apache
>2.0.58(using the
>2.0.43-xx connector from http://home.nextron.ch/coldfusion/). Is it possible
>to use the same Apache instance for CFMX7, or will I need to install another
>Apache instance?
>
>I'm guessing I'd need to be able to specify a connector for each virtual
>host, but I don't know how/if that's possible.
>
>If it's not possible, I suppose I'd need to use different ports between CF5
>sites and CFMX7 sites, to specify which Apache I want to handle the
>request...
>
>Thanks,
>Jamie

I don't know about Apache 2.08, but it shouldn't be too hard, just create a 
virtual host that listens on a different port for each instance of CF. Charlie 
Arehart has a great article on how to set up CFMX, CF5 and BlueDragon on the 
same machine, http://cfdj.sys-con.com/read/42069_p.htm

hth, 
larry 

-- 
Larry C. Lyons 
Web Analyst 
BEI Resources 
American Type Culture Collection 
http://www.beiresources.org 
email: llyons(at)atcc(dot)org 
tel: 703.365.2700.2678

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246317
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: Issues with Adboe web site and IE

2006-07-12 Thread Rick Root
the last couple days, I've noticed some really strange issues with 
Adobe's web site.

For example, I've got Internet Explorer open to the following page:

http://www.adobe.com/downloads/

No other programs are running besides my email client (Thunderbird)

And i'm sitting here watching my CPU usage spike to 50% and back down 
again, and the process doing the spoking is IEXPLORE.EXE

When I navigate off that page, I don't get the spikes anymore.

Anyone else seeing this?

rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246316
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calendars

2006-07-12 Thread Larry Lyons
>Has anyone had success with CF calendars?  What I would like to do is
>show events by type (i.e., all events, academic camps, athletic camps,
>music camps, other camps).   
>
> 
>
>Steve LaBadie, Web Manager
>East Stroudsburg University
>200 Prospect St.
>East Stroudsburg, Pa 18301
>570-422-3999
>[EMAIL PROTECTED]  
>http://www.esu.edu 

A while back I wrote an event calendar, with a fairly simple admin and css 
based display. It uses a access database for the events, but can easily be 
modified to use any database, I tried to keed the SQL fairly vanilla. You can 
see examples of the calendar at 
http://www.lyonsmorris.com/GLM/Calendar/index.cfm and 
http://www.mydinnercompany.com/schedule.cfm (BTW I didn't do this site, just 
supplied the calendar module). You can download the calendar app at http://www. 
lyonsmorris.com/test/calendar.zip.

You may want to check out Simon Horwith's Calendar API. Its readily adaptable 
to what you need. You can read about it and download it at his site: 
http://www.horwith.com/index.cfm?mode=entry&entry=C8837FD9-E081-0478-47F93823F4029950
 and for the wrap challenged: http://www.antiwrap.com/?1011

There was also a threat about this about 5 weeks ago that listed some other 
event calendar systems: http://www.antiwrap.com/?1032  

hth, 
larry 

--
Larry C. Lyons 
Web Analyst 
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246315
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Richard Kroll
I know I'd sign up for notification for when new tips are added.  I know
I don't check back that often, only when a need arises and I'm looking
for a solution.

My 2 cents,
Rich

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 11:00 AM
To: CF-Talk
Subject: Re: FAQ?

I've considered a Subscribe mode for people who want to get informed
on each entry. Since the site has an RSS feed I figured it wasn't
quite as critical. But it would be nice to add email notification.

On 7/12/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> I try all the time to convince my clients that while being on the
Internet
> on a website is a must, it's more important for marketing to be in
people's
> inboxes.
>
> Why not set up a "Tip of the Day" (or "Tip of the Week") and deliver
it to
> subscriber's inboxes, where they can then save the tips to
> archives...searchable
> on their own systems.
>
> Also, when new tips are added, automatic email notice goes out to all
> subscribers
> with information about the tip.
>
> Why wait for them to go to the site?  Take the material to
them...you're
> traffic will
> pick up a lot, I'll wager, too...
>
> Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246314
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Forum

2006-07-12 Thread Ken Ferguson
Well, I'm guessing you could set up CFMBB or Galleon in no time at all 
and write an extension to support posting by email in a day or two. That 
keeps you well within your 7 day window and fits the budget quite nicely 
to boot. If you don't have time to do it yourself, I'm sure someone on 
this list (like me for example) would be perfectly willing to write it 
for you and still save you a truckload of money over paying for 
something like FuseTalk, the Standard Edition of which is an outrageous $3K.

*
Ken Ferguson
214.636.6126
*






Raymond Camden wrote:
> While Galleon doesn't support it, I did release an update (version
> 1.6) about 120 seconds ago.
>
>
> On 7/12/06, Phill B <[EMAIL PROTECTED]> wrote:
>   
>> I have been given the task of finding and setting up a forum for our
>> dealers to use. I need to get some thing up and running in the next 7
>> days.
>>
>> Any other suggestions besides that ones Galleon, Fuse Talk and CFMBB
>> that are still being developed?
>>
>> Galleon ColdFusion Forums
>> http://ray.camdenfamily.com/projects/galleon/
>> 
>
>
> ===
> Raymond Camden, Vice President of Technology for roundpeg
>
> Email: [EMAIL PROTECTED]
> Blog : ray.camdenfamily.com
> AOL IM   : cfjedimaster
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246313
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: Website crawler and spell checker

2006-07-12 Thread Burns, John D
Anyone know of a web-based or client-based websites crawler/checker that
will crawl an entire site and look for misspellings and broken links?
I'd prefer something free if anyone knows of one.

 

John Burns



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246312
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Rick Faircloth
I'm using the Office 2007 Beta 2 and it's got RSS folders built right into
Outlook.
The RSS folders are still just one more place I have to plow through to get
info.
I'd rather it come to my inbox.

I wish there was some way to receive an email which was formatted in a
certain
way with information concerning, say, CF, was I had a reader that would
take the Title, Summary, Details, Category, Code, CF Version and whatever
else would be helpful
and pull it into a database about CF for me.

That way, all the sources of information that I subscribe to would simply be
parsed
and loaded into my CF knowledgebase according to my needs.

Perhaps a standard could be developed for content for such emails and we
could
all use the repository code on our systems and developers could send out
coding tips,
examples, working code, etc.

Then we all just automatically start building a personal knowledgebase to
draw up and
customize according to our coding style, version, etc.

There's got to be a better way to share info, besides asking questions over
and over,
searching Google, searching the various CF sites, or the House of Fusion
archives.

It's just short of ridiculous that we who build content management systems
for others,
haven't (or can't?) up with a standardized CMS system for our community.

Rick



-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 12:44 PM
To: CF-Talk
Subject: RE: FAQ?

I don't know what Email client you use, but I know that Thunderbird will
check RSS feeds.  Then you /could/ have the new items come to your inbox, so
to speak.  :) 






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246311
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: FAQ?

2006-07-12 Thread Robyn
Have you considered using a group-wide wiki for this?  The CSS list that 
I read has a great wiki site that allows users to compile frequently 
used formats, different hacks, etc.  Check it out for ideas:
http://css-discuss.incutio.com/

Mingo Hagen wrote:
> Hi all,
> 
> Is there a place to get stuff settled (and don't say the cf-talk search 
> function), stuff like what is the best wysiwyg editor (FCK, HTMLArea, 
> TinyMCE, etc.), what kind of encryption to use (PGP, GPG), what 
> mailserver works best with CF, what FTP server, any other unsettled 
> issues? And all that geared towards coldfusion. Perhaps a place were 
> users can vote, and add explanations as to why they choose A over B.
> 
> If there's not such a place, is there any interest in it?
> 
> 
> Mingo.
> 
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246310
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: FAQ?

2006-07-12 Thread Michael E. Carluen
What I find most helpful when buying consumer electronics has always been to
dig up a copy Consumer Reports. They always have a table that lists the
competing products with a side by side comparison feature sets or even when
the feature I need even exists or not.

Similarly when choosing with CF tool to use (ie CFAJAX, AJAXCFC, JSMX
etc...)., I often use the same approach- but doing the side by side list on
my own. After that, my first criteria in the decision process has always
been to jump into the HoF archives, and know who is using what (ie what most
CF gods use, and you know who you are  ;-)) and what the general consensus
and bias are from the CF Community at large.  Consensus does weigh-in quite
a bit.  I expect no "best" at something, but rather what has already been
proven in a given real world scenario.

Once I have narrowed into the tool that ranks high on my list, only then
does FAQs, implementation How-to's, and Cookbooks become a big part of the
decision process.

It would definitely be helpful if there is a place for that side-by-side
list.

My 2 cents.

Michael



> -Original Message-
> From: Mingo Hagen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 8:25 AM
> To: CF-Talk
> Subject: Re: FAQ?
> 
> Your site addresses the 'how do i do this or that' question. What I want
> is a place where I can go to answer the 'what tools are there for my
> problem'.
> In order to find out what the _right_ tools are for a certain job, you
> need to at least know _which_ tools there are and to help you find out
> if they fit your job it helps to read about what other coldfusion
> programmers' experience has been with them.
> Is that a possible extension to the cfcookbook project, a library of
> cf-related tools with user experiences?
> 
> Mingo.
> ps. I'm promoting your site to my (not too many) coworkers.
> 
> 
> 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246309
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Ken Ketsdever
I love HOF, and am thankful to the Dinowitz's and all those who
contribute. However, I have never found the search functionality of the
site to be very helpful.  I think this idea would make the site much
friendlier for finding the answer to whatever it is you are looking for.



>>
I still think the ability to mark a thread as a good solution to
something
and add a title (like digg) would help.

Something along the lines of clicking on the signature of one post,
adding
the title "Which WYSIWYG editors should I use?" and posting it to the
FAQ,
it would would check to see if that thread is in the FAQ already, warn
you,
let you know what title it went under (so that if the thread solves
multiple
problems it can have another title) and allow you to add a new title or
cancel.

The FAQ entries can then just have something like digg uses which people
that have used the FAQ can vote by saying if it was useful and answered
the
question.

Not hard to set up I would guess, but I know Michael has the time, but
this
would be a useful feature and limit the number of "search for it bozo"
and
replace it with "look in the FAQ bozo" remarks. (ok, you dont need to
add
bozo, you could add whatever remark you want)

MD

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246308
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: FAQ?

2006-07-12 Thread Mingo Hagen
Nice analogy ;)
It would also limit the amount of times the same discussion occurs (or 
is it recurs), although it is fun to watch the frameworkswar.


Munson, Jacob wrote:
> Yeah, that does sound like a good idea.  Especially if this new FAQ were
> publicly available, so that people that don't want to drink from the
> firehose (i.e., subscribe to cf-talk) can still access it.  :)
>   



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246307
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Calendars

2006-07-12 Thread Steve LaBadie
Jordan, thanks very much for the info.  Looks cool :)

Steve

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 1:02 PM
To: CF-Talk
Subject: Re: Calendars

Steve LaBadie wrote:
> Has anyone had success with CF calendars?  What I would like to do is
> show events by type (i.e., all events, academic camps, athletic camps,
> music camps, other camps).   

http://calendar.viviotech.net/

Does that, and a bit more. Still in beta, as we haven't had too much
time to put into it lately. It was inspired by a calendar I made when I
was working at a Community College. They wanted a place to post their
events and a way to categorize them.

If we're pestered about it enough, we could probably be convinced to
release the version 1.0 we have almost done. It includes database
schemas for both MySQL and PostgreSQL, has an installation assistant,
and has better theme control as well as some bug fixes.

Hope this helps!

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246306
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: FAQ?

2006-07-12 Thread Munson, Jacob
Yeah, that does sound like a good idea.  Especially if this new FAQ were
publicly available, so that people that don't want to drink from the
firehose (i.e., subscribe to cf-talk) can still access it.  :)

> -Original Message-
> From: Mark Drew [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 12, 2006 11:46 AM
> 
> I still think the ability to mark a thread as a good solution 
> to something
> and add a title (like digg) would help.
> 
> Something along the lines of clicking on the signature of one 
> post, adding
> the title "Which WYSIWYG editors should I use?" and posting 
> it to the FAQ,
> it would would check to see if that thread is in the FAQ 
> already, warn you,
> let you know what title it went under (so that if the thread 
> solves multiple
> problems it can have another title) and allow you to add a 
> new title or
> cancel.
> 
> The FAQ entries can then just have something like digg uses 
> which people
> that have used the FAQ can vote by saying if it was useful 
> and answered the
> question.
> 
> Not hard to set up I would guess, but I know Michael has the 
> time, but this
> would be a useful feature and limit the number of "search for 
> it bozo"  and
> replace it with "look in the FAQ bozo" remarks. (ok, you dont 
> need to add
> bozo, you could add whatever remark you want)

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246305
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: FAQ?

2006-07-12 Thread Mark Drew
I still think the ability to mark a thread as a good solution to something
and add a title (like digg) would help.

Something along the lines of clicking on the signature of one post, adding
the title "Which WYSIWYG editors should I use?" and posting it to the FAQ,
it would would check to see if that thread is in the FAQ already, warn you,
let you know what title it went under (so that if the thread solves multiple
problems it can have another title) and allow you to add a new title or
cancel.

The FAQ entries can then just have something like digg uses which people
that have used the FAQ can vote by saying if it was useful and answered the
question.

Not hard to set up I would guess, but I know Michael has the time, but this
would be a useful feature and limit the number of "search for it bozo"  and
replace it with "look in the FAQ bozo" remarks. (ok, you dont need to add
bozo, you could add whatever remark you want)

MD

On 7/12/06, Munson, Jacob <[EMAIL PROTECTED]> wrote:
>
> > There are MANY resources for CF out there, but I think you'll
> > have a hard time
> > finding any such repository.
> >
> > I say this because all of your items require opinions for answers.
> >
> > If folks could post "why", then you just end up with a mess
> > instead of what you
> > seem to be aiming for..."in this situation use this"
>
>
-- 
Mark Drew
http://www.markdrew.co.uk/blog/


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246304
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: size limit for cffile?

2006-07-12 Thread Rick Root
Matt Robertson wrote:
> I have a client who has the need to read in real big text files daily.
>  100mb plus.  Anyone know what the functional limit is on cffile, if
> any?  Server has 2gb of RAM and is a dual Xeon.
> 

If I were on another list, I'd just tell you to search the archives. ;)

but instead cuz this is a friendly list, I'll post some links to other 
threads where this is discussed..

http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:13645

http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:12/threadid:927

and others..

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246303
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Paul Hastings
B V wrote:
> can anyone point me to a good tutorial on sms text messages from

start w/the cfdocs on this & test SMS server/device that ships w/cf.

> configuring to sending the actual messages, because i am having so
> many issues i don't even know where to start. thanks;

what issues are you having?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246302
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-12 Thread Munson, Jacob
> If everyone on the list goes to the FusionDebug page and 
> registers for the beta or says that they are interested then 
> maybe it'll show such a groundswell of interest that they'll 
> take my suggestion to heart:
> http://www.fusion-reactor.com/fusiondebug

How do you register for the beta?  I've registered to be notified when
it's released, is that what you meant?  I'd love to get my hands on the
beta, but I don't see how.


--

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246301
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Josh Nathanson
Thanks for that John.  Maybe someone on this list with Nextel could do a 
test, send themselves a text message to that address and see if it works. 
That would be awesome.

-- Josh



- Original Message - 
From: "Burns, John D" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, July 12, 2006 9:48 AM
Subject: RE: sms msg and euent gateways


> Sprint: [EMAIL PROTECTED]
>
> At least that's what it has been to this point. I came over as legacy
> sprint so I'm not sure if Nextel is something different or if they're
> going to move everything to one domain or what in the future.
>
> John Burns
>
> -Original Message-
> From: Josh Nathanson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 12:43 PM
> To: CF-Talk
> Subject: Re: sms msg and euent gateways
>
> I've been compiling a list of the various US telecom providers' email to
> sms
> addresses, here it is, this will save you some time.  If anyone has more
> to
> add (especially Sprint) please post.
>
> Qwest: [EMAIL PROTECTED]
> Verizon: [EMAIL PROTECTED]
> Virgin Mobile: [EMAIL PROTECTED]
> Cingular: [EMAIL PROTECTED]
> Alltel: [EMAIL PROTECTED]
> TMobile: [EMAIL PROTECTED]
> Sprint: 
>
> -- Josh
>
>
>
>
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Wednesday, July 12, 2006 9:29 AM
> Subject: RE: sms msg and euent gateways
>
>
>> If you don't know where to start, make it simple.
>>
>> Almost every SMS provider provides email to SMS conversion. I think
> sprint
>> is (phone number)@sprint.net (I think).
>>
>> Just send an email to whatever address and that will work fine.
>>
>> If you want to process INCOMMING SMS messages, that's a bit more
> difficult
>> and I don't know how to do that.
>>
>> Original Message:
>> -
>> From: B V [EMAIL PROTECTED]
>> Date: Wed, 12 Jul 2006 11:23:24 -0500
>> To: cf-talk@houseoffusion.com
>> Subject: sms msg and euent gateways
>>
>>
>> can anyone point me to a good tutorial on sms text messages from
>> configuring to sending the actual messages, because i am having so
>> many issues i don't even know where to start. thanks;
>>
>>
>>
>>
>
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246300
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Forum

2006-07-12 Thread Raymond Camden
While Galleon doesn't support it, I did release an update (version
1.6) about 120 seconds ago.


On 7/12/06, Phill B <[EMAIL PROTECTED]> wrote:
> I have been given the task of finding and setting up a forum for our
> dealers to use. I need to get some thing up and running in the next 7
> days.
>
> Any other suggestions besides that ones Galleon, Fuse Talk and CFMBB
> that are still being developed?
>
> Galleon ColdFusion Forums
> http://ray.camdenfamily.com/projects/galleon/


===
Raymond Camden, Vice President of Technology for roundpeg

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
AOL IM   : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246299
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-12 Thread Michael Dinowitz
I once read in a book that the middle of the second quarter is when 
corporations make their major changes to affect the rest of the business year. 
The date is perfect for that especially as the increase is not a one time thing 
but a standard (and growing) trend.
There was no news, no events, nothing that should have caused it.

As for distribution, I did an analysis of the American numbers and they are 
actually fairly evenly distributed across the board. I'll have to do the same 
for others on a longer scale. 

Of course, it might be those Iranian CF programmers coming in (We have Iran, 
UAS, Mongolia and even stranger places to see CF being used.)

>Mikey said:
>> I'll also be showing off the House of Fusion Google Analytics 
>> stats at the NYCFUG which implies a 
>> strong growth in ColdFusion interest on the net (since May 
>> 16th to be exact). 
>
>So what are your thoughts on happened on or shortly before May 16th to
>trigger this increased activity?
>
>How are the stats distributed geographically?
>
>George

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246298
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-12 Thread Robertson-Ravo, Neil (RX)
Cool, will register :)

Thanks Michael!






"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: CF-Talk 
Sent: Wed Jul 12 17:59:55 2006
Subject: Re: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

I was told a suggested price point between $300 and $399 and I've been
talking to them and saying that a price point of $250 would be one that
developers would be 'happier' about. I feel a bit bad 'stepping into' their
business but I'm trying to play both sides. I want them to succeed and I
want the community to get something that they need without (much) pain. 
If everyone on the list goes to the FusionDebug page and registers for the
beta or says that they are interested then maybe it'll show such a
groundswell of interest that they'll take my suggestion to heart:
http://www.fusion-reactor.com/fusiondebug

Also, you may be able to apply the Fusion Authority Quarterly Update
subscription discount to it. Not 100% sure on that at the moment, but you
never know. :)
http://www.fusion-reactor.com/cfunited06/

>Anybody know what the cost of the debug plugin will be? Ballpark?
>
>On 7/11/06, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]>
>wrote:
>>



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246297
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: FAQ?

2006-07-12 Thread Munson, Jacob
> There are MANY resources for CF out there, but I think you'll 
> have a hard time 
> finding any such repository.
> 
> I say this because all of your items require opinions for answers.
> 
> If folks could post "why", then you just end up with a mess 
> instead of what you 
> seem to be aiming for..."in this situation use this"

I think this is a very good idea for a new community resource someone
should build.  I think the idea of allowing people to rate stuff would
help take care of the 'mess' you mentioned.  Similar to Amazon.com, you
could look at the frameworks section, for example, and see a star rating
for each item.  You could also see user comments sorted by highest
rating (people could rate the comments).  If the site had a blog
attached to it, the maintainer could keep people informed about the
site, which would also help keep it current and accurate.  Especially if
the blog is aggregated by feed-squirrel, mxna, and fullasagoog.


---

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246296
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: FAQ?

2006-07-12 Thread Munson, Jacob
I don't know what Email client you use, but I know that Thunderbird will
check RSS feeds.  Then you /could/ have the new items come to your
inbox, so to speak.  :) 

> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 12, 2006 9:26 AM
> 
> RSS is fine...but I find that I don't use them that much even 
> when I've
> subscribed...it's just something else I have to check.  I 
> prefer all the
> information
> I need to consolidate 
> in my inbox...

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246295
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calendars

2006-07-12 Thread Jordan Michaels
Steve LaBadie wrote:
> Has anyone had success with CF calendars?  What I would like to do is
> show events by type (i.e., all events, academic camps, athletic camps,
> music camps, other camps).   

http://calendar.viviotech.net/

Does that, and a bit more. Still in beta, as we haven't had too much
time to put into it lately. It was inspired by a calendar I made when I
was working at a Community College. They wanted a place to post their
events and a way to categorize them.

If we're pestered about it enough, we could probably be convinced to
release the version 1.0 we have almost done. It includes database
schemas for both MySQL and PostgreSQL, has an installation assistant,
and has better theme control as well as some bug fixes.

Hope this helps!

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246294
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Jason Radosevich
sprint is[EMAIL PROTECTED]

On 7/12/06, Dave Carabetta <[EMAIL PROTECTED]> wrote:
> On 7/12/06, B V <[EMAIL PROTECTED]> wrote:
> > can anyone point me to a good tutorial on sms text messages from
> > configuring to sending the actual messages, because i am having so
> > many issues i don't even know where to start. thanks;
> >
>
> Hit up Damon Cooper's blog and search for "sms" ... You'll find a few
> entries that should help you out.
>
> Regards,
> Dave.
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246293
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-12 Thread Michael Dinowitz
I was told a suggested price point between $300 and $399 and I've been talking 
to them and saying that a price point of $250 would be one that developers 
would be 'happier' about. I feel a bit bad 'stepping into' their business but 
I'm trying to play both sides. I want them to succeed and I want the community 
to get something that they need without (much) pain. 
If everyone on the list goes to the FusionDebug page and registers for the beta 
or says that they are interested then maybe it'll show such a groundswell of 
interest that they'll take my suggestion to heart:
http://www.fusion-reactor.com/fusiondebug

Also, you may be able to apply the Fusion Authority Quarterly Update 
subscription discount to it. Not 100% sure on that at the moment, but you never 
know. :)
http://www.fusion-reactor.com/cfunited06/

>Anybody know what the cost of the debug plugin will be? Ballpark?
>
>On 7/11/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]>
>wrote:
>>

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246292
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


size limit for cffile?

2006-07-12 Thread Matt Robertson
I have a client who has the need to read in real big text files daily.
 100mb plus.  Anyone know what the functional limit is on cffile, if
any?  Server has 2gb of RAM and is a dual Xeon.

-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246291
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >