Re: why might sessions end more quickly after changing to linux/B D?

2007-06-06 Thread stylo stylo
- The timeout value that's set on the server directly 

Was 20min, I upped it to 40, no change.

- The timeout value that you've set in your Application.cfm (if any) 

It's longer. I do have a search for useragent string for spiders and crawlers 
and knock them down to 1 second timeouts to preserve memory, but code hasn't 
changed from previous server and was never an issue before. I'm going to revise 
that code and see if it does anything.

- This could also be related to network problems. Are you on a network where IP 
changes often? 

No, and it is not only me. Some customers say suddenly their cart will be empty 
sometimes. Clearly they lost their session. 

- Are you using cookieless session tracking? (that can get tricky...)

Cookies.

I'm clutching at straws here, but was wondering if something to do with vps 
perhaps and losing the domain/cookie? (And dns propagated 2 weeks ago.)

Thanks for any ideas.

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: why might sessions end more quickly after changing to linux/B D?

2007-06-06 Thread Robertson-Ravo, Neil (RX)
Not followed directly but are you using a load balancer?





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

-Original Message-
From: stylo stylo
To: CF-Talk
Sent: Wed Jun 06 08:27:37 2007
Subject: Re: why might sessions end more quickly after changing to linux/B
D?

- The timeout value that's set on the server directly 

Was 20min, I upped it to 40, no change.

- The timeout value that you've set in your Application.cfm (if any) 

It's longer. I do have a search for useragent string for spiders and
crawlers and knock them down to 1 second timeouts to preserve memory, but
code hasn't changed from previous server and was never an issue before. I'm
going to revise that code and see if it does anything.

- This could also be related to network problems. Are you on a network where
IP changes often? 

No, and it is not only me. Some customers say suddenly their cart will be
empty sometimes. Clearly they lost their session. 

- Are you using cookieless session tracking? (that can get tricky...)

Cookies.

I'm clutching at straws here, but was wondering if something to do with vps
perhaps and losing the domain/cookie? (And dns propagated 2 weeks ago.)

Thanks for any ideas.



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


CF8 tags for cfEclipse

2007-06-06 Thread AJ Mercer
I know it is early days - but does any one know if there is an updater for
CF8 tags?

Eclipse is make a mess of Mr Forta's nice examples ;-)


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280212
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 tags for cfEclipse

2007-06-06 Thread Robertson-Ravo, Neil (RX)
Yes, it's in the beta download set.




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

-Original Message-
From: AJ Mercer
To: CF-Talk
Sent: Wed Jun 06 08:55:05 2007
Subject: CF8 tags for cfEclipse

I know it is early days - but does any one know if there is an updater for
CF8 tags?

Eclipse is make a mess of Mr Forta's nice examples ;-)




~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: Help getting rid of Squares in DB

2007-06-06 Thread Tom King
Could you elaborate?

As I see it, there's no way I can refer to the blocks in a SQL  
statement?

Ta

T
On 6 Jun 2007, at 00:03, Dave l wrote:

 you could run a query and copy in a smartquotes to sort by then  
 update with normal quotes.

 Another BIG thank you to microcrap for those.




 Hi All,
 I've inherited a database which has loads of squares in the middle of
 text - i.e incorrectly encoded quotes, and other chars which bring
 out this type of wierdness when displayed.

 They are inconsistent as to what they are, but the majority are (or
 were) single quotes.

 Any tips on automating their removal (or replacement with single
 quotes)  in a MySQL database? They are obviously 100's to 1000's of
 entries, so I'd REALLY rather avoid having to edit this manually (or
 indeed open every page they're on and resave)...

 Thanks !

 T

 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


RE: How to handle the transition period to a new host?

2007-06-06 Thread Dan G. Switzer, II
Mike,

I'm going to be moving a fairly high-traffic site to a new hosting
company in a few weeks, and I'm starting to plan out the tasks that
need to be done.

How do you guys handle the transition period while the domain is
delegating, which can be up to 4 days?For this period, both sites
will be active, depending on the status of the dns servers the users
are connected to.

Having just done this a couple of weeks ago, here's what I did. Once we
migrated data to the new servers, we could not afford to have the old
servers being used--because data would be out-of-sync.

1) If you have the time before hand, you could create a domain for the new
server (like www2.mydomain.com) that points to the new server IP address.
This isn't necessary, but it will allow you to hide the IP address of the
new server.

2) Once your data is migrated and you're ready to start using the new site,
just use a cflocation / in your application.cfm to forward any requests to
the new site. Something like this should work:

// general UDF library
function getCurrentUrl(){
var sUrl = CGI.SCRIPT_NAME;
var sQueryString = CGI.QUERY_STRING;
var aKeyPair = ;
var i=0;
var sRegEx = ;

// the template name is not appended to the script's name, append it
now
if( NOT Compare(Right(sUrl, 1), /) ) 
sUrl = sUrl  getFileFromPath(getBaseTemplatePath());

// if the query string is not empty, append the full URL
if( len(trim(sQueryString)) ) sUrl = sUrl  ?  sQueryString;
return sUrl;
}

!---//
Make sure to replace www2.mydomain.com with your real domain
//---
cfset sNewUrl = iif(CGI.SERVER_PORT eq 443, de(https), de(http)) 
://www2.mydomain.com  getCurrentUrl() /
cflocation url=#sNewUrl# addtoken=false /
cfabort /

As DNS begins to propagate, you'll see the hits on your old server diminish
and eventually stop altogether.

This will all be completely transparent to the user.

-Dan


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280215
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 tags for cfEclipse

2007-06-06 Thread Andrew Scott
Mark hasn't released cfeclipse tags or coldfusion 8 specific intellisense
yet.

The best mailing group tp post that too is cfeclipse mailing list. Maybe a
few people who bug him, might see it released sooner.


On 6/6/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
wrote:

 Yes, it's in the beta download set.




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

 -Original Message-
 From: AJ Mercer
 To: CF-Talk
 Sent: Wed Jun 06 08:55:05 2007
 Subject: CF8 tags for cfEclipse

 I know it is early days - but does any one know if there is an updater for
 CF8 tags?

 Eclipse is make a mess of Mr Forta's nice examples ;-)




 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: How to handle the transition period to a new host?

2007-06-06 Thread Andrew Scott
I have never had to do this, but I think this has got to be the best
solution that would work without any problems.

Dan, nice post and very informative if ever I find myself in that position.


On 6/6/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote:

 Mike,

 I'm going to be moving a fairly high-traffic site to a new hosting
 company in a few weeks, and I'm starting to plan out the tasks that
 need to be done.
 
 How do you guys handle the transition period while the domain is
 delegating, which can be up to 4 days?For this period, both sites
 will be active, depending on the status of the dns servers the users
 are connected to.

 Having just done this a couple of weeks ago, here's what I did. Once we
 migrated data to the new servers, we could not afford to have the old
 servers being used--because data would be out-of-sync.

 1) If you have the time before hand, you could create a domain for the new
 server (like www2.mydomain.com) that points to the new server IP address.
 This isn't necessary, but it will allow you to hide the IP address of
 the
 new server.

 2) Once your data is migrated and you're ready to start using the new
 site,
 just use a cflocation / in your application.cfm to forward any requests
 to
 the new site. Something like this should work:

 // general UDF library
 function getCurrentUrl(){
var sUrl = CGI.SCRIPT_NAME;
var sQueryString = CGI.QUERY_STRING;
var aKeyPair = ;
var i=0;
var sRegEx = ;

// the template name is not appended to the script's name, append
 it
 now
if( NOT Compare(Right(sUrl, 1), /) )
sUrl = sUrl  getFileFromPath(getBaseTemplatePath());

// if the query string is not empty, append the full URL
if( len(trim(sQueryString)) ) sUrl = sUrl  ?  sQueryString;
return sUrl;
 }

 !---//
Make sure to replace www2.mydomain.com with your real domain
 //---
 cfset sNewUrl = iif(CGI.SERVER_PORT eq 443, de(https), de(http)) 
 ://www2.mydomain.com  getCurrentUrl() /
 cflocation url=#sNewUrl# addtoken=false /
 cfabort /

 As DNS begins to propagate, you'll see the hits on your old server
 diminish
 and eventually stop altogether.

 This will all be completely transparent to the user.

 -Dan


 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280217
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 tags for cfEclipse

2007-06-06 Thread Robertson-Ravo, Neil (RX)
Oh sorry, there are official Adobe ones!



-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 10:01
To: CF-Talk
Subject: Re: CF8 tags for cfEclipse

Mark hasn't released cfeclipse tags or coldfusion 8 specific intellisense
yet.

The best mailing group tp post that too is cfeclipse mailing list. Maybe a
few people who bug him, might see it released sooner.


On 6/6/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
wrote:

 Yes, it's in the beta download set.




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

 -Original Message-
 From: AJ Mercer
 To: CF-Talk
 Sent: Wed Jun 06 08:55:05 2007
 Subject: CF8 tags for cfEclipse

 I know it is early days - but does any one know if there is an updater for
 CF8 tags?

 Eclipse is make a mess of Mr Forta's nice examples ;-)




 



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Q of Q record limitation?

2007-06-06 Thread Daniel Kessler
I've not had other problems, but I received errors for doing selects  
that asked for a field of type CLOB in  Q of Q.

-- 

Daniel Kessler

College of Health and Human Performance
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
Phone: 301-405-2545
http://hhp.umd.edu




~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread K Simanonok
I am trying to get CF code to run inside a CFMAIL tag where the code is called 
by a CFINCLUDE.  There are plenty of historical examples here showing how 
people have done it in the past, but when I reproduce their code all that gets 
emailed is the bare code, unexecuted.  There must be some secret trick that I 
don't know about like an arcane setting in the CF Administrator maybe?  I am 
using CF 5 presently, is there something special needed in CF 5 to enable code 
to run inside CFMAIL when it is in a CFINCLUDE?


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: How to handle the transition period to a new host?

2007-06-06 Thread Dan G. Switzer, II
One pseudo gotcha I forgot to mention. If you're running SSL on your site, the 
SSL cert is generally tied to the main domain (www.mydomain.com.) 

So, if you're doing an https:// redirect to the new server and it doesn't have 
a matching SSL cert, the user will be prompted on whether or not to accept 
the cert.

You could avoid this by buying a real cheap SSL cert for whatever domain 
name/ip address you're going to forward to. The el-cheapo SSL certs work with 
the majority of browsers and would make the issue seemingly completely 
transparent.

If you're not working with SSL, then this is not an issue at all.

-Dan

-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 5:10 AM
To: CF-Talk
Subject: Re: How to handle the transition period to a new host?

I have never had to do this, but I think this has got to be the best
solution that would work without any problems.

Dan, nice post and very informative if ever I find myself in that position.


On 6/6/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote:

 Mike,

 I'm going to be moving a fairly high-traffic site to a new hosting
 company in a few weeks, and I'm starting to plan out the tasks that
 need to be done.
 
 How do you guys handle the transition period while the domain is
 delegating, which can be up to 4 days?For this period, both sites
 will be active, depending on the status of the dns servers the users
 are connected to.

 Having just done this a couple of weeks ago, here's what I did. Once we
 migrated data to the new servers, we could not afford to have the old
 servers being used--because data would be out-of-sync.

 1) If you have the time before hand, you could create a domain for the
new
 server (like www2.mydomain.com) that points to the new server IP address.
 This isn't necessary, but it will allow you to hide the IP address of
 the
 new server.

 2) Once your data is migrated and you're ready to start using the new
 site,
 just use a cflocation / in your application.cfm to forward any requests
 to
 the new site. Something like this should work:

 // general UDF library
 function getCurrentUrl(){
var sUrl = CGI.SCRIPT_NAME;
var sQueryString = CGI.QUERY_STRING;
var aKeyPair = ;
var i=0;
var sRegEx = ;

// the template name is not appended to the script's name, append
 it
 now
if( NOT Compare(Right(sUrl, 1), /) )
sUrl = sUrl  getFileFromPath(getBaseTemplatePath());

// if the query string is not empty, append the full URL
if( len(trim(sQueryString)) ) sUrl = sUrl  ?  sQueryString;
return sUrl;
 }

 !---//
Make sure to replace www2.mydomain.com with your real domain
 //---
 cfset sNewUrl = iif(CGI.SERVER_PORT eq 443, de(https), de(http)) 
 ://www2.mydomain.com  getCurrentUrl() /
 cflocation url=#sNewUrl# addtoken=false /
 cfabort /

 As DNS begins to propagate, you'll see the hits on your old server
 diminish
 and eventually stop altogether.

 This will all be completely transparent to the user.

 -Dan






~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread Richard Cooper
Are you trying to send a HTML message? If yes, add this attribute cfmail 
type=html

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


SPRY Question

2007-06-06 Thread Chad McCue
I have SPRYs page flipping functionality running on my app without any
issues. My question is when the page first loads it flashes my code
quickly before it loads the data.
 
So the page might flash 
 
{FIRSTNAME} {LASTNAME}  {DATEENTERED}
 
Then it will load the real values
 
Is there anyway of avoiding this and for the {FIRSTNAME}, etc not show
up?


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280223
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 tags for cfEclipse

2007-06-06 Thread AJ Mercer
I wont bug Mark - I am sure he will be keen as the rest of us to get this
added to cfEclipse.

On 6/6/07, Andrew Scott [EMAIL PROTECTED] wrote:

 Mark hasn't released cfeclipse tags or coldfusion 8 specific intellisense
 yet.

 The best mailing group tp post that too is cfeclipse mailing list. Maybe a
 few people who bug him, might see it released sooner.


 On 6/6/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
 
 wrote:
 
  Yes, it's in the beta download set.
 
 
 
 
  This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
  Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
  Registered in England, Number 678540.  It contains information which is
  confidential and may also be privileged.  It is for the exclusive use of
  the
  intended recipient(s).  If you are not the intended recipient(s) please
  note
  that any form of distribution, copying or use of this communication or
 the
  information in it is strictly prohibited and may be unlawful.  If you
 have
  received this communication in error please return it to the sender or
  call
  our switchboard on +44 (0) 20 89107910.  The opinions expressed within
  this
  communication are not necessarily those expressed by Reed Exhibitions.
  Visit our website at http://www.reedexpo.com
 
  -Original Message-
  From: AJ Mercer
  To: CF-Talk
  Sent: Wed Jun 06 08:55:05 2007
  Subject: CF8 tags for cfEclipse
 
  I know it is early days - but does any one know if there is an updater
 for
  CF8 tags?
 
  Eclipse is make a mess of Mr Forta's nice examples ;-)
 
 
 
 
 

 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


Re: SPRY Question

2007-06-06 Thread Doug Bezona
From the Spry docs:


In some browsers, loading pages over a slow connection can result
in the user briefly seeing the unprocessed regions and data references on the
page before the document's onload notification is
sent. To hide unprocessed regions and data references, you can provide a CSS
rule for the SpryHiddenRegion class:
style.SpryHiddenRegion
{visibility:hidden;}
/style

div spry:region=dsEmployees class=SpryHiddenRegion

/div

Using this technique, the CSS rule hides the Spry regions marked with this
class when the page loads. When the Spry data is finished processing, Spry
strips off the SpryHiddenRegion class and the finished Spry content appears.


An alternative way to hide just the data references, as opposed to the whole
tag, is to use the spry:content attribute as a substitute for a data
reference. Because the data reference is the value of the spry:content
attribute, it is not visible when the page loads.







On 6/6/07, Chad McCue [EMAIL PROTECTED] wrote:

 I have SPRYs page flipping functionality running on my app without any
 issues. My question is when the page first loads it flashes my code
 quickly before it loads the data.

 So the page might flash

 {FIRSTNAME} {LASTNAME}  {DATEENTERED}

 Then it will load the real values

 Is there anyway of avoiding this and for the {FIRSTNAME}, etc not show
 up?


 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


Re: GoDaddy

2007-06-06 Thread Cutter (CFRelated)
We run 1600 websites that are load balanced between three, relatively 
low-end, servers. Granted, they all share the same codebase (each with 
their own dynamic application), but they are extremely data intensive 
and run very effectively on ColdFusion. And, with the new and/or 
upgraded sandboxing features + user level controls of CF8, it is an even 
more attractive offering for hosting providers (of which we are).

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Rick Root wrote:
 On 6/5/07, J.J. Merrick [EMAIL PROTECTED] wrote:
 According to Forta the cost in a bulk license is so small that there is no
 reason for hosting companies to even charge a premium.
 
 Yes, there absolutely is.
 
 You can pretty easily put 500 php web sites on a single box without
 too much trouble.
 
 You can't put 500 CF sites on a single box though.
 
 Plain and simple, the power we are afforded by Coldfusion prevents a
 hosting company from realistically putting any more than a fraction of
 the site that they can put on a standard php/html type server.  Your
 average host that supports php gets a lot of static web sites.  Your
 average host that supports CF probably gets a LOT more database
 intensive websites.
 
 The cost of hosting CF web sites is not necessarly related to the cost
 of the CF license.  Sure, you fork out maybe $3000/year, or $250/month
 for a CF enterprise license.  If you put 100 sites on a server, that's
 $2.50/month for the cost of the CF license.  Really though, a server
 with 100 cf-powered web sites?
 
 I'm spoiled by my dedicated server with 15 web sites on it I guess =)
 
 Rick
 
 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: GoDaddy

2007-06-06 Thread Andy Matthews
My company runs a 3 server load balanced cluster with 1500 websites on it. 

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 05, 2007 8:03 PM
To: CF-Talk
Subject: Re: GoDaddy

On 6/5/07, J.J. Merrick [EMAIL PROTECTED] wrote:
 According to Forta the cost in a bulk license is so small that there 
 is no reason for hosting companies to even charge a premium.

Yes, there absolutely is.

You can pretty easily put 500 php web sites on a single box without too much 
trouble.

You can't put 500 CF sites on a single box though.

Plain and simple, the power we are afforded by Coldfusion prevents a hosting 
company from realistically putting any more than a fraction of the site that 
they can put on a standard php/html type server.  Your average host that 
supports php gets a lot of static web sites.  Your average host that supports 
CF probably gets a LOT more database intensive websites.

The cost of hosting CF web sites is not necessarly related to the cost of the 
CF license.  Sure, you fork out maybe $3000/year, or $250/month for a CF 
enterprise license.  If you put 100 sites on a server, that's $2.50/month for 
the cost of the CF license.  Really though, a server with 100 cf-powered web 
sites?

I'm spoiled by my dedicated server with 15 web sites on it I guess =)

Rick



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: GoDaddy

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Rick Root wrote:
 You can't put 500 CF sites on a single box though.

It must be 'sweeping statements' week.

-- 
Tom Chiverton
Helping to augmentatively negotiate unique market-growth
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280228
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 tags for cfEclipse

2007-06-06 Thread Tero Pikala
I suppose it would happen even sooner if someone would do this instead of
Mark; CFEclipse tags are just simple XML files that can be edited without
any Java skills. 

Tero 

-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 10:01
To: CF-Talk
Subject: Re: CF8 tags for cfEclipse

Mark hasn't released cfeclipse tags or coldfusion 8 specific intellisense
yet.

The best mailing group tp post that too is cfeclipse mailing list. Maybe a
few people who bug him, might see it released sooner.


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.472 / Virus Database: 269.8.9/832 - Release Date: 04/06/2007
18:43
 


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280229
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 tags for cfEclipse

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Tero Pikala wrote:
 I suppose it would happen even sooner if someone would do this instead of
 Mark; CFEclipse tags are just simple XML files that can be edited without
 any Java skills.

If Adobe's tag lib. was as easy, it would probably be done by now :-)

-- 
Tom Chiverton
Helping to assertively harvest value-added market-growth
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


RE: How to handle the transition period to a new host?

2007-06-06 Thread Dave Watts
 How do you guys handle the transition period while the domain is
 delegating, which can be up to 4 days? For this period, both sites
 will be active, depending on the status of the dns servers 
 the users are connected to.

As Judah described, you can reduce the length of this transition period
quite a bit by changing DNS TTL values. That would be my primary
recommendation. You can do all the other futzing around as well, if you're
worried about an hour or two of missed transactions (which you very well
might be).

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

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

This email has been processed by SmoothZap - www.smoothwall.net


~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Nowrap in CSS

2007-06-06 Thread Claude Schneegans
Hi,

Not really CF related, but...
Is there any equivalent in CSS for NOWRAP like in TD NOWRAP ?


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


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280232
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 tags for cfEclipse

2007-06-06 Thread Rey Bango
Oh cmon. Definitely bug Mark about it. Be sure though, to tell him that 
you would like him to add it to HomeSite and CF Studio as well. He just 
loves that. LOL!

