Re: List of Open BlueDragon Tags?

2008-07-16 Thread Tom Chiverton
On Wednesday 16 Jul 2008, Will Tomlinson wrote:
 Does anyone know where I can find the list of open blue dragon tags?

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags-pt0_01.html
 :-)

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

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

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


Re: Formating text within textarea

2008-07-16 Thread Kamru Miah
The problem seems to combining the text with HTMLEditFormat to display the 
contents and other HTML characters, such as 'ndash;' in the text that was 
added by the editor toolbar. How do I strip those out, without knowing what 
other types may be added by the users? Ideally, there should be a way of 
displaying HTML contents in a textarea to solve my problem, or am I missing 
something?

Try chr(13) or even a combination of both 
chr(13)  chr(10)

I am using a toolbar editor to save text from a textarea into a table. When
I display the text in the same textarea, I get br / chars for paragraphs.
Using ReReplace br / with chr(10) doesn't work. Could someone tell me how
to display new paragraphs within a textarea, please? 

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

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


cfwindow inside iframe issue

2008-07-16 Thread Bower Jeremy-AJB075
I'm using some nicely formated cfwindows as tool tip type popups inside
an iframe that is expandable/collapsable (tr.innerHTML=iframe or ).
When the user tries to collapse the iframe IE blows up. The expand,
rollover, and  mouseout events all act as they should. Is there a way to
more gracefully close the iframe before blanking the .innerHTML of the
tr that might keep this from happening? My guess is the parent being
wiped out causes a problem for the code rendered for the cfwindow, but I
really have no idea how CF implements this.

Thanks


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

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


Re: loop over list question

2008-07-16 Thread Rachel B
Well i wanted to thank both of you for the help, an i was able to solve my 
problem. By putting a counter in it i am able to accomplish my goal. the only 
thing i got to figure out is why it doesn't put the correct information into my 
2nd serial. Like it i fill out 2 serial numbers and press submit, it puts the 
first line of information correct, however, where ever i have counter in my 
code, instead of putting what i put for the 2nd serial it puts what i put for 
the first serial.

heres an example

serial number: 61 ticket no:606 product type: all
serial number: 61 ticket no:606 prodcut type: all (although i put desktop in 
here it says all like in the first one).

but here is a copy of my code in case anyone else runs into a similar problem 
as me. again thank you both for helping me.

cfloop index=x list=#Form.serialnum# delimiters=,
cfset counter=1
CFQUERY Name=serial DataSource=CustomerSupport
   exec usp_CS_Insertserial 
  
'#x#','#Form.ID#','#Form.modelno#','#ListGetAt(Form.producttype,counter)#','#Form.softhardware#',
  
'#Form.resolution#','#Form.resdate#','#Form.resvertified#','#Form.vertifidate#','#Form.deptvendor#','#Form.hardwarefailure#','
   #Form.rma#'
   /CFQUERY
   cfset counter=counter+2
 /CFLOOP


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

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


cfcatch

2008-07-16 Thread Brian Dumbledore
I always thought any error generated can be cfdump'd by dumping cfcatch obj. 
Every now and then I get [unknown type] when I dump cfcatch and that always 
stumped me. However, when I output cfcatch.Message and cfcatch.Detail, they 
always work. What am I missing?? I see it mostly on CFMX 

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

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


RE: cfwindow inside iframe issue

2008-07-16 Thread William Seiter
Have you tried
..style.display = 'none' in javascript?  Instead of the .innerHTML

--
William Seiter
ColdFusion Web Developer / Consultant
http://william.seiter.com
 
Free Website Trade Publication  Website Magazine
http://www.websitemagazine.com/referrals/?id=51344f=text2
Don't forget to answer the survey questions, it's a 10 second task ,
a very small request  for access to this  incredible resource.
 
