Re: Extra Level of Security Information

2008-03-20 Thread denstar
On Mon, Mar 17, 2008 at 6:00 PM, Mike Chabot [EMAIL PROTECTED] wrote:
 There are numerous ways to secure a server. I'm having trouble
  envisioning what support for a hardware token would add. Is this
  related to preventing people from logging into a Web site unless a
  device is plugged into the computer, or is this somehow related to the
  process that delivers the raw data to the media?

OTP with cell phones/PDAs sounds cool.

http://en.wikipedia.org/wiki/One-time_password

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301628
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 and JasperReports?

2008-03-20 Thread denstar
On Tue, Mar 18, 2008 at 6:36 AM, C. Hatton Humphrey [EMAIL PROTECTED] wrote:
 New job uses JasperReports for their PDF report generation.  They're
  running a Tomcat server to provide the services on a different port.
  While digging around I found messages and blog posts pointing to the
  fact that CF7 (and by assumption CF8) use JasperReports for the
  CFReport functionality, is this correct?

Ja, but with CF7 it's an old version, and there are library conflicts
with the newer stuff.

I think I found a way to run it on CF8, using a classloader, but it's
untested.  And I don't even know what version 8 has, or if it's still
in there, even.  I switched to using JasperServer, which has been just
freaking awesome.

That, my friend, is the way to do reports!

Offload that busywork to another server, and hopefully, the
replication database or something.

  If it is, how difficult would it be to migrate the existing reports to CF8?

If you're thinking convert them into CFREPORT reports, I don't know
how possible that is.

You could probably get CF to read the .JRXML files (or the jasperpring
files, etc.) and generate/fill the reports without too much hastle--
I've got plenty of example code and whatnot, that doesn't exemplify
best practices, but does get the job done.  Compiling/filling reports,
using a DSN, or passing in SQL/queries...  I got so into it for a
while I was storing the compiled reports in the DB...

But the real answer is: don't.

You want that report server (I'm assuming it's jasperserver that's
running?) doing it's thing, without needing CF.  Reports, and
especially nifty reports, can freaking bog a lively system dwn.
Best to, as I said, have the report server be pulling it's data from a
separate, replicated db, even.

Stick to using jasperserver, and just use the webservice to pull stuff
into CF.

I've got some code that will do that; run reports from the webservice.
 Just give it a resource URL and user credentials, and pick the
format.

I just finished a lazy-loading tree to traverse the directory
structure of the report repository, too, that you're welcome to.
Let's folks drill down through the folders, and pick their report.
Guess I'll add check-boxes, eventually, to handle multiples...

The tree is using the dojo 1.0 JS library, which freaking roxerz.

I've been meaning to give the jasperserver webservice code a once over
and put it somewhere public, like frameworkforge (I've already got an
MG actionpack using it), but simply haven't done so as yet.

If you've got any questions, I love to share what I know, especially
about things like jasperserver, which have made my life waaay easier.

You know iReport ties right into it's repository?  iReport is a swell,
just swell GUI report builder.
And it's cross-platform (java).  :-)

-Denny

--
Wolverines!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301629
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF 8 Performance Problems?

2008-03-20 Thread Tom Chiverton
On Wednesday 19 Mar 2008, Annie x wrote:
 compatibility issues (none found), and stress-tested it there. Its
 performance is much, much worse.

CF8 has a Flex-based performance monitor. Have a dig and find our *what* is 
slow, then get into the *why*.

-- 
Tom Chiverton
Helping to enormously expedite end-to-end bandwidth
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301630
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Controlling Output within CFDOCUMENT

2008-03-20 Thread Steve Moore
Is there any ability to know where you're at on a page within CFDOCUMENT? I've 
got a heading that is bordered using CSS. Occasionally, depending on the amount 
of data to display, this heading is being broken across pages so that the 
bottom border is at the top of the next page. See 
http://www.larimer.org/temp/breaking.pdf for an example. I'd like to be able to 
page break if there's less than an inch, or something, before outputting this 
header.

Steve Moore
Larimer County Colorado


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301631
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Flash Remoting and CF

2008-03-20 Thread Robert Harrison
OK. Thanks for all the responses. Summary is do NOT try to connect flash
directly to a DB. We'll use CF as an intermediate. Although, at this point
I'm not exactly sure how to do that. I'll probably be back seeking more
advice later, but I'll do some research first. 

Thanks Everyone...

Robert B. Harrison
Director of Interactive services
Austin  Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be .




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301632
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flash Remoting and CF

2008-03-20 Thread Brian Kotek
First, at this point I'd say if you don't use Flex to do this you're a
bit crazy. ;-)  Your Flash guy can use Flex to handle all the core UI
still and still write custom ActionScript or create .swfs that can be
used within Flex.

There is a vast array of information on how easy it is to talk to
ColdFusion from Flex. I'd start here:
http://www.adobe.com/products/flex/developers/coldfusion/



On Thu, Mar 20, 2008 at 8:58 AM, Robert Harrison
[EMAIL PROTECTED] wrote:
 OK. Thanks for all the responses. Summary is do NOT try to connect flash
  directly to a DB. We'll use CF as an intermediate. Although, at this point
  I'm not exactly sure how to do that. I'll probably be back seeking more
  advice later, but I'll do some research first.

  Thanks Everyone...


  Robert B. Harrison
  Director of Interactive services
  Austin  Williams
  125 Kennedy Drive, Suite 100 Hauppauge NY 11788
  T : 631.231.6600 Ext. 119
  F : 631.434.7022
  www.austin-williams.com

  Great advertising can't be either/or... It must be .




  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301633
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Performance Problems?

2008-03-20 Thread Annie x
Sorry for the wait, I had to get access to the cfadministrator. (Kinda helpful 
in this, you'd think... but anyways!) The JVM settings definitely are throwing 
up a red flag, so we're going to look at this today. Hopefully, it's the 
problem. And no, monitoring was not on for our previous tests, as it was 
thought it would make performance worse. Obviously, we should test with it on 
if this doesn't fix it - even if performance is worse in that test, we can 
hopefully get a better idea of what's going on.

Basic Stats:

ColdFusion Version = 8,0,0,176276, Enterprise edition
Operating system = UNIX
OS Version = 5.10 
Adobe Driver Version = 3.6 (Build 0017)

Java Version = 1.6.0_01
Java VM Specification Version = 1.0 
Java Specification Version = 1.6 
Java Class Version = 50.0 

Trusted cache is ON
Save class files is OFF
Cache web server paths is OFF




You did not mention the JVM settings... I assume that you have changed the
JVM args for memory to conform to the production environment - yes? What
version of cf? What are the settings etc. You definitely should see a boost
not a decline in performance. 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301634
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Controlling Output within CFDOCUMENT

2008-03-20 Thread Tom Chiverton
On Thursday 20 Mar 2008, Steve Moore wrote:
 Is there any ability to know where you're at on a page within CFDOCUMENT?
 I've got a heading that is bordered using CSS. Occasionally, depending on
 the amount of data to display, this heading is being broken across pages so

cfdocument is poor at page spanning (long tables) in general. 'Swhy we use 
UJAC.

-- 
Tom Chiverton
Helping to carefully implement attention-grabbing technologies
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301635
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF 8 Performance Problems?

2008-03-20 Thread Rich
 Trusted cache is ON
 Save class files is OFF
 Cache web server paths is OFF

If you are testing this as a production machine, I would suggest that you
turn Save class files to ON.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Performance Problems?

2008-03-20 Thread Tom Chiverton
On Thursday 20 Mar 2008, Annie x wrote:
 Hopefully, it's the problem. And no, monitoring was not on for our previous
 tests, as it was thought it would make performance worse. Obviously, we

You can safely turn the first of the 3 options on in production, without very 
much if any penalty.
We've had the 2nd option on on production over the last few days to track 
something down, and although in theory it should be slower, we don't see much 
evidence for this.
I belive the final option isn't recomeneded to be on in production.

-- 
Tom Chiverton
Helping to centrally compete robust applications
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301637
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Flash Remoting and CF

2008-03-20 Thread Paul Hastings
Brian Kotek wrote:
 First, at this point I'd say if you don't use Flex to do this you're a
 bit crazy. ;-)  Your Flash guy can use Flex to handle all the core UI

or you can kick your flash guy to the curb ;-) flex is easy enough even cf 
troglodytes can make good looking UI.

seriously though i guess if it's an app, flex is a good tool, if it's a website 
with scattered flashey bits  pieces, maybe flash is a better choice?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SSL (HTTPS) Web Service

2008-03-20 Thread Ian Skinner
Is there some trick to consuming a web service over HTTPS(SSL) in 
ColdFusion.  I keep getting a 


  Cannot generate stub objects for web service invocation. error when I
  try to do so.





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SSL (HTTPS) Web Service

2008-03-20 Thread James Holmes
If the server certificate is self-signed, you might need to import the
root Certificate Authority into your CF server keystore.

On Thu, Mar 20, 2008 at 10:45 PM, Ian Skinner [EMAIL PROTECTED] wrote:
 Is there some trick to consuming a web service over HTTPS(SSL) in
  ColdFusion.  I keep getting a 


   Cannot generate stub objects for web service invocation. error when I
   try to do so.





  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301640
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Verity PDF's and XML

2008-03-20 Thread Paul Ihrig
ok. inherited app.
uses verity to index pdf's but really only the xml extracted text from pdfs..
if some one created the xml  associated it with the db entry...
which apparently no one has done in 8 months and no one knows how to..

why would some one go this route instead of just indexing the text
inside of a pdf?

was this a restriction, or faster method a few versions ago?

just about to change some app logic, but dont ant to if there is a
reason not to.
thanks a bunch
-paul

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 and JasperReports?

2008-03-20 Thread C. Hatton Humphrey
  Ja, but with CF7 it's an old version, and there are library conflicts
  with the newer stuff.

  I think I found a way to run it on CF8, using a classloader, but it's
  untested.  And I don't even know what version 8 has, or if it's still
  in there, even.  I switched to using JasperServer, which has been just
  freaking awesome.

  That, my friend, is the way to do reports!

Thanks for the reply Denny!  I agree that you should let the engine
designed to handle the task best, handle it.  I was just confused by
the messages and blogs that I read in researching.

