Re: CFMX7: Application.cfc and FuseBox/MachII

2005-02-07 Thread Sean Corfield
On Mon, 7 Feb 2005 23:35:00 -0800, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> With Fusebox, little will change.

Yeah, it's kinda difficult to say since Fusebox has somewhat
deliberately decided not to use Application.cfm except to redirect to
index.cfm. In FB4, there was myGlobals.cfm and the globals plugin
which typically managed application variable setup. In FB41, there is
fusebox.init.cfm which does the same thing. The principle is sound -
keep the code inside the framework - and FB has always tried to be
cross-platform. That means FB is unlikely to take direct advantage of
Application.cfc.

Mach II is a different beast and was always designed with CF as the
primary target. Ben, Hal and I talked about a 2.0 version to leverage
Blackstone and Application.cfc would be an obvious feature to take
advantage of except that Mach II already manages the initialization of
CFC at application startup...
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


RE: CFMX 7 feature breakdown

2005-02-07 Thread Micha Schopman
He made a well argumented comment, don't shoot him immediately for it.
Management here said exactly the same as he did :)

What he meant is that competition in that part of the market is so high,
it is virtually impossible to compete. Besides the .NET shares, the PHP
share in the lower end market is really high. PHP started as a simple
language, but evolved into a stable and robust language with the same
capabilities as it's competitors. 

And once you have worked with PHP the unique selling point of ColdFusion
"development speed" doesn't matter, because you can develop as fast in
PHP as in ColdFusion :) What will matter, is the level of functionality
you can give developers to compete with. Featuresets of competitors are
pretty huge these days, and ColdFusion has some things others don't
have, but the same thing counts for those competitors.

You might ask yourself the question, what am I going to respond to a
customer saying "Why would I pay for ColdFusion if I can get A, B, or C
for free?". Only in specific cases you can throw it on ColdFusion
specific functionality, but even then boxing up against free publicity
marketed languages is very hard for an Account Manager.

Just to clear things up :) I know this issue pops up regularly, but it
isn't something you have to put away beneath the soil. I think it needs
attention, but that attention is expensive, and requires strong product
strategy. :)


Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: maandag 7 februari 2005 18:17
To: CF-Talk
Subject: Re: CFMX 7 feature breakdown

Matt Wisdom wrote:
> 
>
http://www.macromedia.com/software/coldfusion/productinfo/product_editio
ns/
> 
> It's quite clear from the breakdown of features that MM has written
off the
> "standard" edition market. 

I think you should read EVERYTHING on that page, particular the 
paragraph about Standard before making a ridiculous statement like that:

"ColdFusion MX 7 Standard is the solution for delivering a powerful 
website or application on a single server. It features all the RAD 
development capabilities of ColdFusion, powerful new features such as 
PDF and FlashPaper document generation, rich flash forms, structured 
business reporting, and more-all in an easy-to-manage configuration that

is ideal for small to medium-sized businesses."

  - Rick





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

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


Re: CFMX7: Application.cfc and FuseBox/MachII

2005-02-07 Thread Barney Boisvert
With Fusebox, little will change.  Previously, you did something like
this in index.cfm:



  
...

  
  
  
  


Now you can move most of that (well, all of it, really) into
Application.cfc instead.  Your Fusebox application itself will remain
completely untouched.

I suspect that Mach-II will not leverage Application.cfc for the
framework itself either, at least for a while.  Application.cfc can
definitely help you do things in a better way, but it doesn't really
provide much that you can't accomplish in another way (the session
events are the main exception).  Consequently, the benefits aren't
enough to make losing CF 6 compatibility reasonable.  Again, you can
certainly leverage it for your own ends though, outside the framework.

cheers,
barneyb

On Mon, 7 Feb 2005 07:55:55 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote:
> Any speculation or thoughts on how the new Application.cfc functionality
> might benefit the two larger frameworks?
> 

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

Got Gmail? I have 50 invites.

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

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


CFMX7: Application.cfc and FuseBox/MachII

2005-02-07 Thread Calvin Ward
Any speculation or thoughts on how the new Application.cfc functionality
might benefit the two larger frameworks?



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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Sean Corfield
On Tue, 08 Feb 2005 01:46:33 -0400, Ryan Jones <[EMAIL PROTECTED]> wrote:
> Do I understand correctly that one can use the free developer version of CFMX 
> 7, build Coldfusion apps, and then deploy them to a server which has Tomcat 
> running and they will work?  All without shelling out for CFMX software for 
> the server?

When you package up an application with the CF runtime, you can enter
a serial number. If you do not enter a serial number, the resulting
WAR file will be a developer edition.
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


other cfm 7 goodies

2005-02-07 Thread dave

dont forget to also get the extesions for dreamweaver and homesite!

 the cfc stuff is quite nice!
 and being able to add dsn connections without going into cfadmin is nice yoo
 i never did try the login wizard, has anyone? 

  
http://www.macromedia.com/software/coldfusion/productinfo/features/static_tour/development/dw_ext.html
 http://www.macromedia.com/software/coldfusion/downloads/
   



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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Ryan Jones
>You can create a WAR or EAR file that contains your CF application and
>everything necessary to run it and then just deploy the WAR/EAR to a
>clean install of JRun, WebLogic, WebSphere, Tomcat etc that has never
>seen ColdFusion.