Have you ever read a book that changed your life?
Go to: http://www.winninginthemargins.com
Use PassKey: GoldenGrove
You'll be glad you did.
 
 
::-Original Message-
::From: Bower Jeremy-AJB075 [mailto:[EMAIL PROTECTED]
::Sent: Wednesday, July 16, 2008 6:13 AM
::To: CF-Talk
::Subject: cfwindow inside iframe issue
::
::
::I'm using some nicely formated cfwindows as tool tip type popups inside
::an iframe that is expandable/collapsable (tr.innerHTML=iframe or ).
::When the user tries to collapse the iframe IE blows up. The expand,
::rollover, and  mouseout events all act as they should. Is there a way to
::more gracefully close the iframe before blanking the .innerHTML of the
::tr that might keep this from happening? My guess is the parent being
::wiped out causes a problem for the code rendered for the cfwindow, but I
::really have no idea how CF implements this.
::
::Thanks
::
::
::

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

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


Re: List of Open BlueDragon Tags?

2008-07-16 Thread Terry Schmitt
The best you find right now are the docs at New Atlanta:

http://www.newatlanta.com/support/bluedragon/docs/index.jsp

Does anyone know where I can find the list of open blue dragon tags? 

Thanks,
Will 

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

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


Re: Formating text within textarea

2008-07-16 Thread Kamru Miah
Display correction: other HTML characters, such as '\ndash;' ( + ndash)..

 The problem seems to combining the text with HTMLEditFormat to display 
 the contents and other HTML characters, such as 'ndash;' in the text 
 that was added by the editor toolbar. How do I strip those out, 
 without knowing what other types may be added by the users? Ideally, 
 there should be a way of displaying HTML contents in a textarea to 
 solve my problem, or am I missing something?
 
 Try chr(13) or even a combination of both 
 chr(13)  chr(10)
 
 I am using a toolbar editor to save text from a textarea into a table. 
 When
 I display the text in the same textarea, I get br / chars for 
 paragraphs.
 Using ReReplace br / with chr(10) doesn't work. Could someone tell 
 me how
 to display new paragraphs within a textarea, please? 


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

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


Re: Multiple queries from a CFC? Drop in Array?

2008-07-16 Thread Joe Rinehart
 Why? It will almost certainly be a much better solution than  
 anything else
 you're considering.

Dave - Not sure it's better than 'anything else.' Why stick with a  
query that'd need constant grouping when what he's got in the DB is a  
set representing a hierarchical data structure?

Instead of returning a query that'd need grouping each time you use  
it, you could build up a struct once (by grouping) and then logically  
navigate / manipulate it on an ad-hoc basis:

!--- getOrder() calls sproc and builds up structure ---
cfset order = myCfc.getOrder(orderId) /

!--- order's date created ---
cfoutput#order.dateCreated#br //cfoutput

!--- gift certificates in the order ---
cfoutput
cfloop array=#order.giftCertificates# index=cert
#order.giftCertificate.amount#br /
/cfloop
/cfoutput

!--- how many status comments? ---
cfoutput#arrayLen(order.statusComments)#/cfoutput

-Joe


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

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


Re: loop over list question

2008-07-16 Thread Carl Von Stetten
Rachel,

It would still be helpful if you could post a dump of the form scope so 
we can see the structure of the data being passed into your template.  
We would likely be able to provide you with more intelligent suggestions 
than from looking at your query alone.

Thanks,
Carl

Rachel B wrote:
 Well i wanted to thank both of you for the help, an i was able to solve my 
 problem. By putting a counter in it i am able to accomplish my goal. the only 
 thing i got to figure out is why it doesn't put the correct information into 
 my 2nd serial. Like it i fill out 2 serial numbers and press submit, it puts 
 the first line of information correct, however, where ever i have counter in 
 my code, instead of putting what i put for the 2nd serial it puts what i put 
 for the first serial.

 heres an example

 serial number: 61 ticket no:606 product type: all
 serial number: 61 ticket no:606 prodcut type: all (although i put desktop in 
 here it says all like in the first one).

 but here is a copy of my code in case anyone else runs into a similar problem 
 as me. again thank you both for helping me.

 cfloop index=x list=#Form.serialnum# delimiters=,
 cfset counter=1
 CFQUERY Name=serial DataSource=CustomerSupport
exec usp_CS_Insertserial 
   
 '#x#','#Form.ID#','#Form.modelno#','#ListGetAt(Form.producttype,counter)#','#Form.softhardware#',
   
 '#Form.resolution#','#Form.resdate#','#Form.resvertified#','#Form.vertifidate#','#Form.deptvendor#','#Form.hardwarefailure#','
#Form.rma#'
/CFQUERY
cfset counter=counter+2
  /CFLOOP


 

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

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


Re: loop over list question

2008-07-16 Thread Rachel B
Here is the form i am working with.

!--- Adds Multiple Ticket fields ---
script type=text/javascript

!---Allows us to add multiple fields ---
function addInput(divName){
var dynamic = document.getElementById('dynamicInput');
var thevalue = document.getElementById('theValue');
var count = (document.getElementById('theValue').value -1)+ 2;
thevalue.value = count;
var newdiv = document.createElement('div');
var divIdName = 'dynamic'+count+'Input';
newdiv.setAttribute('id',divIdName);

!--- Adds Extra fields for Model No, Product Type, and Type of Hardware 
Failure  ---
newdiv.innerHTML = 
table class='zpExpandedTable' id='modeltable' + 
th class='sectiontitletick' colspan='7'Serial Information + count + /th 
+ 
tr + 
td id='paddingformultitop'Model No:nbsp;nbsp;nbsp;nbsp;/td + 
/td + 
td +
 select name='modelno'  + 
 option value=''Make A Selection/option + 
  option value='Test'Test/option+
 /select + 
 /td + 
 td +
nbsp;nbsp;nbsp;nbsp;Product Type:  + 
/td +
td +
select name='producttype' + 
option value='' selectedNo Choice/option + 
cfoutput query='getProdType' + 
option value='#pk_productType#'#pk_productType#/option + 
/cfoutput + 
/select + 
/td + 
td class='red' +
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;Type
 Of Hardware Failure*: + 
/td +
td +
select name='hardwarefailure' + 
option value='' selectedMake A Selection/option + 
cfoutput query='getHardwareFail' +
option value='#pk_hardwareFailure#'#pk_hardwareFailure#/option +
/cfoutput +
/select + 
/td +
/tr +
table;

!--- Adds Extra fields for Serial Number and Software/Hardware  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='modeltable' +
tr +
td id='paddingformultitop' +
Serial Number:nbsp;nbsp; + 
input type='text' name='serialnum' + 
nbsp;nbsp;nbsp;nbsp;Software/Hardware:nbsp;nbsp; + 
input type='text' name='softhardware' +
/td +
/tr +
/table;

!--- Adds Extra fields for Description  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoltable' cellpadding='3' 
cellspacing='0' +
tr +
td id='paddingformutli' +
Description:nbsp;nbsp; + 
/td +
td class='descriptionmoveinmulti' +
( You may enter up to 500 characters. )+
br +
textarea maxlength='500' onkeyup='return ismaxlength(this)' onkeydown='return 
ismaxlength(this)'rows='4' cols='60' name='description'/textarea + 
/td +
/tr +
/table;

!--- Adds Extra fields for Resolution  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoltable' cellpadding='1' 
cellspacing='0' +
tr +
td id='paddingformutli' +
Resolution:nbsp;nbsp; + 
/td +
td class='resolutionmoveinmulti' +
( You may enter up to 500 characters. )+
br +
textarea  maxlength='500' onkeyup='return ismaxlength(this)' 
onkeydown='return ismaxlength(this)' rows='4' cols='60' 
name='resolution'/textarea + 
/td +
/tr +
/table;

!--- Adds Extra fields for Resolution Date, Current Date (for resolution date) 
and resolution vertified as effective by  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoldatetab' cellpadding='1' 
cellspacing='0' +
tr +
td id='paddingformultitop' +
Resolution Date:nbsp;(MM/DD/)nbsp;nbsp; + 
/td +
td +
input type='text' name='resdate' value=''  nbsp;nbsp; + 

nbsp;nbsp;nbsp;nbsp;Current Date:nbsp;nbsp; + 
input type='checkbox' name='currentdateresol' id='currentresdate' 
onClick=resdate.value=fill_date() + 
/td +
td +
Resolution Verified as effective by:nbsp;nbsp;  + 
/td +
td +
select name='resvertified' + 
option value=''Make A Selection/option + 
/select + 
/td +
/tr +
/table;

!--- Adds Extra fields for Vertification Date, Current Date (for vertification 
date) and resolution vertified as effective by  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoltable' cellpadding='1' 
cellspacing='0' +
tr +
td id='paddingformultitop' +
Verification Date:nbsp;(MM/DD/)nbsp;nbsp; + 
/td +
td class='vertificationmoveinmulti' +
input type='text' name='vertifidate'nbsp;nbsp; + 
nbsp;nbsp;nbsp;nbsp;Current Date:nbsp;nbsp; + 
input type='checkbox' name='currentdatevert' 
onClick=vertifidate.value=fill_date() + 
/td +
/tr +
/table;

!--- Adds Extra fields for Dept/Vendor Responsibility  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoltable' cellpadding='1' 
cellspacing='0' +
tr +
td class='red' id='paddingformultitop' +
Dept/Vendor 
Responsibility*:nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  + 
select name='deptvendor' + 
option value='' selectedMake A Selection/option + 
cfoutput query='getDeptVendor' +
option value='#pk_deptVendor#'#pk_deptVendor#/option +
 /cfoutput +
/select + 
/td +
/tr +
/table;

!--- Adds Extra fields for RMA Data Only  ---
newdiv.innerHTML = newdiv.innerHTML + 
table class='zpExpandedTable' id='resoltable' cellpadding='1' 
cellspacing='0' +
tr +
td id='paddingformultitop' +
RMA Data Only:nbsp;nbsp;nbsp;nbsp; + 
/td +
td class='rmanmoveinmulti' +
( You 

Re: cfcatch

2008-07-16 Thread Charlie Griefer
On Wed, Jul 16, 2008 at 6:58 AM, Brian Dumbledore [EMAIL PROTECTED]
wrote:

 I always thought any error generated can be cfdump'd by dumping cfcatch
 obj. Every now and then I get [unknown type] when I dump cfcatch and that
 always stumped me. However, when I output cfcatch.Message and
 cfcatch.Detail, they always work. What am I missing?? I see it mostly on
 CFMX


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


-- 
A byte walks into a bar and orders a pint. Bartender asks him What's
wrong? Byte says Parity error. Bartender nods and says Yeah, I thought
you looked a bit off.


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

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


Re: loop over list question

2008-07-16 Thread Carl Von Stetten
Rachel,

While this is helpful, can you add a cfdump var=#form# to the top of 
userform.cfm? Then submit your form with multiple entries, and copy and 
paste the cfdump results into a message for us to examine.

Thanks,
Carl

Rachel B wrote:
 Here is the form i am working with.

 !--- Adds Multiple Ticket fields ---
 script type=text/javascript

 !---Allows us to add multiple fields ---
 function addInput(divName){
 var dynamic = document.getElementById('dynamicInput');
 var thevalue = document.getElementById('theValue');
 var count = (document.getElementById('theValue').value -1)+ 2;
 thevalue.value = count;
 var newdiv = document.createElement('div');
 var divIdName = 'dynamic'+count+'Input';
 newdiv.setAttribute('id',divIdName);

 !--- Adds Extra fields for Model No, Product Type, and Type of Hardware 
 Failure  ---
 newdiv.innerHTML = 
 table class='zpExpandedTable' id='modeltable' + 
 th class='sectiontitletick' colspan='7'Serial Information + count + 
 /th + 
 tr + 
 td id='paddingformultitop'Model No:nbsp;nbsp;nbsp;nbsp;/td + 
 /td + 
 td +
  select name='modelno'  + 
  option value=''Make A Selection/option + 
   option value='Test'Test/option+
  /select + 
  /td + 
  td +
 nbsp;nbsp;nbsp;nbsp;Product Type:  + 
 /td +
 td +
 select name='producttype' + 
 option value='' selectedNo Choice/option + 
 cfoutput query='getProdType' + 
 option value='#pk_productType#'#pk_productType#/option + 
 /cfoutput + 
 /select + 
 /td + 
 td class='red' +
 nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;Type
  Of Hardware Failure*: + 
 /td +
 td +
 select name='hardwarefailure' + 
 option value='' selectedMake A Selection/option + 
 cfoutput query='getHardwareFail' +
 option value='#pk_hardwareFailure#'#pk_hardwareFailure#/option +
 /cfoutput +
 /select + 
 /td +
 /tr +
 table;

 !--- Adds Extra fields for Serial Number and Software/Hardware  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='modeltable' +
 tr +
 td id='paddingformultitop' +
 Serial Number:nbsp;nbsp; + 
 input type='text' name='serialnum' + 
 nbsp;nbsp;nbsp;nbsp;Software/Hardware:nbsp;nbsp; + 
 input type='text' name='softhardware' +
 /td +
 /tr +
 /table;

 !--- Adds Extra fields for Description  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='resoltable' cellpadding='3' 
 cellspacing='0' +
 tr +
 td id='paddingformutli' +
 Description:nbsp;nbsp; + 
 /td +
 td class='descriptionmoveinmulti' +
 ( You may enter up to 500 characters. )+
 br +
 textarea maxlength='500' onkeyup='return ismaxlength(this)' 
 onkeydown='return ismaxlength(this)'rows='4' cols='60' 
 name='description'/textarea + 
 /td +
 /tr +
 /table;

 !--- Adds Extra fields for Resolution  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='resoltable' cellpadding='1' 
 cellspacing='0' +
 tr +
 td id='paddingformutli' +
 Resolution:nbsp;nbsp; + 
 /td +
 td class='resolutionmoveinmulti' +
 ( You may enter up to 500 characters. )+
 br +
 textarea  maxlength='500' onkeyup='return ismaxlength(this)' 
 onkeydown='return ismaxlength(this)' rows='4' cols='60' 
 name='resolution'/textarea + 
 /td +
 /tr +
 /table;

 !--- Adds Extra fields for Resolution Date, Current Date (for resolution 
 date) and resolution vertified as effective by  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='resoldatetab' cellpadding='1' 
 cellspacing='0' +
 tr +
 td id='paddingformultitop' +
 Resolution Date:nbsp;(MM/DD/)nbsp;nbsp; + 
 /td +
 td +
 input type='text' name='resdate' value=''  nbsp;nbsp; + 

 nbsp;nbsp;nbsp;nbsp;Current Date:nbsp;nbsp; + 
 input type='checkbox' name='currentdateresol' id='currentresdate' 
 onClick=resdate.value=fill_date() + 
 /td +
 td +
 Resolution Verified as effective by:nbsp;nbsp;  + 
 /td +
 td +
 select name='resvertified' + 
 option value=''Make A Selection/option + 
 /select + 
 /td +
 /tr +
 /table;

 !--- Adds Extra fields for Vertification Date, Current Date (for 
 vertification date) and resolution vertified as effective by  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='resoltable' cellpadding='1' 
 cellspacing='0' +
 tr +
 td id='paddingformultitop' +
 Verification Date:nbsp;(MM/DD/)nbsp;nbsp; + 
 /td +
 td class='vertificationmoveinmulti' +
 input type='text' name='vertifidate'nbsp;nbsp; + 
 nbsp;nbsp;nbsp;nbsp;Current Date:nbsp;nbsp; + 
 input type='checkbox' name='currentdatevert' 
 onClick=vertifidate.value=fill_date() + 
 /td +
 /tr +
 /table;

 !--- Adds Extra fields for Dept/Vendor Responsibility  ---
 newdiv.innerHTML = newdiv.innerHTML + 
 table class='zpExpandedTable' id='resoltable' cellpadding='1' 
 cellspacing='0' +
 tr +
 td class='red' id='paddingformultitop' +
 Dept/Vendor 
 Responsibility*:nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
   + 
 select name='deptvendor' + 
 option value='' selectedMake A Selection/option + 
 cfoutput 

Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Rick Faircloth
I need to make a move from my current VPS provider.  I've had problems
accessing the server via Remote Desktop for a month and while I've been
promised support and even a new server, I can't even get an answer on status
for a priority email.  I can't even set up a datasource for a client.

I'm considering moving to a new VPS provider and found KickAssVPS.com on Google.
I haven't heard of them before or seen them mentioned on the list, so I thought
I'd ask about experience.  Offerings and price looks good, including CF 8.

They tout their service as being top-notch, but don't they all.

Experience, anyone?

Thanks,

Rick


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

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


RE: Multiple queries from a CFC? Drop in Array?

2008-07-16 Thread Dave Watts
  Why? It will almost certainly be a much better solution 
  than anything else you're considering.

 Dave - Not sure it's better than 'anything else.' Why stick 
 with a query that'd need constant grouping when what he's got 
 in the DB is a set representing a hierarchical data structure?
 
 Instead of returning a query that'd need grouping each time 
 you use it, you could build up a struct once (by grouping) 
 and then logically navigate / manipulate it on an ad-hoc basis ...

I didn't say anything else, but rather anything else [he] was
considering.

That said, you could certainly store the grouped query results however you
like; you could even store the generated page output. None of that is
inconsistent with my suggestion, which simply involved having one query
instead of a series of queries.

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;203748912;27390454;j

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


Re: Report Builder Question

2008-07-16 Thread Mike Greider
Sorry for the delay. We just had a baby on the 11th, and I'm still figuring out 
how to juggle the little guy and all other tasks. Yes, it is being passed in 
via a query. Each line item has a name, and description field (which is an 
unlimited textarea). I have been debating trying to do what you mentioned. Loop 
through each line item and count all of the character returns or lines that 
exceed X characters (that are automatically wrapped). Which this number, I 
might be able to figure out how many pages there are. Then, on the page footer, 
I might be able to have only display on the last page (which would be a 
variable that I precalculated). Is this what you are thinking?

It would be more simplistic if each line item was exactly the same, but that is 
not the case. Some are just a single line, others can be as many as ten lines a 
piece.

Mike


Mike,

So how is it passed to the report?  Through a Query?  Does each product
(item per invoice) have a set number of lines, or does each product take a
single line.  If it does, then you could just write a function in the report
that took the number of items passed and divide by the number of items per
page and then you can figure out the total number of pages.  Again, not sure
how the report is being hooked into the database, but I am sure that there
will be someway to get consistent footer into it.

Rob



 

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

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


Re: cfwindow inside iframe issue

2008-07-16 Thread Jeremy Bower
Correction:  I just use insertRow() and deleteRow(), not innerHTML.  I have now 
tried this:

eval(if (!document.all. + table_name + .rows[1]) {  my_new_row = 
document.all. + table_name + .insertRow(1); } else {  my_new_row = 
document.all. + table_name + .rows[1]; });
eval(document.all. + table_name + .rows[1].setAttribute('display','yes'));

for open and
eval(document.all. + table_name + .rows[1].setAttribute('display','no'));

for close.  No JS errors, but this does not close the row, nothing happens.  A 
getAttribute check after this shows display is changed, but nothing is rendered 
to the screen.



Have you tried
.style.display = 'none' in javascript?  Instead of the .innerHTML

--
William Seiter
ColdFusion Web Developer / Consultant
http://william.seiter.com
 
Free Website Trade Publication  Website Magazine
http://www.websitemagazine.com/referrals/?id=51344f=text2
Don't forget to answer the survey questions, it's a 10 second task ,
a very small request  for access to this  incredible resource.
 
Have you ever read a book that changed your life?
Go to: http://www.winninginthemargins.com
Use PassKey: GoldenGrove
You'll be glad you did.
 
 
::-Original Message-
::
::Sent: Wednesday, July 16, 2008 6:13 AM
::To: CF-Talk
::Subject: cfwindow inside iframe issue
::
::
::I'm using some nicely formated cfwindows as tool tip type popups inside
::an iframe that is expandable/collapsable (tr.innerHTML=iframe or ).
::When the user tries to collapse the iframe IE blows up. The expand,
::rollover, and  mouseout events all act as they should. Is there a way to
::more gracefully close the iframe before blanking the .innerHTML of the
::tr that might keep this from happening? My guess is the parent being
::wiped out causes a problem for the code rendered for the cfwindow, but I
::really have no idea how CF implements this.
::
::Thanks
::
::
:: 

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

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


Re: cfwindow inside iframe issue

2008-07-16 Thread Azadi Saryev
DISPLAY is not a valid TAG ATTRIBUTE. it is just a style setting.
..setAttribute() is useless for setting DISPLAY STYLE.
use William's suggested .style.display='none' / '' instead.

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



Jeremy Bower wrote:
 Correction:  I just use insertRow() and deleteRow(), not innerHTML.  I have 
 now tried this:

 eval(if (!document.all. + table_name + .rows[1]) {  my_new_row = 
 document.all. + table_name + .insertRow(1); } else {  my_new_row = 
 document.all. + table_name + .rows[1]; });
 eval(document.all. + table_name + .rows[1].setAttribute('display','yes'));

 for open and
 eval(document.all. + table_name + .rows[1].setAttribute('display','no'));

 for close.  No JS errors, but this does not close the row, nothing happens.  
 A getAttribute check after this shows display is changed, but nothing is 
 rendered to the screen.



   
 Have you tried
 .style.display = 'none' in javascript?  Instead of the .innerHTML

 --
 William Seiter
 ColdFusion Web Developer / Consultant
 http://william.seiter.com


 

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

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


Re: Report Builder Question

2008-07-16 Thread Rob Parkhill
Mike,

Congratulations!  Children are a joy, but I hope you are prepared for little
sleep for some time!

Anyways, yes, that was my thought, however I was hoping that you would know
a few more details regarding the line items.  If the information is stored
in the database, is there anyway that you can do some of the line counts
etc. on the addition of the new items?  Or are the users able to basically
change the line descriptions for each line item each time?

If there were anyway to do a character count etc. before it was passed to
the report, that would be better, because I think that you will find that
the report generation will become sluggish if you are making it work to
hard.  Again, not something that I have ever done, but I think that it makes
sense (well to me anyways) and should provide the answer that you are
looking for... maybe?

Rob

On Wed, Jul 16, 2008 at 12:46 PM, Mike Greider [EMAIL PROTECTED]
wrote:

 Sorry for the delay. We just had a baby on the 11th, and I'm still figuring
 out how to juggle the little guy and all other tasks. Yes, it is being
 passed in via a query. Each line item has a name, and description field
 (which is an unlimited textarea). I have been debating trying to do what you
 mentioned. Loop through each line item and count all of the character
 returns or lines that exceed X characters (that are automatically wrapped).
 Which this number, I might be able to figure out how many pages there are.
 Then, on the page footer, I might be able to have only display on the last
 page (which would be a variable that I precalculated). Is this what you are
 thinking?

 It would be more simplistic if each line item was exactly the same, but
 that is not the case. Some are just a single line, others can be as many as
 ten lines a piece.

 Mike


 Mike,
 
 So how is it passed to the report?  Through a Query?  Does each product
 (item per invoice) have a set number of lines, or does each product take a
 single line.  If it does, then you could just write a function in the
 report
 that took the number of items passed and divide by the number of items per
 page and then you can figure out the total number of pages.  Again, not
 sure
 how the report is being hooked into the database, but I am sure that there
 will be someway to get consistent footer into it.
 
 Rob
 
 
 
 

 

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

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


Any cfhttp gurus out there?

2008-07-16 Thread Che Vilnonis
I used to be able hit this link and get results with a cfdump...
http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx

Now, all I get is a value of Connection Failure for cfhttp.fileconent.
I know the link works since I can add it to FireFox and a Live Bookmark
is created. Any ideas? Is it an encoding or a useragent issue? I'm on a
CF8 box. 

Thanks, Che



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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309151
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 cfhttp gurus out there?

2008-07-16 Thread Dave Watts
 I used to be able hit this link and get results with a cfdump...
 http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx
 
 Now, all I get is a value of Connection Failure for 
 cfhttp.fileconent.
 I know the link works since I can add it to FireFox and a 
 Live Bookmark is created. Any ideas? Is it an encoding or a 
 useragent issue? I'm on a CF8 box. 

The only way to tell, generally, is to make your HTTP request identical to a
browser's (user agent, etc), then turn off request headers one by one until
it doesn't work (again).

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;203748912;27390454;j

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


Re: loop over list question

2008-07-16 Thread Rachel B
Carl,

I did the cfdump and here is what i got

CURRENTDATERESOL on,on  
CURRENTDATEVERT on,on  
DEPTVENDOR Shipping/Receiving,Shipper  
DESCRIPTION descr,descript   
FIELDNAMES 
ID,MODELNO,PRODUCTTYPE,HARDWAREFAILURE,SERIALNUM,SOFTHARDWARE,DESCRIPTION,RESOLUTION,RESDATE,CURRENTDATERESOL,RESVERTIFIED,VERTIFIDATE,CURRENTDATEVERT,DEPTVENDOR,RMA,MODELNO,PRODUCTTYPE,HARDWAREFAILURE,SERIALNUM,SOFTHARDWARE,DESCRIPTION,RESOLUTION,RESDATE,CURRENTDATERESOL,RESVERTIFIED,VERTIFIDATE,CURRENTDATEVERT,DEPTVENDOR,RMA
 
HARDWAREFAILURE DOA,Infant Mortality  
ID 627  
MODELNO modelnoTest,modelnoTest  
PRODUCTTYPE Accessory,Labtop  
RESDATE 7/16/2008  
RESOLUTION resol,resolution  
RESVERTIFIED resolutionverttest,resolutionverttest  
RMA rma,rma test  
SERIALNUM 567,8910  
SOFTHARDWARE soft,hard test  
VERTIFIDATE 7/16/2008  

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309153
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 cfhttp gurus out there?

2008-07-16 Thread Che Vilnonis
Dave, what do you mean exactly? Do you mean any browser? I've tried a few
and get the same results each time. See snippet below.

cfset useragent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.1.4) Gecko/20070515 Firefox/2.0.4
cfhttp url=http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx;
method=GET result=xmlFeed useragent=#useragent#
cfdump var=#xmlFeed#

-Original Message-

 I used to be able hit this link and get results with a cfdump...
 http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx
 
 Now, all I get is a value of Connection Failure for 
 cfhttp.fileconent.
 I know the link works since I can add it to FireFox and a Live 
 Bookmark is created. Any ideas? Is it an encoding or a useragent 
 issue? I'm on a CF8 box.

The only way to tell, generally, is to make your HTTP request identical to a
browser's (user agent, etc), then turn off request headers one by one until
it doesn't work (again).


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

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


Re: cfwindow inside iframe issue

2008-07-16 Thread Jeremy Bower
Sorry, should have noted I had tried:
eval(document.all. + table_name + .rows[1].style.display='yes');
and got a JS error Could not get the display property.  Invalid argument.

DISPLAY is not a valid TAG ATTRIBUTE. it is just a style setting.
.setAttribute() is useless for setting DISPLAY STYLE.
use William's suggested .style.display='none' / '' instead.

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



Jeremy Bower wrote:
 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309155
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 cfhttp gurus out there?

2008-07-16 Thread Alan Rother
Use This

cfhttp url=http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx;
method=GET useragent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.8.1.4) Gecko/20070515 Firefox/2.0.4
cfhttpparam name=.ASPXANONYMOUS
value=AN1DWgAeyQEkMmZhMjM2MDYtYmYxMi00ZjI2LTllN2ItZTlmYjE1ZDNjZDg22EXDw-MnaTwXkMMbrNP5GJXW9Is1
type=cookie
/cfhttp

!---
..ASPXANONYMOUS=RNSBgAEeyQEkYTUwZTk1ZjgtMzdiZS00YjQ5LTg3MWMtNjM4ZWM1NDM2NDIyLNqDJas541do9ZIsYBuDspaV34o1;
expires=Wed, 24-Sep-2008 04:53:35 GMT; path=/; HttpOnly [ASR] ---
cfset variables.mycookie = ListFirst(CFHTTP.Responseheader[Set-Cookie],
;)
cfset variables.mycookie = ReplaceNoCase(variables.mycookie,
.ASPXANONYMOUS=, )

cfhttp url=http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx;
method=GET useragent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.9) Gecko/2008052906 Firefox/3.0
cfhttpparam type=HEADER name=User-Agent value=Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
cfhttpparam type=HEADER name=Accept
value=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
cfhttpparam type=HEADER name=Accept-Language
value=en-us,en;q=0.5
cfhttpparam type=HEADER name=Accept-Encoding value=gzip,deflate
cfhttpparam type=HEADER name=Accept-Charset
value=ISO-8859-1,utf-8;q=0.7,*;q=0.7
cfhttpparam type=HEADER name=Keep-Alive value=300
cfhttpparam type=HEADER name=Connection value=keep-alive
cfhttpparam type=HEADER name=Host value=www.dealsonwheels.com



cfhttpparam name=.ASPXANONYMOUS value=#variables.mycookie#
type=cookie
/cfhttp

cfdump var=#CFHTTP#

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309156
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 cfhttp gurus out there?

2008-07-16 Thread Michael Dinowitz
Dump out the entire cfhttp to see what the headers look like. It may be that
they are using connection keep-alive to prevent spidering or something else.
In some cases the page is doing a redirect and you don't see it because
cfhttp turns on redirect as a default. Setting it to no may tell you more
about the request.
Once my computer is free (it's bogged down parsing a million plus comics)
I'll test it out to see what I can.

On Wed, Jul 16, 2008 at 1:53 PM, Che Vilnonis [EMAIL PROTECTED] wrote:

 I used to be able hit this link and get results with a cfdump...
 http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx

 Now, all I get is a value of Connection Failure for cfhttp.fileconent.
 I know the link works since I can add it to FireFox and a Live Bookmark
 is created. Any ideas? Is it an encoding or a useragent issue? I'm on a
 CF8 box.

 Thanks, Che



 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309157
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 cfhttp gurus out there?

2008-07-16 Thread Dave Watts
 Dave, what do you mean exactly? Do you mean any browser? I've 
 tried a few and get the same results each time.

I mean, find out EXACTLY what your browser is sending, and send the same
thing. Not just User-Agent, but all the other HTTP request headers too. Use
CFHTTPPARAM TYPE=CGI to set the other headers, and use the HTTP_ prefix:
for example, HTTP_HOST.

Here are the headers from Firebug:

Host: www.dealsonwheels.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9)
Gecko/2008052906 Firefox/3.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cache-Control: max-age=0

I got a cookie the first time I tried, but it apparently isn't required. I
took it out using the Modify Headers extension, and everything worked
fine.

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;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309158
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 cfhttp gurus out there?

2008-07-16 Thread Alan Rother
Sorry,

I did not mean to hit send...

Quick explanation.

There are two CFHTTP, the first gets a cookie value back from the server,
the second makes use fo the cookie, I don't know if the server cares, but
I've seen security models like that before, so it's good to send a cookie
back, it makes you look authentic.

Second, I added all of the HTTP request params my firefox install was
sending. I got them by using a FF add on called HttpFox, which lets you see
all of your request and response params.

Also, you can delete my comment in the middle of the code, I was using that
as a comparison while I filtered out the cookie value from the CFHTTP.

HTH

=]


-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


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

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


Re: cfwindow inside iframe issue

2008-07-16 Thread Azadi Saryev
YES is not a valid value for DISPLAY property. check the html/css reference.
use none (to hide), inline, block or  [empty string] (to show)
an element.
there are other valid values, too, but support varies by browser and you
will unlikely use those for a TR tag display anyway.

also, you remember that js arrays are 0-based? row[1] is actually the
SECOND row in your table, right?

have you considers using jQuery for this? (and all other things js, btw)
your js would be something like this:
$(#yourtridtagvalue).hide();

neat, eh?

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



Jeremy Bower wrote:
 Sorry, should have noted I had tried:
 eval(document.all. + table_name + .rows[1].style.display='yes');
 and got a JS error Could not get the display property.  Invalid argument.

   
 DISPLAY is not a valid TAG ATTRIBUTE. it is just a style setting.
 .setAttribute() is useless for setting DISPLAY STYLE.
 use William's suggested .style.display='none' / '' instead.

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



 Jeremy Bower wrote:
 

 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309160
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 cfhttp gurus out there?

2008-07-16 Thread Che Vilnonis
Alan/Dave... thanks... now I get it. Had not run into something quite like
that before. Alan, thanks for the headsup on HttpFox.
Regards, Che

-Original Message-
From: Alan Rother [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 16, 2008 2:31 PM
To: CF-Talk
Subject: Re: Any cfhttp gurus out there?

Sorry,

I did not mean to hit send...

Quick explanation.

There are two CFHTTP, the first gets a cookie value back from the server,
the second makes use fo the cookie, I don't know if the server cares, but
I've seen security models like that before, so it's good to send a cookie
back, it makes you look authentic.

Second, I added all of the HTTP request params my firefox install was
sending. I got them by using a FF add on called HttpFox, which lets you see
all of your request and response params.

Also, you can delete my comment in the middle of the code, I was using that
as a comparison while I filtered out the cookie value from the CFHTTP.

HTH

=]


--
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold
Fusion User Group, AZCFUG.org




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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Will Tomlinson
I need to make a move from my current VPS provider.  I've had problems
accessing the server via Remote Desktop for a month and while I've been
promised support and even a new server, I can't even get an answer on status
for a priority email.  I can't even set up a datasource for a client.

Rick, if you can afford $189/month, HostMySite's CF VPS (1GB RAM) definitely 
kicks ass. 

And the support is unbelievable. These guys know CF. I've had a blast workin' 
with HMS. Thanks to the disruptor for talkin' me into it (GAG GAG).

http://www.hostmysite.com/vps/windows/coldfusion/

hth,
Will 

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

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


cfimage Blob problem

2008-07-16 Thread BJ McShane
We have the employee photos stored in an oracle DB (blob format).  I'm reading 
the record getting the photo and then using the image tags to store or display 
them.  The problem is that some of the photos look like they are getting cut 
off.  When I look at the photo it is only the person's head or down to their 
eyes and the rest of the image does come out.  I check the photo a different 
way using some DB tools to see if the picture is corupt but the photo checks 
out OK that way.  Photos that are less than 10 KB come out fine.  When I have a 
photo that is 60 KB then the photo gets cropped off.  Is there a limit in size 
that I'm hitting with these image tags.  Below is a sample of a test I set up.  
I wish I could post the photo so you get an idea of what it looks like.

cfinvoke component=/hr/hr_CFCs/HR_employee method=EmployeePhotoSelect 
returnvariable=getEmployeePhoto
cfinvokeargument name=a_empNo value=5773 /cfinvoke
cfif getEmployeePhoto.RecordCount EQ 0
No photo found
cfelse
cfset myImage=imageNew(#getEmployeePhoto.photo#)  
cfset ImageScaleToFit(myImage,100,)  
cfimage source=#myImage# action=write 
destination=\\olympusnew\c$\inetpub\wwwroot\hr\phone\photo\employee_thumbnail_5773.jpg
 overwrite=yes
!---cfoutput
   cfimage source=#getEmployeePhoto.photo# action=write 
destination=\\olympusnew\c$\inetpub\wwwroot\hr\phone\photo\employee_thumbnail_5773.jpg
 overwrite=true 
   cfimage 
source=\\olympusnew\c$\inetpub\wwwroot\hr\phone\photo\employee_thumbnail_5773.jpg
 action=info structname=imageInfo
   cfdump var=#imageInfo# 
/cfoutput ---
/cfif 

thanks,

BJ 

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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Sherif Abdou
You can always try SoftLayer.com



- Original Message 
From: Will Tomlinson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, July 16, 2008 1:44:56 PM
Subject: Re: Anybody have exerience with KickAssVPS.com?

I need to make a move from my current VPS provider.  I've had problems
accessing the server via Remote Desktop for a month and while I've been
promised support and even a new server, I can't even get an answer on status
for a priority email.  I can't even set up a datasource for a client.

Rick, if you can afford $189/month, HostMySite's CF VPS (1GB RAM) definitely 
kicks ass. 

And the support is unbelievable. These guys know CF. I've had a blast workin' 
with HMS. Thanks to the disruptor for talkin' me into it (GAG GAG).

http://www.hostmysite.com/vps/windows/coldfusion/

hth,
Will 



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

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


RE: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Rick Faircloth
Thanks for the tip, Will.

I'm looking them over.  I think the $129 would be enough, at least for now.
The only difference I see is I get 10GB instead of 22GB for files
and 512MB memory instead of 1GB.  Be nice to have the extra drive space
and memory, but for $60 extra dollars...I've only been paying $70 a month
up to this point with 20GB of drive space and 512MB for RAM.

It's quite a jump, but I've got to have a reliable server and service.
HostMySite.com and KickAssVPS.com are in the running right now.

HostMySite.com - $129 / month for 10GB drive space and 512GB RAM
KickAssVPS.com - $155 / month for 20GB drive space and 2GB RAM

Rick

 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 16, 2008 2:45 PM
 To: CF-Talk
 Subject: Re: Anybody have exerience with KickAssVPS.com?
 
 I need to make a move from my current VPS provider.  I've had problems
 accessing the server via Remote Desktop for a month and while I've been
 promised support and even a new server, I can't even get an answer on status
 for a priority email.  I can't even set up a datasource for a client.
 
 Rick, if you can afford $189/month, HostMySite's CF VPS (1GB RAM) definitely 
 kicks ass.
 
 And the support is unbelievable. These guys know CF. I've had a blast workin' 
 with HMS. Thanks to
the
 disruptor for talkin' me into it (GAG GAG).
 
 http://www.hostmysite.com/vps/windows/coldfusion/
 
 hth,
 Will



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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309165
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 cfhttp gurus out there?

2008-07-16 Thread Dominic Watson
Also, if you're parsing the content you get back, perhaps you'd
benefit from cffeed, ie.

cffeed source=http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx;
query=qry_chevs
cfdump var=#qry_chevs#

I tried the exact code above and got the expected result. I then tried
the code below using cfhttp and recieved 'Connection Failure':

cfhttp url=http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx;
method=get/
cfdump var=#cfhttp.FileContent#

HTH

Dominic

-- 
Blog it up: http://fusion.dominicwatson.co.uk

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

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


RE: cfimage Blob problem

2008-07-16 Thread Dawson, Michael
Check your datasource's advanced settings.

Is the BLOB checkbox checked?

What is the value in the Blob Buffer(bytes) field? 

m!ke

-Original Message-
From: BJ McShane [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 16, 2008 1:58 PM
To: CF-Talk
Subject: cfimage Blob problem

We have the employee photos stored in an oracle DB (blob format).  I'm
reading the record getting the photo and then using the image tags to
store or display them.  The problem is that some of the photos look like
they are getting cut off.  When I look at the photo it is only the
person's head or down to their eyes and the rest of the image does come
out.  I check the photo a different way using some DB tools to see if
the picture is corupt but the photo checks out OK that way.  Photos that
are less than 10 KB come out fine.  When I have a photo that is 60 KB
then the photo gets cropped off.  Is there a limit in size that I'm
hitting with these image tags.  Below is a sample of a test I set up.  I
wish I could post the photo so you get an idea of what it looks like.

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

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


Re: Report Builder Question

2008-07-16 Thread Mike Greider
Thanks for your continued help. Yes, each user is able to can the line 
descriptions for each line item each time. I could count the characters in the 
description. That is certainly an option. It will have to be smart, because the 
descriptions can contain newlines as well. It sure is a terrible work around 
though. I wish you could just specify the report footer to print at the bottom 
like the page footer.

This looks like my only solution, but it's really going to be hit and miss 
quite a bit.

Mike,

Congratulations!  Children are a joy, but I hope you are prepared for little
sleep for some time!

Anyways, yes, that was my thought, however I was hoping that you would know
a few more details regarding the line items.  If the information is stored
in the database, is there anyway that you can do some of the line counts
etc. on the addition of the new items?  Or are the users able to basically
change the line descriptions for each line item each time?

If there were anyway to do a character count etc. before it was passed to
the report, that would be better, because I think that you will find that
the report generation will become sluggish if you are making it work to
hard.  Again, not something that I have ever done, but I think that it makes
sense (well to me anyways) and should provide the answer that you are
looking for... maybe?

Rob



 

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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Will Tomlinson
It's quite a jump, but I've got to have a reliable server and service.
HostMySite.com and KickAssVPS.com are in the running right now.

HostMySite.com - $129 / month for 10GB drive space and 512GB RAM
KickAssVPS.com - $155 / month for 20GB drive space and 2GB RAM

Rick, just don't make a major mistake by comparing price only. HMS's 
service/support is ridiculous. I can tell you story after story about how 
they've blown me away with their response/help. Their knowledge of CF is 
awesome. They could easily field questions on this list all day long - *almost* 
like Watts!! :)

And now, they have a dedicated VPS support team! It's even better. 

Will 

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

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


Squid and CF

2008-07-16 Thread Rand Thacker
I have recently updated some servers from older Ubuntu 6.06.1 LTS servers using 
CF7 and Squid 2.5.stable12 to CentOS 5.1 with CF7 and Squid 2.6.stable6 (CentOS 
is basically RedHat RHEL).

My problem appears to be: our homepage has a small iframe, user can click a 
Login link, and it pops a login box.  Once a valid username/password combo is 
entered, it basically reloads the homepage, and the link to Login changes to 
Logout, signifying that the login was successful.  (That's how it's supposed to 
work.)

With the new configuration, that particular piece of the puzzle is no longer 
working.
I have tested the server's functionality, and all other processes seem to work 
just fine.  So, the one big thing I see as different is the new Squid (which 
had some some fairly significant config file changes from the 2.5).

If anyone else has run into anything similar, I'd love to hear from you.

Rand Thacker 

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

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


Re: Report Builder Question

2008-07-16 Thread Rob Parkhill
Mike,

I agree it has to be easier.

I have found a function that counts the pages in the report, however, I am
still looking for how to access it... I haven't found any help yet, but
apparently the function (Called beforeExport) counts the number of pages in
your report and basically allows you to re-order the report, or insert a
blank page if necessary.

You should be able to harness this, as it will give you an on the fly page
total count, which you should be able to then use to show/hide the page
footer band.

Otherwise, It seems that you have to have the Report Footer band set up in
the space it is going to occupy, so that when the report is finished there
is adequate space for it.   It basically makes you waste space on the other
pages in the report to ensure space for the report footer.  I personally
would rather hide a page footer to show the report footer, but there is this
as a simpler solution.

Hopefully someone knows how to access the functions in Report Builder and
that would save a ton of hassle.

Rob


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

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


Re: Loop over field names

2008-07-16 Thread Robert Bell
When submitted, the FORM scope will contain these form fields.

CF can access them using the CFLOOP COLLECTION attribute.

m!ke 

cfoutput
cfloop collection=#FORM# item=blah
   #blah# = #FORM[blah]# br
/cfloop
/cfoutput 

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

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


Re: Loop over field names

2008-07-16 Thread Brian Kotek
Right but that doesn't help if the field names are username_1, id_1,
username_2, id_2, etc. He needs to be able to organize multiple sets of form
data into the proper format on the server. Simply looping over the form
scope won't help with that. The hard way is to loop over the form data and
try to parse and extract the separate sets of data. The easy way is to use
my Form Utilities component that I mentioned earlier, which will create the
proper data structures automatically.

On Wed, Jul 16, 2008 at 4:44 PM, Robert Bell [EMAIL PROTECTED] wrote:

 When submitted, the FORM scope will contain these form fields.
 
 CF can access them using the CFLOOP COLLECTION attribute.
 
 m!ke

 cfoutput
 cfloop collection=#FORM# item=blah
   #blah# = #FORM[blah]# br
 /cfloop
 /cfoutput

 

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

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


Re: cfimage Blob problem

2008-07-16 Thread BJ McShane
Yes, thanks you very much that was it.  I made that setting bigger and now the 
picture is displaying the full photo.  I didn't even think about the DSN area.

Thanks for the help,

BJ


Check your datasource's advanced settings.

Is the BLOB checkbox checked?

What is the value in the Blob Buffer(bytes) field? 

m!ke

We have the employee photos stored in an oracle DB (blob format).  I'm
reading the record getting the photo and then using the image tags to
store or display them.  The problem is that some of the photos look like
they are getting cut off.  When I look at the photo it is only the
person's head or down to their eyes and the rest of the image does come
out.  I check the photo a different way using some DB tools to see if
the picture is corupt but the photo checks out OK that way.  Photos that
are less than 10 KB come out fine.  When I have a photo that is 60 KB
then the photo gets cropped off.  Is there a limit in size that I'm
hitting with these image tags.  Below is a sample of a test I set up.  I
wish I could post the photo so you get an idea of what it looks like. 

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

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


RE: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Rick Faircloth
Just to let you know...

KickAssVPS.com cut me a deal for $100 per month
on a VPS with these specs:  (Normally $130)

Setup Fee ($0)
30 GB Disk Space
1280 RAM
200 GB Data Transfer
1 IP
Windows 2003
Virtuozzo for Windows
Quad_CPU Redundant Servers
CF 8
MySQL 5 (1 GB Datasources)
SmarterMail Pro (5 domains, 250 Users)
SmarterStats Pro (50 Sites)
SmarterTrack Pro (2 Agents)
Remote Desktop
Full Admin Access
Plesk Control Panel for 100 Domains
Daily Backups
RAID Servers

I've got a promise of good support from them with a direct phone number
to the guy I was dealing with, so we'll see...

Rick


 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 16, 2008 3:43 PM
 To: CF-Talk
 Subject: Re: Anybody have exerience with KickAssVPS.com?
 
 It's quite a jump, but I've got to have a reliable server and service.
 HostMySite.com and KickAssVPS.com are in the running right now.
 
 HostMySite.com - $129 / month for 10GB drive space and 512GB RAM
 KickAssVPS.com - $155 / month for 20GB drive space and 2GB RAM
 
 Rick, just don't make a major mistake by comparing price only. HMS's 
 service/support is
ridiculous. I
 can tell you story after story about how they've blown me away with their 
 response/help. Their
knowledge
 of CF is awesome. They could easily field questions on this list all day long 
 - *almost* like
Watts!! :)
 
 And now, they have a dedicated VPS support team! It's even better.
 
 Will
 
 

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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Shannon Peevey
On Wed, Jul 16, 2008 at 4:13 PM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Just to let you know...

 KickAssVPS.com cut me a deal for $100 per month
 on a VPS with these specs:  (Normally $130)


At these prices, wouldn't  purchasing a Coldfusion license from Adobe, and
renting a dedicated server from someplace like
http://www.serverpronto.com/pay for itself?

(serious question),
speeves


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

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


RE: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Rick Faircloth
Hmmm... let me look at ServerPronto's site...

- Intel Pentium 4, 3 GHz (as opposed to a Quad Core Pentium)
- 1 GB RAM (Half as much)
- 160 GB HDD (as opposed to 30 GB data space)
- 800 GB Traffic Bandwidth (only 200 GB with KAVPS, but still enough)
- Only 6 email support tickets per month ($15 each for extra!)
- 6 reboots ($29 each for extra!)
- IP's - 4 (1 with KAVPS, but enough)
- Setup ($99) ($0 with KAVPS)
- Windows 2003 Server - $26 per month (incl with KAVPS)
- MSSQL 2005 Standard - $99 per month (incl with KAVPS)
- Plesk for 100 Domains - $40 per month (incl with KAVPS)

So, basically, it looks like Server Pronto would cost me
$266 per month with only 6 email support tickets included,
+ $1300 for CF 8 (let's say about $55 per month before upgrading in 2 years),
so...

- $321 per month for a dedicated server with Server Pronto
- $100 per month for VPS with KAVPS with unlimited support (phone and email)

Even with the extras, as long as a VPS suffices (which it should), it seems
the better route would be KAVPS, for me.

Am I looking at this correctly?

Rick


 -Original Message-
 From: Shannon Peevey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 16, 2008 5:19 PM
 To: CF-Talk
 Subject: Re: Anybody have exerience with KickAssVPS.com?
 
 On Wed, Jul 16, 2008 at 4:13 PM, Rick Faircloth [EMAIL PROTECTED]
 wrote:
 
  Just to let you know...
 
  KickAssVPS.com cut me a deal for $100 per month
  on a VPS with these specs:  (Normally $130)
 
 
 At these prices, wouldn't  purchasing a Coldfusion license from Adobe, and
 renting a dedicated server from someplace like
 http://www.serverpronto.com/pay for itself?
 
 (serious question),
 speeves
 
 
 

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

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


cfgrid ... misbehavior.

2008-07-16 Thread Ian Skinner
I have a cfgrid type=flash... that is behaving in an inconsistent 
manner. 

On the development server the grid tag works correctly and produces the 
desired grid control from the specified query.

On the production server, using, the same code and database, the grid 
tag produces a control with all the specified fields but no data in the 
rows.  I have confirmed that the record set being used by the grid 
control exists and has the desired data in it, but for some unknown 
reason it is not being displayed by the cfgrid... object.

As best as I can tell both the production and development server are 
identical an every relevant manner. 

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

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


Ever get this DB error Encoding Not Supported?

2008-07-16 Thread Dustin Martin
I've been getting this error while trying to run queries hitting DB2.

Error Executing Database Query.
encoding not supported!!

The queries that hit DB2 run fine on our server and my coworkers' 
computer...just not mine. I can verify the connection with no error in CF Admin 
and can hit SQL Server 2000 as well. But for the life of me I cannot figure out 
what is going on with this. I'm using a Type 4 connection on CF7. 

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

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


Multiple Job Histories

2008-07-16 Thread Robert Newhart
I am building a membership app which requires multiple job histories.  I have 
tried to build the section using the CFPanel Tabs function as well as with Spry 
panels.  Ideally, the client wants to be able to have unlimited job histories 
but is fine with a limited amount.  

I am looking for a way to accomplish the former as well as trying to accomplish 
the later.  I wanted to use a CFLOOP over the basic form rather than repeating 
the form in hard coded fashion.

Additionally, how can I save the data in the form so I can do multiple inserts 
into a database table?  I have a table with all the form fields and was going 
to use the UserID and JOIN the information for later retrieval.  Additionally, 
I am using a struc to populate the form fields if the user has already filled 
out the form and wants to return to it to update information.

Here are links to the CF Panel version and the Spry version.

http://www.visualeffectssociety.com/membership (CF Version)
http://www.visualeffectssociety.com/membership/index_spryTabbed.cfm


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

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


Re: Multiple Job Histories

2008-07-16 Thread William Seiter
 I like the method that was being used earlier.  Use javascript to 'insertRow', 
so the user can create as many histories as they need.  Then when CF receives 
the file you can do a 'while' loop that only inserts the work history data as 
the fields exist in the form element.

 

William
--
William E. Seiter
ColdFusion Programmer / Web Developer

Free Website Trade Publication  Website Magazine
Be sure to answer all of the questions on the subscription form, small price to 
pay for the loads of excellent content this magazine offers to Web 
Professionals for FREE!!

Have you ever read a book that changed your life?
Go to: www.winninginthemargins.com
Use PassKey: GoldenGrove
You'll be glad you did.

 I am building a membership app which requires multiple job histories.  
 I have tried to build the section using the CFPanel Tabs function as 
 well as with Spry panels.  Ideally, the client wants to be able to 
 have unlimited job histories but is fine with a limited amount.  
 
 I am looking for a way to accomplish the former as well as trying to 
 accomplish the later.  I wanted to use a CFLOOP over the basic form 
 rather than repeating the form in hard coded fashion.
 
 Additionally, how can I save the data in the form so I can do multiple 
 inserts into a database table?  I have a table with all the form 
 fields and was going to use the UserID and JOIN the information for 
 later retrieval.  Additionally, I am using a struc to populate the 
 form fields if the user has already filled out the form and wants to 
 return to it to update information.
 
 Here are links to the CF Panel version and the Spry version.
 
 http://www.visualeffectssociety.com/membership (CF Version)
 http://www.visualeffectssociety.com/membership/index_spryTabbed.cfm


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

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


Re: cfwindow inside iframe issue

2008-07-16 Thread William Seiter
I set up a text box and a text field to try to mimic what you are trying to do. 
 I was able to come up with this, somewhat rudimentary, concept below.  I hope 
that it might help you to debug.


var submitRow = function () {
var newmssg = document.getElementById('message').value;
if(newmssg..length) {
addRow(newmssg);
} else {
alert('No Text to Add');
}
}
var addRow = function (mssg) {
newRow = document.getElementById('testTable').insertRow(0);
newRow.id = 'newrow' + 
document.getElementById('testTable').rows.length;
newCell = newRow.insertCell(0);
newCell.innerHTML = 'a href=javascript:remRow(\'' + newRow.id + 
'\')' + mssg + document.getElementById('testTable').rows.length + '/a';
}
var remRow = function (rowid) {
var lastrow = document.getElementById('testTable').rows.length - 1;
for (x=0;x=lastrow;x++) {
if(document.getElementById('testTable').rows[x].id == rowid) {
document.getElementById('testTable').deleteRow(x);
break;
}
}
}


--
William E. Seiter
ColdFusion Programmer / Web Developer

Free Website Trade Publication  Website Magazine
Be sure to answer all of the questions on the subscription form, small price to 
pay for the loads of excellent content this magazine offers to Web 
Professionals for FREE!!

Have you ever read a book that changed your life?
Go to: www.winninginthemargins.com
Use PassKey: GoldenGrove
You'll be glad you did. 

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

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


Re: Multiple Job Histories

2008-07-16 Thread Robert Newhart
William, when you say the method used earlier Im not really clear on what you 
mean.  Additionally, I don't have any real Javascript experience.


  I like the method that was being used earlier.  Use javascript to 
 'insertRow', so the user can create as many histories as they need.  
 Then when CF receives the file you can do a 'while' loop that only 
 inserts the work history data as the fields exist in the form element.
 
 
 
 
 
 William
 --
 William E. Seiter
 ColdFusion Programmer / Web Developer
 
 Free Website Trade Publication  Website Magazine
 Be sure to answer all of the questions on the subscription form, small 
 price to pay for the loads of excellent content this magazine offers 
 to Web Professionals for FREE!!
 
 Have you ever read a book that changed your life?
 Go to: www.winninginthemargins.com
 Use PassKey: GoldenGrove
 You'll be glad you did.
 
  I am building a membership app which requires multiple job histories.  
 
  I have tried to build the section using the CFPanel Tabs function as 
 
  well as with Spry panels.  Ideally, the client wants to be able to 
  have unlimited job histories but is fine with a limited amount.  
  
  I am looking for a way to accomplish the former as well as trying to 
 
  accomplish the later.  I wanted to use a CFLOOP over the basic form 
 
  rather than repeating the form in hard coded fashion.
  
  Additionally, how can I save the data in the form so I can do 
 multiple 
  inserts into a database table?  I have a table with all the form 
  fields and was going to use the UserID and JOIN the information for 
 
  later retrieval.  Additionally, I am using a struc to populate the 
  form fields if the user has already filled out the form and wants to 
 
  return to it to update information.
  
  Here are links to the CF Panel version and the Spry version.
  
  http://www.visualeffectssociety.com/membership (CF Version)
  http://www.visualeffectssociety.com/membership/index_spryTabbed.cfm


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

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


Re: loop over list question

2008-07-16 Thread Carl Von Stetten
Rachel,

You might want to look into Brian Kotek's FormUtils, which I believe is 
designed to handle just this kind of situation.

http://formutils.riaforge.org/

HTH,
Carl

Rachel B wrote:
 Carl,

 I did the cfdump and here is what i got

 CURRENTDATERESOL on,on  
 CURRENTDATEVERT on,on  
 DEPTVENDOR Shipping/Receiving,Shipper  
 DESCRIPTION descr,descript   
 FIELDNAMES 
 ID,MODELNO,PRODUCTTYPE,HARDWAREFAILURE,SERIALNUM,SOFTHARDWARE,DESCRIPTION,RESOLUTION,RESDATE,CURRENTDATERESOL,RESVERTIFIED,VERTIFIDATE,CURRENTDATEVERT,DEPTVENDOR,RMA,MODELNO,PRODUCTTYPE,HARDWAREFAILURE,SERIALNUM,SOFTHARDWARE,DESCRIPTION,RESOLUTION,RESDATE,CURRENTDATERESOL,RESVERTIFIED,VERTIFIDATE,CURRENTDATEVERT,DEPTVENDOR,RMA
  
 HARDWAREFAILURE DOA,Infant Mortality  
 ID 627  
 MODELNO modelnoTest,modelnoTest  
 PRODUCTTYPE Accessory,Labtop  
 RESDATE 7/16/2008  
 RESOLUTION resol,resolution  
 RESVERTIFIED resolutionverttest,resolutionverttest  
 RMA rma,rma test  
 SERIALNUM 567,8910  
 SOFTHARDWARE soft,hard test  
 VERTIFIDATE 7/16/2008
   

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

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


cfprocparam and varchar(max)

2008-07-16 Thread Scott Brady
I have a stored procedure in SQL Server 2005 which takes two input
parameters, one of which is a varchar(max) data type.  When I try to
call the procedure with cfstoredproc, I get an error Operand type
clash: text is incompatible with int .  If I use cfquery to execute
the procedure (using cfqueryparams), it runs just fine. I'm assuming
it's something with the varchar(max) datatype.  Any ideas what it
could be?  Searching hasn't resulted in any issues.

Here's the signature of the procedure:

CREATE PROCEDURE dbo.prc_MyProc
@affiliateID INTEGER,
@xmlText VARCHAR(MAX)
AS
BEGIN

END

Here's the cfquery which works:

cfquery name=local.qResults datasource=#this.dsn#
EXECUTE dbo.prc_myProc
cfqueryparam value=#arguments.affiliateID# 
cfsqltype=cf_sql_integer /,
cfqueryparam value=#arguments.xmlText# 
cfsqltype=cf_sql_clob /
/cfquery

And here's the storedproc which doesn't:
cfstoredproc procedure=prc_myProc datasource=#this.dsn#
result=local.qResults
cfprocparam dbvarname=@affiliateID
variable=#val(arguments.affiliateID)# cfsqltype=CF_SQL_INTEGER /
cfprocparam dbvarname=@xmlText value=#arguments.xmlText#
cfsqltype=CF_SQL_CLOB /
/cfstoredproc

(and, sure, I could use cfquery to do it, but I prefer
cfstoredproc to call procedures)

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/



Now playing on iTunes: Phil Collins - Take Me Home
http://foxytunes.com/artist/phil+collins/track/take+me+home

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

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


Re: cfcatch

2008-07-16 Thread s. isaac dealey
 I always thought any error generated can be cfdump'd by dumping
 cfcatch obj. Every now and then I get [unknown type] when I dump
 cfcatch and that always stumped me. However, when I output 
 cfcatch.Message and cfcatch.Detail, they always work. What am I
 missing?? I see it mostly on CFMX

There was a problem with some older versions of MX (I'm using 8 now) in
which cfcatch objects weren't always ... well they weren't always the
same kind of object I don't think... and occasionally the object would
misbehave like you're describing. 

It happened to me with such frequency that I actually created a function
that I shared with the community and also added into my open-source
libraries for ensuring that the cfcatch object would behave like a
structure the way it's supposed to. 

It's not a terribly complicated technique, but it's a pain to have to
always remember to wrap any caught error with that function and given
that I believe the problem has been resolved with more recent versions
(because I haven't been very faithful about applying my solution but
haven't been seeing those errors in a while), I removed the function
from my framework library last week or so... So it's kind of ironic to
me that you ask about this today, because I hadn't thought about this
problem in a while. :) 

Anyway, this was my solution: 

cfset copy = structNew() /
cfset structAppend(copy,cfcatch,true) /
cfset cfcatch = copy /

Don't ask me why structAppend worked when attempts to reference the keys
sometimes produced the is not a structure error. Maybe they were using
strict-typing. ;) 

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

http://onTap.riaforge.org/blog



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

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


Weird CF error in the administrator

2008-07-16 Thread Bobby Hartsfield
Google isn't much help on this one.

 

Today, we got our new virtual dev server in and setup a few instances of CF8
on it. Each instance is identical, stand alone, latest hotfixes, etc..

 

When I added the datasources through the CF Administrator, everything went
fine. But when I actually hit the application and came back to change a
datasource, there was a CF error on the datasources section of the
administrator . The error was Element DRIVER is undefined in FORM. The
debug output info pointed to
E:\something\something\CFIDE\administrator\datasources\index.cfm line 69.
funny thing is. the app is on the C drive and E drive doesn't exist.

 

Deleting the browsers cookies was the only way to get rid of the error and
regain access to the datasources section. but as soon as the app is accessed
in a browser again the error returns and the datasources section is again
inaccessible. 

 

It is the same problem on 4 different instances of CF8. (3 of them are
identical in every way since they are in the virtual environment and were
all created from a snapshot)

 

Has anyone ever seen or heard of this happening before?





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

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


Re: Multiple Job Histories

2008-07-16 Thread William Seiter
http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57026#309182


 William, when you say the method used earlier Im not really clear on 
 what you mean.  Additionally, I don't have any real Javascript 
 experience.
 
 

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

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


Re: cfprocparam and varchar(max)

2008-07-16 Thread C S
   cfprocparam dbvarname=@affiliateID
variable=#val(arguments.affiliateID)# cfsqltype=CF_SQL_INTEGER /

I think the attribute should be value not variable.  Also, I thought 
dbvarname was deprecated ?




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

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


Re: Multiple Job Histories

2008-07-16 Thread Robert Newhart
William,

Thank you for your help.  I will do some homework to figure out how to get this 
done, but you have given me a starting point.

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57026#309182


 William, when you say the method used earlier Im not really clear on 
 what you mean.  Additionally, I don't have any real Javascript 
 experience.
 
 

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

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


CFWindow and CFForm Submit

2008-07-16 Thread Michael Fisher
Hi,

I have looked around and have found documentation stating that if I have a 
cfwindow with a cfform, the form will submit in the cfwindow and will NOT 
refresh the parent page. Is this correct. I need the parent page to refresh 
because I have a query setup when you initially hit the page. The cfwindow 
contains a cfgrid that populates from this query. When grid data is changed, 
the parent window never refreshes and the old data is still populated into the 
grid. When i manually refresh the parent page, the new data can now be seen.

Is there a way to refresh the parent page when using cfform and cfwindow?

Thanks! 

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

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


CF5 on Win2k3

2008-07-16 Thread Aaron Rouse
Anyone messed with removing CF5 from a Win2k3 box and if so was there
anything special you had to do to get it off?  We plan to remove it from
some of our boxes and put a clean install of CF8 on them.  I have seen the
note from Adobe on how to put it on and just assuming we work backwards on
that.

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

-- 
Aaron Rouse
http://www.happyhacker.com/


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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Shannon Peevey
On Wed, Jul 16, 2008 at 4:41 PM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Hmmm... let me look at ServerPronto's site...

 - Intel Pentium 4, 3 GHz (as opposed to a Quad Core Pentium)
 - 1 GB RAM (Half as much)
 - 160 GB HDD (as opposed to 30 GB data space)
 - 800 GB Traffic Bandwidth (only 200 GB with KAVPS, but still enough)
 - Only 6 email support tickets per month ($15 each for extra!)
 - 6 reboots ($29 each for extra!)
 - IP's - 4 (1 with KAVPS, but enough)
 - Setup ($99) ($0 with KAVPS)
 - Windows 2003 Server - $26 per month (incl with KAVPS)
 - MSSQL 2005 Standard - $99 per month (incl with KAVPS)
 - Plesk for 100 Domains - $40 per month (incl with KAVPS)

 So, basically, it looks like Server Pronto would cost me
 $266 per month with only 6 email support tickets included,
 + $1300 for CF 8 (let's say about $55 per month before upgrading in 2
 years),
 so...

 - $321 per month for a dedicated server with Server Pronto
 - $100 per month for VPS with KAVPS with unlimited support (phone and
 email)

 Even with the extras, as long as a VPS suffices (which it should), it seems
 the better route would be KAVPS, for me.

 Am I looking at this correctly?


Probably.  I run Debian, and no MSSQL server or control panel.  So that
evens it up with more pipeline, etc.  We needed more pipeline, (peaking at
1.3 TB a month), so just moved from running our own box at colo4dallas to a
managed box at serverbeach.  They have both been good.  We used serverpronto
for about 2 years, (back in the day), and they were pretty solid as well.
(For anyone who is interested).

Cool.  Thanks for the serious reply, (and no flames :) ).

speeves


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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Mary Jo Sminkey
I'm considering moving to a new VPS provider and found KickAssVPS.com on 
Google.
I haven't heard of them before or seen them mentioned on the list, so I thought
I'd ask about experience.  Offerings and price looks good, including CF 8.

Rick, I've been using KickAss for a few months now with a client of mine and 
we've been very happy with them. They know ColdFusion (always a plus, when 
you've had to deal with places like GoDaddy, ha!) and I've always gotten fast 
support when needed. I'm running Railo on our server and have really had only 
one instance where we had some downtime, which was pretty insignificant. I did 
a fair amount of research before using them and found all stellar reviews, but 
they appear to be fairly new, so it's a fairly small sample size. I've since 
only seen one bad less-than-happy review of them, but with our experience so 
far, I don't hesitate to recommend them. 


--- Mary Jo





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

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


Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Mary Jo Sminkey
It's quite a jump, but I've got to have a reliable server and service.
HostMySite.com and KickAssVPS.com are in the running right now.

HostMySite.com - $129 / month for 10GB drive space and 512GB RAM
KickAssVPS.com - $155 / month for 20GB drive space and 2GB RAM


I assume you mean HMS is 512MB, not GB. ;-) 

This is one of the major reasons we went with KAVPS...they don't skimp on the 
RAM. I personally just get a little leery about running CF, MySQL *and* a mail 
server on 512MB of RAM. My customer's site which is a really low-traffic site 
is typically using about 450MB (again though, that's Railo, not sure how the 
usage with CF would compare). Granted, that amount is just dedicated RAM and it 
can burst higher, but it's something to really seriously look at, particularly 
if you have a high-traffic site. 


--- Mary Jo




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

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