Hatton

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SSL (HTTPS) Web Service

2008-03-20 Thread Ian Skinner
James Holmes wrote:
 If the server certificate is self-signed, you might need to import the
 root Certificate Authority into your CF server keystore.

I was afraid somebody was going to say something like that.  Much of 
that is Greek to me.  Any good step-by-step, fool-proof how to on just 
how one would do this just to play with a web service in development?



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301643
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Rey Bango
Andrew,

Great explanation! I couldn't have said it better myself.

Rey

Andrew Scott wrote:
   So the answer would be this, if you are after a very RIA experience 
and are
 not going to go the Flex way then my choice would be extJS 2.02 overall. If
 you are looking for minimal RIA as a way to enhance a website experience
 then jQuery/Spry/Mootools might be for you.
 
 So it would be best in my opinion to learn as many as you can. Fundamentally
 they all do the same thing in principle, and if you are good at JS then all
 are going to be easy to learn.
 
 Also if you haven't seen this website before, then I suggest you add this to
 your RSS feeds as it is a very valuable resource site.
 
 www.ajaxian.com

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301644
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Memory discrepancy

2008-03-20 Thread Alex DeMarco
We are running CFMX 8 in a Jrun4 (updater7) instance using java 1.6 under 
Win2k3.

When I run the Server Monitor or even Jprofiler on the instance for example 
they both report 125,000 in use.  However, when I look at Windows Task Manager 
the Jrun process reports around 225,000.  Why the difference? One of the things 
we have noticed is that over time the amount windows reports grows.  Yet 
internally it does not.

Anyone seen this behavior?  Any ideas what is going on?

thanks in advance!

- Alex 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301645
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SSL (HTTPS) Web Service

2008-03-20 Thread James Holmes
http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool

http://www.coldfusionmuse.com/index.cfm/2005/01/29/keystore

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19139

On Thu, Mar 20, 2008 at 11:36 PM, Ian Skinner [EMAIL PROTECTED] wrote:
 James Holmes wrote:
   If the server certificate is self-signed, you might need to import the
   root Certificate Authority into your CF server keystore.

  I was afraid somebody was going to say something like that.  Much of
  that is Greek to me.  Any good step-by-step, fool-proof how to on just
  how one would do this just to play with a web service in development?



  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301646
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flash Remoting and CF

2008-03-20 Thread Kevin Aebig
Definitely. Use the right tool for the job at hand. It also depends what
you're comfortable using and the timeframe of the project.

!k

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 7:44 AM
To: CF-Talk
Subject: Re: Flash Remoting and CF

Brian Kotek wrote:
 First, at this point I'd say if you don't use Flex to do this you're a
 bit crazy. ;-)  Your Flash guy can use Flex to handle all the core UI

or you can kick your flash guy to the curb ;-) flex is easy enough even cf 
troglodytes can make good looking UI.

seriously though i guess if it's an app, flex is a good tool, if it's a
website 
with scattered flashey bits  pieces, maybe flash is a better choice?




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301647
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Baffling Error

2008-03-20 Thread Mark Leder
Hi,

 

I've been going through my error logs on CF8/IIS6, and repeatedly come up
with this message (note the URL will be for any site that's on my server,
this is an example):

 

http://rosemariespeaks.com/'http:/rosemariespeaks.com/index.cfm

 

The filename, directory name, or volume label syntax is incorrect null 

The error occurred on line -1.

 

I've been searching all over Google for issues related to IIS6, but haven't
found anything.  I use an application.cfc in the front end of all my sites.
Is there something I could be doing in the application.cfc or in IIS to
prevent these malformed urls? 

 

Thanks,

Mark

 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301648
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Memory discrepancy

2008-03-20 Thread James Holmes
Server monitor is reporting the used heap space but not the perm
space. As time goes on more and more classes have been compiled and
are being stored in the perm space. Hotspot-optimized code also lives
in the perm space, which also accumulates over time.

http://www.javaperformancetuning.com/news/qotm043.shtml

On Fri, Mar 21, 2008 at 12:55 AM, Alex DeMarco [EMAIL PROTECTED] wrote:
 We are running CFMX 8 in a Jrun4 (updater7) instance using java 1.6 under 
 Win2k3.

  When I run the Server Monitor or even Jprofiler on the instance for example 
 they both report 125,000 in use.  However, when I look at Windows Task 
 Manager the Jrun process reports around 225,000.  Why the difference? One of 
 the things we have noticed is that over time the amount windows reports 
 grows.  Yet internally it does not.

  Anyone seen this behavior?  Any ideas what is going on?

  thanks in advance!

  - Alex

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301649
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Baffling Error

2008-03-20 Thread Matt Williams
Somebody has a bad link to your site?

On Thu, Mar 20, 2008 at 10:38 AM, Mark Leder [EMAIL PROTECTED] wrote:
 Hi,



  I've been going through my error logs on CF8/IIS6, and repeatedly come up
  with this message (note the URL will be for any site that's on my server,
  this is an example):



  http://rosemariespeaks.com/'http:/rosemariespeaks.com/index.cfm



  The filename, directory name, or volume label syntax is incorrect null

  The error occurred on line -1.



  I've been searching all over Google for issues related to IIS6, but haven't
  found anything.  I use an application.cfc in the front end of all my sites.
  Is there something I could be doing in the application.cfc or in IIS to
  prevent these malformed urls?



  Thanks,

  Mark






  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301650
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


onRequestStart()

2008-03-20 Thread Scott Stewart
Hey all, 

 

I’m trying to include some code to check for the existence of a
session.variable (session.loggedin)

Is this something that should be dropped into onRequestStart() in the
Application.cfc?

 

Here’s the code

 

cffunction name=onRequestStart

cfif IsDefined(session.loggedIn)

cfswitch expression=#session.loggedin#

cfcase value=1

/cfcase

cfcase value=0

cflocation url=../admin/login.cfm

/cfcase

 /cfswitch

cfelse

cflocation url=../admin/login.cfm

/cfif

/cffunction

 

Secondly, how should I handle the cflocations? 

 

 

-- 

Scott Stewart

ColdFusion Developer

 

SSTWebworks

4405 Oakshyre Way

Raleigh, NC. 27616

(919) 874-6229 (home)

(703) 220-2835 (cell)

 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008
9:54 AM
 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301651
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Sandra Clark
If accessibility is at all an issue for you, only two libraries implement
the ARIA spec right now that I am aware of:

Dojo and Google-axsjax are the only ones that I have been able to find.
There used to be a plugin for Jquery (JARIA) and while I understand that the
plugin will be incorporated into JQUERY at some point, it isn't yet (so far
as I can determine).


Sandra Clark
=
http://www.shayna.com
Training and Consulting  in CSS and Accessibility 
Team Fusebox