Do I understand correctly that one can use the free developer version of CFMX 
7, build Coldfusion apps, and then deploy them to a server which has Tomcat 
running and they will work?  All without shelling out for CFMX software for the 
server?

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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Sean Corfield
On Mon, 7 Feb 2005 22:18:08 -0500, Vince Bonfanti <[EMAIL PROTECTED]> wrote:
> Wow. Just like BlueDragon. (Sorry, couldn't resist).

Except that BlueDragon doesn't compile to Java bytecode. (Sorry,
couldn't resist :)
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


Re: CFMX 7 - Multiple Instances

2005-02-07 Thread Sean Corfield
Use the JMC (admin server) to set the document root for the Macromedia
ColdFusion MX web application to the desired path.

On Mon, 7 Feb 2005 22:48:56 -0500, Michael T. Tangorre
<[EMAIL PROTECTED]> wrote:
> I installed the final release of CFMX 7 using the "Multiserver
> Configuration". This is what we will be doing at work once we upgrade so I
> need to familiarize myself with how it all works. Anway, the install went
> very smoothly. I have 3 instances running that correspond to sites I have on
> my dev box: siteA, siteB, siteC. Now, if the webroot for my default IIS
> website is G:\ which is where all my apps are stored and I created the
> instances of the CF servers under C:\JRun4\servers, how do I point the
> server to look at an app on G:\?
> 
> For instance:
> 
> C:\JRun4\servers\cfcoder
> G:\cfcoder
>

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

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


Re: CFMX 7 - Multiple Instances

2005-02-07 Thread Dave Carabetta
On Mon, 7 Feb 2005 22:48:56 -0500, Michael T. Tangorre
<[EMAIL PROTECTED]> wrote:
> I installed the final release of CFMX 7 using the "Multiserver
> Configuration". This is what we will be doing at work once we upgrade so I
> need to familiarize myself with how it all works. Anway, the install went
> very smoothly. I have 3 instances running that correspond to sites I have on
> my dev box: siteA, siteB, siteC. Now, if the webroot for my default IIS
> website is G:\ which is where all my apps are stored and I created the
> instances of the CF servers under C:\JRun4\servers, how do I point the
> server to look at an app on G:\?
> 
> For instance:
> 
> C:\JRun4\servers\cfcoder
> G:\cfcoder
> 
> When I got to http://localhost:8103/cfcoder/index.cfm it looks in the
> C:\JRun4\servers\cfcoder\ folder. Is there anyway to have it look at
> G:\cfcoder ?
> 

Unless things have changed in CFMX 7, and I don't believe they have in
this particular case, in the WEB-INF directory under your server
instance, you'll need to open the jrun-web.xml and specify the path to
your web root in there using a virtual mapping:


   /*
   g:/cfcoder


Restart your MX instance after making that change and you should be fine.

Regards,
Dave.

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

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

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


Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Simon Horwith
Yes- always specifying types is definitely a best practice.  I haven't 
noticed any QoQ performance degradation in CFMX 7 at all... and I've 
been doing a lot of building the queries from scratch in my testing.

~Simon

Simon Horwith
CIO, AboutWeb - http://www.aboutweb.com
Editor-in-Chief, ColdFusion Developers Journal
Member of Team Macromedia
Macromedia Certified Master Instructor
Blog - http://www.horwith.com




James Holmes wrote:

>That sounds like a new "best practice" - always specify a columntypelist for
>CF7 queryNew() calls.
>
>-Original Message-
>From: Jay McEntire [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, 8 February 2005 12:30 
>To: CF-Talk
>Subject: Re: CF MX Performance Hit -- Amy I the first to notice? QoQ
>
>LOL, i found out what it was.
>
>You can specify 'columntypelist' in the queryNew function.  Its optional,
>but not specifying any data type put a significant increase in load time.
>
>Insteresting.good to know.  
>
>

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

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

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


Re: How to access HTTP header variables in CF 4.5

2005-02-07 Thread Bettina Gill
> That should work, actually. Since it doesn't, ...

Aha!  I found it.  It was a configuration issue on IIS.  I had to disable 
"Integrated Windows authentication" on the .cfm file in order for the 
HTTP_AUTHORIZATION to be properly populated.

Thanks very much for your help.

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

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

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


RE: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread James Holmes
That sounds like a new "best practice" - always specify a columntypelist for
CF7 queryNew() calls.

-Original Message-
From: Jay McEntire [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 8 February 2005 12:30 
To: CF-Talk
Subject: Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

LOL, i found out what it was.

You can specify 'columntypelist' in the queryNew function.  Its optional,
but not specifying any data type put a significant increase in load time.

Insteresting.good to know.  

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

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


Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Jay McEntire
LOL, i found out what it was.

You can specify 'columntypelist' in the queryNew function.  Its
optional, but not specifying any data type put a significant increase
in load time.

Insteresting.good to know.  


On Mon, 7 Feb 2005 21:21:33 -0700, Jay McEntire <[EMAIL PROTECTED]> wrote:
> Try the 2 links again.
> 
> I had forgotten that cfttrace doesn't work unless you have debug priveledges.
> 
> Ive populated the execution times for the qoqs during runtime and used
> cfflush to spit them out in realtime
> 
> Here is the app running on 6.1 (same server)
> http://eureka.ext.usu.edu/spider.cfm?q=61&c=test
> 
> Here is the app running on 7 (same server)
> http://testext.usu.edu/spider.cfm?q=61&c=test
> 
> On Mon, 7 Feb 2005 21:37:16 -0600, Aaron Rouse <[EMAIL PROTECTED]> wrote:
> > I agree that it is hard to answer the question, just wanted to point
> > out that I was noticing the differences in speed.
> >
> > On Tue, 8 Feb 2005 03:31:09 -, Paul Vernon
> > <[EMAIL PROTECTED]> wrote:
> > > > The second link for me did take a noticeably longer time to load than 
> > > > the
> > > first.  The first kind of came up almost immediately.
> > >
> > > Strange, I tested 2 or 3 times and it was about the same... I test now and
> > > there is a marked difference My comments however still stand. Without
> > > knowing how big the original data set is what the queries look like and 
> > > also
> > > the not knowing exactly how the inner workings of QoQ function, it's a bit
> > > of a tricky question to answer as to whether there are any ways to improve
> > > the situation.
> > >
> > > Paul
> > >
> > >
> >
> > 

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

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


RE: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Paul Vernon
Those times look like overheads to me... Out of interest, how big is your
original dataset? Do these times differ significantly if the size of the
result set changes? How wide is the result set and how many rows does it
have in general? 

The next thing to ask is Is there a good solid reason why you need so
many QoQ's in a single execution? Can you not do the same work using the
underlying DBs SQL. What DB are you running against?

What exactly are the QoQ's doing?

Johnny 5 needs more input!

Paul


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

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


Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Jay McEntire
Try the 2 links again.

I had forgotten that cfttrace doesn't work unless you have debug priveledges.

Ive populated the execution times for the qoqs during runtime and used
cfflush to spit them out in realtime

Here is the app running on 6.1 (same server)
http://eureka.ext.usu.edu/spider.cfm?q=61&c=test

Here is the app running on 7 (same server)
http://testext.usu.edu/spider.cfm?q=61&c=test


On Mon, 7 Feb 2005 21:37:16 -0600, Aaron Rouse <[EMAIL PROTECTED]> wrote:
> I agree that it is hard to answer the question, just wanted to point
> out that I was noticing the differences in speed.
> 
> On Tue, 8 Feb 2005 03:31:09 -, Paul Vernon
> <[EMAIL PROTECTED]> wrote:
> > > The second link for me did take a noticeably longer time to load than the
> > first.  The first kind of came up almost immediately.
> >
> > Strange, I tested 2 or 3 times and it was about the same... I test now and
> > there is a marked difference My comments however still stand. Without
> > knowing how big the original data set is what the queries look like and also
> > the not knowing exactly how the inner workings of QoQ function, it's a bit
> > of a tricky question to answer as to whether there are any ways to improve
> > the situation.
> >
> > Paul
> >
> >
> 
> 

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

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


CFLDAP Exchange / Outlook Calenders

2005-02-07 Thread Duncan I Loxton
Hi everyone!

I was wondering if anyone could point me in the direction of querying
a specific users exchange calender - I would assume LDAP is the way to
go, but if there is a better way I would love to know!

I can get User info out of AD, so if the exchange stuff is buried in
there then it should be easy to dig out?

Thanks!

-- 
Duncan I Loxton
w: www.sixfive.co.uk
e: [EMAIL PROTECTED]

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

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

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


CFMX 7 - Multiple Instances

2005-02-07 Thread Michael T. Tangorre
I installed the final release of CFMX 7 using the "Multiserver
Configuration". This is what we will be doing at work once we upgrade so I
need to familiarize myself with how it all works. Anway, the install went
very smoothly. I have 3 instances running that correspond to sites I have on
my dev box: siteA, siteB, siteC. Now, if the webroot for my default IIS
website is G:\ which is where all my apps are stored and I created the
instances of the CF servers under C:\JRun4\servers, how do I point the
server to look at an app on G:\? 

For instance:

C:\JRun4\servers\cfcoder
G:\cfcoder

When I got to http://localhost:8103/cfcoder/index.cfm it looks in the
C:\JRun4\servers\cfcoder\ folder. Is there anyway to have it look at
G:\cfcoder ?

Thanks!

Mike



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

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


RE: How can I get the size in bytes/bits of something?

2005-02-07 Thread Jim Davis
> -Original Message-
> From: Bettina Gill [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 07, 2005 9:33 PM
> To: CF-Talk
> Subject: Re: How can I get the size in bytes/bits of something?
> 
> >
> >
> 
> You're probably looking for the LEN() function, i.e. bytes=LEN(x)...

That's close... but in Java (and thus CFMX+) I believe that you should
double that for "byte size" as Unicode character sets use two bytes per
character.

Jim Davis





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

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


Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Aaron Rouse
I agree that it is hard to answer the question, just wanted to point
out that I was noticing the differences in speed.


On Tue, 8 Feb 2005 03:31:09 -, Paul Vernon
<[EMAIL PROTECTED]> wrote:
> > The second link for me did take a noticeably longer time to load than the
> first.  The first kind of came up almost immediately.
> 
> Strange, I tested 2 or 3 times and it was about the same... I test now and
> there is a marked difference My comments however still stand. Without
> knowing how big the original data set is what the queries look like and also
> the not knowing exactly how the inner workings of QoQ function, it's a bit
> of a tricky question to answer as to whether there are any ways to improve
> the situation.
> 
> Paul
> 
>

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

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


Re: How can I get the size in bytes/bits of something?

2005-02-07 Thread Bettina Gill
>
>

You're probably looking for the LEN() function, i.e. bytes=LEN(x)...

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

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


RE: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Paul Vernon
> The second link for me did take a noticeably longer time to load than the
first.  The first kind of came up almost immediately.

Strange, I tested 2 or 3 times and it was about the same... I test now and
there is a marked difference My comments however still stand. Without
knowing how big the original data set is what the queries look like and also
the not knowing exactly how the inner workings of QoQ function, it's a bit
of a tricky question to answer as to whether there are any ways to improve
the situation.

Paul



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

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


Can ColdFusion MX 6.1 do this?

2005-02-07 Thread Troy Simpson
I am trying to do this in ColdFusion, but for some reason, I don't
think ColdFusion MX is going to be able to because these are big
values.

This is what it looks like in PERL:
---
my $v = new Math::GMP '0x'.$vhex;
my $e = new Math::GMP '0x'.$ehex;
my $m  = new Math::GMP '0x'.$mhex;

my $result = Math::GMP::powm_gmp($v, $e, $m);

This following value are Base64 that need to be changed to Hex:
$vhex is a public key encoded in Base64 (I think).
$vhex = 
Txhf/AE2apNZMKk2DDD+vIF/b95fH4sDiQTlMsP2v35tNy/H8k7vrOIWa0zvx1NEesof0U9UjboybC6XmUnmSN8/WTTTzmmM88pqtUj6jQb81ipX3mL1yK0e4cq5XBRE

$ehex = AQAB

$mhex = 
xPggkuqitTF+44zdQHV4ogqjnKvQ0rJ2GzxW/EziDE0NhRmm43YKE6lmtHIV7+QKjb/Es6Rovw4cLz+9IUdVBdXFCGARakaDIlBHZJXETb4PA4UA/B4A48aQTOR0UuvZ
---

Any ideas?

Thanks,
Troy

-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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

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


Re: How can I get the size in bytes/bits of something?

2005-02-07 Thread Troy Simpson
I thought that I might be able to do something like




-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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


Re: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Aaron Rouse
The second link for me did take a noticeably longer time to load than
the first.  The first kind of came up almost immediately.


On Tue, 8 Feb 2005 03:12:12 -, Paul Vernon
<[EMAIL PROTECTED]> wrote:
> Not knowing what your query is doing and also not knowing what the original
> query result set is and its properties makes this a difficult question to
> answer. Both of the links you provided seem to generate on html output so I
> can't see any debug info but what I will say is that they both took around 2
> seconds to complete.
> 
> I believe that the QofQ code has had extensive work done on it for MX7 and
> that it derives its types for the column data in a different way from that
> in MX 6.x. This in itself is a good thing although I would guess that it
> introduces an overhead because of the extra data scanning that must be done
> to ensure a good datatype fit on a per column basis...
> 
> It would follow that the overhead will increase with the size of your
> original recordset but at the moment all of this is conjecture on my part
> because of a lack of detail regarding the question and the internals of the
> new QoQ code...
> 
> Paul
> 
> 

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

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


RE: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Vince Bonfanti
Wow. Just like BlueDragon. (Sorry, couldn't resist).

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com


> -Original Message-
> From: Sean Corfield [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 07, 2005 4:39 PM
> To: CF-Talk
> Subject: Re: Sourceless deployment in BlueDragon (was: CFMX 7 
> is released)
> 
> Just to further clarify:
> 
> Sourceless deployment is different from J2EE packaged deployment.
> 
> Sourceless deployment means: compile source to bytecode and 
> deploy the bytecode (to a CFMX 7 server).
> 
> J2EE packaged deployment means: create a WAR/EAR that 
> includes the CF runtime etc and deploy to a J2EE server.
> 
> The J2EE packaged deployment can be sourceless (optional) and 
> can also omit the CF Administrator (optional).
> 



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

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


RE: CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Paul Vernon
Not knowing what your query is doing and also not knowing what the original
query result set is and its properties makes this a difficult question to
answer. Both of the links you provided seem to generate on html output so I
can't see any debug info but what I will say is that they both took around 2
seconds to complete.

I believe that the QofQ code has had extensive work done on it for MX7 and
that it derives its types for the column data in a different way from that
in MX 6.x. This in itself is a good thing although I would guess that it
introduces an overhead because of the extra data scanning that must be done
to ensure a good datatype fit on a per column basis... 

It would follow that the overhead will increase with the size of your
original recordset but at the moment all of this is conjecture on my part
because of a lack of detail regarding the question and the internals of the
new QoQ code...

Paul


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

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


CFMX 7.0 Performace issues using query of queries

2005-02-07 Thread Jay McEntire
note:  sorry for the double post, my subject on the previous email got
the best of me :)

All:

Wondering if any of you have notice any performance hits running qoq's
using CFMX 7.

Let me illustrate.

I just installed CFMX 7 today on my new webserver (not in production
yet)  Its actually running both CFMX 6.1 and 7.0

I made this custom spider tag a while back that uses cfhttp to spider
my site.  I am pulling the url for the pages to spider using cfquery
and qoqs

Below is an except from my app.

http://testext.usu.edu/spider.htm
I've commented out the http execute part so that we see just the
performance by qoq generation.

Here is the app running on 6.1 (same server)
http://eureka.ext.usu.edu/spider.cfm?q=61&c=test

Here is the app running on 7 (same server)
http://testext.usu.edu/spider.cfm?q=61&c=test

Notice how I get around 500-600 ms using 6.1 by get 8000+ using 7.0

hmmm

Is this a performance hit, or did Macromedia change the qoq rules?

Any thoughts?

Jay

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

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


Re: How to access HTTP header variables in CF 4.5

2005-02-07 Thread Bettina Gill
>
>   #CGI[i]#
>

Ah!  Helpful, thanks.  Is there a way to refer to, and thus show, the variable 
names?
(None of the values looks anything like my AUTHORIZATION header.)

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

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


CF MX Performance Hit -- Amy I the first to notice? QoQ

2005-02-07 Thread Jay McEntire
All:

Wondering if any of you have notice any performance hits running qoq's
using CFMX 7.

Let me illustrate.

I just installed CFMX 7 today on my new webserver (not in production
yet)  Its actually running both CFMX 6.1 and 7.0

I made this custom spider tag a while back that uses cfhttp to spider
my site.  I am pulling the url for the pages to spider using cfquery
and qoqs

Below is an except from my app.

http://testext.usu.edu/spider.htm
I've commented out the http execute part so that we see just the
performance by qoq generation.

Here is the app running on 6.1 (same server)
http://eureka.ext.usu.edu/spider.cfm?q=61&c=test

Here is the app running on 7 (same server)
http://testext.usu.edu/spider.cfm?q=61&c=test

Notice how I get around 500-600 ms using 6.1 by get 8000+ using 7.0

hmmm

Is this a performance hit, or did Macromedia change the qoq rules?  

Any thoughts?

Jay

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

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

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


Re: CFQUERYPARAM question

2005-02-07 Thread Claude Schneegans
 >>Yes, that is correct.

Ok, I understand, the null must be specify by program, because 
CFQUERYPARAM has no way to distinguish an empty string from a true null.

Thanks.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


Re: cfmail timeout problems

2005-02-07 Thread Marcus Whitworth
>1. extend the timeout in the ColdFusion admin.

>From my understanding, the SetTimeout attribute of the CFSetting tag should 
>override the standard timeout limit set in the CF Admin. Is this correct? I 
>would have thought that a timeout value of 500 seconds is enough allowance...

>2. break up your recordset into smaller groups of data the runs under the
>timeout.

I have already considered this as a possibility, but just want to make sure 
that the current CF Admin mail settings I have are maximising the throughput of 
the mail. I guess its just cleaner coding to run it all through the one 
recordset.


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

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

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


RE: RDS Sandboxing on MX 7?

2005-02-07 Thread Dave Watts
> > > Does MX 7 fix the RDS security issue, whereby RDS users on MX
> > > 6 servers could not be sandboxed?
> > 
> > No, I don't think so.
> 
> Rats.
> 
> Thank you, though.

You can, of course, run multiple instances of CFMX 7 on J2EE and each
instance will have its own RDS.

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

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


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

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


RE: cfmail timeout problems

2005-02-07 Thread Phillip B. Holmes
Marcus,

You basically have two choices:

1. extend the timeout in the ColdFusion admin.
2. break up your recordset into smaller groups of data the runs under the
timeout.

Regards,

Phillip B. Holmes

 

-Original Message-
From: Marcus Whitworth [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 06, 2005 9:16 PM
To: CF-Talk
Subject: cfmail timeout problems

Hi,

I am trying sending a client newsletter out to about 25000 subscribers using
the code below. We are running CFMX 6.1 Enterprise on JRun 4 on Windows
2003. 

The problem is that every time we try to send the newsletter out, the page
times out and an error is thrown. Some perhaps relevant settings in CF Admin
are as follows:

Timeout Requests After: 90 seconds
Maintain connection to mail server: True Mail Spool Interval: 15 seconds Max
Delivery Threads: 10 seconds Spool mail messages for delivery to: Disk

Apparently this version of CF can handle millions of emails, so i'm assuming
there is some settings that might need to be changed.

Any suggestions much appreciated!


Code:
---





#text_content#





---





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

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

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


Re: RDS Sandboxing on MX 7?

2005-02-07 Thread David Delbridge
Rats.

Thank you, though.

Dave Watts wrote:

>>Does MX 7 fix the RDS security issue, whereby RDS users on MX 
>>6 servers could not be sandboxed?
> 
> 
> No, I don't think so.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized 
> instruction at our training centers in Washington DC, Atlanta, 
> Chicago, Baltimore, Northern Virginia, or on-site at your location. 
> Visit http://training.figleaf.com/ for more information!
> 
> 
> 

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

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


Re: cfmail timeout problems

2005-02-07 Thread Marcus Whitworth
Anyone?? Help!

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

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


RE: How to access HTTP header variables in CF 4.5

2005-02-07 Thread Dave Watts
> Would you be referring to ?  Someone else recommended 
> that, but it doesn't appear to be available in CF 4.5.

It's been a while, and I'm not sure when that was introduced. You could also
just loop over the CGI scope:


#CGI[i]#


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

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


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

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


Re: How to access HTTP header variables in CF 4.5

2005-02-07 Thread Bettina Gill
>That should work, actually. Since it doesn't, you might want to just dump
>the CGI scope to see what's in there.

Would you be referring to ?  Someone else recommended that, but it 
doesn't appear to be available in CF 4.5.

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

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


RE: RDS Sandboxing on MX 7?

2005-02-07 Thread Dave Watts
> Does MX 7 fix the RDS security issue, whereby RDS users on MX 
> 6 servers could not be sandboxed?

No, I don't think so.

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

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


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

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


RE: CFQUERYPARAM question

2005-02-07 Thread Dave Watts
> Do you mean that if NULL="yes" null will be passed to the 
> database, even if the VALUE attributes contains a valid value?

Yes, that is correct.

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!


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

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


RDS Sandboxing on MX 7?

2005-02-07 Thread David Delbridge
Does MX 7 fix the RDS security issue, whereby RDS users on MX 6 servers 
could not be sandboxed?

Thanks



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

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


RE: How can I get the size in bytes/bits of something?

2005-02-07 Thread Dave Watts
> Is there a way to determine the number of bytes or bits that 
> a binary object is or String?
> 
> For example,
> 
> How many bytes/bits is x?

In ASCII, one character is one byte. In double-byte character systems, one
character is two bytes (surprise, surprise!) In UTF-8, ASCII characters are
one byte while non-ASCII characters may be encoded using up to four bytes.
So, this isn't as simple as it sounds, I think!

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

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


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

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


Re: CFQUERYPARAM question

2005-02-07 Thread Claude Schneegans
 >>That'll pass the number in the database, unless the value isn't

>>numeric, in which case it will pass NULL.

Do you mean that if NULL="yes" null will be passed to the database, even if the 
VALUE attributes contains a valid value ?

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


RE: How to access HTTP header variables in CF 4.5

2005-02-07 Thread Dave Watts
> We'll be using a Novell iChain proxy server for user 
> authentication and authorization in front of a ColdFusion 4.5 
> website. 
> How would I access the HTTP_AUTHORIZATION header in CF? 
> 
> I know it's populated b/c I have an .asp page that's 
> displaying it. That is:
> - asp code: 
> EncodedAuthHeader = Request.ServerVariables("HTTP_AUTHORIZATION")
> Response.Write "Encoded_AuthHeader: " + EncodedAuthHeader + ""
> - asp result:
> Encoded_AuthHeader: Basic 
> Y249U2FtbXlBZ2VudCxvdT1Vc2VycyxvdT00ODEwMCxvdT1BZ2VuY2llcyxvPU
> NTRVBVQkxJQzpTYW1teVBTV0Q=
> - cfm code:
> 
> CGI.HTTP_AUTHORIZATION {#CGI.HTTP_AUTHORIZATION#} 
> - cfm result:
> CGI.HTTP_AUTHORIZATION {}

That should work, actually. Since it doesn't, you might want to just dump
the CGI scope to see what's in there.

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

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


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

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

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


How can I get the size in bytes/bits of something?

2005-02-07 Thread Troy Simpson
Is there a way to determine the number of bytes or bits that a binary
object is or String?

For example, 

How many bytes/bits is x?

Thanks,
Troy

-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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


How to access HTTP header variables in CF 4.5

2005-02-07 Thread Bettina Gill
We'll be using a Novell iChain proxy server for user authentication and 
authorization in front of a ColdFusion 4.5 website. 
How would I access the HTTP_AUTHORIZATION header in CF? 

I know it's populated b/c I have an .asp page that's displaying it. That is:
- asp code: 
EncodedAuthHeader = Request.ServerVariables("HTTP_AUTHORIZATION")
Response.Write "Encoded_AuthHeader: " + EncodedAuthHeader + ""
- asp result:
Encoded_AuthHeader: Basic 
Y249U2FtbXlBZ2VudCxvdT1Vc2VycyxvdT00ODEwMCxvdT1BZ2VuY2llcyxvPUNTRVBVQkxJQzpTYW1teVBTV0Q=
- cfm code:

CGI.HTTP_AUTHORIZATION {#CGI.HTTP_AUTHORIZATION#}

- cfm result:
CGI.HTTP_AUTHORIZATION {} 

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

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

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


RE: CFMX 7 is released

2005-02-07 Thread James Holmes
Ah, that's entirely different. Thanks Ben. Our servers are Solaris but even
the hard core Linux devotees have access to a Windows machine somewhere, on
which they could run the report builder.

Good, that feature is back in the basket for those licenses... 

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 8 February 2005 6:09 
To: CF-Talk
Subject: RE: CFMX 7 is released

>> The Report Generation is win-only, which kind of works against the 
>> run anywhere / cross-platform concepts of Java implementation & 
>> deployment. Bummer!

Incorrect. Report generation is all platforms. Report builder only runs on
Windows, for now, but report templates created with the Report Builder will
indeed work on all platforms.

--- Ben

 

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 8:36 AM
To: CF-Talk
Subject: Re: CFMX 7 is released

The MM team is to be congratulated for being totally responsive to the input
of the beta testors (or is that testees) for making the Report Builder
available in all editions.

The features of most interest to me are:

1) read only (CD) deployment
2) flexible licensing/pricing/redistro
3) sourceless, encrypted deployment
4) event gateways
5) report generation

-- Didn't get read-only deployment

-- Didn't get flexible licensing/pricing/redistro - but these are policy
issues and easy to add later

-- got sourceless, encrypted deployment

-- got event gateways

-- got report generation

The product editions wouldn't mean so much, as that would be trumped by
flexible licensing/pricing/redistro, if it were offered.

The Report Generation is win-only, which kind of works against the run
anywhere / cross-platform concepts of Java implementation & deployment. 
Bummer!

There is still no production support for OS X deployment.  As Ben, and
others, have pointed out (sometimes rather testily), Macromedia has just not
seen enough demand to justify creating the infrastructure to support OS X--
I certainly tell everyone I know to ask for it :)  To be honest, though,
most people running OS X servers (and there are quite a
few) seem to be using BlueDragon.

While I really would like to see OS X support, it is becoming less of an
issue for me, personally:

-- If I run a server myself, it will be on OS X, and I will support it
myself.

-- If I develop CFEveywhere apps, they will run on all platforms and I will
support them myself.

-- I would like to be able to develop CFEverywhere apps that are CD-based
and/or include event gateways and report generation, but have to bypass
these features, for the present (or approximate them, myself).

All negatives aside, this is a good release and moves CFML forward as a
means to deliver solutions-- some, potentially, very exciting solutions.

Congrats to the CFMX7 development team!

Dick

On Feb 7, 2005, at 3:27 AM, Ben Forta wrote:

Jeff,
>
>  and Report Builder functionality is identical in all 
> versions.
> The difference between these features in Standard versus Enterprise is 
> in the number of threads allocated to generating the printable output.
> CF Standard is best suited for up to 5 concurrent requests (that is 
>  and reporting requests, not all requests) whereas CF 
> Enterprise is designed to be able to handle a far greater load.
>
> --- Ben
>
>
> -Original Message-
> From: Jeff Chastain [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 06, 2005 10:55 PM
> To: CF-Talk
> Subject: RE: CFMX 7 is released
>
> Okay, I am looking at the product editions comparison.  I knew event 
> gateways were going to be enterprise, but what is with the document 
> and report generation?  There is next to no detail here, but is all 
> report generation limited to the enterprise edition or can some still 
> be done using the standard edition?
>
> -- Jeff
>






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

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

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


Re: How do I work with Base64 stuff?

2005-02-07 Thread Troy Simpson
I'm taking a guess here, but here is what I am thinking.  The PERL
line is decoding the modulus to binary.  Then unpack grabs the values
in Hex and puts it into modulus.

$modulus = unpack('H*', MIME::Base64::decode($modulus) );

Anyone know a good PERL maillist?

Troy

-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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


Re: How do I work with Base64 stuff?

2005-02-07 Thread Adam Haskell
Sorry was reading the perldocs and found that "In scalar context, it [
unpack] returns merely the first value produced."
 
$modulus = unpack('H*', MIME::Base64::decode($modulus) );

this is taking modulus that was base64 encoded and putting it back
into a binary form, this binary is then processed by unpack with the
passed template (H*). I  would think this has some significance, like
i said I never use pack so my actual understanding of how H* is used
to pack/unpack a list is a bit beyond my knowledge. Might try printing
modulus at each point in the conversion process.

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

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


Re: How do I work with Base64 stuff?

2005-02-07 Thread Adam Haskell
Now that I think about it more unpack returns an array/list of  values
but that is returning it in a string context which means modulus might
only be holding a single #? but if you suspect the side affect is the
same regarless of unpack being there then I would imagine
tostring(tobinary(modulus)) should work


Adam H


On Mon, 7 Feb 2005 19:24:26 -0500, Troy Simpson <[EMAIL PROTECTED]> wrote:
> Thanks so far, but I am still not having much luck.  Am a disecting
> the following line of PERL and here is what I seem to understand:
> 
> $modulus = unpack('H*', MIME::Base64::decode($modulus) );
> 
> First the value of $modulus is being decoded from Base64.  Then unpack
> is grabing the whole thing and putting it back into modulus.  So in
> this example, I don't think unpack is really doing anything.  I would
> suspect that the following line of PERL would do the same thing.
> 
> $modulus = MIME::Base64::decode($modulus);
> 
> So now how would I do this in ColdFusion?
> 
> 
> 
> OR
> 
> 
> 
> OR
> 
> 
> 
> Thanks,
> Troy
> 
> --
> Troy Simpson
>  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
> North Carolina State University Libraries
> Campus Box 7111 | Raleigh | North Carolina
> ph.919.515.3855 | fax.919.513.3330
> E-mail: [EMAIL PROTECTED]
> 
> 

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

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


Re: CFMX7 Preso at

2005-02-07 Thread Dick Applebaum
On Feb 7, 2005, at 2:30 PM, Sean Corfield wrote:

> On Sun, 6 Feb 2005 23:19:27 -0800, Dick Applebaum <[EMAIL PROTECTED]> 
> wrote:
>> ... from the first screen shots it looks as if they are demoing on a
>> Mac Sigh, the Mac is not supported for CFMX7 production!
>
> Perhaps you need to look a little closer Dick - it's not any sort of
> demo, just someone browsing macromedia.com's home page (using, yes,
> Mac IE). Or are you referring to something else in the TV program?
>

Nah, just feeling mischievous... just a little tweak, so they don't 
forget us OS Xists.

Dick

"You can't wait for inspiration. You have to go after it with a club."
- Jack London -



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

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


Re: How do I work with Base64 stuff?

2005-02-07 Thread Troy Simpson
Thanks so far, but I am still not having much luck.  Am a disecting
the following line of PERL and here is what I seem to understand:

$modulus = unpack('H*', MIME::Base64::decode($modulus) );

First the value of $modulus is being decoded from Base64.  Then unpack
is grabing the whole thing and putting it back into modulus.  So in
this example, I don't think unpack is really doing anything.  I would
suspect that the following line of PERL would do the same thing.

$modulus = MIME::Base64::decode($modulus);

So now how would I do this in ColdFusion?



OR
 


OR 



Thanks,
Troy

-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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

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


Re: Simulating sub-domains with hosts file

2005-02-07 Thread Frank Mamone
Thanks Barney.

- Frank


On Mon, 7 Feb 2005 15:45:02 -0800, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> Nope, host files don't have any wildcard support, so you'll have to
> add a record for each subdomain, as well as the bare domain.
> 
> cheers,
> barneyb
> 
> On Mon, 7 Feb 2005 18:27:57 -0500, Frank Mamone <[EMAIL PROTECTED]> wrote:
> > Does anyone know how I can simulate subdomains with my hosts file in
> > my local Windows machine?
> >
> > More specifically, I need know if using a wildcard is possible. I used
> > this for testing;
> >
> > 127.0.0.1   home.mywebsite.com
> >
> > and it works.  I am trying to achieve this:
> >
> > 127.0.0.1  *.mywebsite.com
> >
> > The asterisk does not work.
> >
> > Thanks,
> >
> > Frank
> >
> >
> 
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/
> 
> Got Gmail? I have 50 invites.
> 
> 

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

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

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


RE: CFQUERYPARAM question

2005-02-07 Thread Dave Watts
> I'm not too sure I accurately understand the role of 
> attribute null in the CFQUERYPARAM tag.
> Does it mean that if it is YES, when the VALUE attribute is 
> empty, the query will use NULL instead of the empty string?

Yes. You can use inline conditional logic to determine whether to specify a
value of "yes" or "no" for it at runtime.

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

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


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

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


Re: CFQUERYPARAM question

2005-02-07 Thread Barney Boisvert
If the NULL atributes is set to true, then NULL will be passed to the
database.  If the NULL attributes is set to false (or omitted), then
the value of the VALUE attribute will be passed to the database. 
Here's a 'typical' usage:



That'll pass the number in the database, unless the value isn't
numeric, in which case it will pass NULL.

cheers,
barneyb

On Mon, 07 Feb 2005 18:53:53 -0500, Claude Schneegans
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm not too sure I accurately understand the role of attribute null in
> the CFQUERYPARAM tag.
> Does it mean that if it is YES, when the VALUE attribute is empty, the
> query will use NULL instead of the empty string?
> 
> For instance, these two quries are about the same?
> INSERT INTO Clients (ClientName)
> VALUES (
> 
> null)
> or...
> INSERT INTO Clients (ClientName)
> VALUES ( VALUE="#ClientName#">)
> 
> --

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

Got Gmail? I have 50 invites.

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

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


CFQUERYPARAM question

2005-02-07 Thread Claude Schneegans
Hi,

I'm not too sure I accurately understand the role of attribute null in 
the CFQUERYPARAM tag.
Does it mean that if it is YES, when the VALUE attribute is empty, the 
query will use NULL instead of the empty string?

For instance, these two quries are about the same?
INSERT INTO Clients (ClientName)
VALUES (

null)
or...
INSERT INTO Clients (ClientName)
VALUES ()

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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

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


RE: How do I work with Base64 stuff?

2005-02-07 Thread Mike Nimer
Check out the snippet explorer, specifically the binary functions on
macromedia.com

http://www.macromedia.com/examples/cfgettingstarted/experience/index_content
..cfm

These should help you understand the syntax of using the binary functions.

Hth,
---nimer 

-Original Message-
From: Adam Haskell [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 6:38 PM
To: CF-Talk
Subject: Re: How do I work with Base64 stuff?

unpack takes a binary string and turns it into a list. the H* is the
template used to pack/unpack...H* i think is a template to do a Hexdecimal
pack/unpack. I would first try
tobinary(tostring(packed_var)) and see where that leads and work form
there...I do a good bit of perl programing but never use pack/unpack just
remember it from one of my Perl Trainings :)


Adam H


On Mon, 7 Feb 2005 18:04:36 -0500, Troy Simpson <[EMAIL PROTECTED]>
wrote:
> I have some perl that I need to translate into ColdFusion and I am 
> having a little trouble with the understanding Base64 stuff.
> 
> It has been almost 5 years since I have done any perl, so that is 
> giving a little trouble also.  Especially the unpack statement.
> 
> Does anyone know what this means and what it might look like in
ColdFusion?
> 
>   # read modulus
>   chomp $modulus;
>   $modulus = unpack('H*', MIME::Base64::decode($modulus) );
>   $modulus = substr($modulus, -$MessageHexChars);
>   $modulus = "0" x ($MessageHexChars - length($modulus)) . $modulus;
>   $PublicKeyModulus = $modulus;
> 
>   # read exponent
>   chomp $exponent;
>   $exponent = unpack('H*', MIME::Base64::decode($exponent) );
>   $exponent = substr($exponent, -$MessageHexChars);
>   $exponent = "0" x ($MessageHexChars - length($exponent)) . $exponent;
>   $PublicKeyExponent = $exponent;
> 
> Thanks,
> Troy
> 
> --
> Troy Simpson
>  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina 
> State University Libraries Campus Box 7111 | Raleigh | North Carolina
> ph.919.515.3855 | fax.919.513.3330
> E-mail: [EMAIL PROTECTED]
> 
> 



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

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

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


Re: Simulating sub-domains with hosts file

2005-02-07 Thread Barney Boisvert
Nope, host files don't have any wildcard support, so you'll have to
add a record for each subdomain, as well as the bare domain.

cheers,
barneyb

On Mon, 7 Feb 2005 18:27:57 -0500, Frank Mamone <[EMAIL PROTECTED]> wrote:
> Does anyone know how I can simulate subdomains with my hosts file in
> my local Windows machine?
> 
> More specifically, I need know if using a wildcard is possible. I used
> this for testing;
> 
> 127.0.0.1   home.mywebsite.com
> 
> and it works.  I am trying to achieve this:
> 
> 127.0.0.1  *.mywebsite.com
> 
> The asterisk does not work.
> 
> Thanks,
> 
> Frank
> 
> 

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

Got Gmail? I have 50 invites.

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

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


Re: How do I work with Base64 stuff?

2005-02-07 Thread Adam Haskell
unpack takes a binary string and turns it into a list. the H* is the
template used to pack/unpack...H* i think is a template to do a
Hexdecimal pack/unpack. I would first try
tobinary(tostring(packed_var)) and see where that leads and work form
there...I do a good bit of perl programing but never use pack/unpack
just remember it from one of my Perl Trainings :)


Adam H


On Mon, 7 Feb 2005 18:04:36 -0500, Troy Simpson <[EMAIL PROTECTED]> wrote:
> I have some perl that I need to translate into ColdFusion and I am
> having a little trouble with the understanding Base64 stuff.
> 
> It has been almost 5 years since I have done any perl, so that is
> giving a little trouble also.  Especially the unpack statement.
> 
> Does anyone know what this means and what it might look like in ColdFusion?
> 
>   # read modulus
>   chomp $modulus;
>   $modulus = unpack('H*', MIME::Base64::decode($modulus) );
>   $modulus = substr($modulus, -$MessageHexChars);
>   $modulus = "0" x ($MessageHexChars - length($modulus)) . $modulus;
>   $PublicKeyModulus = $modulus;
> 
>   # read exponent
>   chomp $exponent;
>   $exponent = unpack('H*', MIME::Base64::decode($exponent) );
>   $exponent = substr($exponent, -$MessageHexChars);
>   $exponent = "0" x ($MessageHexChars - length($exponent)) . $exponent;
>   $PublicKeyExponent = $exponent;
> 
> Thanks,
> Troy
> 
> --
> Troy Simpson
>  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
> North Carolina State University Libraries
> Campus Box 7111 | Raleigh | North Carolina
> ph.919.515.3855 | fax.919.513.3330
> E-mail: [EMAIL PROTECTED]
> 
> 

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

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


Simulating sub-domains with hosts file

2005-02-07 Thread Frank Mamone
Does anyone know how I can simulate subdomains with my hosts file in
my local Windows machine?

More specifically, I need know if using a wildcard is possible. I used
this for testing;

127.0.0.1   home.mywebsite.com

and it works.  I am trying to achieve this:

127.0.0.1  *.mywebsite.com

The asterisk does not work.

Thanks,

Frank

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

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


How do I work with Base64 stuff?

2005-02-07 Thread Troy Simpson
I have some perl that I need to translate into ColdFusion and I am
having a little trouble with the understanding Base64 stuff.

It has been almost 5 years since I have done any perl, so that is
giving a little trouble also.  Especially the unpack statement.

Does anyone know what this means and what it might look like in ColdFusion?


   # read modulus
   chomp $modulus;
   $modulus = unpack('H*', MIME::Base64::decode($modulus) );
   $modulus = substr($modulus, -$MessageHexChars);
   $modulus = "0" x ($MessageHexChars - length($modulus)) . $modulus;
   $PublicKeyModulus = $modulus;

   # read exponent
   chomp $exponent;
   $exponent = unpack('H*', MIME::Base64::decode($exponent) );
   $exponent = substr($exponent, -$MessageHexChars);
   $exponent = "0" x ($MessageHexChars - length($exponent)) . $exponent;
   $PublicKeyExponent = $exponent;

Thanks,
Troy

-- 
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

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

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


ANNOUCE: Interview with Jeff Peters and ColdFusion 7 news

2005-02-07 Thread Michael Smith
ColdFusion MX 7 (aka Blackstone) was released today! See below for
more details. CFUNITED-05 http://www.cfunited.com/ will cover
this version extensively! In other training news we moved our CF and SQL class
to 3/1/05 and had to move our Dot Net for CFers class to the Double Tree Hotel 
because of it's popularity! (If you are not sure whether to come you can hear
the teachers Adam and David Churvis speak at MDCFUG the night before the
class 2/8/05).

Also below I interview Jeff Peters of GrokFusebox
about his new Fusebox 4.1 book. Jeff will be at Tuesday night's
MDCFUG meeting with some copies...

- Michael Smith, TeraTech, Inc

PS If you can't make a class we have one-on-one mentoring and on site
classes too. Just email me if you are interested.

Class list
**
Wed 2/9/05  DN 101 - DotNet from CF $349 (only time this year in DC)
Tue 2/15/05 FB 101 - Intro to Fusebox $199
Tue 2/22/05 FB 201 - Intermediate Fusebox $349
Tue 3/1/05  CF 206 - ColdFusion SQL Skills $349 (only time this year in DC)

More details at http://www.teratech.com/training/

ColdFusion MX 7 news from Christian Cantrell's blog:
http://www.markme.com/cantrell/archives/006954.cfm

* The ColdFusion Product Page

* SYS-CON TV Interview with Dave Gruber (ColdFusion Product Manager
  )
* License Changes in ColdFusion MX 7 (via Talking Tree)

* With the release of a new version comes new tech notes
  .
* If you're not already subscribed to the ColdFusion Product RSS
  feed  (or other Macromedia
  product RSS feeds), what are you waiting for?
* Blackstone Locales by Paul Hastings

* Learn More About ColdFusion MX by Ben Forta

* Warning About Flash Forms (Ray Camden)

* Installing CFMX 7 on Mac OS X
* Warning About Application Events (Ray Camden)

* Find everything else ColdFusion related in the ColdFusion category
  of MXNA


Now for the Jeff Peters interview.

MS: Who should read you new book?

JP:  It's really aimed at people who are familiar with Fusebox 4.0 and
want to know "What's New in Fusebox 4.1". In a way, it's sort of an addendum
to my "Fusebox 4 & FLiP: Master-Class ColdFusion Applications".

MS: What does it cover?

JP:  Oddly enough, it covers what's new in Fusebox 4.1!
Seriously, though, the book is a very concise reference to the
features that have been added or changed with the 4.1 release of
the Fusebox core files.  For each feature, there's a code sample (if
appropriate), and a discussion of how the change affects the
developer.  There are some features that make a big difference,
and others that aren't as influential.

MS: For those new to Fusebox why would they do Fusebox programming?

JP: There are many reasons.  One of the best is that Fusebox is the
most widely used development framework for ColdFusion. This means
that there are lots of folks out there who "speak Fusebox".  It means
that projects written with Fusebox will be easy to understand for a
large portion of the ColdFusion development community.  Even if you
never interact with other developers, though, Fusebox creates an
environment where even complex applications are easy to analyze,
define, design, code, and test.  There are even Fusebox core files
available for PHP and Lasso.  Fusebox isn't just for CF anymore.

MS: Is it hard to learn?

JP:  Absolutely not.  The nice thing about Fusebox is that you can
start with small, easy-to-digest projects and apply the same
techniques to larger projects as your understanding increases.  The
sample application in my book "Fusebox 4 & FLiP: Master-Class
ColdFusion Applications" is very simple, but it illustrates most of
the concept a developer will apply in Fusebox. Another great thing
about Fusebox is that you can be productive very quickly, and expand
on the techniques you apply to your applications over time.  You
don't need to learn "all about Fusebox" to get an application
working.

MS: That makes sense. But what about the requirements process - how
does Fusebox help that?

JP:  The requirements process is related to FLiP: the Fusebox
Lifecycle Process.  FLiP is the process we use to determine the point
of the application, design the frontend, design the architecture,
code the application, and test. The steps in FLiP form a well-defined
path from early application concept to finished product.

MS: So where can I get your book?

JP:  Thanks for asking.  My Fusebox and ColdFusion books are
available online only from the Proton Arts website, at
http://www.protonarts.com. You can also usually find them at events
where I'm speaking, such as CFUNITED this summer, and at CFUG events
if my name happens to be on the agenda.  Proton Arts offers discounts
to CFUGs, too.


Class details:


CF 206 - ColdFusion SQL Skills
**
Full Day course Sign-in 9:30am, Class 10am-5pm
Just $349, includes lunch
Prerequisite: CF102 or similar basic ColdFusion knowledge.

Ever feel you work too hard in CF when SQL could do more? Want to learn SQL
tric

Boston ColdFusion Meetup Group

2005-02-07 Thread Steven Erat
Hi,

The Meetup site is down, and it has the login information.

Anyone interested in the first virtual Boston ColdFusion Meetup Group, it's
starting now 6pm ET...

USA Dial In: 1 (888) 212-6980
International: 1 (630) 827-6460
Passcode: 8752187

Breeze Meeting URL:
http://trials.breezecentral.com/949147/r99347874/ 




http://coldfusion.meetup.com/17/
http://www.talkingtree.com/blog/index.cfm?mode=alias&alias=BostonCFMeetup

-Steven Erat

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

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


Re: MX7 and MX6 side by side install

2005-02-07 Thread dcooper
Yes, absolutely...we designed it this way so you can eval 7 while running 
previous versions untouched.

That said, a given web server instance can only point at a single CF backend at 
a time (obviously).  If you like, install CFMX7 using the built-in web server, 
then run the web server config tool (from your Windows "Start" menu) when 
you're ready to switch.


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

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


Re: Find a relative path address

2005-02-07 Thread S . Isaac Dealey
>  >>for a few minutes I realized that it

> would be easier with arrays.

> I worked with "/" delimited lists. It probabilly makes it
> simpler.

> Here is the code. Sorry, no comments for the time being.
> It gives me the relative path in "scriptDirecory" which I
> can use for any file like javascript, css, etc.

Yea, that's basically the same script I came up with -- although I
suspect it might be less efficient to use the list functions instead
of arrays ... just a suspicion tho, I'd have to test them to know.


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

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




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

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


Re: CFMX7 Preso at

2005-02-07 Thread Sean Corfield
On Sun, 6 Feb 2005 23:19:27 -0800, Dick Applebaum <[EMAIL PROTECTED]> wrote:
> ... from the first screen shots it looks as if they are demoing on a
> Mac Sigh, the Mac is not supported for CFMX7 production!

Perhaps you need to look a little closer Dick - it's not any sort of
demo, just someone browsing macromedia.com's home page (using, yes,
Mac IE). Or are you referring to something else in the TV program?
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


RE: MX7 and MX6 side by side install

2005-02-07 Thread Ben Forta
Sure.

--- Ben
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 12:43 PM
To: CF-Talk
Subject: MX7 and MX6 side by side install

I'm running MX6 for development, can I install MX 7 beside it for eval...


sas
Scott A. Stewart,
Web Application Developer
 
Engineering Consulting Services, Ltd. (ECS)
14026 Thunderbolt Place, Suite 100
Chantilly, VA 20151
Phone: (703) 471-8400
Fax: (703) 834-5527


-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 12:38 pm
To: CF-Talk
Subject: CFMX 7: Maximum number of simultaneous requests

Maximum number of simultaneous requests defaults to 25 in CFMX 7, are there
changes in recommendations from CFMX 6.1?

 

Thanks,

Calvin







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

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


RE: CFMX 7 feature breakdown

2005-02-07 Thread Ben Forta
Matt,

Ouch, I don't like that grid one bit. It is designed to show what Enterprise
has over Standard, but makes it look like nothing was added to Standard in
CFMX7, which is definitely not the case.

--- Ben


-Original Message-
From: Matt Wisdom [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 11:46 AM
To: CF-Talk
Subject: CFMX 7 feature breakdown

Take a look at the feature breakdown in this marketing piece -- every single
feature listed is in the enterprise other than CFML support, OS support, and
basic DB support. If I'm not mistaken, I have CFML support in MX already. No
need to upgrade the standard version (unless you have a killer need for some
of the features not listed there).

http://www.macromedia.com/software/coldfusion/productinfo/product_editions/

It's quite clear from the breakdown of features that MM has written off the
"standard" edition market. I'd love to know the sales figures behind this
decision, but my guess is that the lower-end customer base has been
dramatically eroded by PHP and the "free" .net bundled with Windows Server.
I assume that the main CF customers remaining are the corporate customers
that have too much invested to switch or that can realize enough savings on
developer salaries to pay the higher dollars for enterprise.

>From this, I would expect a dramatic drop in the sales of upgrades from
Standard edition customers, and ultimately, a continued decline in the
developer base for CF as those customers move away from CF.

Perhaps MM's plan is to migrate enterprise features downwards in future
versions to alleviate this problem. We'll see, but going "higher end" when
your customer base and market share are eroding typically accelerates the
decline into obscurity.

Matt




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

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


Re: Should I have heard from Macromedia?

2005-02-07 Thread Mike Kear
Happy Birthday Kay!!! 

When I got home yesterday, there was my pack.  A large box, containing
mostly air, but also including a CD containing some logos (not colour
- only monocrome  - MM might want to put that on the marketing 'to do
list")  a certificate, and my pin.

So if I'm a happy camper.   Thanks Macromedia. 

Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On Mon, 7 Feb 2005 08:45:12 -0500, Steven Erat <[EMAIL PROTECTED]> wrote:
> Contact [EMAIL PROTECTED] if an unreasonable amount of time has passed
> without receiving the certification package.
> 
> -Steve
> 
> > -Original Message-
> > From: Mike Kear [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, February 05, 2005 11:38 PM
> > To: CF-Talk
> > Subject: Should I have heard from Macromedia?
> >
> > I sat my CFMX certification exam on Decemer 23 last year and passed
> > with advanced status - I havent heard anything since from anyone.
> >

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

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


RE: CFMX 7 is released

2005-02-07 Thread Ben Forta
Correct. This was debated early on. A non-Windows client would have taken
far longer to build which would have required more resources and thus less
features elsewhere in the product. With solid server-side support for the
reporting feature in place we can replace (or provide additional) report
clients easily at a later date. For now, as most developers do in fact use
Windows boxes, the report builder tool runs on Windows. The longer term plan
will extend this, of course.

--- Ben


-Original Message-
From: Christian Cantrell [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 11:36 AM
To: CF-Talk
Subject: Re: CFMX 7 is released

On Feb 7, 2005, at 11:10 AM, Rick Root wrote:

> I'm sure that Macromedia realized that the vast majority of developers 
> are using windows machines or have access to a Windows machine, even 
> in worlds where they deploy to Linux, Solaris, etc..

That's correct.  Ideally, we would release Report Builder applications for
all platforms, but we figured it made more sense to just get it right on a
single platform, and for obvious reasons, that platform had to be Windows.
I can't imagine a web development operation without some Windows machines
around, at least for testing if nothing else.

Christian




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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Dave Carabetta
On Mon, 7 Feb 2005 14:12:44 -0800, Matt Robertson
<[EMAIL PROTECTED]> wrote:
> Sean,
> 
> As you said in another thread, this is gonna need a lot of howto's as
> we wind on down the road.
> 
> Diggin' it all...
> 

I wrote an article for CFDJ about MX 7's new deployment options
(pre-compiled, sourceless, EAR/WAR, J2EE Instance). It hasn't been put
up on the site as this point (still being edited), but when it is I'll
post it. If I did my job correctly, hopefully it will clear up these
misunderstandings!

Regards,
Dave.

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

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

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


RE: Stored procedure error

2005-02-07 Thread S . Isaac Dealey
MS SQL Server tends to return the "optional feature not implemented"
error any time the cf_sql_date option is used with  or
 ... SQL Server only understands cf_sql_timestamp in my
experience... However... I've also seen SQL Server report the same
error in some cases when the order of the parameters in a cfstoredproc
tag was incorrect and it attempts to put a date into a non-date
parameter or vice versa. Granted, that doesn't seem to jive with it
only happening on this one machine... though I suppose it's possible
if there is conditional logic aroung the  tags.



> Thanks...tried that (and they work - getting the error for
> every stored
> procedure...the application runs on other machines) and
> hard to debug when
> you get no data. I now down to the option of it being the
> ODBC driver
> itself, as it seems to stall on only this machine...

> D
> -Original Message-
> From: Al Everett [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 07, 2005 8:47 AM
> To: CF-Talk
> Subject: Re: Stored procedure error


> I've always found that error to be thrown by Oracle when
> it can't tell
> you what the error is. It is singularly unhelpful.

> I would start with your proc. Run it outside of CF to see
> if you get a
> better error message.


> On Sun, 6 Feb 2005 22:38:25 -0500, Doug Hyde
> <[EMAIL PROTECTED]> wrote:
>> Anybody ever encounter this error?
>>
>> [Microsoft][ODBC SQL Server Driver]Optional feature not
>> implemented
>>
>> It seems to be related to a stored procedure call. See
>> below.
>>
>> Doug
>>
>> ---
>>
>> TypeDatabase
>> Query Error [Microsoft][ODBC SQL Server
>> Driver]Optional feature not
>> implemented
>> Native Error Code   0
>> SQL State   S1C00
>> SQL { call spVisit(?,?,?,?) }
>> Tag Context CFINCLUDE: Line=1; Column=1
>> |
>> +-- CFIF: Line=15; Column=1
>> |
>> +-- CFELSE: Line=26; Column=1
>> |
>> +-- CFOUTPUT: Line=55; Column=1
>> |
>> +-- CFIF: Line=90; Column=1
>> |
>> +-- CFELSEIF: Line=113; Column=1
>> |
>> +-- CFIF: Line=123; Column=1
>> |
>> +-- CFELSEIF: Line=138; Column=1
>> |
>> +-- CFINCLUDE: Line=142;
>> Column=2
>> |
>> +-- CFOUTPUT: Line=14;
>> Column=1
>> |
>> +-- CFINCLUDE:
>> Line=30; Column=22
>> |
>> +-- CFOUTPUT:
>> Line=5; Column=1
>> |
>> +--
>> CFSTOREDPROC:
>>  Line=79;
>> Column=1
>> Source
>>
>> 76:   
>> 77: 
>> 78:
>> 79: 
>> 80:   > cfsqltype="CF_SQL_INTEGER"
>> value="#userID#" type="In">
>>
>> ^ Snippet from underlying CFML source
>>
>>



> ~~
> 

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

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


RE: CFMX 7 Price

2005-02-07 Thread Ben Forta
Stefan,

Please send me specifics, offlist.

--- Ben
 

-Original Message-
From: Stefan [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 9:54 AM
To: CF-Talk
Subject: RE: CFMX 7 Price

Hi Ben,

We have been complaining about this for years - even to people quite high up
the chains. General feedback has been destructive and not good for our own
business - some at MM "punish" you if you ask those kind of questions as it
cuts into their revenue goals. But as I can see that we are not alone here
and a more open approach to this topic is needed.

Happy to provide you with further insight offlist - if you are interested.

Stefan

Dr. Stefan Salzbrunn
Geschäftsführer

InterLake - The Web Enabler
Friedrichshafen   München   Berlin   New York

Email: salzbrunn  interlake.net

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 07:26
To: CF-Talk
Subject: RE: CFMX 7 Price

Martin,

Honestly, I was not aware of this until I saw the thread here. I'll ping the
team on this one.

--- Ben

 

-Original Message-
From: Martin Parry [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 6:52 AM
To: CF-Talk
Subject: RE: CFMX 7 Price

Hopefully Ben Forta's listening in on this one... What are your thoughts, or
can you get someone at MM to at least clarify why there is such a difference
or at least let us buy it from the states :)

Martin Parry
Macromedia Certified Developer
http://www.BeetrootStreet.co.uk


-Original Message-
From: Allan - CFUG Spain [mailto:[EMAIL PROTECTED]
Sent: 07 February 2005 11:49
To: CF-Talk
Subject: Re: CFMX 7 Price

Its not just uk though its everyone, and the difference is not just a few
pounds / euros its 1000 pounds and 1300 euros.

Its just NOT justifiable.

Spain has very low use of CF and i'm afraid it's going to stay that way.








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

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


RE: CFMX 7 pricing

2005-02-07 Thread Martin Parry
Cheers !

Martin Parry
Macromedia Certified Developer
http://www.BeetrootStreet.co.uk


-Original Message-
From: Steven Erat [mailto:[EMAIL PROTECTED] 
Sent: 07 February 2005 17:22
To: CF-Talk
Subject: RE: CFMX 7 pricing

> Do you mean ones with Hyperthreading (I'm a hardware caveman so it may
> mean the same thing) - I have a dual xeon server with HT.. 
> So, does that
> equate to 4 CPU's or 2 in MM's eyes ?

CFMX 6.1 policy on hyperthreading is here, and I'm not aware of any
difference in CFMX 7:


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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Matt Robertson
Sean,

As you said in another thread, this is gonna need a lot of howto's as
we wind on down the road.

Diggin' it all...

:-)

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

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

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


RE: CFMX 7 is released

2005-02-07 Thread Ben Forta
>> The Report Generation is win-only, which kind of works against the
>> run anywhere / cross-platform concepts of Java implementation &
>> deployment. Bummer!

Incorrect. Report generation is all platforms. Report builder only runs on
Windows, for now, but report templates created with the Report Builder will
indeed work on all platforms.

--- Ben

 

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 07, 2005 8:36 AM
To: CF-Talk
Subject: Re: CFMX 7 is released

The MM team is to be congratulated for being totally responsive to the input
of the beta testors (or is that testees) for making the Report Builder
available in all editions.

The features of most interest to me are:

1) read only (CD) deployment
2) flexible licensing/pricing/redistro
3) sourceless, encrypted deployment
4) event gateways
5) report generation

-- Didn't get read-only deployment

-- Didn't get flexible licensing/pricing/redistro - but these are policy
issues and easy to add later

-- got sourceless, encrypted deployment

-- got event gateways

-- got report generation

The product editions wouldn't mean so much, as that would be trumped by
flexible licensing/pricing/redistro, if it were offered.

The Report Generation is win-only, which kind of works against the run
anywhere / cross-platform concepts of Java implementation & deployment. 
Bummer!

There is still no production support for OS X deployment.  As Ben, and
others, have pointed out (sometimes rather testily), Macromedia has just not
seen enough demand to justify creating the infrastructure to support OS X--
I certainly tell everyone I know to ask for it :)  To be honest, though,
most people running OS X servers (and there are quite a
few) seem to be using BlueDragon.

While I really would like to see OS X support, it is becoming less of an
issue for me, personally:

-- If I run a server myself, it will be on OS X, and I will support it
myself.

-- If I develop CFEveywhere apps, they will run on all platforms and I will
support them myself.

-- I would like to be able to develop CFEverywhere apps that are CD-based
and/or include event gateways and report generation, but have to bypass
these features, for the present (or approximate them, myself).

All negatives aside, this is a good release and moves CFML forward as a
means to deliver solutions-- some, potentially, very exciting solutions.

Congrats to the CFMX7 development team!

Dick

On Feb 7, 2005, at 3:27 AM, Ben Forta wrote:

Jeff,
>
>  and Report Builder functionality is identical in all 
> versions.
> The difference between these features in Standard versus Enterprise is 
> in the number of threads allocated to generating the printable output. 
> CF Standard is best suited for up to 5 concurrent requests (that is 
>  and reporting requests, not all requests) whereas CF 
> Enterprise is designed to be able to handle a far greater load.
>
> --- Ben
>
>
> -Original Message-
> From: Jeff Chastain [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 06, 2005 10:55 PM
> To: CF-Talk
> Subject: RE: CFMX 7 is released
>
> Okay, I am looking at the product editions comparison.  I knew event 
> gateways were going to be enterprise, but what is with the document 
> and report generation?  There is next to no detail here, but is all 
> report generation limited to the enterprise edition or can some still 
> be done using the standard edition?
>
> -- Jeff
>




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

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


Re: More on FCKEditor... Not good

2005-02-07 Thread Matt Robertson
You've got something funky going on in-house.  It shouldn't do that.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

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

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


Re: Find a relative path address

2005-02-07 Thread Claude Schneegans
 >>for a few minutes I realized that it

would be easier with arrays.

I worked with "/" delimited lists. It probabilly makes it simpler.

Here is the code. Sorry, no comments for the time being.
It gives me the relative path in "scriptDirecory" which I can use for any file 
like javascript, css, etc.

 relativePath = "";
 l = 0;
 temp = "";
 baseDir = lCase(replace (GetDirectoryFromPath(GetBaseTemplatePath()), "\", 
"/", "all"));
 base = baseDir;
 pathDir = lCase(replace (GetDirectoryFromPath(GetCurrentTemplatePath()), "\", 
"/", "all"));
 path = pathDir;
 while (listLen(base, "/") GT 0 AND listLen(path, "/") GT 0)
 {
 temp = listFirst(base, "/");
 if(temp EQ listFirst(path, "/"))
  {
  relativePath = listAppend(relativePath, temp, "/");
  base = listDeleteAt (base,1, "/");
  path = listDeleteAt (path,1, "/");
  l = l + len(temp)+1;
  }
 else  {
  scriptDirectory = RepeatString("../", listLen(temp, "/")) & mid (pathDir, 
l+1, 9);  base = "";
  }
 }


-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


RE: CFMX 7 feature breakdown

2005-02-07 Thread Steven Erat
> Can anyone explain to me the process for installing and 
> setting CFMX 7.0 on a
> multi-machined Weblogic cluster.

The best instructions for CFMX 7 on Weblogic are found here:
http://www.macromedia.com/support/coldfusion/j2ee/cfmx7j2ee_weblogic_deploy.
html

An exploded war is the recommended install type for WL.  Regarding
clustering WL servers, you'd have to consult with the BEA documentation for
that.

-Steven Erat

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

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


Re: CFMX 7 feature breakdown

2005-02-07 Thread Sean Corfield
On Mon, 7 Feb 2005 21:35:19 -, Ciliotta, Mario
<[EMAIL PROTECTED]> wrote:
> My Web Services group has a new set of rules as to what can be installed on
> their machines and what cannot.  They are hoping that CFMX 7.0 applications
> running under J2EE are just a simple WAR file that they can push to production
> and that no piece of the CFMX Server or Administrator need to be installed on
> their hardware.  They are simply looking for a standard WAR file with the CF
> engine and the application code.

The Java installer (coldfusion-70-other.jar) lets you create a
cfusion.war file that you can then simply deploy to your J2EE server.

Then CFMX 7 lets you package your CF applications, along with the CF
runtime, into a single WAR which can be deployed to other J2EE server
instances.

So, I think the answer to your question is "yes"...
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


RE: Stored procedure error

2005-02-07 Thread Doug Hyde
Thanks...tried that (and they work - getting the error for every stored
procedure...the application runs on other machines) and hard to debug when
you get no data. I now down to the option of it being the ODBC driver
itself, as it seems to stall on only this machine...

D
-Original Message-
From: Al Everett [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 8:47 AM
To: CF-Talk
Subject: Re: Stored procedure error


I've always found that error to be thrown by Oracle when it can't tell
you what the error is. It is singularly unhelpful.

I would start with your proc. Run it outside of CF to see if you get a
better error message.


On Sun, 6 Feb 2005 22:38:25 -0500, Doug Hyde <[EMAIL PROTECTED]> wrote:
> Anybody ever encounter this error?
>
> [Microsoft][ODBC SQL Server Driver]Optional feature not implemented
>
> It seems to be related to a stored procedure call. See below.
>
> Doug
>
> ---
>
> TypeDatabase
> Query Error [Microsoft][ODBC SQL Server Driver]Optional feature not
> implemented
> Native Error Code   0
> SQL State   S1C00
> SQL { call spVisit(?,?,?,?) }
> Tag Context CFINCLUDE: Line=1; Column=1
> |
> +-- CFIF: Line=15; Column=1
> |
> +-- CFELSE: Line=26; Column=1
> |
> +-- CFOUTPUT: Line=55; Column=1
> |
> +-- CFIF: Line=90; Column=1
> |
> +-- CFELSEIF: Line=113; Column=1
> |
> +-- CFIF: Line=123; Column=1
> |
> +-- CFELSEIF: Line=138; Column=1
> |
> +-- CFINCLUDE: Line=142; Column=2
> |
> +-- CFOUTPUT: Line=14; Column=1
> |
> +-- CFINCLUDE: Line=30; Column=22
> |
> +-- CFOUTPUT: Line=5; Column=1
> |
> +-- CFSTOREDPROC: Line=79;
> Column=1
> Source
>
> 76:   
> 77: 
> 78:
> 79: 
> 80:value="#userID#" type="In">
>
> ^ Snippet from underlying CFML source
>
>



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

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

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


Re: Find a relative path address

2005-02-07 Thread S . Isaac Dealey
>  >>Oh you were looking at massimo's ...

> Indeed.

> now, massimo's has more comments, which accounts for
> nearly half the bulk):

> I counted 47 without comments ;-)

Heh... well who'da thunk. :) I didn't look that closely -- I just
didn't want to seem like I was disrespecting him. I saw you mention 47
lines and I thought to myself "it wasn't that long was it?!" When I
first started writing it I started with the idea that I was
manipulating a string and so I was trying things with string functions
and then after working with that for a few minutes I realized that it
would be easier with arrays. It seems like Massimo stuck with strings.


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

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Sean Corfield
Just to further clarify:

Sourceless deployment is different from J2EE packaged deployment.

Sourceless deployment means: compile source to bytecode and deploy the
bytecode (to a CFMX 7 server).

J2EE packaged deployment means: create a WAR/EAR that includes the CF
runtime etc and deploy to a J2EE server.

The J2EE packaged deployment can be sourceless (optional) and can also
omit the CF Administrator (optional).

On Mon, 7 Feb 2005 13:36:09 -0800, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On Mon, 7 Feb 2005 15:26:07 -0500, Greg Luce <[EMAIL PROTECTED]> wrote:
> > So if the java byte code isn't interpreted by th CF runtime, can it be
> > deployed on a run server without CF installed?
> You can create a WAR or EAR file that contains your CF application and
> everything necessary to run it and then just deploy the WAR/EAR to a
> clean install of JRun, WebLogic, WebSphere, Tomcat etc that has never
> seen ColdFusion.

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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Sean Corfield
On Mon, 7 Feb 2005 15:26:07 -0500, Greg Luce <[EMAIL PROTECTED]> wrote:
> So if the java byte code isn't interpreted by th CF runtime, can it be
> deployed on a run server without CF installed?

You can create a WAR or EAR file that contains your CF application and
everything necessary to run it and then just deploy the WAR/EAR to a
clean install of JRun, WebLogic, WebSphere, Tomcat etc that has never
seen ColdFusion.

I did this as a demo at the Fusebox 2004 conference.
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

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


RE: CFMX 7 feature breakdown

2005-02-07 Thread Ciliotta, Mario
Hi,

Can anyone explain to me the process for installing and setting CFMX 7.0 on a
multi-machined Weblogic cluster.

My Web Services group has a new set of rules as to what can be installed on
their machines and what cannot.  They are hoping that CFMX 7.0 applications
running under J2EE are just a simple WAR file that they can push to production
and that no piece of the CFMX Server or Administrator need to be installed on
their hardware.  They are simply looking for a standard WAR file with the CF
engine and the application code.

Is this how CFMX 7.0 for J2EE works.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


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

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


RE: Getting list of files on remote server

2005-02-07 Thread Jerry Johnson
This can be done (since the page you are looking at is a default directory 
listing returned as an html page.)

It isn't all that easy for a novice, but it is definitely doable.

1 You need to get the content of the web page you listed 
(http://members.wri.com/brettb/pictures/) using the CFHTTP command.
2 You then need to pull apart that HTML page and build a filelist from it.
3 Once you have the filelist, you need to find any items that are DIRs, and do 
step 1 all this over again (see recursion).
4 Finally, you will have complete filelist, which you can download, save to a 
db, etc.




Jerry Johnson
Web Developer
Dolan Media Company


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

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


Re: Repopulating radio button values after form submission

2005-02-07 Thread Patti Lee
Would something like this work for you?

checked 
/>


On Mon, 7 Feb 2005 13:39:32 -0500, Mark Leder <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> On an initial form display, I have a query looping through radio buttons to
> dynamically populate the radio names and values, works great.  The query set
> returns the #moduleID#, which is numeric.
> When I submit the form, the same page is called again, and I have some
> server-side form validation run to check the fields.  If a validation fails,
> I re-display the same form, with an error message, and repopulate the form
> fields, so the user doesn't have to type things in again, only make
> corrections and resubmit.
> 
> Here's the problem, I can't figure out how to repopulate the radio buttons
> dynamically from the FORM values.  In doing a form dump after the initial
> submit, I get the following:
> 
> Module ID   Value
> 1335
> 1413
> And so on.  These are correct.
> 
> The end result of this would be to insert rows into a db with each row
> containing a field for moduleID and another field for the value 0 thru 5.
> 
> What's a good way of accomplishing this?
> 
> 
>  
>  
>  
>   #qCompanyAuthentication.moduleName#    />
>FORM.moduleID EQ 5>checked />
>FORM.moduleID EQ 4>checked />
>FORM.moduleID EQ 3>checked />
>FORM.moduleID EQ 2>checked />
>FORM.moduleID EQ 1>checked />
>FORM.moduleID EQ 0>checked />
>  
>  
>  
> 
> 
> 
> 
> 
>   
>   
> Select Question">
> 
>
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
>FORM.userInactive = "0";
>FORM.moduleID = "4";
>   
> 
> 
> ==
> 
> Thanks,
> Mark
> 
> 

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

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


Re: Getting list of files on remote server

2005-02-07 Thread Jeff Garza
And... just a note that cfdirectory has a new attribute in CFMX 7 called 
"recurse".  It will recursively return all files and folders from a top 
level folder.  Including the full directory path and filename each step of 
the way down the tree.

That one attribute has made my life silly easy...

Cheers,

Jeff Garza

- Original Message - 
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, February 07, 2005 2:21 PM
Subject: RE: Getting list of files on remote server


>> I am trying to find a way to get a list of all files
>> (including those in sub directories) in a given directory.
>>
>> I've found how to get the name of a given path
>>
>> > GetFileFromPath("http://members.wri.com/brettb/pictures/2002/2
>> 002_05_06/")>
>>
>> But I'd like this to be more generic.
>>
>> GetFilePaths("http://members.wri.com/brettb/pictures/";)
>>
>> That would return (in an array) the file paths of all files
>> found there.
>>
>> Any suggestions?
>>
>> What I am wanting to do is find any new files (by comparing
>> to a database) and then add new files as they are found. This
>> would be run as a batch job.
>>
>> I am building a picture database and I am trying to figure
>> out the best way to get the filenames of pictures I put into
>> this directory into the database. Potentially, I'll be
>> uploading 20-30 at a time.. so doing them one at a time is
>> less then desirable
>
> You won't be able to do this using a URL path. You will need to use the
> corresponding filesystem path. You will then either need to use 
> CFDIRECTORY
> recursively to find all of the files within that directory and its
> subdirectories, or use an external Java class, COM object, shell script or
> the like to do something like 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!
>
>
> 

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

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


Re: Find a relative path address

2005-02-07 Thread Claude Schneegans
 >>Oh you were looking at massimo's ...

Indeed.

now, massimo's has more comments, which accounts for nearly half the bulk):

I counted 47 without comments ;-)


-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


RE: Getting list of files on remote server

2005-02-07 Thread Dave Watts
> I am trying to find a way to get a list of all files 
> (including those in sub directories) in a given directory. 
> 
> I've found how to get the name of a given path 
> 
>  GetFileFromPath("http://members.wri.com/brettb/pictures/2002/2
> 002_05_06/")> 
> 
> But I'd like this to be more generic. 
> 
> GetFilePaths("http://members.wri.com/brettb/pictures/";) 
> 
> That would return (in an array) the file paths of all files 
> found there. 
> 
> Any suggestions? 
> 
> What I am wanting to do is find any new files (by comparing 
> to a database) and then add new files as they are found. This 
> would be run as a batch job.
> 
> I am building a picture database and I am trying to figure 
> out the best way to get the filenames of pictures I put into 
> this directory into the database. Potentially, I'll be 
> uploading 20-30 at a time.. so doing them one at a time is 
> less then desirable

You won't be able to do this using a URL path. You will need to use the
corresponding filesystem path. You will then either need to use CFDIRECTORY
recursively to find all of the files within that directory and its
subdirectories, or use an external Java class, COM object, shell script or
the like to do something like 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!


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

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


Re: Find a relative path address

2005-02-07 Thread S . Isaac Dealey
> Thanks to all. By that time, I developped my own, but
> since it is 23
> lines long, I was affraid I missed something much simpler.
> But since the one in cflib.org is 47 lines, I'm reassured
> ;-)

Oh you were looking at massimo's ...

this was mine (I suspect similar to yours -- about as long anyway -
though looking at it now, massimo's has more comments, which accounts
for nearly half the bulk):


/**
 * Returns a relative path from the current template to an absolute
file path.
 *
 * @param abspathAbsolute path. (Required)
 * @return Returns a string.
 * @author Isaac Dealey ([EMAIL PROTECTED])
 * @version 1, May 2, 2003
 */
function getRelative(abspath) {
var aHere =
listtoarray(getdirectoryfrompath(getcurrenttemplatepath()),"\/");
var aThere = ""; var lenThere = 0;
var aRel = ArrayNew(1); var x = 0;
var newpath = "";

aThere = ListToArray(abspath,"\/"); lenThere = arraylen(aThere);

for (x = 1; x lte arraylen(aHere); x = x + 1) {
if (x GT lenThere OR comparenocase(aHere[x],aThere[x])) {
ArrayPrepend(aRel,".."); if (x lte lenThere) {
ArrayAppend(aRel,aThere[x]); }
}
}

for (; x lte arraylen(aThere); x = x + 1) {
ArrayAppend(aRel,aThere[x]); }

newpath = ArrayToList(aRel,"/");

return newpath;
}





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

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




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

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


OT: What MM need to do to explain CFMX7

2005-02-07 Thread Damien McKenna
IMHO most of the confusion regarding CFMX7's features could have been
explained by a simply chart, a feature matrix comparing the features of
CFMX 6.1 Standard and Enterprise versus the new versions.   The chart
should list each major feature noting what is new, improved or enhanced
between versions.  I've seen similar charts in the past for older
versions of CF and they really need to get one up to explain everything
in one short document rather than trying to work it all out from
different documents only or the vast number of 3rd party weblogs.  So,
how about it Macromedia?
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 
 


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

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


Re: Find a relative path address

2005-02-07 Thread S . Isaac Dealey
> Thanks to all. By that time, I developped my own, but
> since it is 23
> lines long, I was affraid I missed something much simpler.
> But since the one in cflib.org is 47 lines, I'm reassured
> ;-)

which one?


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

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




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

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


Re: Find a relative path address

2005-02-07 Thread Claude Schneegans
Thanks to all. By that time, I developped my own, but since it is 23 
lines long, I was affraid I missed something much simpler.
But since the one in cflib.org is 47 lines, I'm reassured ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


Getting list of files on remote server

2005-02-07 Thread Brett Barnhart
I am trying to find a way to get a list of all files (including those in sub 
directories) in a given directory. 

I've found how to get the name of a given path 

http://members.wri.com/brettb/pictures/2002/2002_05_06/";)> 

But I'd like this to be more generic. 

GetFilePaths("http://members.wri.com/brettb/pictures/";) 

That would return (in an array) the file paths of all files found there. 

Any suggestions? 

What I am wanting to do is find any new files (by comparing to a database) and 
then add new files as they are found. This would be run as a batch job.

I am building a picture database and I am trying to figure out the best way to 
get the filenames of pictures I put into this directory into the database. 
Potentially, I'll be uploading 20-30 at a time.. so doing them one at a time is 
less then desirable

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

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


Re: CFMX 7 feature breakdown

2005-02-07 Thread Joe Rinehart
Thane,

I would suggest downloading the developer edition and trying it out.

-Joe


On Mon, 07 Feb 2005 15:55:50 -0400, Thane Sherrington
<[EMAIL PROTECTED]> wrote:
> At 01:45 PM 07/02/2005, you wrote:
> >5. New CFCHART engine - Produce high-quality charts and graphs with over
> >200 different modifiable attributes to control animation, colors, labels,
> >and more.
> >6. Ready-to-use chart styles - Use pre-defined chart styles for
> >professional looking charts and graphs or create new styles for use across
> >multiple charts and graphs.
> 
> Where can we get more information on this?   What chart styles are
> available?  I use a lot of radar and high/low/close charts.  Can the new
> engine do these?  Is it something I can create?  The page is pretty limited
> in information about the actual features.
> 
> T
> 
> 

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

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


Re: Sourceless deployment in BlueDragon (was: CFMX 7 is released)

2005-02-07 Thread Greg Luce
So if the java byte code isn't interpreted by th CF runtime, can it be
deployed on a run server without CF installed?


On Mon, 7 Feb 2005 11:36:55 -0800, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On Mon, 7 Feb 2005 11:44:14 -0500, Dave Carabetta <[EMAIL PROTECTED]> wrote:
> > Well, it's not so much what it's compiled down to so much as the
> > version of the CF runtime that needs to interpret the byte code I
> > think.
> 
> The byte code is processed by the JVM - it is not interpreted by the CF 
> runtime.
> 
> However, you're sort of on the right track. There's a sufficient
> number of changes between CFMX 6.1 and CFMX 7 (this is, after all, a
> *major* release) that the compiled code is not compatible across the
> two versions due to differences in the CF runtime APIs and libraries.
> --
> Sean A Corfield -- http://www.corfield.org/
> Team Fusebox -- http://www.fusebox.org/
> Breeze Me! -- http://www.corfield.org/breezeme
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

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

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

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


Re: Find a relative path address

2005-02-07 Thread Massimo, Tiziana e Federica
"Barney Boisvert" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> There's a UDF included in the FB4.1 cores files that does this.  It
> was contributed by Mossimo Foti, i believe, so it's probably also
> available at cflib.org.  If not, just download the FB4.1 cores from
> fusebox.org and pull out that file.


http://www.cflib.org/udf.cfm?ID=841


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/





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

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

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


Re: CFMX 7 feature breakdown

2005-02-07 Thread Thane Sherrington
At 01:45 PM 07/02/2005, you wrote:
>5. New CFCHART engine - Produce high-quality charts and graphs with over 
>200 different modifiable attributes to control animation, colors, labels, 
>and more.
>6. Ready-to-use chart styles - Use pre-defined chart styles for 
>professional looking charts and graphs or create new styles for use across 
>multiple charts and graphs.

Where can we get more information on this?   What chart styles are 
available?  I use a lot of radar and high/low/close charts.  Can the new 
engine do these?  Is it something I can create?  The page is pretty limited 
in information about the actual features.

T 


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

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

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


Re: Find a relative path address

2005-02-07 Thread S . Isaac Dealey
There's a function for getting relative paths in the onTap
framework...

getPathTo ... if you don't want to have to download the framework and
extract it, I believe I submitted it to cflib.org as getRelative()
although in retrospect that's a horribly non-descript function name.

Though if it were an onTap solution the whole relative path issue
would be moot anyway -- you'd just call
#request.tapi.jsLib("libname","P")# to and that would always be the
correct path.

Though I'm guessing this is a custom tag you intend to provide to
other people for use in their applications, in which case I don't
think there's any getting around having the user provide the URL ...
the problem is that the CF Server doesn't have any native means of
matching the domain root with a physical path on the machine. The
onTap framework does this to some extent, but only when the onTap root
is within the domain of the site -- you can't put the root below the
domain.

hth

> Hi,

> What would be the simplest way to find the path address of
> the custom
> tag template  relative to the calling template?
> For instance, the template at
> www.mySite.com/dir1/dir2/index.cfm
> calls 
> I need to have myCustomTag.cfm generate a line like
> 

  1   2   3   >