AJ Mercer wrote:
 I wont bug Mark - I am sure he will be keen as the rest of us to get this
 added to cfEclipse.
 
 On 6/6/07, Andrew Scott [EMAIL PROTECTED] wrote:
 Mark hasn't released cfeclipse tags or coldfusion 8 specific intellisense
 yet.

 The best mailing group tp post that too is cfeclipse mailing list. Maybe a
 few people who bug him, might see it released sooner.


 On 6/6/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
 wrote:
 Yes, it's in the beta download set.




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

 -Original Message-
 From: AJ Mercer
 To: CF-Talk
 Sent: Wed Jun 06 08:55:05 2007
 Subject: CF8 tags for cfEclipse

 I know it is early days - but does any one know if there is an updater
 for
 CF8 tags?

 Eclipse is make a mess of Mr Forta's nice examples ;-)






 
 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: How to handle the transition period to a new host?

2007-06-06 Thread Mik Muller
Brad,

After writing the text below I re-read your post and wondered if I missed 
something. Are you moving the IP number to the new box too? If not then the 
text below is valid.

--

A new domain that no one has ever used, and therefore isn't cached, should be 
pointed as an alias to the new IP location. You can have 10,000 domains all 
point to the same IP and if IIS or Apache or whatever you're using is properly 
configured they can all wind up on the same exact website, or have the 
webserver route the request to a specific site on the box based on the domain. 
The box only needs one IP.

So, knowing that, you can build the new server up in advance with this new 
domain name (or even a new subdomain to the original, ie; www2.yourdomain.com) 
and test it. When the time comes, you change the DNS (after following all the 
other advice on this list, such as ratcheting down the TTL) for the original 
domain to the new IP, and make a change to application.cfm/cfc to cflocate the 
old site to the new domain (ie; www2.yourdomain.com).

Thus:

People whos DNS hasn't been refreshed will go to the old www.yourdomain.com and 
be sent to www2.yourdomain.com, which is the new box.

People whos DNS has refreshed will go to the new box.

If your DNS is on the old box that you're moving away from you may want to 
consider moving the zonefiles/DNS to your registrar. Both Godaddy and NetSol 
have this feature now. You park the domain on their boxes and then set the 
zone records in their interface.


As for takiong the old site down, I'd wait more than a few days. Some ISPs and 
OSes are really very bad about refreshing. I know they're supposed to respect 
the TTL, but I've switched DNS in the past and sometimes the client complains 
that over a week later they're still winding up at the old site. Perhaps it's 
caching. Perhaps it's their OS not refreshing their local DNS. Perhaps it's a 
crummy ISP. Who knows.

MIk


At 11:40 PM 6/5/2007, you wrote:
For that to work wouldn't the new site have to have a static and unique
ip and the old site would redirect to that IP.  Otherwise the user
couldn't get to the new site because their DNS server wasn't updated by
virtue of the fact that they had arrived at the old site.

~Brad

-Original Message-
From: Mik Muller [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 05, 2007 10:33 PM
To: CF-Talk
Subject: Re: How to handle the transition period to a new host?

Buy an additional domain name or set up a subdomain that has never been
used before and cflocate to the new domain on the old site.

Mik



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Ravi Gehlot
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

The following information is meant for the website developer for 
debugging purposes.
Error Occurred While Processing Request
The system has attempted to use an undefined value, which usually 
indicates a programming error, either in your code or some system code.

Null Pointers are another name for undefined values.

-- 
---
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
[EMAIL PROTECTED]
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
---

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



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Nowrap in CSS

2007-06-06 Thread James Holmes
Yes, e.g.:

p { white-space: nowrap;
overflow: scroll;
width: 430px;}

http://www.tizag.com/cssT/reference/white-space.php

On 6/6/07, Claude Schneegans [EMAIL PROTECTED] wrote:
 Hi,

 Not really CF related, but...
 Is there any equivalent in CSS for NOWRAP like in TD NOWRAP ?


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

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280236
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 tags for cfEclipse

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Rey Bango wrote:
 Oh cmon. Definitely bug Mark about it. Be sure though, to tell him that
 you would like him to add it to HomeSite and CF Studio as well. He just
 loves that. LOL!

I hear he's working on a design view too :-)

-- 
Tom Chiverton
Helping to seamlessly unleash best-of-breed customers
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Shortlist of High-End (CF) Hosts?

2007-06-06 Thread John Paul Ashenfelter
Folks,

I've got a client getting ready to move a major CF/MSSQL site from a
local colocation facility to a completely outsourced solution. I've
had previous experience with Rackspace and am *very* happy with them
as a choice, but I need to get a couple of competitive bids to ease
the mind of everyone involved in writing checks.

I'm curious what comparable hosts folks would suggest -- here's the
list of what needs to be supported and leasable from the hardware side

* firewalls in a failover configuration (eg a pair of Cisco PIX 515s)
* load-balancers in a failover configuration (ed pair of Cisco local
directors -- BigIP is probably overkill)
* servers comparable to the Dell 1u, 2u, and 4u rackmount series
* active sysadmin support

While a little ColdFusion expertise on the side of the host would be
nice, it's not required since that's the one thing we *do* have in
house. The goal is to replace the colo, sysadmin, and hardware and
turn that into a single monthly check. We'll also be rolling out some
Linux-based Rails servers as things go forward, so a one-trick pony
ISP focusing on CF isn't the optimal choice.

Oh, as far as volume goes, it's less than 1MBbs or so at 95% peak and
gets about 20k uniques/month so it's not a super-high volume site,
we've just got a requirement for reliability (thus the failover,
load-balancing, and active support)

Suggestions other than Rackspace? I've also worked with ServerVault in
the past when *security* was the driver (eg they had 24 hours or
something crazy of air supply for the staff...) but don't need that
here.

-- 
John Paul Ashenfelter
CTO/Transitionpoint
(blog) http://www.ashenfelter.com
(email) [EMAIL PROTECTED]

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280238
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 tags for cfEclipse

2007-06-06 Thread Rey Bango
Yeah, but I only want it in there if it completely messes up my code. 
Otherwise, its useless to me! ;)


Tom Chiverton wrote:
 On Wednesday 06 Jun 2007, Rey Bango wrote:
 Oh cmon. Definitely bug Mark about it. Be sure though, to tell him that
 you would like him to add it to HomeSite and CF Studio as well. He just
 loves that. LOL!
 
 I hear he's working on a design view too :-)
 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


RE: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread Dave Watts
 I've got a client getting ready to move a major CF/MSSQL site 
 from a local colocation facility to a completely outsourced 
 solution. I've had previous experience with Rackspace and am 
 *very* happy with them as a choice, but I need to get a 
 couple of competitive bids to ease the mind of everyone 
 involved in writing checks.
 
 I'm curious what comparable hosts folks would suggest -- 
 here's the list of what needs to be supported and leasable 
 from the hardware side
 
 * firewalls in a failover configuration (eg a pair of Cisco PIX 515s)
 * load-balancers in a failover configuration (ed pair of 
 Cisco local directors -- BigIP is probably overkill)
 * servers comparable to the Dell 1u, 2u, and 4u rackmount series
 * active sysadmin support
 
 While a little ColdFusion expertise on the side of the host 
 would be nice, it's not required since that's the one thing 
 we *do* have in house. The goal is to replace the colo, 
 sysadmin, and hardware and turn that into a single monthly 
 check. We'll also be rolling out some Linux-based Rails 
 servers as things go forward, so a one-trick pony ISP 
 focusing on CF isn't the optimal choice.

I think Edgeweb Hosting could fit the bill.
http://www.edgewebhosting.net/

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

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

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: GoDaddy

2007-06-06 Thread Rick Root
C'mon people.

There is a huge difference between running 1500 sites using the same
codebase in a well organized cluster, and a shared hosting
environment like we're talking about.

If you're running 1500 sites using a single codebase, I'll bet you've
spent a lot of time optimizing the code for performance, and you
probably have a good test environment so you don't bring down those
1500 sites when you make changes and stuff.

On the other hand, since we're talking about hosting companies,
imagine 500 sites on a single server, all with completely different
code, written by developers of *ALL* levels of experience, and with
development/modifications often being made to the server, not a test
environment.

Rick

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Rick Root
You'll have to go into a LOT more detail than that =)

The ImageCFC support forums are here, btw:  http://url.rickroot.com/u/z

Rick

On 6/6/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
 The web site you are accessing has experienced an unexpected error.
 Please contact the website administrator.

 The following information is meant for the website developer for
 debugging purposes.
 Error Occurred While Processing Request
 The system has attempted to use an undefined value, which usually
 indicates a programming error, either in your code or some system code.

 Null Pointers are another name for undefined values.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

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



 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: GoDaddy

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Rick Root wrote:
 On the other hand, since we're talking about hosting companies,
 imagine 500 sites on a single server, all with completely different
 code, written by developers of *ALL* levels of experience, and with
 development/modifications often being made to the server, not a test
 environment.

So ?
You whack each instance (or each group of N) in it's own virtualised 
container, at the extreme end.
On decent hardware 500 instances isn't very many, really.
If the bad CF crashes their CF server (this is hard to do anyway !) or nukes 
it's performance (easier :-) ) that the other 499 will keep on ticking.

-- 
Tom Chiverton
Helping to carefully extend world-class solutions
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread Mik Muller
I always though having cots in the rack room was a buzz-term.  Having air 
supply on hand beats that hands down.  Do they walk around with it on their 
backs?

Mik


Suggestions other than Rackspace? I've also worked with ServerVault in
the past when *security* was the driver (eg they had 24 hours or
something crazy of air supply for the staff...) but don't need that
here.





Michael Muller
Admin, MontagueMA.net Website
work (413) 863-0030
cell (413) 320-5336
skype: michaelBmuller
http://www.MontagueMA.net

Eschew Obfuscation




~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Ravi Gehlot
Hey Rick,

This is what I have:

cfif isDefined(upload) AND upload EQ 'picture'
cfset memberPicturePath = '#expandPath(images/members)#'
cfset memberPictureFullPath = 
'#memberPicturePath#/#URL.clubMemberId#/'
cfif NOT DirectoryExists(#memberPictureFullPath#)
cfdirectory action=create mode=777 
directory=#memberPictureFullPath#
cffile action=upload nameconflict=makeunique mode=777 
filefield=uploadMemberPicture destination=#memberPictureFullPath#
cfset imageCFC = createObject(component,image)
cfset imgInfo = imageCFC.resize(, 
#memberPictureFullPath##CFFILE.serverFile#, 
#memberPictureFullPath##CFFILE.serverFileName#2.jpg,100,200)
cfquery name='memberAdd' datasource='#APPLICATION.dsn#'
INSERT intoclubMember (
pictureFileName
) VALUES (
'#imgInfo#'
)
/cfquery
cfelse
cfset warnMe = 6
/cfif
/cfif

Basically, I check to see if the directory already exists...if not I 
allow creation of a directory after the clubMember's Id then I upload 
the file and have the custom imagecfc tag create a component. Then it 
supposedly should resize the image and record the name on the database 
so it can be recalled by img

What am I missing?

Ravi.

Rick Root wrote:
 You'll have to go into a LOT more detail than that =)

 The ImageCFC support forums are here, btw:  http://url.rickroot.com/u/z

 Rick

 On 6/6/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
   
 The web site you are accessing has experienced an unexpected error.
 Please contact the website administrator.

 The following information is meant for the website developer for
 debugging purposes.
 Error Occurred While Processing Request
 The system has attempted to use an undefined value, which usually
 indicates a programming error, either in your code or some system code.

 Null Pointers are another name for undefined values.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

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




 

 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


error when using imagecfc-2.16

2007-06-06 Thread Ravi Gehlot
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

The following information is meant for the website developer for 
debugging purposes.
Error Occurred While Processing Request
The system has attempted to use an undefined value, which usually 
indicates a programming error, either in your code or some system code.

Null Pointers are another name for undefined values.


-- 
---
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
[EMAIL PROTECTED]
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
---

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



~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


RE: cfhttp

2007-06-06 Thread Ben Nadel
 
Chad,

It might also be a Referer issue. Site don't like screen-scraping so
they try to limit views to only people who came from a local site. Check
this out:

http://www.bennadel.com/index.cfm?dax=blog:314.view

You have to send a fake referring value to trick the site into thinking
you are already on it.

..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 05, 2007 5:35 PM
To: CF-Talk
Subject: cfhttp

Does CFHTTP show up as a browser type that could be blocked?

I cannot download my Calvin and Hobbes comics anymore with the
following.

cfhttp method=GET
url=http://images.ucomics.com/comics/ch/2007/ch070605.gif;
path=#variables.path# file=calvin#day#.gif

If I hit the URL:
http://images.ucomics.com/comics/ch/2007/ch070605.gif

I get the comic, but if I use CFHttp it fails.

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Form Encryption

2007-06-06 Thread Steve Kahn
Good Morning 

Does anyone have an easy to use 'Form Encryption' app they could recommend?

TIA


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Rick Root
Wrap your code like this:

cftry
   ... code ...
   cfcatch type=anycfdump var=#cfcatch#cfabort/cfcatch
/cftry

Maybey ou can get som more robust error reporting that says where the
error actually occurred.

Rick

On 6/6/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
 Hey Rick,

This is what I have:

cfif isDefined(upload) AND upload EQ 'picture'
cfset memberPicturePath = '#expandPath(images/members)#'
cfset memberPictureFullPath =
 '#memberPicturePath#/#URL.clubMemberId#/'
cfif NOT DirectoryExists(#memberPictureFullPath#)
cfdirectory action=create mode=777
 directory=#memberPictureFullPath#
cffile action=upload nameconflict=makeunique mode=777
 filefield=uploadMemberPicture destination=#memberPictureFullPath#
cfset imageCFC = createObject(component,image)
cfset imgInfo = imageCFC.resize(,
 #memberPictureFullPath##CFFILE.serverFile#,
 #memberPictureFullPath##CFFILE.serverFileName#2.jpg,100,200)
cfquery name='memberAdd' datasource='#APPLICATION.dsn#'
INSERT intoclubMember (
pictureFileName
) VALUES (
'#imgInfo#'
)
/cfquery
cfelse
cfset warnMe = 6
/cfif
/cfif

 Basically, I check to see if the directory already exists...if not I
 allow creation of a directory after the clubMember's Id then I upload
 the file and have the custom imagecfc tag create a component. Then it
 supposedly should resize the image and record the name on the database
 so it can be recalled by img

 What am I missing?

 Ravi.

 Rick Root wrote:
  You'll have to go into a LOT more detail than that =)
 
  The ImageCFC support forums are here, btw:  http://url.rickroot.com/u/z
 
  Rick
 
  On 6/6/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
 
  The web site you are accessing has experienced an unexpected error.
  Please contact the website administrator.
 
  The following information is meant for the website developer for
  debugging purposes.
  Error Occurred While Processing Request
  The system has attempted to use an undefined value, which usually
  indicates a programming error, either in your code or some system code.
 
  Null Pointers are another name for undefined values.
 
  --
  ---
  Ravi Gehlot.
  Sr. Management
  Sunshine Technology Solutions, LLC
  http://www.sunshinetechsolutions.com/
  [EMAIL PROTECTED]
  Cell Phone: (407) 860-3775
  Business Line: (407) 745-1433
  ---
 
  Confidentiality Notice:  This message including any
  attachments is for the sole use of the intended
  recipient(s) and may contain confidential and privileged
  information. Any unauthorized review, use, disclosure or
  distribution is prohibited. If you are not the
  intended recipient, please contact the sender and
  delete any copies of this message.
 
 
 
 
 
 
 

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: GoDaddy

2007-06-06 Thread Russ
 -Original Message-
 From: Tom Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 11:09 AM
 To: CF-Talk
 Subject: Re: GoDaddy
 
 On Wednesday 06 Jun 2007, Rick Root wrote:
  On the other hand, since we're talking about hosting companies,
  imagine 500 sites on a single server, all with completely different
  code, written by developers of *ALL* levels of experience, and with
  development/modifications often being made to the server, not a test
  environment.
 
 So ?
 You whack each instance (or each group of N) in it's own virtualised
 container, at the extreme end.
 On decent hardware 500 instances isn't very many, really.
 If the bad CF crashes their CF server (this is hard to do anyway !) or
 nukes
 it's performance (easier :-) ) that the other 499 will keep on ticking.
 

I don't know what kind of hardware you're running, but I'm barely running 2
instances per server on some decent dell hardware.  Granted, it's a high
traffic site, and the ram usage starts getting into the GB's after a while,
but I really don't see most servers being able to run 500 instances. 

Russ


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread James Wolfe
 I've got a client getting ready to move a major CF/MSSQL site 

I think Edgeweb Hosting could fit the bill.
http://www.edgewebhosting.net/

We have tried a number of hosts and I can definitively say that EdgeWeb has 
proven themselves to be the best by far. 

Amongst all our service providers for everything (phone, internet, hosting, 
office supplies, etc...) I can honestly say that no one has approached EdgeWeb 
in professionalism, knowledge, responsiveness and all-around customer service.

This is not a paid response and I am not being coerced by EdgeWeb in any way, I 
am just a very happy customer. They are really good at what they do and you'll 
be happy if you choose them.

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: GoDaddy

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Russ wrote:
 instances per server on some decent dell hardware.  Granted, it's a high
 traffic site, and the ram usage starts getting into the GB's after a while,
 but I really don't see most servers being able to run 500 instances.

You've made the point Rick didn't - it depends what those sites do :-)

-- 
Tom Chiverton
Helping to challengingly unleash third-generation content
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Ravi Gehlot
Hey Rick...

This is what I get:

struct
Message [empty string]
StackTrace  java.lang.NullPointerException
TagContext  
array [empty]

Typejava.lang.NullPointerException


11:30:43.043 - java.lang.NullPointerException - in : line -1


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: Form Encryption

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Steve Kahn wrote:
 Does anyone have an easy to use 'Form Encryption' app they could recommend?

With the aim of doing what ?
And since you mention 'encryption' - against what sort of an attacker ?

-- 
Tom Chiverton
Helping to heterogeneously disintermediate total initiatives
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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

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


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: I am getting this error with imagecfc-2.16. any clues?

2007-06-06 Thread Rick Root
Can you send me the image you're trying to resize off list?

Rick

On 6/6/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
 Hey Rick...

 This is what I get:

 struct
 Message [empty string]
 StackTrace  java.lang.NullPointerException
 TagContext
 array [empty]

 Typejava.lang.NullPointerException


 11:30:43.043 - java.lang.NullPointerException - in : line -1


 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: Help getting rid of Squares in DB

2007-06-06 Thread Ron Gowen
There are custom tags cleanMSText or demoronize that may aid you in
automating their removal. I have found cleanMSText works better than
demoronize, but I cant seem to find it right now.


On 6/6/07, Tom King [EMAIL PROTECTED] wrote:

 Could you elaborate?

 As I see it, there's no way I can refer to the blocks in a SQL
 statement?

 Ta

 T
 On 6 Jun 2007, at 00:03, Dave l wrote:

  you could run a query and copy in a smartquotes to sort by then
  update with normal quotes.
 
  Another BIG thank you to microcrap for those.
 
 
 
 
  Hi All,
  I've inherited a database which has loads of squares in the middle of
  text - i.e incorrectly encoded quotes, and other chars which bring
  out this type of wierdness when displayed.
 
  They are inconsistent as to what they are, but the majority are (or
  were) single quotes.
 
  Any tips on automating their removal (or replacement with single
  quotes)  in a MySQL database? They are obviously 100's to 1000's of
  entries, so I'd REALLY rather avoid having to edit this manually (or
  indeed open every page they're on and resave)...
 
  Thanks !
 
  T
 
 

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread John Paul Ashenfelter
On 6/6/07, Mik Muller [EMAIL PROTECTED] wrote:
 I always though having cots in the rack room was a buzz-term.  Having air 
 supply on hand beats that hands down.  Do they walk around with it on their 
 backs?

Nope -- it's a separate supply to parts of the building (so they
said). They do have security, however, walking around with guns.

IMHO, I can't image that my apps are really relevant if hosts in DC
need an air supply or to fire weapons ;)


 Mik


 Suggestions other than Rackspace? I've also worked with ServerVault in
 the past when *security* was the driver (eg they had 24 hours or
 something crazy of air supply for the staff...) but don't need that
 here.




 
 Michael Muller
 Admin, MontagueMA.net Website
 work (413) 863-0030
 cell (413) 320-5336
 skype: michaelBmuller
 http://www.MontagueMA.net

 Eschew Obfuscation




 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


cfif in xsl

2007-06-06 Thread Dave Francis
I use xmlTransform to turn a taxonomy into a tree of html
checkboxes. For later editing, I need to set those checkboxes which were
previously checked. 
   
  I can achieve this with some pretty ugly cf-generated javascript, but
would prefer to do it in the xsl. Unfortunately, when I put a cfif. in the
xsl, I get this error message:

  Element type cfif must be followed by either attribute
specifications,  or /

   .which I can more-or-less understand why. But I'd like to know if
there's any way around it. Or any way to achieve what I need without the
javascript.
  
As always, TIA
Dave


   



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: GoDaddy

2007-06-06 Thread Rick Root
On 6/6/07, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Wednesday 06 Jun 2007, Russ wrote:
  instances per server on some decent dell hardware.  Granted, it's a high
  traffic site, and the ram usage starts getting into the GB's after a while,
  but I really don't see most servers being able to run 500 instances.

 You've made the point Rick didn't - it depends what those sites do :-)

and how well - or how poorly - they're written to do those things,
something easily controlled in an environment of 1500 sites using a
single codebase - and less easily controlled (not controlled at all)
at your typical shared hosting provider.

Rick

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: cfif in xsl

2007-06-06 Thread Barney Boisvert
XSL has xsl:if and xsl:choose tags that can be used for conditional logic.

cheers,
barneyb

On 6/6/07, Dave Francis [EMAIL PROTECTED] wrote:
 I use xmlTransform to turn a taxonomy into a tree of html
 checkboxes. For later editing, I need to set those checkboxes which were
 previously checked.

   I can achieve this with some pretty ugly cf-generated javascript, but
 would prefer to do it in the xsl. Unfortunately, when I put a cfif. in the
 xsl, I get this error message:

   Element type cfif must be followed by either attribute
 specifications,  or /

.which I can more-or-less understand why. But I'd like to know if
 there's any way around it. Or any way to achieve what I need without the
 javascript.

 As always, TIA
 Dave






 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: Form Encryption

2007-06-06 Thread Steve Kahn
protect credit card and personal info; 
when the visitor submits form data at site and when the company employee
logs in to site to call up the data

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 11:42 AM
To: CF-Talk
Subject: Re: Form Encryption

On Wednesday 06 Jun 2007, Steve Kahn wrote:
 Does anyone have an easy to use 'Form Encryption' app they could
recommend?

With the aim of doing what ?
And since you mention 'encryption' - against what sort of an attacker ?

-- 
Tom Chiverton
Helping to heterogeneously disintermediate total initiatives
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
St James's Court Brown Street Manchester M2 2JF.  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 Law Society.

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 8008.

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




~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: GoDaddy

2007-06-06 Thread Russ
 -Original Message-
 From: Rick Root [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 11:56 AM
 To: CF-Talk
 Subject: Re: GoDaddy
 
 On 6/6/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Wednesday 06 Jun 2007, Russ wrote:
   instances per server on some decent dell hardware.  Granted, it's a
 high
   traffic site, and the ram usage starts getting into the GB's after a
 while,
   but I really don't see most servers being able to run 500 instances.
 
  You've made the point Rick didn't - it depends what those sites do :-)
 
 and how well - or how poorly - they're written to do those things,
 something easily controlled in an environment of 1500 sites using a
 single codebase - and less easily controlled (not controlled at all)
 at your typical shared hosting provider.
 
 Rick
 
I think just the sheer overhead of running 500 instances will kill most
servers.  Has anyone tried it?  

Russ




~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: Form Encryption

2007-06-06 Thread Adkins, Randy
SSL is one piece of the pie you should have! 

-Original Message-
From: Steve Kahn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 11:59 AM
To: CF-Talk
Subject: RE: Form Encryption

protect credit card and personal info;
when the visitor submits form data at site and when the company employee
logs in to site to call up the data

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 11:42 AM
To: CF-Talk
Subject: Re: Form Encryption

On Wednesday 06 Jun 2007, Steve Kahn wrote:
 Does anyone have an easy to use 'Form Encryption' app they could
recommend?

With the aim of doing what ?
And since you mention 'encryption' - against what sort of an attacker ?

--
Tom Chiverton
Helping to heterogeneously disintermediate total initiatives
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 St James's Court Brown Street Manchester M2 2JF.  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 Law Society.

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
8008.

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






~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


RE: Form Encryption

2007-06-06 Thread Steve Kahn
Got the comodo ssl in place, want to encrypt the data when inserted into sql 
and then decrypt it when calling it up

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 12:13 PM
To: CF-Talk
Subject: RE: Form Encryption

SSL is one piece of the pie you should have! 

-Original Message-
From: Steve Kahn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 11:59 AM
To: CF-Talk
Subject: RE: Form Encryption

protect credit card and personal info;
when the visitor submits form data at site and when the company employee
logs in to site to call up the data

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 11:42 AM
To: CF-Talk
Subject: Re: Form Encryption

On Wednesday 06 Jun 2007, Steve Kahn wrote:
 Does anyone have an easy to use 'Form Encryption' app they could
recommend?

With the aim of doing what ?
And since you mention 'encryption' - against what sort of an attacker ?

--
Tom Chiverton
Helping to heterogeneously disintermediate total initiatives
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 St James's Court Brown Street Manchester M2 2JF.  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 Law Society.

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
8008.

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








~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


RE: Form Encryption

2007-06-06 Thread Russ
There is no real good encryption you can use.  You can use a symmetric key 
encryption algorithm to encrypt the data before inserting it into sql, and then 
decrypt when recalling the data, but you will have to keep the encryption key 
in the code somewhere, or read it from some source.  Either way, if the 
attacker gets access to the code, he will be able to decrypt all your data.   I 
guess it provides protection sort of the way security through obscurity 
provides protection.  

Russ

 -Original Message-
 From: Steve Kahn [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 12:21 PM
 To: CF-Talk
 Subject: RE: Form Encryption
 
 Got the comodo ssl in place, want to encrypt the data when inserted into
 sql and then decrypt it when calling it up
 
 -Original Message-
 From: Adkins, Randy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 12:13 PM
 To: CF-Talk
 Subject: RE: Form Encryption
 
 SSL is one piece of the pie you should have!
 
 -Original Message-
 From: Steve Kahn [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 11:59 AM
 To: CF-Talk
 Subject: RE: Form Encryption
 
 protect credit card and personal info;
 when the visitor submits form data at site and when the company employee
 logs in to site to call up the data
 
 -Original Message-
 From: Tom Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 11:42 AM
 To: CF-Talk
 Subject: Re: Form Encryption
 
 On Wednesday 06 Jun 2007, Steve Kahn wrote:
  Does anyone have an easy to use 'Form Encryption' app they could
 recommend?
 
 With the aim of doing what ?
 And since you mention 'encryption' - against what sort of an attacker ?
 
 --
 Tom Chiverton
 Helping to heterogeneously disintermediate total initiatives
 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 St James's Court Brown Street Manchester M2 2JF.  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 Law Society.
 
 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
 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.
 
 
 
 
 
 
 
 
 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


CFMX 7 custom tag locations

2007-06-06 Thread Jeff Gamble
We're upgrading from CF 5 to CFMX 7 on a new server. The process has gone well 
with the exception of a custom tag that is being employed outside of the Custom 
Tag directory on  CFMX 7. The administrator recognizes E:/CFusion/Custom Tags 
and the custom tags in that directory but a custom tag that resides outside of 
the directory does not seem to be operating correctly.

My question is: Are there any know issues with properly assigned custom tags 
that exist outside of the Custom Tag folder?

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: CFMX 7 custom tag locations

2007-06-06 Thread Ravi Gehlot
Not that I know of. Go to CFAdmin and make sure that the Custom Tag path 
points to your current custom tag directory.

Ravi.

Jeff Gamble wrote:
 We're upgrading from CF 5 to CFMX 7 on a new server. The process has gone 
 well with the exception of a custom tag that is being employed outside of the 
 Custom Tag directory on  CFMX 7. The administrator recognizes 
 E:/CFusion/Custom Tags and the custom tags in that directory but a custom tag 
 that resides outside of the directory does not seem to be operating correctly.

 My question is: Are there any know issues with properly assigned custom tags 
 that exist outside of the Custom Tag folder?

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
I'm not sure if this is something that I can do but I'm hoping it's possible:

I have a single site defined in IIS.  According to the properties tag
in IIS I can define custom error messages for each site.  Can this
page be a .cfm page?

Here's why I ask, I've been approached by someone that wants to create
a custom directory for a mailing list and deliver content to them
based on a record in the database.  Let's say that John Smith, Jane
Doe and Jim Dandy are all three names in the database.  They each
receive a postcard with a URL that includes their individual names.
For example:
http://./John_Smith/
http://./Jane_Doe/
http://./Jim_Dandy/

Looking at this from one perspective, I could have the administrative
module phystically create the folders and copy in an index.cfm and
Application.cfm into each folder to take care of delivering the
content.

My other idea was to use a 404 page to grab the request and redirect
to the appropriate content based on the CGI variables.  However, this
site is running on a box along with other sites in CF and I don't want
their 404's to be affected.

The question is whether plan B is viable or if there is an alternate
plan to B that would negate me having to take up unneeded disk space?

Thanks!
Hatton

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Custom 404 For Single IIS Site

2007-06-06 Thread Robertson-Ravo, Neil (RX)
Yes, you can use a CFM file for this, we do this for 403s and redirection.









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

-Original Message-
From: C. Hatton Humphrey
To: CF-Talk
Sent: Wed Jun 06 17:47:23 2007
Subject: Custom 404 For Single IIS Site

I'm not sure if this is something that I can do but I'm hoping it's
possible:

I have a single site defined in IIS.  According to the properties tag
in IIS I can define custom error messages for each site.  Can this
page be a .cfm page?

Here's why I ask, I've been approached by someone that wants to create
a custom directory for a mailing list and deliver content to them
based on a record in the database.  Let's say that John Smith, Jane
Doe and Jim Dandy are all three names in the database.  They each
receive a postcard with a URL that includes their individual names.
For example:
http://./John_Smith/
http://./Jane_Doe/
http://./Jim_Dandy/

Looking at this from one perspective, I could have the administrative
module phystically create the folders and copy in an index.cfm and
Application.cfm into each folder to take care of delivering the
content.

My other idea was to use a 404 page to grab the request and redirect
to the appropriate content based on the CGI variables.  However, this
site is running on a box along with other sites in CF and I don't want
their 404's to be affected.

The question is whether plan B is viable or if there is an alternate
plan to B that would negate me having to take up unneeded disk space?

Thanks!
Hatton



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Form Encryption

2007-06-06 Thread Matt Robertson
You can use asymmetric-key RSA encryption economically...

http://developer.perthweb.com.au/textcrypt.html

I've been using that tool for many years.  its about as safe as you
can get for encrypting stored data.  Key part of that phrase is as
you can get.

The problems with symmetric key encryption were already well-stated.
Don't even think of doing that.  In theory a combination of SSL and a
128-bit RSA encryption provide a commercial-strength solution, but I
would argue that its a horrible idea to store credit card info on a
server you are responsible for.  Its such a gross violation of best or
even acceptable practices in the IT and financial industries that the
liability you will bear if the chain of custody on the private key is
compromised... the liability you will personally incur, as well as
what your client will incur... its not worth the risk.

I would suggest that, if you are storing data encrypt ALL of it to
make the job more difficult.  Do not name the fields with
hacker-usable names (like credit_card_number) Use symmetric key
encryption to encrypt first, then use asymmetric to encrypt that.
Access your db server via a 2nd nic and make that 2nd nic go to the
other server via internal IPs only.

 and say your prayers regularly.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280270
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 tags for cfEclipse

2007-06-06 Thread Mark Drew
cf8 tags coming up soon gentlemen...I have just been down with the flu
since I got back from Scotch on the Rocks... as soon as I a bit better
there will be a release a comin'

MD

On 6/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 Yeah, but I only want it in there if it completely messes up my code.
 Otherwise, its useless to me! ;)


 Tom Chiverton wrote:
  On Wednesday 06 Jun 2007, Rey Bango wrote:
  Oh cmon. Definitely bug Mark about it. Be sure though, to tell him that
  you would like him to add it to HomeSite and CF Studio as well. He just
  loves that. LOL!
 
  I hear he's working on a design view too :-)
 

 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


RE: OT: General Question...

2007-06-06 Thread Rick Faircloth
Hey, Paul (or others...)

Have you used the technique described in the article
you referenced?

I've been working that over, but can't get it to work.

I'm sure I'm missing something simple...

Rick

-Original Message-
From: Paul Glover [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 31, 2007 2:26 PM
To: CF-Talk
Subject: Re: OT: General Question...

Oddly enough I just read a good article about PNG yesterday:

http://www.digital-web.com/articles/web_standards_creativity_png/

Includes = IE6 workarounds and some ideas for creative use of the
transparency.

IE7 does just fine with alpha channel transparency in PNG. IIRC, IE6
handles single color transparency in PNG-8 images without trouble, but
with alpha channel transparency it ends up displaying a matte of
whatever color 0 was set to.

One gotcha mentioned in the comments to that article is that Firefox
honors the gamma correction value stored in a PNG. This can cause
color matching issues.

Cheers,
Paul.


On 5/31/07, Rick Faircloth [EMAIL PROTECTED] wrote:
 Are .png images in wide-spread use?

 Any limitations in browsers or otherwise which would
 cause me to want to avoid their use?

 Rick



 



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread K Simanonok
Are you trying to send a HTML message? If yes, add this attribute cfmail 
type=html

I have tried sending both HTML and plain text, and yes I have tried that cfmail 
type=html attribute in addition to a lot of other things following some of 
the historical examples on this forum, but nothing works.  The actual CF code 
that's in the CFINCLUDEd file always get emailed, it does not get executed.  I 
can't figure it out, it is baffling.  



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


RE: Form Encryption

2007-06-06 Thread Steve Kahn
Very good points across the board.
Technically, I do not need to store the credit card info in the db. However I 
do need to securely send/pass/or make available the credit card info to the 
receiving company. Maybe there is a better method to do so.

Steve

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 12:53 PM
To: CF-Talk
Subject: Re: Form Encryption

You can use asymmetric-key RSA encryption economically...

http://developer.perthweb.com.au/textcrypt.html

I've been using that tool for many years.  its about as safe as you
can get for encrypting stored data.  Key part of that phrase is as
you can get.

The problems with symmetric key encryption were already well-stated.
Don't even think of doing that.  In theory a combination of SSL and a
128-bit RSA encryption provide a commercial-strength solution, but I
would argue that its a horrible idea to store credit card info on a
server you are responsible for.  Its such a gross violation of best or
even acceptable practices in the IT and financial industries that the
liability you will bear if the chain of custody on the private key is
compromised... the liability you will personally incur, as well as
what your client will incur... its not worth the risk.

I would suggest that, if you are storing data encrypt ALL of it to
make the job more difficult.  Do not name the fields with
hacker-usable names (like credit_card_number) Use symmetric key
encryption to encrypt first, then use asymmetric to encrypt that.
Access your db server via a 2nd nic and make that 2nd nic go to the
other server via internal IPs only.

. and say your prayers regularly.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: GoDaddy

2007-06-06 Thread Cutter (CFRelated)
Actually, Rick, the majority of our code base was written by Flash 
designers who had to learn ColdFusion to extend and customize a poorly 
written home-rolled framework that was originally written on top of CF 
4.5. Only within the last two + years have true ColdFusion developers 
written new applications within our system, updating an existing 
template here and there when they could. It's 3,000 templates of largely 
unscoped variables and equally poor architecture, that is only now 
beginning to get turned around. Our systems actually stand as a true 
testament as to how powerful ColdFusion is, and how much abuse it can 
withstand. And, up until a few weeks ago, our development environment 
has never mirrored our productions servers, and we are finally 
implementing version control as of today. Such is the case of any poorly 
staffed and busy development team where the suits define priorities, 
change can come mighty slow in the wake of pursuing revenue.

Yes, 500 different sites, with different code bases from all levels of 
developers, can very well cause a shared hosting server to come to a 
screaching halt. But my point was that, with the new and/or upgraded 
sandboxing and user level controls that have been added to ColdFusion 8, 
these issues become *less* problematic than they have been in the past. 
It will help if a company maintains a qualified, and diligent, 
ColdFusion server administrator on staff.

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Rick Root wrote:
 C'mon people.
 
 There is a huge difference between running 1500 sites using the same
 codebase in a well organized cluster, and a shared hosting
 environment like we're talking about.
 
 If you're running 1500 sites using a single codebase, I'll bet you've
 spent a lot of time optimizing the code for performance, and you
 probably have a good test environment so you don't bring down those
 1500 sites when you make changes and stuff.
 
 On the other hand, since we're talking about hosting companies,
 imagine 500 sites on a single server, all with completely different
 code, written by developers of *ALL* levels of experience, and with
 development/modifications often being made to the server, not a test
 environment.
 
 Rick
 
 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


RE: Jquery site

2007-06-06 Thread Bader, Terrence C CTR MARMC, 231
Well just to follow up on this.  It turns out that when JQuery.com moved
their new IP was within a large range of blocked IP address since Apr
2006.  As of today they are resolving this (for Jquery anyway) and
within a few days the ACLs on the routers should be fully updated and
those on navy networks should be able to hit it again.

Which means happy times again!

Thanks...

~Terry 

-Original Message-
From: Bader, Terrence C CTR MARMC, 231
[mailto:[EMAIL PROTECTED] 
Sent: Friday, June 01, 2007 12:32
To: CF-Talk
Subject: RE: Jquery site

which means they probably have new updated dns records and this mighty
military network just hasn't seen the need to update

anyone want to do a nslookup for www.jquery.com for me?

I have a feeling that the same mighty military network might be doing
something at the proxy which is causing me problems


[EMAIL PROTECTED]

 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: CFMX 7 custom tag locations

2007-06-06 Thread Jeff Gamble
It does but this particular custom tag is located outside of that directory. I 
thought it wouldn't be an issue as long as it's in the same directory that it's 
be called from.

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: CFMX 7 custom tag locations

2007-06-06 Thread Jeff Gamble
It does but this particular custom tag is located outside of that directory. I 
thought it wouldn't be an issue as long as it's in the same directory that it's 
be called from.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Nowrap in CSS

2007-06-06 Thread Claude Schneegans
Never min, found it: white-space: nowrap

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


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
 Yes, you can use a CFM file for this, we do this for 403s and redirection.

I must be missing something, I've created a simple .cfm page and
pointed the site's 404 error messages to all point to it.  I've
restarted the IIS service.

I'm still getting the default IIS error.

Ideas?

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: CFMX 7 custom tag locations

2007-06-06 Thread Ravi Gehlot
As far as I know all your tags need to be in 1 directory. If you put 
them in different directories you will have to be changing the default 
directory on CFAdmin. It is totally possible to have it in another 
directory but make sure to keep all your tags in that single directory.

Ravi.

Jeff Gamble wrote:
 It does but this particular custom tag is located outside of that directory. 
 I thought it wouldn't be an issue as long as it's in the same directory that 
 it's be called from.

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: Custom 404 For Single IIS Site

2007-06-06 Thread Casey Dougall
On 6/6/07, C. Hatton Humphrey [EMAIL PROTECTED] wrote:

  Yes, you can use a CFM file for this, we do this for 403s and
 redirection.

 I must be missing something, I've created a simple .cfm page and
 pointed the site's 404 error messages to all point to it.  I've
 restarted the IIS service.

 I'm still getting the default IIS error.

 Ideas?



Make sure is a  it Message Type = URL type error handler and not a file
based.
Then it's /error.cfm from the root of the website for the URL

Also this will not handle missing .cfm pages unless you set that in
coldfusion administrator. Missing Template Handler


~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread J.J. Merrick
I've had a lot of success with The Planet out of Texas. They have
self-managed and managed solutions and also have private racks so you can
duplicate the security of a co-lo but get rid of the sysadmin. They are
always helpful on support and if the hardware goes down it's on them.


http://www.theplanet.com/



J.J.

On 6/6/07, John Paul Ashenfelter [EMAIL PROTECTED] wrote:

 Folks,

 I've got a client getting ready to move a major CF/MSSQL site from a
 local colocation facility to a completely outsourced solution. I've
 had previous experience with Rackspace and am *very* happy with them
 as a choice, but I need to get a couple of competitive bids to ease
 the mind of everyone involved in writing checks.

 I'm curious what comparable hosts folks would suggest -- here's the
 list of what needs to be supported and leasable from the hardware side

 * firewalls in a failover configuration (eg a pair of Cisco PIX 515s)
 * load-balancers in a failover configuration (ed pair of Cisco local
 directors -- BigIP is probably overkill)
 * servers comparable to the Dell 1u, 2u, and 4u rackmount series
 * active sysadmin support

 While a little ColdFusion expertise on the side of the host would be
 nice, it's not required since that's the one thing we *do* have in
 house. The goal is to replace the colo, sysadmin, and hardware and
 turn that into a single monthly check. We'll also be rolling out some
 Linux-based Rails servers as things go forward, so a one-trick pony
 ISP focusing on CF isn't the optimal choice.

 Oh, as far as volume goes, it's less than 1MBbs or so at 95% peak and
 gets about 20k uniques/month so it's not a super-high volume site,
 we've just got a requirement for reliability (thus the failover,
 load-balancing, and active support)

 Suggestions other than Rackspace? I've also worked with ServerVault in
 the past when *security* was the driver (eg they had 24 hours or
 something crazy of air supply for the staff...) but don't need that
 here.

 --
 John Paul Ashenfelter
 CTO/Transitionpoint
 (blog) http://www.ashenfelter.com
 (email) [EMAIL PROTECTED]

 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
   Yes, you can use a CFM file for this, we do this for 403s and
  redirection.
 
  I must be missing something, I've created a simple .cfm page and
  pointed the site's 404 error messages to all point to it.  I've
  restarted the IIS service.

 Make sure is a  it Message Type = URL type error handler and not a file
 based.
 Then it's /error.cfm from the root of the website for the URL

That was it, thanks!

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Help getting rid of Squares in DB

2007-06-06 Thread Dave l
Just run a query on each table that has the boxes and then do a loop and do a 
regex for the smartquotes and if it finds one have it replaced with a reg quote 
and do an update.

Im sure one of the regex ninjas on here can do a quicky regex for it



Could you elaborate?

As I see it, there's no way I can refer to the blocks in a SQL  
statement?

Ta

T
On 6 Jun 2007, at 00:03, Dave l wrote:



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Help getting rid of Squares in DB

2007-06-06 Thread Brian Swartzfager
There are custom tags cleanMSText or demoronize that may aid you in
automating their removal. I have found cleanMSText works better than
demoronize, but I cant seem to find it right now.


I believe both of those work by using Replace to find and replace the 
problematic character codes with a character or characters that'll display 
normally.  A Google search for either name should bring those tools to light.

I too have a database with text content containing those pesky squares (Oracle, 
not MySQL).  I've tried to clean them up using similar replace statements, but 
no luck:  once those characters are saved to the database, then seem to be 
untouchable by those techniques.

But like I said, I'm using Oracle, and the data fields in question are CLOB 
data type fields, so maybe it'll be different with MySQL.

--Brian

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


SOT - Passing Credit Card info w/o storing in DB

2007-06-06 Thread Steve Kahn
Does anyone know if this can be done or have suggestions to a better method?

Securely passing credit card info entered into a form to a recipient without
storing it in a database?

 

TIA



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Form Encryption

2007-06-06 Thread Russ
The way this is done is over some secure tunnel at the time of transaction.
Verisign's (now Paypal's) tags do that, as well as most other companies I
believe.  Locally you should never store the credit card, only the
transaction id from the cc company.  If your server is compromised, they
cannot get any old cc #'s, although they can probably sniff transactions as
they happen, but there's really nothing you can do about that.  Just try to
keep your server as secure as you can. 

Russ



 -Original Message-
 From: Steve Kahn [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 1:27 PM
 To: CF-Talk
 Subject: RE: Form Encryption
 
 Very good points across the board.
 Technically, I do not need to store the credit card info in the db.
 However I do need to securely send/pass/or make available the credit card
 info to the receiving company. Maybe there is a better method to do so.
 
 Steve
 
 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 12:53 PM
 To: CF-Talk
 Subject: Re: Form Encryption
 
 You can use asymmetric-key RSA encryption economically...
 
 http://developer.perthweb.com.au/textcrypt.html
 
 I've been using that tool for many years.  its about as safe as you
 can get for encrypting stored data.  Key part of that phrase is as
 you can get.
 
 The problems with symmetric key encryption were already well-stated.
 Don't even think of doing that.  In theory a combination of SSL and a
 128-bit RSA encryption provide a commercial-strength solution, but I
 would argue that its a horrible idea to store credit card info on a
 server you are responsible for.  Its such a gross violation of best or
 even acceptable practices in the IT and financial industries that the
 liability you will bear if the chain of custody on the private key is
 compromised... the liability you will personally incur, as well as
 what your client will incur... its not worth the risk.
 
 I would suggest that, if you are storing data encrypt ALL of it to
 make the job more difficult.  Do not name the fields with
 hacker-usable names (like credit_card_number) Use symmetric key
 encryption to encrypt first, then use asymmetric to encrypt that.
 Access your db server via a 2nd nic and make that 2nd nic go to the
 other server via internal IPs only.
 
 . and say your prayers regularly.
 
 --
 [EMAIL PROTECTED]
 Janitor, The Robertson Team
 mysecretbase.com
 
 
 
 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: SOT - Passing Credit Card info w/o storing in DB

2007-06-06 Thread Crow T. Robot
Use a gateway?

On 6/6/07, Steve Kahn [EMAIL PROTECTED] wrote:

 Does anyone know if this can be done or have suggestions to a better
 method?

 Securely passing credit card info entered into a form to a recipient
 without
 storing it in a database?



 TIA



 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Any see what is wrong with this query?

2007-06-06 Thread Ian Skinner
Logs Record Set - query - Top 4 of 4 Rows
   ATTRIBUTES DATELASTMODIFIED DIRECTORY MODE NAME SIZE TYPE
1 [empty string]  06/06/2007 10:59:17 AM  G:\Tracker\wwwRoot\Data 
[empty string]  ChargedOut_06Jun2007_ILS_105634322.txt  828  File
2 [empty string]  06/06/2007 10:57:00 AM  G:\Tracker\wwwRoot\Data 
[empty string]  Error_06Jun2007_ ILS_105634322.txt  88  File
3 [empty string]  06/06/2007 10:58:46 AM  G:\Tracker\wwwRoot\Data 
[empty string]  Final_06Jun2007_ ILS_105634322.txt  27841  File
4 [empty string]  06/06/2007 10:56:07 AM  G:\Tracker\wwwRoot\Data 
[empty string]  Upload_06Jun2007_ ILS_105634322.txt  94768  File

ChargeOut Stats - struct
CACHED false
COLUMNLIST NAME
EXECUTIONTIME 0
RECORDCOUNT 0
SQL SELECT Name FROM Logs WHERE Name = 'ChargedOut_06Jun2007_ 
ILS_105634322.txt'

chargeOut Record Set - query - Top 0 of 0 Rows
   NAME

CODE

cfdirectory directory=#ExpandPath('data')# action=list name=Logs 
sort=Name

cfquery dbtype=query name=ChargedOut result=stats
   SELECT Name
   FROM Logs
   WHERE Name = 'ChargedOut#Set#.txt'
/cfquery

I can not see why SELECT Name FROM Logs WHERE Name = 
'ChargedOut_06Jun2007_ ILS_105634322.txt' is not returning the 
corresponding record from the logs record set.




~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Do not set blank cookies with cfcookie

2007-06-06 Thread Jay Greer
Anyone know if this technote applies to ColdFusion 7 and later..?

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17009


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Any see what is wrong with this query?

2007-06-06 Thread Ian Skinner
Thanks anyway, I finally saw the errant white space character.


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



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: Any see what is wrong with this query?

2007-06-06 Thread Zaphod Beeblebrox
is name a char type vs a varchar, if so, you'll have to pad with
spaces on the right.


On 6/6/07, Ian Skinner [EMAIL PROTECTED] wrote:
 Logs Record Set - query - Top 4 of 4 Rows
ATTRIBUTES DATELASTMODIFIED DIRECTORY MODE NAME SIZE TYPE
 1 [empty string]  06/06/2007 10:59:17 AM  G:\Tracker\wwwRoot\Data
 [empty string]  ChargedOut_06Jun2007_ILS_105634322.txt  828  File
 2 [empty string]  06/06/2007 10:57:00 AM  G:\Tracker\wwwRoot\Data
 [empty string]  Error_06Jun2007_ ILS_105634322.txt  88  File
 3 [empty string]  06/06/2007 10:58:46 AM  G:\Tracker\wwwRoot\Data
 [empty string]  Final_06Jun2007_ ILS_105634322.txt  27841  File
 4 [empty string]  06/06/2007 10:56:07 AM  G:\Tracker\wwwRoot\Data
 [empty string]  Upload_06Jun2007_ ILS_105634322.txt  94768  File

 ChargeOut Stats - struct
 CACHED false
 COLUMNLIST NAME
 EXECUTIONTIME 0
 RECORDCOUNT 0
 SQL SELECT Name FROM Logs WHERE Name = 'ChargedOut_06Jun2007_
 ILS_105634322.txt'

 chargeOut Record Set - query - Top 0 of 0 Rows
NAME

 CODE
 
 cfdirectory directory=#ExpandPath('data')# action=list name=Logs
 sort=Name
 
 cfquery dbtype=query name=ChargedOut result=stats
SELECT Name
FROM Logs
WHERE Name = 'ChargedOut#Set#.txt'
 /cfquery

 I can not see why SELECT Name FROM Logs WHERE Name =
 'ChargedOut_06Jun2007_ ILS_105634322.txt' is not returning the
 corresponding record from the logs record set.




 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: Any see what is wrong with this query?

2007-06-06 Thread Adkins, Randy
Not sure if this is a typo BUT:

There is a space between '06Jun2007_ ILS' in your query statement but
not in your Logs Record set

SQL SELECT Name FROM Logs WHERE Name = 'ChargedOut_06Jun2007_
ILS_105634322.txt'


-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 3:35 PM
To: CF-Talk
Subject: Any see what is wrong with this query?

Logs Record Set - query - Top 4 of 4 Rows
   ATTRIBUTES DATELASTMODIFIED DIRECTORY MODE NAME SIZE TYPE
1 [empty string]  06/06/2007 10:59:17 AM  G:\Tracker\wwwRoot\Data [empty
string]  ChargedOut_06Jun2007_ILS_105634322.txt  828  File
2 [empty string]  06/06/2007 10:57:00 AM  G:\Tracker\wwwRoot\Data [empty
string]  Error_06Jun2007_ ILS_105634322.txt  88  File
3 [empty string]  06/06/2007 10:58:46 AM  G:\Tracker\wwwRoot\Data [empty
string]  Final_06Jun2007_ ILS_105634322.txt  27841  File
4 [empty string]  06/06/2007 10:56:07 AM  G:\Tracker\wwwRoot\Data [empty
string]  Upload_06Jun2007_ ILS_105634322.txt  94768  File

ChargeOut Stats - struct
CACHED false
COLUMNLIST NAME
EXECUTIONTIME 0
RECORDCOUNT 0
SQL SELECT Name FROM Logs WHERE Name = 'ChargedOut_06Jun2007_
ILS_105634322.txt'

chargeOut Record Set - query - Top 0 of 0 Rows
   NAME

CODE

cfdirectory directory=#ExpandPath('data')# action=list name=Logs 
sort=Name
.
cfquery dbtype=query name=ChargedOut result=stats
   SELECT Name
   FROM Logs
   WHERE Name = 'ChargedOut#Set#.txt'
/cfquery

I can not see why SELECT Name FROM Logs WHERE Name =
'ChargedOut_06Jun2007_ ILS_105634322.txt' is not returning the
corresponding record from the logs record set.






~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


RE: SOT - Passing Credit Card info w/o storing in DB

2007-06-06 Thread Russ
Just pass it over a secure channel such as SSL.  Let the other end worry
about storing the CC data.  Assuming the other end is a CC processor, you've
got nothing to worry about. 

Russ



 -Original Message-
 From: Steve Kahn [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 2:48 PM
 To: CF-Talk
 Subject: SOT - Passing Credit Card info w/o storing in DB
 
 Does anyone know if this can be done or have suggestions to a better
 method?
 
 Securely passing credit card info entered into a form to a recipient
 without
 storing it in a database?
 
 
 
 TIA
 
 
 
 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


RE: Any see what is wrong with this query?

2007-06-06 Thread Ian Skinner
Not sure if this is a typo BUT:


Nope, that was the issue.  Just took me awhile to see that white space
character.


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



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Rules Engine

2007-06-06 Thread Trevor Orr
Just wondering if anyone has ever used RuleML in an application?  If so
is it a big process to implement?  Any possibility or sharing some code?
 
 


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


CFC Typeof()

2007-06-06 Thread Scott Stewart
Hey all, 

This question was posed to me by one of my colleagues. I don't have an
answer for him, but I'm hoping someone on the list does.

Thanks

sas

-- 
Scott Stewart
ColdFusion Developer
 
SSTWebworks
7241 Jillspring Ct.
Springfield, Va. 22152
(703) 220-2835
 
http://www.sstwebworks.com

-Original Message-
From: Leeds, David [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 06, 2007 4:08 PM
To: Scott Stewart
Subject: Quick CFC question

Hey Scott,

In some OO languages you can use something like typeof() to determine if
an object is a certain class.  Do you know of a way to do that with
CFCs?

Thanks!!
Dave

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.472 / Virus Database: 269.8.9/834 - Release Date: 6/5/2007 2:38
PM
 


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: CFC Typeof()

2007-06-06 Thread Bryan Stevenson
 Hey all,

 This question was posed to me by one of my colleagues. I don't have an
 answer for him, but I'm hoping someone on the list does.

 Thanks

Is that like asking the doctor..I have a friend that has this weird rash? 
;-)

Sorry Scott...couldn't resist!

Carry on

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

Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments. 



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: CFC Typeof()

2007-06-06 Thread Barney Boisvert
Writing an 'instanceOf' method in a base class (perhaps component.cfc,
if you've got access) is very straightforward.  Just use the CFC
metadata to scan up the inheritance chain and see if the type in
question matches anything.  With CF8, you'll also need to account for
interfaces, but that should be pretty trivial.

cheers,
barneyb

On 6/6/07, Scott Stewart [EMAIL PROTECTED] wrote:
 Hey all,

 This question was posed to me by one of my colleagues. I don't have an
 answer for him, but I'm hoping someone on the list does.

 Thanks

 sas

 --
 Scott Stewart
 ColdFusion Developer

 SSTWebworks
 7241 Jillspring Ct.
 Springfield, Va. 22152
 (703) 220-2835

 http://www.sstwebworks.com

 -Original Message-
 From: Leeds, David [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 06, 2007 4:08 PM
 To: Scott Stewart
 Subject: Quick CFC question

 Hey Scott,

 In some OO languages you can use something like typeof() to determine if
 an object is a certain class.  Do you know of a way to do that with
 CFCs?

 Thanks!!
 Dave

 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.472 / Virus Database: 269.8.9/834 - Release Date: 6/5/2007 2:38
 PM



 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: Shortlist of High-End (CF) Hosts?

2007-06-06 Thread Jochem van Dieten
John Paul Ashenfelter wrote:
 
 I'm curious what comparable hosts folks would suggest -- here's the
 list of what needs to be supported and leasable from the hardware side
 
 * firewalls in a failover configuration (eg a pair of Cisco PIX 515s)
 * load-balancers in a failover configuration (ed pair of Cisco local
 directors -- BigIP is probably overkill)
 * servers comparable to the Dell 1u, 2u, and 4u rackmount series
 * active sysadmin support

Do you have geographical requirements / restrictions?

Jochem

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: SOT - Passing Credit Card info w/o storing in DB

2007-06-06 Thread Matt Robertson
The robot has it right.  You should only be transmitting cc info via a
secure gateway to a cc processor, where keeping the data safe is their
problem.  Just clarifying in case your client wants something like cc
nums emailed to them or somesuch.  I've had a few of those requests.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Custom 404 For Single IIS Site

2007-06-06 Thread Jake Pilgrim
The CF administrator will only let you set up 1 page to handle CFM 404s for the 
entire server, which introduces an issue if you are hosting multiple sites and 
wanted to use a 404 handler for each. To get around that, I have done something 
like this in the past:

Missing Template Handler: /mappedPath/404controller.cfc

404controller.cfc

cfif CGI.server_name CONTAINS houseoffusion.com
   cflocation url=http://www.houseoffusion.com/404.cfm; addtoken=no /
cfelseif CGI.server_name CONTAINS mysite.com
   cflocation url=http://www.mysite.com/404.cfm; addtoken=no /
cfelse
   cflocation url=/mappedPath/404default.cfc /
/cfif


 with 404default.cfc being something very generic. Of course you can pretty 
this up with a switch statement, DB call, or whatever else you would like (I 
tried to keep the example simple). 

Jake Pilgrim

On 6/6/07, C. Hatton Humphrey [EMAIL PROTECTED] wrote:




Make sure is a  it Message Type = URL type error handler and not a file
based.
Then it's /error.cfm from the root of the website for the URL

Also this will not handle missing .cfm pages unless you set that in
coldfusion administrator. Missing Template Handler

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Anyone used Innovative Merchant Gateways Coldfusion API

2007-06-06 Thread Steve Kahn
Does anyone have experience with integrating innovative gateways coldfusion
api - please contact me off list.

Thanks

Steve




~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: CFC Typeof()

2007-06-06 Thread Jake Pilgrim
You don't want to do that in Coldfusion - it is unnecessary and is actually a 
performance hit as well. Read up on 'duck typing' - Sean Corfield has a nice 
powerpoint that outlines this concept. You have to remember that Coldfusion 
does not enforce strict typing; Coldfusion is not Java!! The basic idea is that 
if you pass in a value (be it a string, query, object, whatever) and it works 
within your code, it is of the correct type (if it walks like a duck, quacks 
like a duck, it's a duck!). If you pass in a numeric value to a function that 
is expecting a string, it's going to work. If you pass in an object with 
properties x, y, and z to a function expecting an object with properties x, y, 
and z it's going to work. If you were to restrict your function to only accept 
objects with a type of cfc.exampleObj, you are unnecessarily restricting the 
possible input of your function as well as creating a performance loss by 
making your function check the object's type in the first place!

As defined by Wikipedia - http://en.wikipedia.org/wiki/Duck_typing

Jake Pilgrim

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280305
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 tags for cfEclipse

2007-06-06 Thread AJ Mercer
Thanks Mark - hope you feel better soon; not just so this gets done of
course!

Does cfEclipse have a Tag editor?
A popup dialog box where you fill in the blanks and drop down list of
options

On 6/7/07, Mark Drew [EMAIL PROTECTED] wrote:

 cf8 tags coming up soon gentlemen...I have just been down with the flu
 since I got back from Scotch on the Rocks... as soon as I a bit better
 there will be a release a comin'

 MD

 On 6/6/07, Rey Bango [EMAIL PROTECTED] wrote:
  Yeah, but I only want it in there if it completely messes up my code.
  Otherwise, its useless to me! ;)
 
 
  Tom Chiverton wrote:
   On Wednesday 06 Jun 2007, Rey Bango wrote:
   Oh cmon. Definitely bug Mark about it. Be sure though, to tell him
 that
   you would like him to add it to HomeSite and CF Studio as well. He
 just
   loves that. LOL!
  
   I hear he's working on a design view too :-)
  
 
 

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: SOT - Passing Credit Card info w/o storing in DB

2007-06-06 Thread Les Mizzell
Matt Robertson wrote:
 The robot has it right.  You should only be transmitting cc info via a
 secure gateway to a cc processor, 

Agreed

I've got one client that INSISTS on processing their web CC payments 
themselves. The only thing I could come up with that made me comfortable:

1. I've got a signed statement from them saying I'm not liable for 
anything that may happen due to their wicked ways!

2. The card number is split into 6 segments
  a. 3 of which are encrypted and stored in a database
  b. Expiry month is encrypted and stored in a database
  c. other 3 segments are emailed to them
  d. expiry year is emailed to them.

They have to log into their admin system to retrieve the missing 1/2 of 
the CC info. As soon as they access it, it's automatically erased and 
replaced with random numbers, also encrypted.

I figure if anybody breaks into the system, and finds CC1 through CC6 
fields in the database, 1/2 of which is real numbers and 1/2 which is 
fake, and all of it is fake after less than 24 hours and all is 
encrypted - even if they broke the encryption they'd still only have 
half of the needed info and no idea of which half they had...

It's convoluted, but it's about as secure as I could figure out how to 
do and still meet their request. Won't do it again for anybody else though.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Do not set blank cookies with cfcookie

2007-06-06 Thread Rick Root
On 6/6/07, Jay Greer [EMAIL PROTECTED] wrote:
 Anyone know if this technote applies to ColdFusion 7 and later..?

 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17009

While I can't answer your question...

Wow, that's an old technote.  I like the coding style:

CFIF #Cookie.MyCookieName# is Empty
Do somethingCFELSE
Do something else/CFIF

ALL CAPS coldfusion tags... unnecessary use of # signs...

Rick

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Do not set blank cookies with cfcookie

2007-06-06 Thread Ravi Gehlot
Hey Rick,

Any clues of why I keep getting those errors?

Ravi.

Rick Root wrote:
 On 6/6/07, Jay Greer [EMAIL PROTECTED] wrote:
   
 Anyone know if this technote applies to ColdFusion 7 and later..?

 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17009
 

 While I can't answer your question...

 Wow, that's an old technote.  I like the coding style:

 CFIF #Cookie.MyCookieName# is Empty
 Do somethingCFELSE
 Do something else/CFIF

 ALL CAPS coldfusion tags... unnecessary use of # signs...

 Rick

 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280309
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   >