Re: Session stickiness breaks in CF 8

2009-02-11 Thread James Holmes

I can do this in our test cluster. I'll try it tomorrow and wait for
another incident.

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



2009/2/11 Jochem van Dieten joch...@gmail.com:

 On Tue, Feb 10, 2009 at 4:30 AM, James Holmes wrote:
 We have an issue with our CF8.01 clusters in that sticky sessions will
 intermittently break. The behaviour is very strange; the JSESSIONID
 cookie seems to be ignored and the request is sent to the wrong server
 by the Apache connector. A new session cookie is issued by the
 instance but it's again ignored on the next request, starting the
 cycle all over again.

 The way I see it the issue may be caused on two sides, the connector
 in the webserver or the bootstrap data from JRun. Do you have verbose
 logging from the connector? If not, could you bring up a new instance
 of Apache (could be on a different machine if this is occurring in
 production and you don't want to disturb the existing systems),
 connect it to the cluster, enable verbose logging on the connector and
 restart Apache?

 Jochem


 --
 Jochem van Dieten
 http://jochem.vandieten.net/

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319152
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Managing Software Releases

2009-02-11 Thread Chad McCue

We are a company that just picked up a very big client. We will be
having 3 programmers working on this clients projects/bug fixes at one
time. I need some help finding a packaged solution that will allow my
programmers to code independently from each other but then merge
together for multiple releases.
 
I was looking at AccuRev and they seem to have a good solution I am just
not sure how to implement something like this to run for web based
projects. i.e. how to get my guys to write code, QA code and look at the
site from IIS for multiple Streams or Branches. I don't know much
about IIS. One example would be below.
 
Programmer 1 is working on two major releases for my client. One coming
out in a month and the other in 2 months. I need the ability for him to
code them independently of each other and also test independently of
each other. How can IIS handle this without having to create multiple
URLS for every bug fix or release we need to do. He will need to work on
the 2 releases during the same time frame, so completing one and then
moving on to the other would not be an option.
 
Programmer 2 is working on multiple bug fixes for previous releases. He
needs to work on these bug fixes independently from Programmer 1 new
release code set. But still have the ability to test them from a
browser.
 
Any help would be appreciated.


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319153
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Maybe I need a SQL Service Consultant...

2009-02-11 Thread Rick Root

Well, using perfmon I was able to see significant amounts of disk read
and write on the SQL Box during these times... but I still didn't
really know what that meant.

We've contracted a 4 hour block of time from a sql server tuning
expoert and in conversations with him, just based on that information
about, he suggested that we might have a problem with checkpoints, and
it certainly seems to be that.  I finally figured out how to enable
the sql server counters in perfmon (we're running 32bit sql server
2000 on 64 bit windows server 2003 so the counters didn't appear in
the 64 bit perfmon)... it does look like a checkpoint problem.  I'll
let the expert help us figure out the best way to resolve it but the
solution may involve changing the server's recovery interval.

Turns out that the physical hardware was ordered based on
recommendations from seefusion.  I'm surprised they'd recommend having
the OS and Data on the same physical set of disks (maybe they didn't
and the hosting company just misinterpreted their recommendations) but
at least we have the transaction logs on their own set of disks.

Anyway, as I get a complete answer from our consultant I'll report
back here in case anyone googles similar issues or if anyone is just
curious.

Rick

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319154
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Managing Software Releases

2009-02-11 Thread Eric Cobb

You need Subbversion (http://subversion.tigris.org/).

Aaron West wrote an awesome step-by-step tutorial on how to install and 
configure Subversion, and even shows you how to check out code files to 
your local development system.  It's a 5 part blog series, but you can 
breeze through them pretty quickly and have it up and running in no time.

http://www.trajiklyhip.com/blog/index.cfm/2007/3/12/Configuring-a-Development-Environment-with-Apache-Subversion-TortoiseSVN-and-Subclipse

Chad McCue wrote:
 We are a company that just picked up a very big client. We will be
 having 3 programmers working on this clients projects/bug fixes at one
 time. I need some help finding a packaged solution that will allow my
 programmers to code independently from each other but then merge
 together for multiple releases.
  
 I was looking at AccuRev and they seem to have a good solution I am just
 not sure how to implement something like this to run for web based
 projects. i.e. how to get my guys to write code, QA code and look at the
 site from IIS for multiple Streams or Branches. I don't know much
 about IIS. One example would be below.
  
 Programmer 1 is working on two major releases for my client. One coming
 out in a month and the other in 2 months. I need the ability for him to
 code them independently of each other and also test independently of
 each other. How can IIS handle this without having to create multiple
 URLS for every bug fix or release we need to do. He will need to work on
 the 2 releases during the same time frame, so completing one and then
 moving on to the other would not be an option.
  
 Programmer 2 is working on multiple bug fixes for previous releases. He
 needs to work on these bug fixes independently from Programmer 1 new
 release code set. But still have the ability to test them from a
 browser.
  
 Any help would be appreciated.
 
 
 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319155
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Managing Software Releases

2009-02-11 Thread Tom Chiverton

On Wednesday 11 Feb 2009, Eric Cobb wrote:
 You need Subbversion (http://subversion.tigris.org/).

Well, you need a revision control system of some sort.
One that supports branches (for the released version, some number of other 
versions etc.) in particular.
You also need something that plugs into your IDE, for preference.
And free, for easy of deployment. Command line is a bonus, depending on if 
your servers have a GUI or not.

 Aaron West wrote an awesome step-by-step tutorial on how to install and
 configure Subversion, and even shows you how to check out code files to
 your local development system. 

You can skip some of the grunt work if you don't mind using something like 
http://www.garghouti.co.uk/vmTrac/
-- 
Tom Chiverton
Helping to interactively entrench IPOs



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

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
“partner” to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

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

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

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319156
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Managing Software Releases

2009-02-11 Thread Gerald Guido

Geoff Bowers has a bunch of posts on the matter.
http://blog.daemon.com.au/1118C117-EA69-0EC7-F51FB27420E60F40

and some presentation slides

http://blog.daemon.com.au/go/blog-post/taming-the-code-at-web-on-the-piste

HTH

G!
-- 
Gerald Guido
http://www.myinternetisbroken.com


To invent, you need a good imagination and a pile of junk.
-- Thomas A. Edison


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319157
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(ot) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Les Mizzell

SQL Server 2000 (8.0.x)
Database field type ntext
Using FCKEditor as a rich text editor for this field

There's no restriction on size in the insert query.
There's no restriction on the amount of stuff that can be typed/pasted 
into the field.

Can anyone come up with a reason why all inserts are truncated after 
approx 31,000 (give or take) characters?



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319158
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Jochem van Dieten

On Wed, Feb 11, 2009 at 4:48 PM, Les Mizzell wrote:
 SQL Server 2000 (8.0.x)
 Database field type ntext

 Can anyone come up with a reason why all inserts are truncated after
 approx 31,000 (give or take) characters?

Did you enable CLOB support in the advanced properties of the DSN definition?

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319159
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: (ot) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Adrian Lynch

Nope, but putting debug code throughout the process will help hunt down the
point at which it's going missing.

If you suspect FCK, see if a regular text area does the same.

Adrian

 -Original Message-
 From: Les Mizzell [mailto:lesm...@bellsouth.net]
 Sent: 11 February 2009 15:48
 To: cf-talk
 Subject: (ot) SQL 2000 + FCKEdit truncation problem
 
 
 SQL Server 2000 (8.0.x)
 Database field type ntext
 Using FCKEditor as a rich text editor for this field
 
 There's no restriction on size in the insert query.
 There's no restriction on the amount of stuff that can be typed/pasted
 into the field.
 
 Can anyone come up with a reason why all inserts are truncated after
 approx 31,000 (give or take) characters?


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319160
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) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Rick Root

check our Datasource settings

make sure enable large text retrieval is ON

On Wed, Feb 11, 2009 at 10:48 AM, Les Mizzell lesm...@bellsouth.net wrote:

 SQL Server 2000 (8.0.x)
 Database field type ntext
 Using FCKEditor as a rich text editor for this field

 There's no restriction on size in the insert query.
 There's no restriction on the amount of stuff that can be typed/pasted
 into the field.

 Can anyone come up with a reason why all inserts are truncated after
 approx 31,000 (give or take) characters?



 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Form vars when display set to none

2009-02-11 Thread Adrian Lynch

Just for peace of mind, if I have a form field that has it's display set to
none...

cfdump var=#FORM#

form action=test.cfm method=post
input type=text name=field-1 style=display: none; /
input type=text name=field-2 /
input type=submit name=submit value=Submit /
/form

... will it ever be the case that field-1 ISN'T sent in the post?

The reason I ask is that I know some browsers don't send disabled form
fields and others do, just wondering if this is the same for display: none.

Thanks.

Adrian


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319162
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) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread John M Bliss

Are you using cfstoredproc or cfquery?  If cfquery, can you reply with body
of query?

On Wed, Feb 11, 2009 at 9:48 AM, Les Mizzell lesm...@bellsouth.net wrote:


 SQL Server 2000 (8.0.x)
 Database field type ntext
 Using FCKEditor as a rich text editor for this field

 There's no restriction on size in the insert query.
 There's no restriction on the amount of stuff that can be typed/pasted
 into the field.

 Can anyone come up with a reason why all inserts are truncated after
 approx 31,000 (give or take) characters?



 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319163
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Array of textboxes in cfform

2009-02-11 Thread Nupur Gupta

I have a set of textboxes in a form as

cfloop from=1 to=10 index=curIndex

cfinput type=text name=theTextBox_#curIndex# value= /
cfloop

On submitting the form, I need to get the value in each text box as

 cfloop from=1 to=10 index=curIndex

cfset val = Form.theTextBox_#curIndex#

cfloop

However, this does not work , for each val I get Form.theTextBox_1 etc., it
is not fetching the value.

I also tried

cfset val=#Form.theTextBox_curIndex#

It did not work. Any ideas?

Thanks a lot.


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319164
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) SQL 2000 + FCKEdit truncation problem

2009-02-11 Thread Jason Fisher

Have you checked the Long Text Buffer setting, under Advanced Settings for the 
Datasource in CF Administrator?  Maybe it's at 32000 or something? 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Array of textboxes in cfform

2009-02-11 Thread Azadi Saryev

cfset val = form['theTextBox_'  curIndex]

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Nupur Gupta wrote:
 I have a set of textboxes in a form as

 cfloop from=1 to=10 index=curIndex

 cfinput type=text name=theTextBox_#curIndex# value= /
 cfloop

 On submitting the form, I need to get the value in each text box as

  cfloop from=1 to=10 index=curIndex

 cfset val = Form.theTextBox_#curIndex#

 cfloop

 However, this does not work , for each val I get Form.theTextBox_1 etc., it
 is not fetching the value.

 I also tried

 cfset val=#Form.theTextBox_curIndex#

 It did not work. Any ideas?

 Thanks a lot.


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Query Caching Function: Clearing Cached Query

2009-02-11 Thread Robert Harrison

I have a huge query that is used in a timed loop process completes. The
process could take from a minute to 15 hours, and it runs the query each
time is goes through a loop. 

If I cache the query (cached within the last 15 hours), it can save a lot of
re-querying processing... but what if the process completes in a few
minutes. 

Is there a way I can cache the query during the process completes and clear
it when it completes (I know when it's completed)?




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

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



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319166
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) Drop down menu bar recommendations

2009-02-11 Thread Gerald Guido

Thanx Massimo. I didn't use the custom tags but the rendered HTML fit the
bill. With some massaging it allowed me to use the existing tabs. That was
the biggie. Your stuff is always first rate.

G!

On Tue, Feb 10, 2009 at 6:19 PM, Massimo Foti mass...@massimocorner.comwrote:


  I was trying to use unobtrusive Spry Menu Bar from the examples. But I am
  having a real hard time getting it to behave correctly.
 
  Based on the above does anyone have any recommendations, favorites or had
  success with any particular menu(s).

 These days I use Spry's menubar quite often.
 A few years ago I wrote something much simpler but CF-friendly. You can get
 it from here:
 http://www.massimocorner.com/coldfusion/custom_tag/hiermenu.zip

 Hope it will help

 
 Massimo Foti, web-programmer for hire
 Tools for ColdFusion, JavaScript and Dreamweaver:
 http://www.massimocorner.com
 


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Adrian Lynch

I don't think you can clear one query, but cfobjectcache will clear them
all.

Best check the docs on that one though because I'm just recalling it.

Adrian

 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: 11 February 2009 16:07
 To: cf-talk
 Subject: Query Caching Function: Clearing Cached Query
 
 
 I have a huge query that is used in a timed loop process completes. The
 process could take from a minute to 15 hours, and it runs the query
 each
 time is goes through a loop.
 
 If I cache the query (cached within the last 15 hours), it can save a
 lot of
 re-querying processing... but what if the process completes in a few
 minutes.
 
 Is there a way I can cache the query during the process completes and
 clear
 it when it completes (I know when it's completed)?
 
 
 
 
 Robert B. Harrison
 Director of Interactive services
 Austin  Williams
 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
 T : 631.231.6600 Ext. 119
 F : 631.434.7022
 www.austin-williams.com
 
 Great advertising can't be either/or... It must be .


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Array of textboxes in cfform

2009-02-11 Thread Charlie Griefer

cfloop from=1 to=10 index=curIndex
 cfset val = Form[theTextBox_  curIndex] /
cfloop

On Wed, Feb 11, 2009 at 8:04 AM, Nupur Gupta nupurgupta0...@gmail.comwrote:


 I have a set of textboxes in a form as

 cfloop from=1 to=10 index=curIndex

 cfinput type=text name=theTextBox_#curIndex# value= /
 cfloop

 On submitting the form, I need to get the value in each text box as

  cfloop from=1 to=10 index=curIndex

 cfset val = Form.theTextBox_#curIndex#

 cfloop

 However, this does not work , for each val I get Form.theTextBox_1 etc., it
 is not fetching the value.

 I also tried

 cfset val=#Form.theTextBox_curIndex#

 It did not work. Any ideas?

 Thanks a lot.


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Array of textboxes in cfform

2009-02-11 Thread Gerald Guido

Replace
Form.theTextBox_#curIndex#
with
 #Form[theTextBox_  curIndex]#



On Wed, Feb 11, 2009 at 11:04 AM, Nupur Gupta nupurgupta0...@gmail.comwrote:


 I have a set of textboxes in a form as

 cfloop from=1 to=10 index=curIndex

 cfinput type=text name=theTextBox_#curIndex# value= /
 cfloop

 On submitting the form, I need to get the value in each text box as

  cfloop from=1 to=10 index=curIndex

 cfset val = Form.theTextBox_#curIndex#

 cfloop

 However, this does not work , for each val I get Form.theTextBox_1 etc., it
 is not fetching the value.

 I also tried

 cfset val=#Form.theTextBox_curIndex#

 It did not work. Any ideas?

 Thanks a lot.


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319171
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 vars when display set to none

2009-02-11 Thread Rick Root

CFFormProtect uses this method of putting in a hidden form field and
requiring that it be empty as part of it's anti-spamming tests.

the CSS display none will NOT affect whether or not the field is
submitted, it should always be there.

Rick


On Wed, Feb 11, 2009 at 10:55 AM, Adrian Lynch
cont...@adrianlynch.co.uk wrote:

 Just for peace of mind, if I have a form field that has it's display set to
 none...

 cfdump var=#FORM#

 form action=test.cfm method=post
input type=text name=field-1 style=display: none; /
input type=text name=field-2 /
input type=submit name=submit value=Submit /
 /form

 ... will it ever be the case that field-1 ISN'T sent in the post?

 The reason I ask is that I know some browsers don't send disabled form
 fields and others do, just wondering if this is the same for display: none.

 Thanks.

 Adrian


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Array of textboxes in cfform

2009-02-11 Thread Jason Fisher

cfset val = Form[theTextBox_#curIndex#]


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319173
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Array of textboxes in cfform

2009-02-11 Thread Rick Root

On Wed, Feb 11, 2009 at 11:04 AM, Nupur Gupta nupurgupta0...@gmail.com wrote:

 cfset val = Form.theTextBox_#curIndex#

All that does is set val to a string, not the actual form value.

Use this:

cfset val = form[theTextBox_#curindex#]

or if you prefer, this:

cfset val = evaluate(form.theTextBox_#curIndex#)

But if you evaluate, people with harass you. =)

Rick


-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319174
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) Drop down menu bar recommendations

2009-02-11 Thread Massimo Foti

 Thanx Massimo. I didn't use the custom tags but the rendered HTML fit the
 bill. With some massaging it allowed me to use the existing tabs. That was
 the biggie. Your stuff is always first rate.

The custom tags are just a convenience, nothing more.
Glad to be of help

Massimo 


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Robert Harrison

I looked in the docs first. 

What if at the end of the process I ran the query using the same query name
and no caching. Would that actually get rid of the cached query?


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

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



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Array of textboxes in cfform

2009-02-11 Thread Gerald Guido

Is there an echo in here?

On Wed, Feb 11, 2009 at 11:08 AM, Jason Fisher ja...@wanax.com wrote:


 cfset val = Form[theTextBox_#curIndex#]


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Adrian Lynch

No, it needs to have the same SQL.

I wonder if it also needs the same params, doesn't CF8 allow cached queries
with cfqueryparam? Maybe change the param to something that'll return an
empty result.

That's all conjecture mind!

Would cfobjectcache be overkill for the situation?

Adrian

 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: 11 February 2009 16:23
 To: cf-talk
 Subject: RE: Query Caching Function: Clearing Cached Query
 
 
 I looked in the docs first.
 
 What if at the end of the process I ran the query using the same query
 name
 and no caching. Would that actually get rid of the cached query?
 
 
 Robert B. Harrison
 Director of Interactive services
 Austin  Williams
 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
 T : 631.231.6600 Ext. 119
 F : 631.434.7022
 www.austin-williams.com
 
 Great advertising can't be either/or... It must be .


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319178
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) Drop down menu bar recommendations

2009-02-11 Thread Casey Dougall

On Tue, Feb 10, 2009 at 6:14 PM, Gerald Guido gerald.gu...@gmail.comwrote:


 I have a finicky CSS/XHTML design that took forever to get pixel perfect
 (my
 first CSS based design) and I need a drop down menuing system (an after
 thought). We are on CF7 so no cfmenu.

 I was trying to use unobtrusive Spry Menu Bar from the examples. But I am


http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How do I create XML elements without the namespace (xmlns) attribute

2009-02-11 Thread Manuel Ruf

Hi,

I'm creating an xml element using XMLElemNew(doc, dc:subject) for my xml 
document.
When creating the element, CF resolves the namespace from the dc prefix and 
adds it as an attribute:
dc:subject xmlns:dc=http://purl.org/dc/elements/1.1/;Text/dc:subject

Now is there a way to create a node without the xmlns attribute? I tried giving 
an empty string to the method XMLElemNew(doc, , dc:subject) but that will 
end up looking like that:
dc:subject xmlns:dc=Text/dc:subject

Of course I could remove the attribute manually after creating the element, but 
that wouldn't be very elegant.

Thanks in advance. 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319180
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Array of textboxes in cfform

2009-02-11 Thread Priya Koya


 cfset val = Form.theTextBox_#curIndex#

All that does is set val to a string, not the actual form value.

Use this:

cfset val = form[theTextBox_#curindex#]

or if you prefer, this:

cfset val = evaluate(form.theTextBox_#curIndex#)

But if you evaluate, people with harass you. =)

Rick


-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319181
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 vars when display set to none

2009-02-11 Thread Dawson, Michael

Are you positive about that?

We worked on a project that had display:none and, from what I remember,
those fields were not submitted.

This is easy enough for the OP to test, however.  (CFDUMP and/or
Firebug)

Thanks,
Mike

-Original Message-
From: Rick Root [mailto:rick.r...@webworksllc.com] 
Sent: Wednesday, February 11, 2009 10:12 AM
To: cf-talk
Subject: Re: Form vars when display set to none


CFFormProtect uses this method of putting in a hidden form field and
requiring that it be empty as part of it's anti-spamming tests.

the CSS display none will NOT affect whether or not the field is
submitted, it should always be there.

Rick


On Wed, Feb 11, 2009 at 10:55 AM, Adrian Lynch
cont...@adrianlynch.co.uk wrote:

 Just for peace of mind, if I have a form field that has it's display 
 set to none...

 cfdump var=#FORM#

 form action=test.cfm method=post
input type=text name=field-1 style=display: none; /
input type=text name=field-2 /
input type=submit name=submit value=Submit / /form

 ... will it ever be the case that field-1 ISN'T sent in the post?

 The reason I ask is that I know some browsers don't send disabled form

 fields and others do, just wondering if this is the same for display:
none.

 Thanks.

 Adrian


 



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319182
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) Drop down menu bar recommendations

2009-02-11 Thread Gerald Guido

Thanx Casey. That is perfect.

On Wed, Feb 11, 2009 at 11:35 AM, Casey Dougall 
ca...@uberwebsitesolutions.com wrote:


 On Tue, Feb 10, 2009 at 6:14 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:

 
  I have a finicky CSS/XHTML design that took forever to get pixel perfect
  (my
  first CSS based design) and I need a drop down menuing system (an after
  thought). We are on CF7 so no cfmenu.
 
  I was trying to use unobtrusive Spry Menu Bar from the examples. But I am


 http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319183
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Array of textboxes in cfform

2009-02-11 Thread Priya Koya

May be this is what you are looking for...
cfform
cfloop from=1 to=10 index=curIndex
cfinput type=text name=theTextBox_#curIndex# value= 
/br/

/cfloop
cfinput type=Submit name=Submit value=Submit /
/cfform

cfif isDefined(form.Submit)
cfloop list=#form.fieldnames# index=i  
br/
!--- cfoutput#Form[i]#/cfoutput ---
cfset va1 = #Form[i]#
cfoutput#va1#/cfoutput
/cfloop 
/cfif 


 cfset val = Form.theTextBox_#curIndex#

All that does is set val to a string, not the actual form value.

Use this:

cfset val = form[theTextBox_#curindex#]

or if you prefer, this:

cfset val = evaluate(form.theTextBox_#curIndex#)

But if you evaluate, people with harass you. =)

Rick


-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Array of textboxes in cfform

2009-02-11 Thread Priya Koya

cfform

cfloop from=1 to=10 index=curIndex

cfinput type=text name=theTextBox_#curIndex# value= /br/

/cfloop

cfinput type=Submit name=Submit value=Submit /

/cfform

cfif isDefined(form.Submit)

cfloop list=#form.fieldnames# index=i

br/

!--- cfoutput#Form[i]#/cfoutput ---

cfset va1 = #Form[i]#

cfoutput#va1#/cfoutput

/cfloop

/cfif


On Wed, Feb 11, 2009 at 11:32 AM, Priya Koya priya23...@gmail.com wrote:


 
  cfset val = Form.theTextBox_#curIndex#
 
 All that does is set val to a string, not the actual form value.
 
 Use this:
 
 cfset val = form[theTextBox_#curindex#]
 
 or if you prefer, this:
 
 cfset val = evaluate(form.theTextBox_#curIndex#)
 
 But if you evaluate, people with harass you. =)
 
 Rick
 
 
 --
 Rick Root
 New Brian Vander Ark Album, songs in the music player and cool behind
 the scenes video at www.myspace.com/brianvanderark

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319185
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 vars when display set to none

2009-02-11 Thread Adrian Lynch

Well yeah, but not on all browsers. Should have said I tested on the
following:

FF 3.0.6
IE 7.0.5
Chrome 0.2.1

On Win XP, these all pass the value.

Does anyone know a browser/OS combo that doesn't?

If anyone's interested in checking, submitting this form will say for sure:

cfdump var=#FORM#

form method=post
input type=text name=field-1 style=display: none; /
input type=text name=field-2 /
input type=submit name=submit value=Submit /
/form

Adrian

 -Original Message-
 From: Dawson, Michael [mailto:m...@evansville.edu]
 Sent: 11 February 2009 17:33
 To: cf-talk
 Subject: RE: Form vars when display set to none
 
 
 Are you positive about that?
 
 We worked on a project that had display:none and, from what I remember,
 those fields were not submitted.
 
 This is easy enough for the OP to test, however.  (CFDUMP and/or
 Firebug)
 
 Thanks,
 Mike
 
 -Original Message-
 From: Rick Root [mailto:rick.r...@webworksllc.com]
 Sent: Wednesday, February 11, 2009 10:12 AM
 To: cf-talk
 Subject: Re: Form vars when display set to none
 
 
 CFFormProtect uses this method of putting in a hidden form field and
 requiring that it be empty as part of it's anti-spamming tests.
 
 the CSS display none will NOT affect whether or not the field is
 submitted, it should always be there.
 
 Rick
 
 
 On Wed, Feb 11, 2009 at 10:55 AM, Adrian Lynch
 cont...@adrianlynch.co.uk wrote:
 
  Just for peace of mind, if I have a form field that has it's display
  set to none...
 
  cfdump var=#FORM#
 
  form action=test.cfm method=post
 input type=text name=field-1 style=display: none; /
 input type=text name=field-2 /
 input type=submit name=submit value=Submit / /form
 
  ... will it ever be the case that field-1 ISN'T sent in the post?
 
  The reason I ask is that I know some browsers don't send disabled
 form
 
  fields and others do, just wondering if this is the same for display:
 none.
 
  Thanks.
 
  Adrian


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319186
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 vars when display set to none

2009-02-11 Thread Dawson, Michael

We are on the same platform.  It may have been a slightly different
situation, but I seem to recall that under some circumstance, the fields
were not passed, either based on CSS or JS.

I'm glad it's working for you, tho.

Thanks,
Mike

-Original Message-
From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk] 
Sent: Wednesday, February 11, 2009 11:49 AM
To: cf-talk
Subject: RE: Form vars when display set to none


Well yeah, but not on all browsers. Should have said I tested on the
following:

FF 3.0.6
IE 7.0.5
Chrome 0.2.1

On Win XP, these all pass the value.

Does anyone know a browser/OS combo that doesn't?

If anyone's interested in checking, submitting this form will say for
sure:

cfdump var=#FORM#

form method=post
input type=text name=field-1 style=display: none; /
input type=text name=field-2 /
input type=submit name=submit value=Submit / /form

Adrian

 -Original Message-
 From: Dawson, Michael [mailto:m...@evansville.edu]
 Sent: 11 February 2009 17:33
 To: cf-talk
 Subject: RE: Form vars when display set to none
 
 
 Are you positive about that?
 
 We worked on a project that had display:none and, from what I 
 remember, those fields were not submitted.
 
 This is easy enough for the OP to test, however.  (CFDUMP and/or
 Firebug)
 
 Thanks,
 Mike
 
 -Original Message-
 From: Rick Root [mailto:rick.r...@webworksllc.com]
 Sent: Wednesday, February 11, 2009 10:12 AM
 To: cf-talk
 Subject: Re: Form vars when display set to none
 
 
 CFFormProtect uses this method of putting in a hidden form field and 
 requiring that it be empty as part of it's anti-spamming tests.
 
 the CSS display none will NOT affect whether or not the field is 
 submitted, it should always be there.
 
 Rick
 
 
 On Wed, Feb 11, 2009 at 10:55 AM, Adrian Lynch 
 cont...@adrianlynch.co.uk wrote:
 
  Just for peace of mind, if I have a form field that has it's display

  set to none...
 
  cfdump var=#FORM#
 
  form action=test.cfm method=post
 input type=text name=field-1 style=display: none; /
 input type=text name=field-2 /
 input type=submit name=submit value=Submit / /form
 
  ... will it ever be the case that field-1 ISN'T sent in the post?
 
  The reason I ask is that I know some browsers don't send disabled
 form
 
  fields and others do, just wondering if this is the same for
display:
 none.
 
  Thanks.
 
  Adrian




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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319187
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Dave Watts

 I wonder if it also needs the same params, doesn't CF8 allow cached queries
 with cfqueryparam? Maybe change the param to something that'll return an
 empty result.

CF 8 does allow cached queries with CFQUERYPARAM. However, it requires
the bound parameter values to match before it uses the cached query.

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!

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Dave Watts

 What if at the end of the process I ran the query using the same query name
 and no caching. Would that actually get rid of the cached query?

That won't work, but you can flush a single query from the cache by
rerunning the query with only one change - set CACHEDWITHIN to
CreateTimeSpan(0, 0, 0, 0). Everything else about the query must
match, including the SQL.

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!

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319189
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 vars when display set to none

2009-02-11 Thread Adrian Lynch

Also wondering what the situation with a parent display set to none would
be?

div style=display: none;
input... /
/div

I wonder if that works the same way?

Adrian

 -Original Message-
 From: Dawson, Michael [mailto:m...@evansville.edu]
 Sent: 11 February 2009 17:55
 To: cf-talk
 Subject: RE: Form vars when display set to none
 
 
 We are on the same platform.  It may have been a slightly different
 situation, but I seem to recall that under some circumstance, the
 fields
 were not passed, either based on CSS or JS.
 
 I'm glad it's working for you, tho.
 
 Thanks,
 Mike
 
 -Original Message-
 From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk]
 Sent: Wednesday, February 11, 2009 11:49 AM
 To: cf-talk
 Subject: RE: Form vars when display set to none
 
 
 Well yeah, but not on all browsers. Should have said I tested on the
 following:
 
 FF 3.0.6
 IE 7.0.5
 Chrome 0.2.1
 
 On Win XP, these all pass the value.
 
 Does anyone know a browser/OS combo that doesn't?
 
 If anyone's interested in checking, submitting this form will say for
 sure:
 
 cfdump var=#FORM#
 
 form method=post
   input type=text name=field-1 style=display: none; /
   input type=text name=field-2 /
   input type=submit name=submit value=Submit / /form
 
 Adrian
 
  -Original Message-
  From: Dawson, Michael [mailto:m...@evansville.edu]
  Sent: 11 February 2009 17:33
  To: cf-talk
  Subject: RE: Form vars when display set to none
 
 
  Are you positive about that?
 
  We worked on a project that had display:none and, from what I
  remember, those fields were not submitted.
 
  This is easy enough for the OP to test, however.  (CFDUMP and/or
  Firebug)
 
  Thanks,
  Mike
 
  -Original Message-
  From: Rick Root [mailto:rick.r...@webworksllc.com]
  Sent: Wednesday, February 11, 2009 10:12 AM
  To: cf-talk
  Subject: Re: Form vars when display set to none
 
 
  CFFormProtect uses this method of putting in a hidden form field and
  requiring that it be empty as part of it's anti-spamming tests.
 
  the CSS display none will NOT affect whether or not the field is
  submitted, it should always be there.
 
  Rick
 
 
  On Wed, Feb 11, 2009 at 10:55 AM, Adrian Lynch
  cont...@adrianlynch.co.uk wrote:
  
   Just for peace of mind, if I have a form field that has it's
 display
 
   set to none...
  
   cfdump var=#FORM#
  
   form action=test.cfm method=post
  input type=text name=field-1 style=display: none; /
  input type=text name=field-2 /
  input type=submit name=submit value=Submit / /form
  
   ... will it ever be the case that field-1 ISN'T sent in the post?
  
   The reason I ask is that I know some browsers don't send disabled
  form
 
   fields and others do, just wondering if this is the same for
 display:
  none.
  
   Thanks.
  
   Adrian
 
 
 
 
 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319190
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) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Kris Jones

cfcontent type=text/html; charset=[whatever charset you want] /

FYI: the above must appear in the first 1024 bytes of the response.

Cheers,
Kris

 From: Dave Watts:

 CF sets the content type for documents generated by CF. Otherwise, IIS
 sets the content type.

 Ok, that's the impression that I got.  Where can it be set?

 cfcontent type=text/html; charset=iso-8859-1 /


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319191
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) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Adrian Lynch

Really? That's a new one to me. Good to know. Will also mean having to
control the whitespace above that point. cfcontent reset=true is great
at that :O)

Adrian

 -Original Message-
 From: Kris Jones [mailto:kris.jon...@verizon.net]
 Sent: 11 February 2009 18:46
 To: cf-talk
 Subject: Re: (ot) Setting IIS 6 Content-Type HTTP header
 
 
 cfcontent type=text/html; charset=[whatever charset you want] /
 
 FYI: the above must appear in the first 1024 bytes of the response.
 
 Cheers,
 Kris
 
  From: Dave Watts:
 
  CF sets the content type for documents generated by CF. Otherwise,
 IIS
  sets the content type.
 
  Ok, that's the impression that I got.  Where can it be set?
 
  cfcontent type=text/html; charset=iso-8859-1 /



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319192
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-11 Thread Dave Watts

  cfcontent type=text/html; charset=iso-8859-1 /

 cfcontent type=text/html; charset=[whatever charset you want] /

 FYI: the above must appear in the first 1024 bytes of the response.

I think the original poster is trying to specify the content type for
non-CF documents, not CF documents. This would be handled by the web
server, and not by CF.

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!

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319193
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky

Bryan (or anyone)
Have an implimentation question regarding the Jquery plug mentions.
If I use a cfinclue (or other method) -- when clicking a link to another
page, does the Jquery remember the state of the navigation for the
subsequent page? Meaning if I have a menu:

membership
   +membership info
  +membership types
-gold
-silver
Products
company History

And the user opens this path: membershipmemership infomembership types,
and clicks on GOLD.  Will the naveigation be open to the GOLD when the page
is loaded? OR does it start at it's default closed state??

Hope that was clear...



On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:


 Joel,

 It can not be done in in CF alone.

 See http://jquery.bassistance.de/treeview/demo/

 -Original Message-
 From: Joel Polsky [mailto:polskystud...@gmail.com]
 Sent: Tuesday, February 10, 2009 12:56 PM
 To: cf-talk
 Subject: CF Vertical Expanding Menu


 Hi..
 Need a easy solution to create a vertical menu system that expands when
 clicked.  (much like the book mark menu in Firefox) I'm sure this has
 been
 asked before, but the reference I've found on the list are dead links.
 Can
 it be done in CF?

 Menu would be like this,

 MENU 1
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 1c

 MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

 Thanks!




 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319194
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF Vertical Expanding Menu

2009-02-11 Thread Bryan Hogan

Look at the demo code.  There is some cookie code that will save the
state.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com

The information contained in this electronic mail message, including all
attachments hereto, is confidential information intended only for
distribution to the individual(s) named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution, use or copying of this  communication, and
the information contained herein, is strictly prohibited. If you have
received this communication in error, please immediately notify us by
telephone at (602) 489-7800 and delete the original message. Thank you.


-Original Message-
From: Joel Polsky [mailto:polskystud...@gmail.com] 
Sent: Wednesday, February 11, 2009 12:20 PM
To: cf-talk
Subject: Re: CF Vertical Expanding Menu


Bryan (or anyone)
Have an implimentation question regarding the Jquery plug mentions.
If I use a cfinclue (or other method) -- when clicking a link to another
page, does the Jquery remember the state of the navigation for the
subsequent page? Meaning if I have a menu:

membership
   +membership info
  +membership types
-gold
-silver
Products
company History

And the user opens this path: membershipmemership infomembership
types,
and clicks on GOLD.  Will the naveigation be open to the GOLD when the
page
is loaded? OR does it start at it's default closed state??

Hope that was clear...



On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:


 Joel,

 It can not be done in in CF alone.

 See http://jquery.bassistance.de/treeview/demo/

 -Original Message-
 From: Joel Polsky [mailto:polskystud...@gmail.com]
 Sent: Tuesday, February 10, 2009 12:56 PM
 To: cf-talk
 Subject: CF Vertical Expanding Menu


 Hi..
 Need a easy solution to create a vertical menu system that expands
when
 clicked.  (much like the book mark menu in Firefox) I'm sure this has
 been
 asked before, but the reference I've found on the list are dead links.
 Can
 it be done in CF?

 Menu would be like this,

 MENU 1
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 1c

 MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

 Thanks!




 



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky

Thanks!!

On Wed, Feb 11, 2009 at 2:32 PM, Bryan Hogan bho...@edonor.com wrote:


 Look at the demo code.  There is some cookie code that will save the
 state.

 Bryan F. Hogan
 Product Manager
 eDonor(r) - Recruit, Retain, Repeat
 A Global Med Technologies(r) Company

 P  602.489.7844
 F  602.489.7801
 www.edonor.com

 The information contained in this electronic mail message, including all
 attachments hereto, is confidential information intended only for
 distribution to the individual(s) named above. If the reader of this
 message is not the intended recipient, you are hereby notified that any
 dissemination, distribution, use or copying of this  communication, and
 the information contained herein, is strictly prohibited. If you have
 received this communication in error, please immediately notify us by
 telephone at (602) 489-7800 and delete the original message. Thank you.


 -Original Message-
 From: Joel Polsky [mailto:polskystud...@gmail.com]
 Sent: Wednesday, February 11, 2009 12:20 PM
 To: cf-talk
 Subject: Re: CF Vertical Expanding Menu


 Bryan (or anyone)
 Have an implimentation question regarding the Jquery plug mentions.
 If I use a cfinclue (or other method) -- when clicking a link to another
 page, does the Jquery remember the state of the navigation for the
 subsequent page? Meaning if I have a menu:

 membership
   +membership info
  +membership types
-gold
-silver
 Products
 company History

 And the user opens this path: membershipmemership infomembership
 types,
 and clicks on GOLD.  Will the naveigation be open to the GOLD when the
 page
 is loaded? OR does it start at it's default closed state??

 Hope that was clear...



 On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:

 
  Joel,
 
  It can not be done in in CF alone.
 
  See http://jquery.bassistance.de/treeview/demo/
 
  -Original Message-
  From: Joel Polsky [mailto:polskystud...@gmail.com]
  Sent: Tuesday, February 10, 2009 12:56 PM
  To: cf-talk
  Subject: CF Vertical Expanding Menu
 
 
  Hi..
  Need a easy solution to create a vertical menu system that expands
 when
  clicked.  (much like the book mark menu in Firefox) I'm sure this has
  been
  asked before, but the reference I've found on the list are dead links.
  Can
  it be done in CF?
 
  Menu would be like this,
 
  MENU 1
   +Sub 1a
+Sub 1b
Sub 2a
+Sub 1c
 
  MENU 2
   +Sub 1a
+Sub 1b
Sub 2a
+Sub 2c
 
  Thanks!
 
 
 
 
 



 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Log Viewer Question

2009-02-11 Thread Varun Dixit

Thanks Ray. Worked gr8.
Use the AdminAPI:

cfscript
adminObj = createObject(component,cfide.adminapi.administrator);
adminObj.login(admin);

debugger = createObject(component, cfide.adminapi.debugging);
logfolder = debugger.getLogProperty(logdirectory);
/cfscript
cfoutput#logfolder#/cfoutput


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319197
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(ot) More SQL Profiler questions

2009-02-11 Thread Rick Root

Alright so now that I'm back to using the regular SQL Server JDBC
driver, my queries are flying.  Most of them.  Problem is, there are
some that don't.

Watching in SQL Provider, all I see is stuff like this:

exec sp_execute 162, 5909, 1973

That took 956ms of cpu... did over 180,000 reads, and took nearly 10
seconds to run.

And I have NO idea what the query is or how to find out what it was.
I wasn't running the trace when the statement was prepared so all I
know is that the ID of the prepared statement is 162

Anyone dealt with this before?

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319198
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) Drop down menu bar recommendations

2009-02-11 Thread Dominic Watson

Perhaps a little late in the conversation but the very first drop
downs I used I found on a list apart. Do a search on Suckerfish
drop downs if you're interested - very elegent and entirely css based
for FF at least.

Dominic

2009/2/11 Gerald Guido gerald.gu...@gmail.com:

 Thanx Casey. That is perfect.

 On Wed, Feb 11, 2009 at 11:35 AM, Casey Dougall 
 ca...@uberwebsitesolutions.com wrote:


 On Tue, Feb 10, 2009 at 6:14 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:

 
  I have a finicky CSS/XHTML design that took forever to get pixel perfect
  (my
  first CSS based design) and I need a drop down menuing system (an after
  thought). We are on CF7 so no cfmenu.
 
  I was trying to use unobtrusive Spry Menu Bar from the examples. But I am


 http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm




 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(ot) WYSIWYG

2009-02-11 Thread John M Bliss

On an *old* project, I'm getting rid of http://www.zrinity.com/activedit/
Which do you prefer...?

http://fckeditor.net
http://tinymce.moxiecode.com
something else

-- 
John Bliss
IT Professional
LinkedIn: http://www.linkedin.com/in/jbliss


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319200
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) WYSIWYG

2009-02-11 Thread Mark Mandel

I like tinyMCE, but that may just be because I'm more used to it.

Mark

On Thu, Feb 12, 2009 at 11:30 AM, John M Bliss bliss.j...@gmail.com wrote:


 On an *old* project, I'm getting rid of http://www.zrinity.com/activedit/
 Which do you prefer...?

 http://fckeditor.net
 http://tinymce.moxiecode.com
 something else

 --
 John Bliss
 IT Professional
 LinkedIn: http://www.linkedin.com/in/jbliss


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319201
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) WYSIWYG

2009-02-11 Thread James Holmes

I also vote for TinyMCE.

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


2009/2/12 Mark Mandel:

 I like tinyMCE, but that may just be because I'm more used to it.


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) WYSIWYG

2009-02-11 Thread Scott Stroz

IF I am using CF8, I'll use cftextarea richtext=true / which is FCK. But
if I need a lot of cusotm config, I'll probably use TinyMCE.

On Wed, Feb 11, 2009 at 7:45 PM, James Holmes james.hol...@gmail.comwrote:


 I also vote for TinyMCE.

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


 2009/2/12 Mark Mandel:
 
  I like tinyMCE, but that may just be because I'm more used to it.
 

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319203
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) WYSIWYG

2009-02-11 Thread Gerald Guido

I am in the middle of this as well. The best free one I have seen is
xstandard  http://xstandard.com/

But it requires an install.

I am currently using FCK Editor. Mainly because it dovetails with Rick
Root's CFFM - Coldfusion File Manager

G!

On Wed, Feb 11, 2009 at 7:38 PM, Mark Mandel mark.man...@gmail.com wrote:


 I like tinyMCE, but that may just be because I'm more used to it.

 Mark

 On Thu, Feb 12, 2009 at 11:30 AM, John M Bliss bliss.j...@gmail.com
 wrote:

 
  On an *old* project, I'm getting rid of
 http://www.zrinity.com/activedit/
  Which do you prefer...?
 
  http://fckeditor.net
  http://tinymce.moxiecode.com
  something else
 
  --
  John Bliss
  IT Professional
  LinkedIn: http://www.linkedin.com/in/jbliss
 
 
 

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319204
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) WYSIWYG

2009-02-11 Thread Kym Kovan

Gerald Guido wrote:
 
 I am currently using FCK Editor. Mainly because it dovetails with Rick
 Root's CFFM - Coldfusion File Manager

I am using TinyMCE - Mainly because it dovetails so nicely with CFFM! :-)

On factor that might be important is style sheets, making your editor's 
edit area styling work to an external style sheet in TinyMCE is a breeze.


-- 

Yours,

Kym Kovan
mbcomms.net.au


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319205
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 vars when display set to none

2009-02-11 Thread Azadi Saryev

Safari 4 for Windows sends both fields, too.
same with field inside a hidden div on all these browsers.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Adrian Lynch wrote:
 Also wondering what the situation with a parent display set to none would
 be?

 div style=display: none;
   input... /
 /div

 I wonder if that works the same way?

 Adrian

   


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319206
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) WYSIWYG

2009-02-11 Thread Gerald Guido

Go Rick!

On Wed, Feb 11, 2009 at 8:21 PM, Kym Kovan dev-li...@mbcomms.net.au wrote:


 Gerald Guido wrote:
 
  I am currently using FCK Editor. Mainly because it dovetails with Rick
  Root's CFFM - Coldfusion File Manager

 I am using TinyMCE - Mainly because it dovetails so nicely with CFFM! :-)

 On factor that might be important is style sheets, making your editor's
 edit area styling work to an external style sheet in TinyMCE is a breeze.


 --

 Yours,

 Kym Kovan
 mbcomms.net.au


 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319207
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 vars when display set to none

2009-02-11 Thread Adrian Lynch

Cheers Azadi.

Does anyone know of a browser/OS combo that doesn't?

Adrian

 -Original Message-
 From: Azadi Saryev [mailto:az...@sabai-dee.com]
 Sent: 12 February 2009 01:32
 To: cf-talk
 Subject: Re: Form vars when display set to none
 
 
 Safari 4 for Windows sends both fields, too.
 same with field inside a hidden div on all these browsers.
 
 Azadi Saryev
 Sabai-dee.com
 http://www.sabai-dee.com/
 
 
 
 Adrian Lynch wrote:
  Also wondering what the situation with a parent display set to none
 would
  be?
 
  div style=display: none;
  input... /
  /div
 
  I wonder if that works the same way?
 
  Adrian


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319208
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Azadi Saryev

even whitespace inside sql statement must be the same! so mind those
tabs/spaces in your code formatting...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Dave Watts wrote:
 What if at the end of the process I ran the query using the same query name
 and no caching. Would that actually get rid of the cached query?
 

 That won't work, but you can flush a single query from the cache by
 rerunning the query with only one change - set CACHEDWITHIN to
 CreateTimeSpan(0, 0, 0, 0). Everything else about the query must
 match, including the SQL.

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


   

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Referencing a preset session timeout value

2009-02-11 Thread boybles maldooney

How do I reference the session timeout value (that has been set globally in 
administrator or locally in the application)?  I want to use that value within 
an app I'm developing, which needs to be implimented as part of a bigger 
application on different servers/configurations.  So I need to reference that 
value dynamically.  Is there a way to do this?
Thanks,
Tony


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion Hosts

2009-02-11 Thread Robert Bailey

I am trying to find a decent CF8 hosting company that offers SQL Server.
The company I am working with now (remotely) does not have a dev server, 
so I am looking for something that is going to have very little traffic, 
simply just allowing him to review. No email is needed, etc

Thanks!

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319211
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion Hosts

2009-02-11 Thread Charlie Griefer

if you're really just looking for a place to throw stuff up, i don't think
you'll get cheaper than hostingatoz.com.

On Wed, Feb 11, 2009 at 7:47 PM, Robert Bailey cft...@tropicalbean.comwrote:


 I am trying to find a decent CF8 hosting company that offers SQL Server.
 The company I am working with now (remotely) does not have a dev server,
 so I am looking for something that is going to have very little traffic,
 simply just allowing him to review. No email is needed, etc

 Thanks!

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319212
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Hosting

2009-02-11 Thread Robert Bailey

I am trying to find a decent CF8 hosting company that offers SQL Server.
The company I am working with now (remotely) does not have a dev server, so I 
am looking for something that is going to have very little traffic, simply just 
allowing him to review. My current host does not offer CF at all, just .NET and 
SQL Server 2005.
No email is needed, etc

Thanks!



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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting

2009-02-11 Thread Mike Kear

Pick me!  Pick me!!!

See our packages at http://afpwebworks.com/index.cfm?pid=111216  - our
servers are in a gigantic datacentre in California with multiple
redundancy, high bandwidth, UPSs,  security etc etc etc.

We offer CF8 Enterprise on all our servers, and SQLServer2005 as well
as MySQL if you need it.   Not that you'd need it, but you can
even use php4, php5, .asp.net if you want too.

Even though we're an Australian company, we deal with anyone in any
country, in their local currency.

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


On Thu, Feb 12, 2009 at 2:48 PM, Robert Bailey robert.bai...@gmail.com wrote:

 I am trying to find a decent CF8 hosting company that offers SQL Server.
 The company I am working with now (remotely) does not have a dev server, so I 
 am looking for something that is going to have very little traffic, simply 
 just allowing him to review. My current host does not offer CF at all, just 
 .NET and SQL Server 2005.
 No email is needed, etc

 Thanks!



 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319214
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Need someone with a mac, and someone with Linux to test a stream for me

2009-02-11 Thread Mike Kear

I am implementing streaming on the radio station site i manage,  and
need someone who has a mac and someone who has linux to check that
what i'm going to put up as instructions work.

To be frank, the instructions from the server company we use aren't
all that clear, and i'm not sure i have interpreted them correctly.
So i need someone to follow my instructions and tell me if the result
is a streaming through your speakers or a whole lot of nothing.

Shouldnt take more than a few minutes .Please respond off list if
you are willing to help me

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

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need someone with a mac, and someone with Linux to test a stream for me

2009-02-11 Thread Wil Genovese

I have both Mac and Linux.


Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well.

On Feb 11, 2009, at 10:47 PM, Mike Kear wrote:


 I am implementing streaming on the radio station site i manage,  and
 need someone who has a mac and someone who has linux to check that
 what i'm going to put up as instructions work.

 To be frank, the instructions from the server company we use aren't
 all that clear, and i'm not sure i have interpreted them correctly.
 So i need someone to follow my instructions and tell me if the result
 is a streaming through your speakers or a whole lot of nothing.

 Shouldnt take more than a few minutes .Please respond off list if
 you are willing to help me

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

 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319216
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Hosting

2009-02-11 Thread Patrick Santora

This is known as a good one in the CF community
http://www.hostmysite.com/

-Pat

On Wed, Feb 11, 2009 at 7:48 PM, Robert Bailey robert.bai...@gmail.comwrote:


 I am trying to find a decent CF8 hosting company that offers SQL Server.
 The company I am working with now (remotely) does not have a dev server, so
 I am looking for something that is going to have very little traffic, simply
 just allowing him to review. My current host does not offer CF at all, just
 .NET and SQL Server 2005.
 No email is needed, etc

 Thanks!



 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319217
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting

2009-02-11 Thread Brad Wood

Charlie Arehart's CF411 to the rescue.  He has a decent list of CF hosting 
companies.  GoDaddy is probably the cheapest of them all, but you will get 
what you pay for.

http://www.carehart.org/cf411/#cfhost

~Brad

- Original Message - 
From: Robert Bailey robert.bai...@gmail.com
To: cf-talk cf-talk@houseoffusion.com
Sent: Wednesday, February 11, 2009 9:48 PM
Subject: Hosting



 I am trying to find a decent CF8 hosting company that offers SQL Server. 


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319218
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


tools for creating DAO, Gateway, Bean, etc CFCs

2009-02-11 Thread Mike Soultanian

So I've been reading a bunch of stuff about CFCs and I read in a few 
blog posts where people said something like ...if you're still writing 
your DAO CFC by hand..., implying that there was a tool to do this for 
you.  Are there tools that help in writing CFCs?  Just like how 
FuseBuilder is a godsend for FuseBox, I'd feel like a fool if I was 
writing this stuff by hand when there were tools out there to do this.

Thanks!
Mike

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319219
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Session stickiness breaks in CF 8

2009-02-11 Thread James Holmes

I finally found the cause of this issue. It wasn't the JRun internal
webserver - it was a session cookie being set by our portal servers.
The portal server cookie is set domain wide and even though it has a
string prepended to JSESSIONID in its name it seems that
occasionally JRun is getting confused by it. I've confirmed this by
deleting the portal cookie; the CF cluster returns to normal operation
immediately after this.

Thanks for everyone's suggestions.

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



2009/2/10 James Holmes james.hol...@gmail.com:
 We have an issue with our CF8.01 clusters in that sticky sessions will
 intermittently break. The behaviour is very strange; the JSESSIONID
 cookie seems to be ignored and the request is sent to the wrong server
 by the Apache connector. A new session cookie is issued by the
 instance but it's again ignored on the next request, starting the
 cycle all over again. This will happen as long as the browser is open
 or until all session cookies are cleared. Clearing the session cookies
 in the browser results in the expected behaviour (session sticks to
 one instance).

 I've read this:

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

 and we're trying to see if this occurs only after a graceful restart
 of Apache, but since clearing session cookies in the browser fixes the
 issue we're not convinced it's the same thing.

 The platform is CF8.01 Ent Multiserver (i.e. JRun) on SLES 10, Apache 2.2.

 Has anyone experienced this before?

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319220
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: tools for creating DAO, Gateway, Bean, etc CFCs

2009-02-11 Thread Brad Wood

http://cfcgenerator.riaforge.org/

- Original Message - 
From: Mike Soultanian msoul...@csulb.edu
To: cf-talk cf-talk@houseoffusion.com
Sent: Thursday, February 12, 2009 12:12 AM
Subject: tools for creating DAO, Gateway, Bean, etc CFCs


 
 So I've been reading a bunch of stuff about CFCs and I read in a few 
 blog posts where people said something like ...if you're still writing 
 your DAO CFC by hand..., implying that there was a tool to do this for 
 you.  Are there tools that help in writing CFCs?

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319221
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Scheduled Tasks in CFMX 6.01 executing automatically on server reboot

2009-02-11 Thread Vineet Mangal

Hi All,
   I am facing a strange issue with ColdFusionMX6.1 Enterprise (Multiserver 
instance), scheduled tasks executing every time ColdFusion Server restarts. We 
are running CFMX 6.1,IIS 6.0. It runs on Windows Server 2003 machine.

I have tried finding more information through google and it seems some other 
people have had this issue as well.

I haven't been able to find any Adobe/ Macromedia hot fixes for it either. 
Can anyone please shed some light on this? Thanks a lot. 

Regards,
Vineet 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319222
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Nigel Phillips invites you to their network on Ecademy

2009-02-11 Thread nigel . phillips

Connect with me on Ecademy

Hi 


I'd like to invite you to be part of my Ecademy network.

I use Ecademy to manage my professional contacts, share knowledge and market my 
business. Take a look - it has paid off for me.

* Click here to accept the invitation to join my network! *

Nigel Phillips
nigel.phill...@blueprint.uk.com

It's free to join Ecademy and it only takes a minute to sign up.


This email was sent to cf-jobs-talk@houseoffusion.com
To avoid receiving these emails in the future send an email from that address 
to invite-unsubscr...@ecademy.com
or go to 
http://www.ecademy.com/blockinvites.php?e=cf-jobs-t...@houseoffusion.com  
Email:supp...@ecademy.com Company Registration:3651083 VAT:718 0377 36




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

Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4176
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11