-Original Message-
From: Ali [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 10:50 PM
To: CF-Talk
Subject: many JS libraries are out there, which one for CF8 is the question.

Hi: I decided to use a JS library/framework to enhance the UI of my sites. I
googled a lot and found out that there are many of them. I make a short list
here:(thanks to google and wikipedia)

Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools, Ext,
JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo! UI
Library

These where what I found. I believe there are some more out there that I
couldn't find. My question is: Which one will help me as a beginner in using
such libraries/frameworks plus has a future plus has good compatibility with
Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
heard a lot about Jquery. But I really appreciate it if you write you
opinions about each of the libraies I listed. What I really need is a
simple, light and powerful one that gives me better client-side effects and
form options(for example validation).
Thanks
Ali




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301652
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: onRequestStart()

2008-03-20 Thread Greg Morphis
Here's an snippet of my onRequestStart, yeah you can check for session
variables in there..

cfif structkeyexists(session.user,emplid) and
structkeyexists(url,group_id)
cfset qGroups = 
application.userGateway.getGroupsForUser(emplid =
session.user.emplid)/

cfset lstGroups = ValueList(qGroups.group_id) /
!--cfdump var=#lstGroups# /

cfif not listfind(lstGroups,url.group_id)
cflocation url=index.cfm?action=home 
addtoken=no
/cfif

/cfif



On Thu, Mar 20, 2008 at 11:24 AM, Scott Stewart
[EMAIL PROTECTED] wrote:
 Hey all,



  I'm trying to include some code to check for the existence of a
  session.variable (session.loggedin)

  Is this something that should be dropped into onRequestStart() in the
  Application.cfc?



  Here's the code



  cffunction name=onRequestStart

  cfif IsDefined(session.loggedIn)

 cfswitch expression=#session.loggedin#

 cfcase value=1

 /cfcase

 cfcase value=0

 cflocation url=../admin/login.cfm

 /cfcase

  /cfswitch

 cfelse

 cflocation url=../admin/login.cfm

 /cfif

  /cffunction



  Secondly, how should I handle the cflocations?





  --

  Scott Stewart

  ColdFusion Developer



  SSTWebworks

  4405 Oakshyre Way

  Raleigh, NC. 27616

  (919) 874-6229 (home)

  (703) 220-2835 (cell)




  No virus found in this outgoing message.
  Checked by AVG.
  Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008
  9:54 AM



  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301653
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Baffling Error

2008-03-20 Thread Mark Leder
Hi,

 

I've been going through my error logs on CF8/IIS6, and repeatedly come up
with this message (note the URL will be for any site that's on my server,
this is an example):

 

http://rosemariespeaks.com/'http:/rosemariespeaks.com/index.cfm

 

The filename, directory name, or volume label syntax is incorrect null 

The error occurred on line -1.

 

I've been searching all over Google for issues related to IIS6, but haven't
found anything.  I use an application.cfc in the front end of all my sites.
Is there something I could be doing in the application.cfc or in IIS to
prevent these malformed urls? 

 

Thanks,

Mark




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301654
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Rick Faircloth
Hi, all.

I've been working with jQuery to create a cloning system
where I can click a link and add multiple file upload fields.

But I'm a little confused about how to proceed on the CF side, too.

Should all file upload fields have the same name and generate
a comma delimited list of files that I can loop over with CF
and create a record in the db for each?

Or should I change the DOM to clone new file fields with unique
names?  This approach seems problematic, because it seems that
it would be more difficult to create distinctly named file fields and
than to have to figure out how many fields there are to loop
over.

One question is whether or not file fields with the same name
will create a comma-delimited list of file names as with radio or check boxes.
I was having trouble making that happen.

Thoughts, anyone?

Thanks,

Rick





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301655
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Sonny Savage
I'm surprised how little love the YUI project is getting.  I've used it
extensively for production sites and found it to be very good.  The BSD
license allows you to use it any way you like without worry.  For the same
reason I don't worry about a MS buyout, I believe the project will continue
regardless.

YUI also has documentation on using their libraries in an ARIA compliant
fashion.
http://search.yahoo.com/search?vs=developer.yahoo.comfr=ush-mywebva=aria

On Thu, Mar 20, 2008 at 12:24 PM, Sandra Clark [EMAIL PROTECTED] wrote:

 If accessibility is at all an issue for you, only two libraries implement
 the ARIA spec right now that I am aware of:

 Dojo and Google-axsjax are the only ones that I have been able to find.
 There used to be a plugin for Jquery (JARIA) and while I understand that
 the
 plugin will be incorporated into JQUERY at some point, it isn't yet (so
 far
 as I can determine).


 Sandra Clark
 =
 http://www.shayna.com
 Training and Consulting  in CSS and Accessibility
 Team Fusebox




 -Original Message-
 From: Ali [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 19, 2008 10:50 PM
 To: CF-Talk
 Subject: many JS libraries are out there, which one for CF8 is the
 question.

 Hi: I decided to use a JS library/framework to enhance the UI of my sites.
 I
 googled a lot and found out that there are many of them. I make a short
 list
 here:(thanks to google and wikipedia)

 Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools,
 Ext,
 JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
 Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework, Yahoo!
 UI
 Library

 These where what I found. I believe there are some more out there that I
 couldn't find. My question is: Which one will help me as a beginner in
 using
 such libraries/frameworks plus has a future plus has good compatibility
 with
 Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
 heard a lot about Jquery. But I really appreciate it if you write you
 opinions about each of the libraies I listed. What I really need is a
 simple, light and powerful one that gives me better client-side effects
 and
 form options(for example validation).
 Thanks
 Ali




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301656
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Sonny Savage
Also, Yahoo! uses the YUI libraries for their own sites.

On Thu, Mar 20, 2008 at 1:00 PM, Sonny Savage [EMAIL PROTECTED] wrote:

 I'm surprised how little love the YUI project is getting.  I've used it
 extensively for production sites and found it to be very good.  The BSD
 license allows you to use it any way you like without worry.  For the same
 reason I don't worry about a MS buyout, I believe the project will continue
 regardless.

 YUI also has documentation on using their libraries in an ARIA compliant
 fashion.
 http://search.yahoo.com/search?vs=developer.yahoo.comfr=ush-mywebva=aria


 On Thu, Mar 20, 2008 at 12:24 PM, Sandra Clark [EMAIL PROTECTED] wrote:

  If accessibility is at all an issue for you, only two libraries
  implement
  the ARIA spec right now that I am aware of:
 
  Dojo and Google-axsjax are the only ones that I have been able to find.
  There used to be a plugin for Jquery (JARIA) and while I understand that
  the
  plugin will be incorporated into JQUERY at some point, it isn't yet (so
  far
  as I can determine).
 
 
  Sandra Clark
  =
  http://www.shayna.com
  Training and Consulting  in CSS and Accessibility
  Team Fusebox
 
 
 
 
  -Original Message-
  From: Ali [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 19, 2008 10:50 PM
  To: CF-Talk
  Subject: many JS libraries are out there, which one for CF8 is the
  question.
 
  Hi: I decided to use a JS library/framework to enhance the UI of my
  sites. I
  googled a lot and found out that there are many of them. I make a short
  list
  here:(thanks to google and wikipedia)
 
  Google Web Toolkit, AJILE, Backbase, CssQuery, Dojo, Toolkit, mootools,
  Ext,
  JQuery, MochiKit, Moo.fx, OpenLink AJAX Toolkit, Prototype,   Qooxdoo,
  Rialto Toolkit, Rico, script.aculo.us, SmilScript, Spry framework,
  Yahoo! UI
  Library
 
  These where what I found. I believe there are some more out there that I
  couldn't find. My question is: Which one will help me as a beginner in
  using
  such libraries/frameworks plus has a future plus has good compatibility
  with
  Coldfusion. I know that CF8 has some EXT 1.0 integrations and YUI and I
  heard a lot about Jquery. But I really appreciate it if you write you
  opinions about each of the libraies I listed. What I really need is a
  simple, light and powerful one that gives me better client-side effects
  and
  form options(for example validation).
  Thanks
  Ali
 
 
 
 
  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301657
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Baffling Error

2008-03-20 Thread C. Hatton Humphrey
  I've been going through my error logs on CF8/IIS6, and repeatedly come up
  with this message (note the URL will be for any site that's on my server,
  this is an example):

I'm with Matt here, it looks like someone, somewhere has a bad link to
your site.  Your site appears to be functioning perfectly.

Hatton

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301658
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: open source ColdFusion UML CASE tool

2008-03-20 Thread Richard White
ArgoUML or Poseidon are two. there are quite a few, just do a google search on 
it.


hi, thanks we have done a Google search in the pass which led to us using 
argouml. it needs alot of improvement before it can be of any serious use. so 
what we are after is not google search results but recommendations from people 
that use the software and find it great.

it doesnt have to be opensource actually as we are just after some great 
software. ideally it is specifically for coldfusion and flex applications

thanks, we look forward to your replies

richard



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301659
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: onRequestStart()

2008-03-20 Thread Tom McNeer
As Greg says, yes, you can certainly check for the variables in
onRequestStart().

In onSessionStart() (which will fire before onRequestStart), do something
like:

cfset session.loggedIn = false /

Then the variable should always exist (although it would still be good
practice to test for its existence, as you did in your sample code.

In onRequestStart(), you could then do:

cfif isDefined(session.loggedIn)
 cfif NOT session.loggedIn
   cflocation url=../admin/login.cfm
 /cfif
cfelse
  cflocation url=../admin/login.cfm
/cfif


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301660
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Adrian Moreno
Rick, 

it works the same way as other form inputs: you'll get a comma-delimited list 
of files. There's no need to have different field names for each file input. 
Just do a CFLOOP using that field name as a list and you're good to go. 

-- Adrian

Hi, all.

I've been working with jQuery to create a cloning system
where I can click a link and add multiple file upload fields.

But I'm a little confused about how to proceed on the CF side, too.

Should all file upload fields have the same name and generate
a comma delimited list of files that I can loop over with CF
and create a record in the db for each?

Or should I change the DOM to clone new file fields with unique
names?  This approach seems problematic, because it seems that
it would be more difficult to create distinctly named file fields and
than to have to figure out how many fields there are to loop
over.

One question is whether or not file fields with the same name
will create a comma-delimited list of file names as with radio or check boxes.
I was having trouble making that happen.

Thoughts, anyone?

Thanks,

Rick 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301661
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Claude Schneegans
Look at the code. If you can read it easily and understand it, this is 
fine, because
what ever you choose, soon or later, you will have to modify it, correct 
a bug,
add some new feature, customize to fit your specs, anything.

Some libraries are pure jewels on an academic point of view, work smoothly,
apparently written by skilled programmers,...
but are just not readable.

Just my 0.02$

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


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301662
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: onRequestStart()

2008-03-20 Thread Scott Stewart
Thanks all

-- 
Scott Stewart
ColdFusion Developer
 
SSTWebworks
4405 Oakshyre Way
Raleigh, NC. 27616
(919) 874-6229 (home)
(703) 220-2835 (cell)

-Original Message-
From: Tom McNeer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 1:17 PM
To: CF-Talk
Subject: Re: onRequestStart()

As Greg says, yes, you can certainly check for the variables in
onRequestStart().

In onSessionStart() (which will fire before onRequestStart), do something
like:

cfset session.loggedIn = false /

Then the variable should always exist (although it would still be good
practice to test for its existence, as you did in your sample code.

In onRequestStart(), you could then do:

cfif isDefined(session.loggedIn)
 cfif NOT session.loggedIn
   cflocation url=../admin/login.cfm
 /cfif
cfelse
  cflocation url=../admin/login.cfm
/cfif


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: open source ColdFusion UML CASE tool

2008-03-20 Thread Steve Brownlee
Since UML is a software-independent specification for modeling components, I
would be surprised if you found one geared specifically to ColdFusion or
Flex.  Given that, we use StarUML here (http://staruml.sourceforge.net/en/)
because it is easy to use for beginners, but has just enough functionality
for advanced users.

-Original Message-
From: Richard White [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 1:05 PM
To: CF-Talk
Subject: Re: open source ColdFusion UML CASE tool

ArgoUML or Poseidon are two. there are quite a few, just do a google search
on it.


hi, thanks we have done a Google search in the pass which led to us using
argouml. it needs alot of improvement before it can be of any serious use.
so what we are after is not google search results but recommendations from
people that use the software and find it great.

it doesnt have to be opensource actually as we are just after some great
software. ideally it is specifically for coldfusion and flex applications

thanks, we look forward to your replies

richard


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301664
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Visual Ajax IDE?

2008-03-20 Thread Steve Brownlee
+1 for Aptana. 

-Original Message-
From: Joel Watson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 4:14 PM
To: CF-Talk
Subject: Re: Visual Ajax IDE?

Hi:
Dreamweaver is the best html/cfm editor I have ever used. I wonder if 
there is a good one for AJAX? Do you know one? If it has some visual 
tools like the ones in DW.
Thanks
Ali

For my money (well, actually, it's absolutely free), you can't beat Aptana.


Joel 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301665
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


functions in a cftransaction

2008-03-20 Thread Brian Dumbledore
I was wondering if I can wrap a couple of functions(with queries) in a 
cftransaction. Would this work? I mean if a function query fails, will the 
transaction still roll back? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301666
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Baffling Error

2008-03-20 Thread Mark Leder
The problem is that there are bots pounding all my sites with malformed
urls.  I get anywhere from 20 to 100 per day.  Is there a way to
filter/regex stop that from occuring before it throws an error?

-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 1:04 PM
To: CF-Talk
Subject: Re: Baffling Error

  I've been going through my error logs on CF8/IIS6, and repeatedly come up
  with this message (note the URL will be for any site that's on my server,
  this is an example):

I'm with Matt here, it looks like someone, somewhere has a bad link to
your site.  Your site appears to be functioning perfectly.

Hatton



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301667
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Ali
Is there any *WYSIWYG* editor for one of these? Or at least easier way to
integrate them with current dw website?
thanks
Ali


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301668
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Visual Ajax IDE?

2008-03-20 Thread Chris Jordan
Aptana = Aptana + 1 ;o)

Chris

Steve Brownlee wrote:
 +1 for Aptana. 

 -Original Message-
 From: Joel Watson [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 19, 2008 4:14 PM
 To: CF-Talk
 Subject: Re: Visual Ajax IDE?

   
 Hi:
 Dreamweaver is the best html/cfm editor I have ever used. I wonder if 
 there is a good one for AJAX? Do you know one? If it has some visual 
 tools like the ones in DW.
 Thanks
 Ali
 

 For my money (well, actually, it's absolutely free), you can't beat Aptana.


 Joel 


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301669
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Visual Ajax IDE?

2008-03-20 Thread Sonny Savage
Aptana += 1;

On Thu, Mar 20, 2008 at 2:21 PM, Chris Jordan [EMAIL PROTECTED]
wrote:

 Aptana = Aptana + 1 ;o)

 Chris

 Steve Brownlee wrote:
  +1 for Aptana.
 
  -Original Message-
  From: Joel Watson [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 19, 2008 4:14 PM
  To: CF-Talk
  Subject: Re: Visual Ajax IDE?
 
 
  Hi:
  Dreamweaver is the best html/cfm editor I have ever used. I wonder if
  there is a good one for AJAX? Do you know one? If it has some visual
  tools like the ones in DW.
  Thanks
  Ali
 
 
  For my money (well, actually, it's absolutely free), you can't beat
 Aptana.
 
 
  Joel
 
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301670
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF 8 Performance Problems?

2008-03-20 Thread Dave Watts
  Trusted cache is ON
  Save class files is OFF
  Cache web server paths is OFF
 
 If you are testing this as a production machine, I would 
 suggest that you turn Save class files to ON.

That would not necessarily be a good suggestion:
http://www.bpurcell.org/blog/index.cfm?entry=1031mode=entry

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301671
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Visual Ajax IDE?

2008-03-20 Thread Gerald Guido
  Aptana = Aptana + 1 ;o)

Aptana++  ?

Gawd, I love that thing. I am messing with writing an Air app and Aptana
knows that dialect of js. And the AIR plugin compiles my AIR app for me.

Amazing.



On Thu, Mar 20, 2008 at 2:26 PM, Sonny Savage [EMAIL PROTECTED] wrote:

 Aptana += 1;

 On Thu, Mar 20, 2008 at 2:21 PM, Chris Jordan [EMAIL PROTECTED]
 wrote:

  Aptana = Aptana + 1 ;o)
 
  Chris
 
  Steve Brownlee wrote:
   +1 for Aptana.
  
   -Original Message-
   From: Joel Watson [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, March 19, 2008 4:14 PM
   To: CF-Talk
   Subject: Re: Visual Ajax IDE?
  
  
   Hi:
   Dreamweaver is the best html/cfm editor I have ever used. I wonder if
   there is a good one for AJAX? Do you know one? If it has some visual
   tools like the ones in DW.
   Thanks
   Ali
  
  
   For my money (well, actually, it's absolutely free), you can't beat
  Aptana.
  
  
   Joel
  
  
  
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301672
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Visual Ajax IDE?

2008-03-20 Thread Andy Matthews
Aptana ++

It still suffers from the same stuff that Eclipse itself does, namely it's a
memory hog, and it lags on my system, but overall it's a very useful piece
of software.

-Original Message-
From: Chris Jordan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 1:21 PM
To: CF-Talk
Subject: Re: Visual Ajax IDE?

Aptana = Aptana + 1 ;o)

Chris

Steve Brownlee wrote:
 +1 for Aptana. 

 -Original Message-
 From: Joel Watson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 19, 2008 4:14 PM
 To: CF-Talk
 Subject: Re: Visual Ajax IDE?

   
 Hi:
 Dreamweaver is the best html/cfm editor I have ever used. I wonder if 
 there is a good one for AJAX? Do you know one? If it has some visual 
 tools like the ones in DW.
 Thanks
 Ali
 

 For my money (well, actually, it's absolutely free), you can't beat
Aptana.


 Joel


 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301673
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Visual Ajax IDE?

2008-03-20 Thread Gerald Guido
 It still suffers from the same stuff that Eclipse itself does, namely
it's a memory hog, and it lags on my system

I hear that.

Between FF's memory (leak) issues, Running CF 8 and SQL Server locally and a
*loaded* version of Eclipse, and Outlook, Apache etc. My box hovers @ ~1.3 -
1.6 gigs of ram.

Btw, if Eclipse runs slow you can increase the RAM available to Eclipse in
Eclipse.ini file. Yeah, I know,
worsening one problem to solve another.

Java is the Fat Bastard of programming languages.You take the good with the
bad.

G


On Thu, Mar 20, 2008 at 2:37 PM, Andy Matthews [EMAIL PROTECTED]
wrote:

 Aptana ++

 It still suffers from the same stuff that Eclipse itself does, namely it's
 a
 memory hog, and it lags on my system, but overall it's a very useful piece
 of software.

 -Original Message-
 From: Chris Jordan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 1:21 PM
 To: CF-Talk
 Subject: Re: Visual Ajax IDE?

 Aptana = Aptana + 1 ;o)

 Chris

 Steve Brownlee wrote:
  +1 for Aptana.
 
  -Original Message-
  From: Joel Watson [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 19, 2008 4:14 PM
  To: CF-Talk
  Subject: Re: Visual Ajax IDE?
 
 
  Hi:
  Dreamweaver is the best html/cfm editor I have ever used. I wonder if
  there is a good one for AJAX? Do you know one? If it has some visual
  tools like the ones in DW.
  Thanks
  Ali
 
 
  For my money (well, actually, it's absolutely free), you can't beat
 Aptana.
 
 
  Joel
 
 
 



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301674
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Baffling Error

2008-03-20 Thread Brad Wood
Those are all most likely SQL injection or cross site scripting attack
attempts.  There is really nothing you can do to stop them.  Just make
sure all URL data is sanitized before using etc.

~Brad

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 1:09 PM
To: CF-Talk
Subject: RE: Baffling Error

The problem is that there are bots pounding all my sites with malformed
urls.  I get anywhere from 20 to 100 per day.  Is there a way to
filter/regex stop that from occuring before it throws an error?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301676
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: functions in a cftransaction

2008-03-20 Thread Nathan Strutz
Yes, this will definitely work. Just make sure of the standard stuff, such
as use only 1 datasource and it will only roll back database transactions
(not file or variable changes, etc.). Oh, and watch out for nested
transactions.

-- 
nathan strutz
http://www.dopefly.com/


On Thu, Mar 20, 2008 at 12:10 PM, Brian Dumbledore [EMAIL PROTECTED]
wrote:

 I was wondering if I can wrap a couple of functions(with queries) in a
 cftransaction. Would this work? I mean if a function query fails, will the
 transaction still roll back?

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301675
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


fckeditor

2008-03-20 Thread ColdFusion
Anyone else using the file manager portion of fckeditor?

I have it set to enabled within the config.cfm file but it continues to say
that it is disabled.

 

Any ideas?





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301679
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Voodoo programming case one

2008-03-20 Thread s. isaac dealey
  Thanks.  You're right, using class is a standard approach, however,
  the new CFWINDOW tag is nice but quite picky and I have more than one
  cfwindow on the same page, so, inline js tends to work better for my
  case...
 
 Shouldn't matter in this case because you're changing the class of the
 parent table, identified by its ID. So you can have 1 table or you can
 have 50 tables and they'll all work using the same class definitions. 

Or rather they can all work using one css block - you'd have to change
the css so that the first item in the selector isn't the id of the table,
which should be pretty trivial. 

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301680
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: functions in a cftransaction

2008-03-20 Thread Brian Dumbledore
Thanks a bunch for your reply..

Yes, this will definitely work. Just make sure of the standard stuff, such
as use only 1 datasource and it will only roll back database transactions
(not file or variable changes, etc.). Oh, and watch out for nested
transactions.

-- 
nathan strutz
http://www.dopefly.com/


On Thu, Mar 20, 2008 at 12:10 PM, Brian Dumbledore [EMAIL PROTECTED]
wrote:

 I was wondering if I can wrap a couple of functions(with queries) in a
 cftransaction. Would this work? I mean if a function query fails, will the
 transaction still roll back?

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301677
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Voodoo programming case one

2008-03-20 Thread s. isaac dealey
 Thanks.  You're right, using class is a standard approach, however,
 the new CFWINDOW tag is nice but quite picky and I have more than one
 cfwindow on the same page, so, inline js tends to work better for my
 case...

Shouldn't matter in this case because you're changing the class of the
parent table, identified by its ID. So you can have 1 table or you can
have 50 tables and they'll all work using the same class definitions. 

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301678
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF 8 Instance Clustering: for performance? or failover?

2008-03-20 Thread Steven Wood
 With multi-server CF8 you can duplicate an instance and then link them 
 together as a cluster on the same machine.  Does this improve 
 performance in any way?  Or is it purely for failover should 1 of the 
 instances halt in any way?
 
 And with the failover circumstance, how are you notified if one of the 
 instances in your cluster is failing?

Just figured I'd post some results, as I have been playing with CF8 clustering 
in our development environment.

I must say that I am extremely pleased so far with CF8's ability to failover 
from a dead instance seamlessly while keeping the user's session active.  
Single server, multi-instance clustering seems to work very well.

I also set up a cluster that spanned physical servers, but without as much 
luck.  I could get failover across servers, but the user was always logged out. 
 And the situation where you might completely lose a single server has a lot to 
do how your load balancer is set up.  In our situation, clustering across 
physical servers won't really help us because our networking staff has our load 
balancer permanently directing blocks of users to one server or the other.

But I am going to recommend that we create multiple-instances of our high level 
clients and run them as single server clusters.  With CF7 we have had quite a 
few situations where a CF (Jrun) server has simply stopped responding and 
killed a site.

Cheers



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301681
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Claude Schneegans
 Is there any *WYSIWYG* editor for one of these?

WYSIWYG? For Javascript code?

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


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301682
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Baffling Error

2008-03-20 Thread Claude Schneegans
 There is really nothing you can do to stop them.

Te prevent them, you're right, but you can definitely stop them, right 
after the first attempt:
Ban the IP!

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


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301683
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Verity PDF's and XML

2008-03-20 Thread Paul Ihrig
ok..
well i am starting to figure out why.
indexing more then 5-10 pdfs at a time is slow... as in crashing slow.
when i have Hundreds i need to look through...

so now i just need to find a pdf to xml converter or parse it out to
text and run my indexes of test files...
so redundant... there has got to be a better way..

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301684
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Ali
Sorry I meant GUI. Something like what spry extnesions do in DW. Do we have
something like that for JQuery?
Thanks
Ali

On Thu, Mar 20, 2008 at 11:25 PM, Claude Schneegans 
[EMAIL PROTECTED] wrote:

  Is there any *WYSIWYG* editor for one of these?

 WYSIWYG? For Javascript code?

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


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Baffling Error

2008-03-20 Thread Gerald Guido
Those are all most likely SQL injection or cross site scripting attack
attempts.  There is really nothing you can do to stop them.  Just make
sure all URL data is sanitized before using etc.

That is very interesting. Have you run into these a lot? What do these look
like?  Should ones web server logs record URL and Form vars? Are they bots?

I haven't done but a couple of public facing apps in the last couple of
years so I have not run into these.

-- 
I am always doing that which I can not do, in order that I may learn how to
do it.
- Pablo Picasso


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301686
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Claude Schneegans
 Something like what spry extnesions do in DW.

Personally I never understood the need for this:
Just have your browser on the page you're editing, update the file, 
refresh the browser.

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


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301687
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Baffling Error

2008-03-20 Thread Claude Schneegans
 That is very interesting. Have you run into these a lot? What do 
these look
like?

I'm having such attempts about a dozen every day, all from different 
hosts, but
all with the same user agent:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; 
..NET CLR 1.1.4322) 

I suspect it's some kind of trojan that infects PCs anywhere.

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


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301688
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Brian Love
Sorry I meant GUI. Something like what spry extnesions do in DW. Do we have
something like that for JQuery?
Thanks
Ali

On Thu, Mar 20, 2008 at 11:25 PM, Claude Schneegans 
[EMAIL PROTECTED] wrote:



Im not sure exactly what you're looking for here - but I do know that most of 
your JS libraries have some form of an IDE to work with, mostly within Eclipse. 
 Obviously Aptana has a JS editor that works with a majority of the JS 
libraries out there.  The only problem with Aptana is some are out-of-date; 
i.e. the Ext library in Aptana is still on 1.1.  However, you can read about 
some other options for Ext on Jack's blog at: 
http://jackslocum.com/blog/2008/02/07/ides-plugins-and-tools-for-extjs-20/ 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301689
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Memory discrepancy

2008-03-20 Thread Alex DeMarco
Server monitor is reporting the used heap space but not the perm
space. As time goes on more and more classes have been compiled and
are being stored in the perm space. Hotspot-optimized code also lives
in the perm space, which also accumulates over time.

http://www.javaperformancetuning.com/news/qotm043.shtml

On Fri, Mar 21, 2008 at 12:55 AM, Alex DeMarco [EMAIL PROTECTED] wrote:


So if the internal monitor is not showing the memory growth but Windows Task 
manager is then is the growth external to CFMX? But something else in the Jrun 
instance?

- Alex 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301690
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Brian Love
I can't believe that no one has mentioned Prototype and scriptaculous yet - 
especially since they have the largest market share, and arguably the largest 
backing by communities such as the RoR community.  These libraries are great, 
there are lots of documentation and tutorials for using them, and tons of 
additional projects and plugins that work with them.  If you are just getting 
started in the world of JS - start with Prototype and Script.aculo.us - you'll 
love the power and syntactical sugar =) 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301691
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Gerald Guido
There *are* WYSIWYG but the are more of the Java based Enterprise variety
suits
like wavemaker http://www.wavemaker.com/products/

I have not seen any for the libraries you mentioned.

On Thu, Mar 20, 2008 at 3:55 PM, Claude Schneegans 
[EMAIL PROTECTED] wrote:

  Is there any *WYSIWYG* editor for one of these?

 WYSIWYG? For Javascript code?

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


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301692
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 - Decrypt function generating error

2008-03-20 Thread Jeff Becker
Any idea why the following code works in CF7 but not when placed in a CF8 
environment??

cfset key = 
cfset encrypted = bbb   
cfoutput#Decrypt(encrypted, key, AES)#/cfoutput


The error in CF8 is:  An error occurred while trying to encrypt or decrypt 
your input string: The input and output encodings are not same..


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301693
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Baffling Error

2008-03-20 Thread C. Hatton Humphrey
 The problem is that there are bots pounding all my sites with malformed
  urls.  I get anywhere from 20 to 100 per day.  Is there a way to
  filter/regex stop that from occuring before it throws an error?

Create a custom 404 that is caught by both CF and IIS/Apache that
redirects to /index.cfm ?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301694
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Ali
Thanks. That's great. I will try them. Now I am working on SPRY which is
Adobe's own library so I thought maybe has better support for CF8. But I
will do my best tp learn more JS.
Thanks for the reply.
Ali


On Fri, Mar 21, 2008 at 12:45 AM, Brian Love [EMAIL PROTECTED] wrote:

 I can't believe that no one has mentioned Prototype and scriptaculous yet
 - especially since they have the largest market share, and arguably the
 largest backing by communities such as the RoR community.  These libraries
 are great, there are lots of documentation and tutorials for using them, and
 tons of additional projects and plugins that work with them.  If you are
 just getting started in the world of JS - start with Prototype and
 Script.aculo.us http://script.aculo.us/ - you'll love the power and
 syntactical sugar =)

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301695
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Gerald Guido
The only problem with Aptana is some are out-of-date;

Yeah, that is a pain. But at the same time these Libraries are maturing
rapidly. According to their message center thingy, they are going to
updating the libraries with the next release cycle.

The Aptana Studio release should contain updates for many of the bundled
Ajax Library frameworks, including support for EXT 2.0.2., Yahoo UI 2.5,
Adobe Spry 1.6,



On Thu, Mar 20, 2008 at 5:12 PM, Brian Love [EMAIL PROTECTED] wrote:

 Sorry I meant GUI. Something like what spry extnesions do in DW. Do we
 have
 something like that for JQuery?
 Thanks
 Ali
 
 On Thu, Mar 20, 2008 at 11:25 PM, Claude Schneegans 
 [EMAIL PROTECTED] wrote:
 
 

 Im not sure exactly what you're looking for here - but I do know that most
 of your JS libraries have some form of an IDE to work with, mostly within
 Eclipse.  Obviously Aptana has a JS editor that works with a majority of the
 JS libraries out there.  The only problem with Aptana is some are
 out-of-date; i.e. the Ext library in Aptana is still on 1.1.  However, you
 can read about some other options for Ext on Jack's blog at:
 http://jackslocum.com/blog/2008/02/07/ides-plugins-and-tools-for-extjs-20/

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301696
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


iFrame inside cfwindow question

2008-03-20 Thread Don L
Hi,

Inside a cfwindow, I have a javascript that creates/references iframes 
dynamically from a query (so, can't place the js at the root level).

The following js line would fail,
window.frames['iframe1'].document.designMode = On; 
any workaround for iFrame inside cfwindow?

Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301697
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Ali
It seems that the only one is *Nitobi Complete UI *for DW/CF. I didn't test
it but it is pricy!
thanks
Ali

On Thu, Mar 20, 2008 at 11:47 PM, Gerald Guido [EMAIL PROTECTED]
wrote:

 There *are* WYSIWYG but the are more of the Java based Enterprise variety
 suits
 like wavemaker http://www.wavemaker.com/products/

 I have not seen any for the libraries you mentioned.

 On Thu, Mar 20, 2008 at 3:55 PM, Claude Schneegans 
 [EMAIL PROTECTED] wrote:

   Is there any *WYSIWYG* editor for one of these?
 
  WYSIWYG? For Javascript code?
 
  --
  ___
  REUSE CODE! Use custom tags;
  See http://www.contentbox.com/claude/customtags/tagstore.cfm
  (Please send any spam to this address: [EMAIL PROTECTED])
  Thanks.
 
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301698
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Baffling Error

2008-03-20 Thread Mark Leder
 Create a custom 404 that is caught by both CF and IIS/Apache that
redirects to /index.cfm ?

So, what would the regex or script look like?  Because there are lots of
variations in the malformed URL.

Mark





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301699
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: AJAX based mutiple file upload

2008-03-20 Thread HCI
Mario,

You should check this one out:

http://swfupload.org/

Rey

Ciliotta, Mario wrote:


Rey:

Is there anyplace online that I can visit to help me get the SWFupload piece to 
play nicely with a CF site?  I can get the Flash to run and apparently to get 
the form to send the file(s) over...but capturing and processing them 
server-side is defeating me.

I've spent the better part of the day beating on this and I'm just not making 
any progress.  I'd love to speak with any CF dev who has gotten this to work as 
I'm sure I'm just missing/forgetting something.

Craig
craig328 @t gmail-dot-com 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301700
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 Instance Clustering: for performance? or failover?

2008-03-20 Thread Jochem van Dieten
Steven Wood wrote:
 I also set up a cluster that spanned physical servers, but without as much 
 luck.  I could get failover across servers, but the user was always logged 
 out.

That is not supposed to happen. Are both servers in the same subnet? Do 
the instances discover eachother properly?

 In our situation, clustering across physical servers won't really help us 
 because our networking staff has our load balancer permanently directing 
 blocks of users to one server or the other.

That doesn't matter to CF, servers on the webserver on server 1 can 
still be served by a CF instance on server 2.

Jochem

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301701
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: AJAX based mutiple file upload

2008-03-20 Thread Matt Williams
On Thu, Mar 20, 2008 at 5:09 PM, HCI [EMAIL PROTECTED] wrote:
  Is there anyplace online that I can visit to help me get the SWFupload piece 
 to play nicely with a CF site?  I can get the Flash to run and apparently to 
 get the form to send the file(s) over...but capturing and processing them 
 server-side is defeating me.

  I've spent the better part of the day beating on this and I'm just not 
 making any progress.  I'd love to speak with any CF dev who has gotten this 
 to work as I'm sure I'm just missing/forgetting something.

I haven't used this specific one, but do have a similar flash deal
working. http://www.element-it.com/MultiPowUpload.aspx
In it I was able to define the part of the field name that stayed the
same for the multiple files (fileData_1, fileData_2). Then I just loop
over the form fields and look for field names starting with
fileData.

Have you tried just dumping the form scope on the page the upload calls?

-- 
Matt Williams
It's the question that drives us.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301702
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Matt Williams
OR
http://www.fyneworks.com/jquery/multiple-file-upload/

On Thu, Mar 20, 2008 at 1:22 PM, Adrian Moreno [EMAIL PROTECTED] wrote:
 Rick,

  it works the same way as other form inputs: you'll get a comma-delimited 
 list of files. There's no need to have different field names for each file 
 input. Just do a CFLOOP using that field name as a list and you're good to go.

  -- Adrian


  Hi, all.
  
  I've been working with jQuery to create a cloning system
  where I can click a link and add multiple file upload fields.
  
  But I'm a little confused about how to proceed on the CF side, too.
  
  Should all file upload fields have the same name and generate
  a comma delimited list of files that I can loop over with CF
  and create a record in the db for each?
  
  Or should I change the DOM to clone new file fields with unique
  names?  This approach seems problematic, because it seems that
  it would be more difficult to create distinctly named file fields and
  than to have to figure out how many fields there are to loop
  over.
  
  One question is whether or not file fields with the same name
  will create a comma-delimited list of file names as with radio or check 
 boxes.
  I was having trouble making that happen.
  
  Thoughts, anyone?
  
  Thanks,
  
  Rick

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301703
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SOT: Bulk SMS out.

2008-03-20 Thread Bryan Hogan
All,

I need to send ~100K SMS messages out a day (No worries, not spam.)  I
am looking at two options.  The first is buying a server solution and
the second is using a web service.  If I chose the server solution I
would have to contract with the carriers and call their APIs directly.
The cost for a web service is too much.

Has anyone here done this on this scale before?  Anyone know of any
server solutions, lower cost web services, or any other resources you
can point out?

Initial setup resources and monthly fees are not as important as per
message cost; however, both of course are not unlimited.  This is
MISSION Critical ENTERPRISE scale and must perform as such.

Thanks,
B 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301704
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hostmysite down?

2008-03-20 Thread Eric Roberts
If it were only that easy hehehehe

Eric

/*-Original Message-
/*From: Adam Churvis [mailto:[EMAIL PROTECTED]
/*Sent: Friday, March 14, 2008 4:05 AM
/*To: CF-Talk
/*Subject: RE: Hostmysite down?
/*
/*So let me get this straight...
/*
/*You quickly solve the problem, you take immediate and effective steps to
/*ensure it will most likely never become a problem ever again, you give a
/*clear and concise description of the problem, you assume full
/*responsibility
/*for the problem, you offer immediate and reasonable compensation to those
/*affected by the problem, and you top it all off by sincerely apologizing
/*for
/*the problem?
/*
/*Would you please do us all a favor and take over the operations of the
/*federal government?  They could learn a few things from you.
/*
/*Respectfully,
/*
/*Adam Phillip Churvis
/*President
/*Productivity Enhancement


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301705
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Bulk SMS out.

2008-03-20 Thread Rich
 -Original Message-
 From: Bryan Hogan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 5:38 PM
 To: CF-Talk
 Subject: SOT: Bulk SMS out.
 
 All,
 
 I need to send ~100K SMS messages out a day (No worries, not spam.)  I
 am looking at two options.  The first is buying a server solution and
 the second is using a web service.  If I chose the server solution I
 would have to contract with the carriers and call their APIs directly.
 The cost for a web service is too much.
 
 Has anyone here done this on this scale before?  Anyone know of any
 server solutions, lower cost web services, or any other resources you
 can point out?
 
 Initial setup resources and monthly fees are not as important as per
 message cost; however, both of course are not unlimited.  This is
 MISSION Critical ENTERPRISE scale and must perform as such.
 
 Thanks,
 B

Bryan,
I would suggest looking into a SMSC (SMS Aggretagor) to manage connectivity
to the carriers.  We currently use OpenMarket (www.openmarket.com) as our
SMSC.  We are currently pushing in the range of ~150k per day and climbing.
They offer connectivity via SMPP, which you can utilize the CF Event
gateway. 

HTH,
Rich Kroll


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301706
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Passing BIND values in CFGRID

2008-03-20 Thread RobG
I have a cfc that I wrote, with two methods.  The first method creates
a CFGRID, and the second method is called by the BIND attirbute in the
CFGRID to retrieve its data.

What I'm trying to do, basically, is pass a tablename and have a
generic CGRID appear that displays all of the columns in the table.
If the method I call from within the cfgrid's bind attribute is
specific to the table, it works fine.  But when I try to pass a
tablename and call a more generic method, it isn't working.  Here's
the code:

cfgrid  
bind=cfc:grid.getData({tablename},{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})

When I call the table-specific method, I don't pass {tablename} and
things work fine.  But then I added {tablename}, and in the getData
method, the value is coming through as NULL.  I tried changing it to
{#tablename#} and it still comes through as NULL, but the variable
becomes the name of the table instead of just tablename

So... what am I doing wrong?  How do I take a regular variable,
tablename in this case, and pass it through the BIND expression into
the cfc?  Is it possible?

Thanks!

Rob

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301707
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Bulk SMS out.

2008-03-20 Thread Bryan Hogan
Rich,

Thanks for the info.  If you don't mind sharing what is the cost per
message, month, etc?  If you would like contact me off list.

Thanks,
Bryan

-Original Message-
From: Rich [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 3:00 PM
To: CF-Talk
Subject: RE: Bulk SMS out.

 -Original Message-
 From: Bryan Hogan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 5:38 PM
 To: CF-Talk
 Subject: SOT: Bulk SMS out.
 
 All,
 
 I need to send ~100K SMS messages out a day (No worries, not spam.)  I
 am looking at two options.  The first is buying a server solution and
 the second is using a web service.  If I chose the server solution I
 would have to contract with the carriers and call their APIs directly.
 The cost for a web service is too much.
 
 Has anyone here done this on this scale before?  Anyone know of any
 server solutions, lower cost web services, or any other resources you
 can point out?
 
 Initial setup resources and monthly fees are not as important as per
 message cost; however, both of course are not unlimited.  This is
 MISSION Critical ENTERPRISE scale and must perform as such.
 
 Thanks,
 B

Bryan,
I would suggest looking into a SMSC (SMS Aggretagor) to manage
connectivity
to the carriers.  We currently use OpenMarket (www.openmarket.com) as
our
SMSC.  We are currently pushing in the range of ~150k per day and
climbing.
They offer connectivity via SMPP, which you can utilize the CF Event
gateway. 

HTH,
Rich Kroll




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301708
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Rick Faircloth
Oops!  Duh!

My jQuery core link should have been jquery.1.2.3.pack.js.
I left out pack...

Rick

 -Original Message-
 From: Matt Williams [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 5:31 PM
 To: CF-Talk
 Subject: Re: Multiple File Inputs of Same Name Create Comma Delimited List?
 
 OR
 http://www.fyneworks.com/jquery/multiple-file-upload/
 
 On Thu, Mar 20, 2008 at 1:22 PM, Adrian Moreno [EMAIL PROTECTED] wrote:
  Rick,
 
   it works the same way as other form inputs: you'll get a comma-delimited 
  list of files.
 There's no need to have different field names for each file input. Just do a 
 CFLOOP using that
 field name as a list and you're good to go.
 
   -- Adrian
 
 
   Hi, all.
   
   I've been working with jQuery to create a cloning system
   where I can click a link and add multiple file upload fields.
   
   But I'm a little confused about how to proceed on the CF side, too.
   
   Should all file upload fields have the same name and generate
   a comma delimited list of files that I can loop over with CF
   and create a record in the db for each?
   
   Or should I change the DOM to clone new file fields with unique
   names?  This approach seems problematic, because it seems that
   it would be more difficult to create distinctly named file fields and
   than to have to figure out how many fields there are to loop
   over.
   
   One question is whether or not file fields with the same name
   will create a comma-delimited list of file names as with radio or check 
  boxes.
   I was having trouble making that happen.
   
   Thoughts, anyone?
   
   Thanks,
   
   Rick
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301709
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Rick Faircloth
Looks like a good way to go, Matt.

I'm having a problem, however.

I'm getting an error message in Firebug:

jQuery is  not defined
;if(jQuery) (function($){  (Lin69 in jquery.Multifile.js)

However, I've have the jQuery core and Multifile plug-in linked.
The core and plug=in are in the same directory as the page using them.

script type=text/javascript src=jquery-1.2.3.js/script
script type=text/javascript src=jquery.MultiFile.js/script

And my HTML is modified as follows:

input name=image_upload_1 class=multi  accept=jpg|jpeg size=60 
value=
type=file

Any ideas?

Thanks for your help!

Rick



 -Original Message-
 From: Matt Williams [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 5:31 PM
 To: CF-Talk
 Subject: Re: Multiple File Inputs of Same Name Create Comma Delimited List?
 
 OR
 http://www.fyneworks.com/jquery/multiple-file-upload/
 
 On Thu, Mar 20, 2008 at 1:22 PM, Adrian Moreno [EMAIL PROTECTED] wrote:
  Rick,
 
   it works the same way as other form inputs: you'll get a comma-delimited 
  list of files.
 There's no need to have different field names for each file input. Just do a 
 CFLOOP using that
 field name as a list and you're good to go.
 
   -- Adrian
 
 
   Hi, all.
   
   I've been working with jQuery to create a cloning system
   where I can click a link and add multiple file upload fields.
   
   But I'm a little confused about how to proceed on the CF side, too.
   
   Should all file upload fields have the same name and generate
   a comma delimited list of files that I can loop over with CF
   and create a record in the db for each?
   
   Or should I change the DOM to clone new file fields with unique
   names?  This approach seems problematic, because it seems that
   it would be more difficult to create distinctly named file fields and
   than to have to figure out how many fields there are to loop
   over.
   
   One question is whether or not file fields with the same name
   will create a comma-delimited list of file names as with radio or check 
  boxes.
   I was having trouble making that happen.
   
   Thoughts, anyone?
   
   Thanks,
   
   Rick
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301710
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 on a 64-bit Windows 2003 Server

2008-03-20 Thread Colman, Richard
So, many kudos to Matt Small for spending at least 30 minutes,
uncompensated (mostly - beer or wine will be paid!!) with us on the
telephone, and applying significant Windows/IIS/.NET/CF knowledge to
getting this working.

We are currently working with .NET 2.0 and CF8 running on IIS 6.0 in
32-bit mode on a 2003 Windows 64-bit server. Part of the problem appears
to have been with the CF8 installation, which did not give the IUSR_xxx
accounts permission to access the COLDFUSION8 file directors, and caused
ACL errors when attempting to access web sites. When these permission
were manually added to the CF8 directories, everything seemed to have
started working ok.

Again, many thanks to Matt

Rick Colman


.NET will only run in 64-bit mode IIS
That's simply incorrect.  Install .NET v2.0 on x64, then change the
bitness of IIS in the metabase:  

c:\inetpub\adminscriptscscript adsutil.vbs set Enable32BitAppOnWin64
true

Then install .NET on IIS:
c:\windows\microsoft.net\framework\v2.0.50727aspnet_regiis -i

That will run 32-bit .NET on a 32-bit IIS worker process on Windows
Server 2003 x64.

- Matt Small 





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301711
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Memory discrepancy

2008-03-20 Thread James Holmes
The growth is in the perm space. It's part of the JRun JVM process
memory (reported by Task Manager) but not part of the JVM heap
(reported by Server Monitor). It's not exactly external to CF - it's
part of how CF (or any Java app) works. CF creates a lot of classes to
do what it does, which all use perm space.

On Fri, Mar 21, 2008 at 6:13 AM, Alex DeMarco [EMAIL PROTECTED] wrote:
 Server monitor is reporting the used heap space but not the perm
  space. As time goes on more and more classes have been compiled and
  are being stored in the perm space. Hotspot-optimized code also lives
  in the perm space, which also accumulates over time.
  
  http://www.javaperformancetuning.com/news/qotm043.shtml
  
  On Fri, Mar 21, 2008 at 12:55 AM, Alex DeMarco [EMAIL PROTECTED] wrote:
  

  So if the internal monitor is not showing the memory growth but Windows Task 
 manager is then is the growth external to CFMX? But something else in the 
 Jrun instance?

  - Alex

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301712
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Memory discrepancy

2008-03-20 Thread Brad Wood
The default perm generation size is 64 Megs for Java in general, but I
believe CF 6.1 and 7 default it to 128 Megs with the following line in
jvm.config:
-XX:MaxPermSize=128m

My CF 8 box appears to set it to 192 Megs.

~Brad

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 6:25 PM
To: CF-Talk
Subject: Re: Memory discrepancy

The growth is in the perm space. It's part of the JRun JVM process
memory (reported by Task Manager) but not part of the JVM heap
(reported by Server Monitor). It's not exactly external to CF - it's
part of how CF (or any Java app) works. CF creates a lot of classes to
do what it does, which all use perm space.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301713
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Passing BIND values in CFGRID

2008-03-20 Thread Dan Vega
Is tablename an actual variable? What if you just passed it as a string
cfgrid  bind=cfc:grid.getData
(tablename,{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})

If thats not the issue, where is it failing?

On Thu, Mar 20, 2008 at 6:08 PM, RobG [EMAIL PROTECTED] wrote:

 I have a cfc that I wrote, with two methods.  The first method creates
 a CFGRID, and the second method is called by the BIND attirbute in the
 CFGRID to retrieve its data.

 What I'm trying to do, basically, is pass a tablename and have a
 generic CGRID appear that displays all of the columns in the table.
 If the method I call from within the cfgrid's bind attribute is
 specific to the table, it works fine.  But when I try to pass a
 tablename and call a more generic method, it isn't working.  Here's
 the code:

 cfgrid  bind=cfc:grid.getData
 ({tablename},{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})

 When I call the table-specific method, I don't pass {tablename} and
 things work fine.  But then I added {tablename}, and in the getData
 method, the value is coming through as NULL.  I tried changing it to
 {#tablename#} and it still comes through as NULL, but the variable
 becomes the name of the table instead of just tablename

 So... what am I doing wrong?  How do I take a regular variable,
 tablename in this case, and pass it through the BIND expression into
 the cfc?  Is it possible?

 Thanks!

 Rob

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301714
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Passing BIND values in CFGRID

2008-03-20 Thread Raymond Camden
When you bind a grid, you must pass the 4 required attributes
(gridpage, gridsize, gridsortcol, sortdir) and they must be first. So
if you want to pass _more_, you must put them _after_ the 4 required
attributes.

On Thu, Mar 20, 2008 at 3:08 PM, RobG [EMAIL PROTECTED] wrote:
 I have a cfc that I wrote, with two methods.  The first method creates
  a CFGRID, and the second method is called by the BIND attirbute in the
  CFGRID to retrieve its data.

  What I'm trying to do, basically, is pass a tablename and have a
  generic CGRID appear that displays all of the columns in the table.
  If the method I call from within the cfgrid's bind attribute is
  specific to the table, it works fine.  But when I try to pass a
  tablename and call a more generic method, it isn't working.  Here's
  the code:

-- 
===
Raymond Camden, Camden Media

Email : [EMAIL PROTECTED]
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301715
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 and JasperReports?

2008-03-20 Thread denstar
On Thu, Mar 20, 2008 at 8:32 AM, C. Hatton Humphrey [EMAIL PROTECTED] wrote:

  Thanks for the reply Denny!  I agree that you should let the engine
  designed to handle the task best, handle it.  I was just confused by
  the messages and blogs that I read in researching.

No problem!

If you've got any questions, I'll probably know the answers. :]

-Denny

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301716
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Passing BIND values in CFGRID

2008-03-20 Thread Dan Vega
You sure about that Ray? I just ran this and it ran ok for me.

cfwindow initshow=true center=true
 width=430 height=340 title=Artists

cfform
   cfgrid name=artists format=html pagesize=10 striperows=yes
selectmode=edit delete=yes
bind=cfc:artists.getArtists
('one',{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})
onchange=cfc:artists.editArtist
({cfgridaction},{cfgridrow},{cfgridchanged})
  cfgridcolumn name=is display=false /
  cfgridcolumn name=lastname header=Last Name width=100/
  cfgridcolumn name=firstname header=First Name width=100/
  cfgridcolumn name=email header=E-Mail width=200/
   /cfgrid
/cfform

/cfwindow


 cffunction name=getArtists access=remote returntype=struct
  cfargument name=test type=string required=true
  cfargument name=page type=numeric required=yes
  cfargument name=pageSize type=numeric required=yes
  cfargument name=gridsortcolumn type=string required=no
default=
  cfargument name=gridsortdir type=string required=no default=

  !--- Local variables ---
  cfset var artists=

  !--- Get data ---
  cfquery name=artists datasource=cfartgallery
  SELECT artistid, lastname, firstname, email
  FROM artists
  cfif ARGUMENTS.gridsortcolumn NEQ 
 and ARGUMENTS.gridsortdir NEQ 
 ORDER BY #ARGUMENTS.gridsortcolumn# #ARGUMENTS.gridsortdir#
  /cfif
  /cfquery

  !--- And return it as a grid structure ---
  cfreturn QueryConvertForGrid(artists,
 ARGUMENTS.page,
 ARGUMENTS.pageSize)
   /cffunction


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301717
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Google Maps, CF and Ajax

2008-03-20 Thread TechInfo
Mark Kruger wrote:
 Steve,

 I'm probably too long in the tooth to succumb to such familiarity.  But
 maybe this once Thanks Cutter Gee that felt kind of good. Will you
 call me Ace Rimmer?  :) 
   
What a Guy!  (sorry, I couldn't resist)


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301718
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF 8 Performance Problems?

2008-03-20 Thread Mark Kruger
2 follow up.. What are the actual JVM settings (the arguments in the
jvm.config file). What is your setting for simultaneous requests.

-Mark 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Annie x [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 9:31 AM
To: CF-Talk
Subject: Re: CF 8 Performance Problems?

Sorry for the wait, I had to get access to the cfadministrator. (Kinda
helpful in this, you'd think... but anyways!) The JVM settings definitely
are throwing up a red flag, so we're going to look at this today. Hopefully,
it's the problem. And no, monitoring was not on for our previous tests, as
it was thought it would make performance worse. Obviously, we should test
with it on if this doesn't fix it - even if performance is worse in that
test, we can hopefully get a better idea of what's going on.

Basic Stats:

ColdFusion Version = 8,0,0,176276, Enterprise edition Operating system =
UNIX OS Version = 5.10 Adobe Driver Version = 3.6 (Build 0017)

Java Version = 1.6.0_01
Java VM Specification Version = 1.0
Java Specification Version = 1.6
Java Class Version = 50.0 

Trusted cache is ON
Save class files is OFF
Cache web server paths is OFF




You did not mention the JVM settings... I assume that you have changed 
the JVM args for memory to conform to the production environment - yes? 
What version of cf? What are the settings etc. You definitely should 
see a boost not a decline in performance.


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301719
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: fckeditor

2008-03-20 Thread Rick Faircloth
Check out the instructions on this blog.

http://www.rakshith.net/blog/?p=41

Pay close attention to some of the comments.
You're going to have to make some additional modifications
to some of the files mentioned that are not in the first five
steps if you are using a wwwroot other than the default.

You can also set up fckeditor to use specific folders for
images for each individual site.

All these issues are addressed within the article and in the
comments.  Check this out, and if you have any remaining
issues, email the list again.

I went through the article and had some figure out some additional
steps to get my non-default wwwroot working with the editor.  The
steps I had to take are now addressed in comments.

Let me know if you need more help!

Rick

 -Original Message-
 From: ColdFusion [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 3:33 PM
 To: CF-Talk
 Subject: fckeditor
 
 Anyone else using the file manager portion of fckeditor?
 
 I have it set to enabled within the config.cfm file but it continues to say
 that it is disabled.
 
 
 
 Any ideas?
 
 
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301720
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Brain not working... how do I get these values?

2008-03-20 Thread Rick Faircloth
Ok. so I'm trying, for the first time, to set up
unlimited file inputs for users.

I'm using a jQuery plug-in, which works fine.

What I can't figure out is how to get the values
for the image fields so I can loop over them in
the cffile and query actions.

When I try to cfoutput the field values, e.g., values
from multiple file fields called image, I get the value
returned as:

C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp26159.tmp

It's a single value, not multiple values.  I assume all the values
are wrapped up in the data in that temp file.

I have always worked with one file field input per value, so I'm a little
lost on how to get the values I need?

Anyone care to straighten out the confused one?

Rick



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301721
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8 on a 64-bit Windows 2003 Server

2008-03-20 Thread Dave Watts
 We are currently working with .NET 2.0 and CF8 running on IIS 
 6.0 in 32-bit mode on a 2003 Windows 64-bit server. Part of 
 the problem appears to have been with the CF8 installation, 
 which did not give the IUSR_xxx accounts permission to access 
 the COLDFUSION8 file directors, and caused ACL errors when 
 attempting to access web sites. When these permission were 
 manually added to the CF8 directories, everything seemed to 
 have started working ok.

Just as a heads-up, the CF install doesn't set permissions on any files for
any account other than the one used to install CF. It's always up to the
server administrator to set permissions appropriately.

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301722
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Brain not working... how do I get these values?

2008-03-20 Thread James Holmes
Can you name the file fields independently (i.e. do they have to be
the same name)?

On Fri, Mar 21, 2008 at 11:45 AM, Rick Faircloth
[EMAIL PROTECTED] wrote:
 Ok. so I'm trying, for the first time, to set up
  unlimited file inputs for users.

  I'm using a jQuery plug-in, which works fine.

  What I can't figure out is how to get the values
  for the image fields so I can loop over them in
  the cffile and query actions.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301723
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Brain not working... how do I get these values?

2008-03-20 Thread Rick Faircloth
Well, at first I did work out a way (with some help!) to us JS
to generate the additional file fields and give each one a
unique name, however, I realized that since the user is generating
the inputs and the input's name, I would have to automatically
generate some CFML to correspond to the generated file fields for processing.

For example, with a comma-delimited list of file field names, I could use
a loop with for=1 to len(comma-delimited list) (pseudo code) and loop through
the file names for cffile processing and inserting into a db.

However, with uniquely name fields being created by the user, how would I
let CF know how many fields it needed to process?  If I know how many file 
fields
a user created, I would know exactly what the field names would be, because
the JS increments the names starting with image-upload-1, then image-upload-2, 
etc.

So, how would I handle the processing not knowing the number of fields being 
passed
by the form to CF?

Rick



 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 11:25 PM
 To: CF-Talk
 Subject: Re: Brain not working... how do I get these values?
 
 Can you name the file fields independently (i.e. do they have to be
 the same name)?
 
 On Fri, Mar 21, 2008 at 11:45 AM, Rick Faircloth
 [EMAIL PROTECTED] wrote:
  Ok. so I'm trying, for the first time, to set up
   unlimited file inputs for users.
 
   I'm using a jQuery plug-in, which works fine.
 
   What I can't figure out is how to get the values
   for the image fields so I can loop over them in
   the cffile and query actions.
 
 --
 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.au/blog/
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301724
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Brain not working... how do I get these values?

2008-03-20 Thread James Holmes
Call them file_x_ where x is the number of this field, while keeping
a running tally (using JS) of fields in a hidden form field
hid_filecount (all of which gets submitted in the form).

Then you can loop through input file_1, file_2 etc through to x, which
is the value of hid_filecount.

On Fri, Mar 21, 2008 at 12:41 PM, Rick Faircloth
[EMAIL PROTECTED] wrote:
 Well, at first I did work out a way (with some help!) to us JS
  to generate the additional file fields and give each one a
  unique name, however, I realized that since the user is generating
  the inputs and the input's name, I would have to automatically
  generate some CFML to correspond to the generated file fields for processing.

  For example, with a comma-delimited list of file field names, I could use
  a loop with for=1 to len(comma-delimited list) (pseudo code) and loop through
  the file names for cffile processing and inserting into a db.

  However, with uniquely name fields being created by the user, how would I
  let CF know how many fields it needed to process?  If I know how many file 
 fields
  a user created, I would know exactly what the field names would be, because
  the JS increments the names starting with image-upload-1, then 
 image-upload-2, etc.

  So, how would I handle the processing not knowing the number of fields being 
 passed
  by the form to CF?

  Rick





   -Original Message-
   From: James Holmes [mailto:[EMAIL PROTECTED]
   Sent: Thursday, March 20, 2008 11:25 PM
   To: CF-Talk
   Subject: Re: Brain not working... how do I get these values?
  
   Can you name the file fields independently (i.e. do they have to be
   the same name)?
  
   On Fri, Mar 21, 2008 at 11:45 AM, Rick Faircloth
   [EMAIL PROTECTED] wrote:
Ok. so I'm trying, for the first time, to set up
 unlimited file inputs for users.
   
 I'm using a jQuery plug-in, which works fine.
   
 What I can't figure out is how to get the values
 for the image fields so I can loop over them in
 the cffile and query actions.
  
   --
   mxAjax / CFAjax docs and other useful articles:
   http://www.bifrost.com.au/blog/
  
  


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301725
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Brain not working... how do I get these values?

2008-03-20 Thread Rick Faircloth
Thanks, James.

I'll get on the jQuery list, which is the library I'm using
to perform the form field additions and find out how to implement
the counter.

Rick

 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 20, 2008 11:48 PM
 To: CF-Talk
 Subject: Re: Brain not working... how do I get these values?
 
 Call them file_x_ where x is the number of this field, while keeping
 a running tally (using JS) of fields in a hidden form field
 hid_filecount (all of which gets submitted in the form).
 
 Then you can loop through input file_1, file_2 etc through to x, which
 is the value of hid_filecount.
 
 On Fri, Mar 21, 2008 at 12:41 PM, Rick Faircloth
 [EMAIL PROTECTED] wrote:
  Well, at first I did work out a way (with some help!) to us JS
   to generate the additional file fields and give each one a
   unique name, however, I realized that since the user is generating
   the inputs and the input's name, I would have to automatically
   generate some CFML to correspond to the generated file fields for 
  processing.
 
   For example, with a comma-delimited list of file field names, I could use
   a loop with for=1 to len(comma-delimited list) (pseudo code) and loop 
  through
   the file names for cffile processing and inserting into a db.
 
   However, with uniquely name fields being created by the user, how would I
   let CF know how many fields it needed to process?  If I know how many file 
  fields
   a user created, I would know exactly what the field names would be, because
   the JS increments the names starting with image-upload-1, then 
  image-upload-2, etc.
 
   So, how would I handle the processing not knowing the number of fields 
  being passed
   by the form to CF?
 
   Rick
 
 
 
 
 
-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2008 11:25 PM
To: CF-Talk
Subject: Re: Brain not working... how do I get these values?
   
Can you name the file fields independently (i.e. do they have to be
the same name)?
   
On Fri, Mar 21, 2008 at 11:45 AM, Rick Faircloth
[EMAIL PROTECTED] wrote:
 Ok. so I'm trying, for the first time, to set up
  unlimited file inputs for users.

  I'm using a jQuery plug-in, which works fine.

  What I can't figure out is how to get the values
  for the image fields so I can loop over them in
  the cffile and query actions.
   
--
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/
   
   
 
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301726
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Passing BIND values in CFGRID

2008-03-20 Thread Raymond Camden
I coulda sworn - but if you say this works, I'm wrong. :)

On Thu, Mar 20, 2008 at 5:19 PM, Dan Vega [EMAIL PROTECTED] wrote:
 You sure about that Ray? I just ran this and it ran ok for me.

  cfwindow initshow=true center=true
  width=430 height=340 title=Artists

  cfform
cfgrid name=artists format=html pagesize=10 striperows=yes
  selectmode=edit delete=yes
 bind=cfc:artists.getArtists
  
 ('one',{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})
 onchange=cfc:artists.editArtist
  ({cfgridaction},{cfgridrow},{cfgridchanged})
   cfgridcolumn name=is display=false /
   cfgridcolumn name=lastname header=Last Name width=100/
   cfgridcolumn name=firstname header=First Name width=100/
   cfgridcolumn name=email header=E-Mail width=200/
/cfgrid
  /cfform

  /cfwindow


   cffunction name=getArtists access=remote returntype=struct
   cfargument name=test type=string required=true
   cfargument name=page type=numeric required=yes
   cfargument name=pageSize type=numeric required=yes
   cfargument name=gridsortcolumn type=string required=no
  default=
   cfargument name=gridsortdir type=string required=no default=

   !--- Local variables ---
   cfset var artists=

   !--- Get data ---
   cfquery name=artists datasource=cfartgallery
   SELECT artistid, lastname, firstname, email
   FROM artists
   cfif ARGUMENTS.gridsortcolumn NEQ 
  and ARGUMENTS.gridsortdir NEQ 
  ORDER BY #ARGUMENTS.gridsortcolumn# #ARGUMENTS.gridsortdir#
   /cfif
   /cfquery

   !--- And return it as a grid structure ---
   cfreturn QueryConvertForGrid(artists,
  ARGUMENTS.page,
  ARGUMENTS.pageSize)
/cffunction



  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301727
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >