RE: [cfaussie] Graphs

2012-09-11 Thread Steve Onnis
I would have an excel file that is set up to use the inbuilt excel
spreadsheet functionality and then use cf to update the spreadsheet data
that the graph uses

 

From: Brian Knott [mailto:bkn...@jbk.com.au] 
Sent: Wednesday, 12 September 2012 10:30 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Graphs

 

 

Quick question on Graphs.  I have not used them much, but are you able to
export a graph to an excel file.

 

The customer wants to have a reporting page that shows summary's and graphs
but also wants to export that page to Excel.  My first thought was it should
be no problems.  I have no problems exporting reports, just have not tried
Graphs.

 

Brian

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CF10 and uploading files with mime type restriction

2012-09-11 Thread Steve Onnis
Has anyone has any issues uploading files using CF10 with the accept 
attribute?

I am trying to set accept=image/* but it is failing with an error of

*The MIME type or the Extension of the uploaded file image/jpeg was not 
accepted by the server. Only files of type image/* can be uploaded. Verify 
that you are uploading a file of the appropriate type

*If i change it to accept=image/jpeg it works but the wildcard does not 
seem to work.*

*Steve*
*

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/6WWxCh-S-KgJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
applications?

I have it set up on a CF9 server and it is working fine but CF10 just gives 
me a page not found 404 error.

I have enabled the logging for the wrl rewrite module and it is definatly 
working and re-writting the url but it seems it is not passing it back into 
the cf server.

any ideas?

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
It is working on CF9. No issues there.  The issues is with CF10

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 10 September 2012 4:46 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

The URL re-write module as part of IIS?

If so yes I have that working on http://www.learncf.com and
http://www.cfmldocs.com I took the .htaccess files and imported them ( was
on iis6 cf9 and helicaon ).

I had no issues.

Is the site connected properly with the connector tool.  I had some issues
where the site was working is i used site.com/index.cfm but even though the
default docs were set in IIS they would not load till I reconnected the site
to coldfusion.

Paul.


On 10/09/2012 4:40 PM, Steve Onnis wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 just 
 gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
Yes the hotfix has been applied

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Monday, 10 September 2012 4:48 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

have you applied the 10.0.1 hotfix?

On Mon, Sep 10, 2012 at 4:40 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 just 
 gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
When you say  they would not load till I reconnected the site to
coldfusion what do you mean?

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 10 September 2012 4:56 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

As i mentioned I took CF9 IIS6 to IIS7 CF10 without issue.

Paul.


On 10/09/2012 4:52 PM, Steve Onnis wrote:
 It is working on CF9. No issues there.  The issues is with CF10

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:46 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 The URL re-write module as part of IIS?

 If so yes I have that working on http://www.learncf.com and 
 http://www.cfmldocs.com I took the .htaccess files and imported them ( 
 was on iis6 cf9 and helicaon ).

 I had no issues.

 Is the site connected properly with the connector tool.  I had some 
 issues where the site was working is i used site.com/index.cfm but 
 even though the default docs were set in IIS they would not load till 
 I reconnected the site to coldfusion.

 Paul.


 On 10/09/2012 4:40 PM, Steve Onnis wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 just 
 gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
Tried that and still nothing.  I did notice that the path_info variable is
still empty.  Wasn't the update meant to correct that?

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 10 September 2012 5:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

For some reason on the upgrade the default document stopped working.  
Even though in IIS on the top level and on the site level it was listed it
just would not work.  WHat I had to do was use the cf connector tool to un
connect CF then re connect cf.  I'm not really sure what went wrong but
that seamed to fix it.  Just thought it would be worth a shot.

Paul.


On 10/09/2012 5:04 PM, Steve Onnis wrote:
 When you say  they would not load till I reconnected the site to 
 coldfusion what do you mean?

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:56 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 As i mentioned I took CF9 IIS6 to IIS7 CF10 without issue.

 Paul.


 On 10/09/2012 4:52 PM, Steve Onnis wrote:
 It is working on CF9. No issues there.  The issues is with CF10

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:46 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 The URL re-write module as part of IIS?

 If so yes I have that working on http://www.learncf.com and 
 http://www.cfmldocs.com I took the .htaccess files and imported them 
 ( was on iis6 cf9 and helicaon ).

 I had no issues.

 Is the site connected properly with the connector tool.  I had some 
 issues where the site was working is i used site.com/index.cfm but 
 even though the default docs were set in IIS they would not load till 
 I reconnected the site to coldfusion.

 Paul.


 On 10/09/2012 4:40 PM, Steve Onnis wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 
 just gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.



 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
it is a pretty basic rewrite.

rewrite
rules
clear /
rule name=append .cfm enabled=true
stopProcessing=true
match url=^(.+) /
conditions logicalGrouping=MatchAll
trackAllCaptures=false
add input={REQUEST_FILENAME}
pattern=.cfm negate=true /
add input={REQUEST_FILENAME}
matchType=IsDirectory negate=true /
add input={REQUEST_FILENAME}
matchType=IsFile negate=true /
/conditions
action type=Rewrite url={R:0}/index.cfm
logRewrittenUrl=true /
/rule
/rules
/rewrite

all it does it make /some-folder/ info /some-folder/index.cfm

The logging is showing this

REWRITE_ACTION Substitution={R:0}index.cfm,
RewriteURL=/library/plant-industry/index.cfm, AppendQueryString=true,
LogRewrittenURL=true 
RULE_EVALUATION_END RuleName=append .cfm,
RequestURL=library/plant-industry/index.cfm, QueryString=,
StopProcessing=true, Succeeded=true 
URL_REWRITE_END RequestURL=/library/plant-industry/index.cfm



This to me is saying that it is handling the url re-write correctly but i am
still getting an IIS 404 message.  If i go to
/library/plant-industry/index.cfm directly in the browser i get my
coldfusion file loading


Steve

-Original Message-
From: Steve Onnis [mailto:st...@cfcentral.com.au] 
Sent: Monday, 10 September 2012 5:26 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

Tried that and still nothing.  I did notice that the path_info variable is
still empty.  Wasn't the update meant to correct that?

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com]
Sent: Monday, 10 September 2012 5:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

For some reason on the upgrade the default document stopped working.  
Even though in IIS on the top level and on the site level it was listed it
just would not work.  WHat I had to do was use the cf connector tool to un
connect CF then re connect cf.  I'm not really sure what went wrong but
that seamed to fix it.  Just thought it would be worth a shot.

Paul.


On 10/09/2012 5:04 PM, Steve Onnis wrote:
 When you say  they would not load till I reconnected the site to 
 coldfusion what do you mean?

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:56 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 As i mentioned I took CF9 IIS6 to IIS7 CF10 without issue.

 Paul.


 On 10/09/2012 4:52 PM, Steve Onnis wrote:
 It is working on CF9. No issues there.  The issues is with CF10

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:46 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 The URL re-write module as part of IIS?

 If so yes I have that working on http://www.learncf.com and 
 http://www.cfmldocs.com I took the .htaccess files and imported them 
 ( was on iis6 cf9 and helicaon ).

 I had no issues.

 Is the site connected properly with the connector tool.  I had some 
 issues where the site was working is i used site.com/index.cfm but 
 even though the default docs were set in IIS they would not load till 
 I reconnected the site to coldfusion.

 Paul.


 On 10/09/2012 4:40 PM, Steve Onnis wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 
 just gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.



 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr

RE: [cfaussie] Coldfusion 10 debug nifo covered by black strip

2012-09-10 Thread Steve Onnis
Charlie

 

Do you know if you can change it back to the standard error template?  I
tried to edit the template itself but it is an encrypted template

 

Steve

 

From: Charlie Arehart [mailto:charlie_li...@carehart.org] 
Sent: Monday, 10 September 2012 11:27 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion 10 debug nifo covered by black strip

 

Folks/Steve, this odd-looking error page is indeed a feature of CF10-that
is, if you have enabled the new secure profile feature during
installation, which Steve must have done (and Dale and others on CF10 not
seeing it, had not). 

So this odd error page Steve's seeing is the result of the HTML generated in
a page that's defined as the sitewide error handler (the file pointed to in
the corresponding field of the CF Admin server settings page). When the
secure profile feature is selected, that sitewide error field is
prepopulated with a new pre-written (bland) error CFM page (otherwise, the
default is for that sitewide error handler field to be blank on install). 

So CF10 users with the secure profile enabled will see that new error page
on any CF error that is otherwise not handled in their code. Traditionally,
any error in CF that's not handled would get the good old CF error page
(which showed details or not depending on the robust exception handling
setting). With the new secure profile, you see this generic page with
little info.  It's all about being more secure, of course. :-)

But I'm sure many people will be caught out by this for some months/years to
come, as people get used to it. As we saw here, even those also on CF10
won't see it, unless they have used the secure profile feature-and only
then if they have otherwise unhandled errors.

Hope that helps.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Dale Fraser
Sent: Friday, September 07, 2012 2:16 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion 10 debug nifo covered by black strip

 

Yep, have those

 

C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\templates\assets

 

Might want to ask Adobe what causes this since we don't see it.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, 7 September 2012 1:50 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion 10 debug nifo covered by black strip

 

It has to be a Coldfusion this.  The circle is pointing to
/CFIDE/administrator/templates/assets/spot.png
view-source:http://www3.scienceimage.csiro.au/CFIDE/administrator/templates
/assets/spot.png 

 

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
Just an update on this.

The url re-write is definatly working. The rewrite logs show the url being
re written and the IIS logs also show the expected url being logged but the
browser is still showing me the IIS 404-File not found message.

I am starting to think that the Enable HTTP status codes setting which i
have turned off hasnt actually turned off for the instance i am running.

Does anyone know where the setting for this are kept?  I assume is it in an
XML file somewhere?  I would like to double check it


Steve



-Original Message-
From: Steve Onnis [mailto:st...@cfcentral.com.au] 
Sent: Monday, 10 September 2012 5:39 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

it is a pretty basic rewrite.

rewrite
rules
clear /
rule name=append .cfm enabled=true
stopProcessing=true
match url=^(.+) /
conditions logicalGrouping=MatchAll
trackAllCaptures=false
add input={REQUEST_FILENAME}
pattern=.cfm negate=true /
add input={REQUEST_FILENAME}
matchType=IsDirectory negate=true /
add input={REQUEST_FILENAME}
matchType=IsFile negate=true /
/conditions
action type=Rewrite url={R:0}/index.cfm
logRewrittenUrl=true /
/rule
/rules
/rewrite

all it does it make /some-folder/ info /some-folder/index.cfm

The logging is showing this

REWRITE_ACTION Substitution={R:0}index.cfm,
RewriteURL=/library/plant-industry/index.cfm, AppendQueryString=true,
LogRewrittenURL=true 
RULE_EVALUATION_END RuleName=append .cfm,
RequestURL=library/plant-industry/index.cfm, QueryString=,
StopProcessing=true, Succeeded=true 
URL_REWRITE_END RequestURL=/library/plant-industry/index.cfm



This to me is saying that it is handling the url re-write correctly but i am
still getting an IIS 404 message.  If i go to
/library/plant-industry/index.cfm directly in the browser i get my
coldfusion file loading


Steve

-Original Message-
From: Steve Onnis [mailto:st...@cfcentral.com.au]
Sent: Monday, 10 September 2012 5:26 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

Tried that and still nothing.  I did notice that the path_info variable is
still empty.  Wasn't the update meant to correct that?

-Original Message-
From: Paul Kukiel [mailto:kuki...@gmail.com]
Sent: Monday, 10 September 2012 5:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 url_rewrite

For some reason on the upgrade the default document stopped working.  
Even though in IIS on the top level and on the site level it was listed it
just would not work.  WHat I had to do was use the cf connector tool to un
connect CF then re connect cf.  I'm not really sure what went wrong but
that seamed to fix it.  Just thought it would be worth a shot.

Paul.


On 10/09/2012 5:04 PM, Steve Onnis wrote:
 When you say  they would not load till I reconnected the site to 
 coldfusion what do you mean?

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:56 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 As i mentioned I took CF9 IIS6 to IIS7 CF10 without issue.

 Paul.


 On 10/09/2012 4:52 PM, Steve Onnis wrote:
 It is working on CF9. No issues there.  The issues is with CF10

 -Original Message-
 From: Paul Kukiel [mailto:kuki...@gmail.com]
 Sent: Monday, 10 September 2012 4:46 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] coldfusion 10 not working with IIS7 
 url_rewrite

 The URL re-write module as part of IIS?

 If so yes I have that working on http://www.learncf.com and 
 http://www.cfmldocs.com I took the .htaccess files and imported them 
 ( was on iis6 cf9 and helicaon ).

 I had no issues.

 Is the site connected properly with the connector tool.  I had some 
 issues where the site was working is i used site.com/index.cfm but 
 even though the default docs were set in IIS they would not load till 
 I reconnected the site to coldfusion.

 Paul.


 On 10/09/2012 4:40 PM, Steve Onnis wrote:
 Has anyone had a go at using the IIS7 URL_REWRITE module with CF10 
 applications?

 I have it set up on a CF9 server and it is working fine but CF10 
 just gives me a page not found 404 error.

 I have enabled the logging for the wrl rewrite module and it is 
 definatly working and re-writting the url but it seems it is not 
 passing it back into the cf server.

 any ideas?

 Steve
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/I8y5Df06NHYJ.
 To post to this group, send email to cfaussie

[cfaussie] Coldfusion 10 debug nifo covered by black strip

2012-09-06 Thread Steve Onnis
Is there any way to just have a plain page without that stupid blue circle 
and black bar when the cfm page errors?  The thick black strip seems to be 
obstructing the details being displayed.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/VYHjKc_B_s4J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CF10 Solr not working

2012-09-06 Thread Steve Onnis
We have just installed a new CF10 server and i am getting this really un 
helpful error message and all i am doing is trying to get a list of 
collections via...

cfcollection action=list name=qry /

The error being returned is 

An error occurred while performing an operation in the Search Engine 
library.Error getting collection information.: 
org.apache.solr.common.SolrException: Error handling 'status' action 
org.apache.solr.common.SolrException: Error handling 'status' action at 
org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:445)
 
at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:135)
 
at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
 
at 
org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:309)
 
at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:185)
 
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
 
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399) 
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) 
at org.mortbay.jetty.servlet.SessionHandler.h...

Any ideas?  Seems strange i cant even just get a simple list

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/fHq2wJ_84NEJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: HQL Date comparisons

2012-09-05 Thread Steve Onnis
anyone?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/e6czCRQDR6wJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Query of Query between multiple recordsets

2012-08-23 Thread Steve Onnis
Finally got this to work.  It seemes i only needed to CAST the value that 
was a string and not the one that was already a number.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/Y1SAugGoVG0J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CFSEARCH ignore case on criteria

2012-08-23 Thread Steve Onnis
Does anyone know how to get CFSEARCH to ignore the case of a search critera 
string when performing a search?

The docs say (though i think it only refers to verity) that if you pass in 
either all UPPER case or all lower case the search will ignore the case of 
the term and perfom the search ignoring the case but whis does not work.

Any help appreciated :)

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/5ZIXSxvDDa4J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Query of Query between multiple recordsets

2012-08-22 Thread Steve Onnis
Does anyone know if you can actually query of query between more than one 
query?

like 

cfquery dbtype=query name=LOCAL.searchResults
SELECTcolumn
 FROMquery1, query2
 WHEREquery1.id = query2.id
/cfquery

I am trying to do it but seem to be getting casting issues.  I have tried 
to case the datatypes to be the same type but still no joy

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/i9vh8frVHKkJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Query of Query between multiple recordsets

2012-08-22 Thread Steve Onnis
i am doing a filtering process combining a cfsearch result set and a result
set from a database query. The KEY value from the cfsearch is matching up
with the primary key value from the db query. i did notice that the key
value from cfsearch is cast as a string where was the id from the db is a
number.

i have tried casting both to NUMBER and as STRING but neither worked and
still got the casting error and also the error saying that the query was
expecting (like|between) thing when i try to use = in the join
 
-Original Message-
From: Andrew Myers [mailto:am2...@gmail.com] 
Sent: Wednesday, 22 August 2012 6:17 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Query of Query between multiple recordsets

Would using union help?  I've done this before with qoq but I'm not sure of
its applicable here without seeing your data sets 

Sent from my mobile

On 22/08/2012, at 6:13 PM, Zac Spitzer zac.spit...@gmail.com wrote:

 you definitely can, one workaround for casting issues is to simply 
 serialise to json and back
 
 On Wed, Aug 22, 2012 at 6:05 PM, Steve Onnis st...@cfcentral.com.au
wrote:
 Does anyone know if you can actually query of query between more than 
 one query?
 
 like
 
 cfquery dbtype=query name=LOCAL.searchResults
SELECTcolumn
 FROMquery1, query2
 WHEREquery1.id = query2.id
 /cfquery
 
 I am trying to do it but seem to be getting casting issues.  I have 
 tried to case the datatypes to be the same type but still no joy
 
 Steve
 
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/i9vh8frVHKkJ.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
 
 
 --
 Zac Spitzer
 Solution Architect / Director
 Ennoble Consultancy Australia
 +61 405 847 168
 
 --
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] cfimage processing slow

2012-08-08 Thread Steve Onnis
Charlie

Once again thank you for such an indepth response.

Yes the task i am performing is resizing, generating thumbnails of images.
I have about 12000 images that i am performing this task on and i have been
monitoring the folder that the generated thumbnails are being stored in.  I
have been noticing that the number of images are increasing as the
thumbnails are generated but the increase seems to be but units of one or
two.  I appreciate that the there will be a delay between when windows
updates its files in folder count which would explain the increment values.

What i then did was create a file that added 50 iframes each with the url of
the script that is performing the task.  I would have assumed that doing
this would see the number of files in the thumbnail folder increase by
larger increments and a lot faster which does not seem to be the case.  It
is like everything is being queued up and processed one at a time.

The only thing i can think of is that this isnt working because of a limit
of the number of simultaneous requests that the browser can handle. I have
tried this also using multiple browser windows with the same outcome.

Steve

-Original Message-
From: Charlie Arehart [mailto:charlie_li...@carehart.org] 
Sent: Wednesday, 8 August 2012 11:07 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] cfimage processing slow

Hey Steve, here are two thoughts about your challenge with image processing.

First, in case you or others may have wondered, image manipulation is NOT
among the features that are single-threaded in CF Standard due to the
enterprise feature router or EFR feature (which limits performance of some
tags in CF Standard as compared to CF Enterprise, by single-threading them).
This is discussed briefly on the CF9 feature comparison matrix:

http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_
ue.pdf


Second, you don't mention it, but by any chance is the processing you want
to do image resizing? This is indeed a common source of frustration and
annoyance for many, and there may be very good news for you if that's the
problem you're hitting.

No one's mentioned it here yet, but for image resizing in CF (whether with
the CFIMAGE tag or imageresize function), the default interpolation value,
which is highestquality,  can be changed to highestperformance, which
may make a great improvement without much loss of image quality. Test for
yourself to see.

One challenge is that changing this is not supported in CFIMAGE until CF10.
But in CF8 and 9 you can change to using the imageresize function, which
supports changing the interpolation as its 4th argument.

I discuss all this in more detail in a blog entry here:
http://www.carehart.org/blog/client/index.cfm/2012/5/28/cf_image_resizing_pr
oblem_and_solution.

Finally, I do realize that some resize problems are due to color level
issues like James mentions in his comment here. I'll note that Adobe says
they addressed this some in CF10 also (at least on OSX and 64-bit OS's), but
if anyone has an example for them that still performs poorly in CF10, I'm
sure they'd want to hear about it and address is if possible.

But back to Steve's original question here, I wanted to make sure that folks
having resize performance problems are at least aware of this interpolation
issue, since it's so easy to change and test. It's helped a lot of people
when I've been helping with image resize performance problems. 

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Zac Spitzer
Sent: Wednesday, August 08, 2012 2:30 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] cfimage processing slow

if it's slow, they are probably RGBA images

this might help

http://zacster.blogspot.com.au/2011/05/coldfusion-slow-imageresize-problem.h
tml

z

On Wed, Aug 8, 2012 at 3:29 PM, Steve Onnis st...@cfcentral.com.au wrote:
 currently cf9

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/cfaussie/-/eGz7OD5Ayg8J.

 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email

[cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
Does anyone one if the processes used behind the cfimage functions are 
single threaded?  Like, can it only process one image at a time?  I am 
having this issue where i am trying to launch multiple browsers to process 
some images to get it done faster but i still seems like everything is 
being queued and it doesnt matter how many processes i start, only one 
image is being processed at a time.

any ideas?

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/eA-XnXEXYF8J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
Could it be a browser this? Only being able to handle a certain number of 
requests at a time?  I set up a script where i embeded like 50 iframes onto 
a page with the url i am trying to process but it didnt seem to do much at 
all.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/jkoI7zrIFLwJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
currently cf9

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/eGz7OD5Ayg8J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] ORM and Solr

2012-07-15 Thread Steve Onnis
using verity and solr you can use queries to populate index collections. i
was wondering if anyone has done anything with using ORM objects and
populating search collection with them?

 

basically what i want to do is do something like call a EntityLoad(entity)
and pass the whole collection of items into the cfcollection / tag somehow
and use the info from the ORM to populate my collection.

 

Any thoughts?  or will i have to potentially generate a query object out of
my ORM data to pass into the collection?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CF9 on IIS7.5 Error Messages

2012-07-04 Thread Steve Onnis
I have had a bit of a look around but cant seem to find a solution for this.

 

IIS7 is hijacking the coldfusion errors and just displaying an internal
error 500 message.

 

Anyone got a working around for this?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] catching a thrown error

2012-06-26 Thread Steve Onnis
If you use CFTHROW to throw errors, can you still use TRY/CATCH to catch the
error and handle it how you want to handle it?

 

I have tried but all i get is the thrown error which is not what i want to
do.  I want to throw it but then use a TRY/CATCH to catch the thrown error
and return a specific message as the result.

 

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] catching a thrown error

2012-06-26 Thread Steve Onnis
Thanks. Figured it out. I was doing it in script and i had catch (e Any) but
its meant to have been catch (Any e)

 

 

From: AJ Mercer [mailto:ajmer...@gmail.com] 
Sent: Tuesday, 26 June 2012 6:32 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] catching a thrown error

 

if you specifiy a custom type, you need to catch that type

eg

 

 

cftry

cfthrow type=myError  message=my error message detail=my error
details errorcode=500



cfcatch type=myError

cfdump var=#cfcatch# label=catch my error expand=true
/

 

/cfcatch



cfcatch

cfdump var=#cfcatch# label=cfcatch expand=true /



/cfcatch

/cftry

 

On 26 June 2012 15:48, Steve Onnis st...@cfcentral.com.au wrote:

If you use CFTHROW to throw errors, can you still use TRY/CATCH to catch the
error and handle it how you want to handle it?

 

I have tried but all i get is the thrown error which is not what i want to
do.  I want to throw it but then use a TRY/CATCH to catch the thrown error
and return a specific message as the result.

 

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 

AJ Mercer
 http://webonix.net webonix:net strength=Industrial / |
http://webonix.org webonix:org community=Open /
http://twitter.com/webonix

 http://www.getrailo.org/index.cfm/community/team/ Railo Community Manager

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Steve Onnis
It made it to the list though there wasn't any question there, more of a
statement/observation.

 

Where you looking for some feedback or assistance with it?

 

From: Brett Payne-Rhodes [mailto:bret...@gmail.com] 
Sent: Monday, 25 June 2012 6:04 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF10 and redirect_url

 

Hi,

I sent this on the weekend but I don't think it made it to the list -
apologies if I am reposting unnecesarily...

-

Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I am
hoping to find some value in a wasted 4 hours...

The reason I had to back out the upgrade was because I discovered that CF10
is not passing through the web server CGI variable on page redirection. I
rely on the cgi.redirect_url variable as part of a system to support
'friendly' URLs and it has served very well for a number of years now.
However CF10 is not passing the variables through. In fact I suspect that it
is Tomcat that is the culprit given what I read here:
https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4
https://groups.google.com/forum/?fromgroups#%21topic/railo/6r5eFEPh8q4
which is from 2009 and the common factor appears to be Tomcat.

This post
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is
.html also talks about the same problem.

Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely,
because I wrote my very first .php script which I substituted it for my .cfm
page using Apache's errordocument directive and was able to dump the
redirect_url variable without any problem. I had cause to suspect Apache as
I had also upgraded to Apache2.2 as it appeared that CF10 would not run on
Apache2.0, so I wanted to eliminate Apache as the cause of the problem.
Having said that, I didn't succeed in getting CF8 to run on Apache2.2 so the
test may not be definitive.

So I'm hoping that Adobe will do something to remedy this PDQ but in case
there are others out there battling with this problem, or have a
solution(!), I thought a post to cfuassie might add some value to an
otherwise wasted evening!

Cheers,

Brett
B)



-- 
Brett Payne-Rhodes 
YourSite Web Solutions 
t: +61 (0)8 9371-0471 
m: +61 (0)414 371 047 
e: br...@yoursite.net.au 
w: http://www.yoursite.net.au

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
Using cfinvoke produces the same outcome

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Sunday, 17 June 2012 3:06 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Right, sorry on my adding createobject. But what about cfinvokeargument?
True, it's not script (though CF10 did at least add an invoke statement),
but I was just pointing out alternatives if you were stuck (and in both
cases I was going from memory from years ago). Can you confirm if it helps
you?

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 11:56 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
Even something as simple as this

 

 

cfcomponent name=testws output=false

  cfproperty name=username /

  cfproperty name=password /

  

/cfcomponent

 

Just calling that produces this error

 

10. public class WsServiceLocator extends org.apache.axis.client.Service
implements component.WsService {

 
^---
-^

*** Semantic Error: The checked exception RemoteException is not
assignable to any exception in the throws clause of the accessible method
java.lang.String getUsername(); declared in type
org.apache.axis.client.Stub.

 

 

10. public class WsServiceLocator extends org.apache.axis.client.Service
implements component.WsService {

 
^---
-^

*** Semantic Error: The checked exception CFCInvocationException is not
assignable to any exception in the throws clause of the accessible method
java.lang.String getUsername(); declared in type
org.apache.axis.client.Stub.

 

Any ideas?

This is on CF8 by the way

 

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Sunday, 17 June 2012 3:06 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Right, sorry on my adding createobject. But what about cfinvokeargument?
True, it's not script (though CF10 did at least add an invoke statement),
but I was just pointing out alternatives if you were stuck (and in both
cases I was going from memory from years ago). Can you confirm if it helps
you?

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 11:56 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
And i get the same error on CF9

 

From: Steve Onnis [mailto:st...@cfcentral.com.au] 
Sent: Tuesday, 19 June 2012 4:11 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Using cfinvoke produces the same outcome

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Sunday, 17 June 2012 3:06 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Right, sorry on my adding createobject. But what about cfinvokeargument?
True, it's not script (though CF10 did at least add an invoke statement),
but I was just pointing out alternatives if you were stuck (and in both
cases I was going from memory from years ago). Can you confirm if it helps
you?

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 11:56 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
Have just been having this discussion with Gavin.

 

This errors

 

  cfproperty name=username /

  cfproperty name=password /

 

 

This does not

 

  cfproperty name=Username /

  cfproperty name=Password /

 

 

 

It seems that the all lowercase spelling will create an error though
changing the case will not create an error.  Am i correct in assuming this
is because of the username/password settings for webservices?

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Tuesday, 19 June 2012 5:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Coldfusion Web services

 

Is this what your trying to do Steve?

Example dumps:  http://diypoll.com/tmp/
http://diypoll.com/tmp/test.cfc?wsdl 

Example wsdl:  http://diypoll.com/tmp/test.cfc?wsdl

Example method call:  http://diypoll.com/tmp/test.cfc?wsdl
http://diypoll.com/tmp/test.cfc?wsdlmethod=getUser method=getUser

WSDL cfc:

cfcomponent
cffunction name=getUser returntype=user access=remote 
cfargument name=userName required=true type=string /
cfargument name=password required=true type=string /

cfset var u = new User() /
cfset u.username = arguments.username  /
cfset u.password = arguments.password /

cfreturn u /

/cffunction
/cfcomponent

User.cfc
component {
property name=userName;
property name=password;
}

index.cfm

cfset tmp = createObject(webservice,
http://diypoll.com/tmp/test.cfc?wsdl
http://diypoll.com/tmp/test.cfc?wsdl;) /

cfset result = tmp.getUser(username=Paul, password=zzSecret99 ) /

cfset dmp = {result = result} /

cfdump var=#result.getUserName()# /br /
cfdump var=#result.getPassword()# /
cfdump var=#dmp# /





On 19/06/2012 4:18 PM, Steve Onnis wrote:

Even something as simple as this

 

 

cfcomponent name=testws output=false

  cfproperty name=username /

  cfproperty name=password /

  

/cfcomponent

 

Just calling that produces this error

 

10. public class WsServiceLocator extends org.apache.axis.client.Service
implements component.WsService {

 
^---
-^

*** Semantic Error: The checked exception RemoteException is not
assignable to any exception in the throws clause of the accessible method
java.lang.String getUsername(); declared in type
org.apache.axis.client.Stub.

 

 

10. public class WsServiceLocator extends org.apache.axis.client.Service
implements component.WsService {

 
^---
-^

*** Semantic Error: The checked exception CFCInvocationException is not
assignable to any exception in the throws clause of the accessible method
java.lang.String getUsername(); declared in type
org.apache.axis.client.Stub.

 

Any ideas?

This is on CF8 by the way

 

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Sunday, 17 June 2012 3:06 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Right, sorry on my adding createobject. But what about cfinvokeargument?
True, it's not script (though CF10 did at least add an invoke statement),
but I was just pointing out alternatives if you were stuck (and in both
cases I was going from memory from years ago). Can you confirm if it helps
you?

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 11:56 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
Charlie

 

The issue is with the cfproperty tag when being used as a web service.
Passing it in using CFINCOKEARGUMENT doesn't matter because the issue
happens just be calling and creating the connection to the web service,
before you even need to be passing in arguments.

 

Take this simple web service given the name say service.cfc

 

cfcomponent name=testws output=false

  cfproperty name=username type=string required=false /

  cfproperty name=password type=string required=false /

 

  cffunction name=ping access=remote returntype=String
output=false

cfreturn Pinged /

  /cffunction

 

/cfcomponent

 

 

Just be doing this

 

cfset myWs = createObject(WEBSERVICE, service.cfc?wsdl) /

 

...will generate an error.

 

What is interesting is that changing the case of the name value to say
Username and Password stops the error from occurring.

 

As i said, the issue isn't with the passing in of the arguments, the issue
is with the instantiation of the service itself.

 

Steve

 

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Wednesday, 20 June 2012 12:47 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, please reread my note below more carefully. I do realize that
CFINVOKE fails (if you try to use it to pass in username and password as
arguments, but don't mean to use them for basic auth). 

I said that the solution was instead to pass them in with CFINVOKEARGUMENT
(the username and password, as 2 cfinvokeargument's) *within* the cfinvoke.
Can you let us know if that helps?

BTW, I realize you're also focusing on possible issues with CFPROPERTY, and
I saw your later note pointing out the case issue. I'm still proposing that
cfinvokeargument may get around either issue, so worth trying. As always,
just trying to help.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Tuesday, June 19, 2012 2:11 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Using cfinvoke produces the same outcome

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Sunday, 17 June 2012 3:06 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Right, sorry on my adding createobject. But what about cfinvokeargument?
True, it's not script (though CF10 did at least add an invoke statement),
but I was just pointing out alternatives if you were stuck (and in both
cases I was going from memory from years ago). Can you confirm if it helps
you?

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 11:56 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
I ended up having to rename the property to something else.  This issue
occurs on CF8 and CF9 L

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Wednesday, 20 June 2012 1:02 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

OK. Am just heading out so can't run test. Hope you may find another
resolution (or that you'll report the bug and Adobe resolves it). 

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Tuesday, June 19, 2012 10:56 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Charlie

 

The issue is with the cfproperty tag when being used as a web service.
Passing it in using CFINCOKEARGUMENT doesn't matter because the issue
happens just be calling and creating the connection to the web service,
before you even need to be passing in arguments.

 

Take this simple web service given the name say service.cfc

 

cfcomponent name=testws output=false

  cfproperty name=username type=string required=false /

  cfproperty name=password type=string required=false /

 

  cffunction name=ping access=remote returntype=String
output=false

cfreturn Pinged /

  /cffunction

 

/cfcomponent

 

 

Just be doing this

 

cfset myWs = createObject(WEBSERVICE, service.cfc?wsdl) /

 

...will generate an error.

 

What is interesting is that changing the case of the name value to say
Username and Password stops the error from occurring.

 

As i said, the issue isn't with the passing in of the arguments, the issue
is with the instantiation of the service itself.

 

Steve

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
It is defiantly not me. Has been confirmed by someone else also.

-Original Message-
From: Barry Beattie [mailto:barry.beat...@gmail.com] 
Sent: Wednesday, 20 June 2012 8:51 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Coldfusion Web services

 I ended up having to rename the property to something else.  This 
 issue occurs on CF8 and CF9

And yet it hasn't already been reported as a bug/known issue? Curious

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
Has anyone run into an issue with reserves words for cfproperty names?

 

 

I am creating a web service which i want to be able to pass in a
username/password.  I have added in a cfproperty with the name of username
and another named password though i am getting an exception when those
names are used.  Below is the error i am getting

 

 

10. public class JobConfiguratorServiceLocator extends
org.apache.axis.client.Service implements
jobconfigurator.JobConfiguratorService {

 
^---
-^

*** Semantic Error: The checked exception RemoteException is not
assignable to any exception in the throws clause of the accessible method
void setUsername(java.lang.String $1); declared in type
org.apache.axis.client.Stub.

 

 

Can you not have username/password as properties of a web service?  I am
pretty sure i have been able to use them for normal cfc use but i am getting
this error when using them as a web service.

 

The WSDL loads up fine also so there is no issue there.  Only issue is when
trying to access  the web service and actually use it.

 

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
If i rename username and password to _username and _password the problem
goes away

 

From: Mike Kear [mailto:afpwebwo...@gmail.com] 
Sent: Friday, 15 June 2012 5:05 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Coldfusion Web services

 

Sorry if it's a dumb question Steve,  but like you, I wouldn't have thought
'username' or 'password' would be reserved words.   Have you checked that
the problem goes away if you change the variable names to something else?
(and therefore prove that it's the variable names that are causing the
problem?)

 

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

 

 

On Fri, Jun 15, 2012 at 4:04 PM, Steve Onnis st...@cfcentral.com.au wrote:

Has anyone run into an issue with reserves words for cfproperty names?

 

 

I am creating a web service which i want to be able to pass in a
username/password.  I have added in a cfproperty with the name of username
and another named password though i am getting an exception when those
names are used.  Below is the error i am getting

 

 

10. public class JobConfiguratorServiceLocator extends
org.apache.axis.client.Service implements
jobconfigurator.JobConfiguratorService {

 
^---
-^

*** Semantic Error: The checked exception RemoteException is not
assignable to any exception in the throws clause of the accessible method
void setUsername(java.lang.String $1); declared in type
org.apache.axis.client.Stub.

 

 

Can you not have username/password as properties of a web service?  I am
pretty sure i have been able to use them for normal cfc use but i am getting
this error when using them as a web service.

 

The WSDL loads up fine also so there is no issue there.  Only issue is when
trying to access  the web service and actually use it.

 

 

Steve

--

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
Charlie

 

I am using createObject() to connect to the webservice.  The error happens
during the invocation process, not during the method call.

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Saturday, 16 June 2012 12:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

Steve, if you (or others reading this) are ever in a situation where you
have no control over the argument names of the web service you were calling,
there may be yet another solution.

As discussed, the problem is that tags like CFINVOKE, while they do let you
pass in arguments to the web service, do have reserved keywords for username
and password (to pass in basic authentication), which means you just can't
pass arguments with those names this way. 

A workaround that used to work was that if instead you passed them in on
CFINVOKEARGUMENT, that would work. Similarly, if you changed to using
createobject to call the web service, then called the method passing them
in, that too would work.

If those may interest you to consider, I'd be interest to hear if it's still
a good workaround for this problem.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Friday, June 15, 2012 3:10 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Coldfusion Web services

 

If i rename username and password to _username and _password the problem
goes away

 

From: Mike Kear [mailto:afpwebwo...@gmail.com] 
Sent: Friday, 15 June 2012 5:05 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Coldfusion Web services

 

Sorry if it's a dumb question Steve,  but like you, I wouldn't have thought
'username' or 'password' would be reserved words.   Have you checked that
the problem goes away if you change the variable names to something else?
(and therefore prove that it's the variable names that are causing the
problem?)

 

Cheers
Mike Kear

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] OT : iPad website viewing

2012-05-24 Thread Steve Onnis
Does anyone know if you can force a website to always be viewed in landscape
on an ipad? Any meta tags or anything that can be used?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] OT : iPad website viewing

2012-05-24 Thread Steve Onnis
Client has asked for it. A website has been designed to fit into the
landscape view and wants to keep it that way

-Original Message-
From: Barry Beattie [mailto:barry.beat...@gmail.com] 
Sent: Friday, 25 May 2012 1:54 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] OT : iPad website viewing

so what happens when you want to turn the ipad sideways: the page doesn't
reflow? Are you sure you want to do this?


On Fri, May 25, 2012 at 1:50 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone know if you can force a website to always be viewed in 
 landscape on an ipad? Any meta tags or anything that can be used?



 Steve

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CF Excel Spread Data Analysis

2012-05-17 Thread Steve Onnis
Peter

 

Do you really think that response is in any way constructive at all?

 

From: ColdGen Internet Solutions
[mailto:coldgen.internet.soluti...@gmail.com] 
Sent: Thursday, 17 May 2012 10:16 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] CF  Excel Spread Data Analysis

 

cfscript

newva=doh;

/cfscript
  http://www.coldgen.com/images/coldgen_standard.png 
Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: peter.tilbr...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 17 May 2012 22:10, Dale Fraser d...@fraser.id.au wrote:

Just loop through each cell systematically until you find the field.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Claude Raiola
Sent: Thursday, 17 May 2012 10:00 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF  Excel Spread Data Analysis

 

Hi,

 

I have several 1000 electricity bills that have been scanned from the
original printed document into PDF

 

I am using OCR software to convert each bill via a batch process into
individual excel spreadsheets as I am wanting to capture the reference
number of each bill, which is different on each bill and then be able to
import the reference number into an sql table

 

The problem is that given the OCR is reading scanned documents often the
reference number appears on different cell / rows on each spreadsheet so I
cannot consistently reference the same sell across multiple spreadsheets to
source the value I am seeking from each spreadsheet

 

spreadsheet 1

 

example cell d45 contains the title reference number and d46 contains the
actual number

 

spreadsheet 2

 

example cell f120 contains the title reference number and f121 contains
the actual number

I am wondering if there is some way once I have created the Datasource to
the spreadsheet to be able to search the word reference number in each
spreadsheet to determine then cell which contains the title reference
number to then know that the value on the same row one column across will
contain the actual reference value.and then read the value of that cell  in
CF to record into the database 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)
Samaris Software
Email: i...@samaris.net mailto:i...@trackingcentral.om.au 
Website: www.SAMARIS.net http://www.samaris.net/ 
Mobile: 0414 228 948

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Cached 404 on remote rest webservice

2012-05-07 Thread Steve Onnis
CF will cache the web service anyway.  In the CFAdmin under webservices you
should be able to just delete the entry there and it will get recreated and
refreshed or you can try this...

 

 

cfobject type=JAVA

  action=Create

  name=factory

  class=coldfusion.server.ServiceFactory /

   

cfset RpcService = factory.XmlRpcService /

 

cfset RpcService.refreshWebService([webservice wsdl path])

 

That should reload the web service for you also

 

Steve

 

From: Rawdyn Nutting [mailto:raw...@gmail.com] 
Sent: Monday, 7 May 2012 11:47 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Cached 404 on remote rest webservice

 

Struck by an odd one tonight and I am hoping it is just me being a dope
but...

 

CF 901, Win2K3, IIS

 

We connect to the MyCareer job site through their REST web service that
allows us to post jobs from our system to their job board.

They were down over the weekend doing an upgrade so our connector would spit
errors each hour that it ran while they were offline.

 

Once they came back online our system continued to spit out the 404 error.

I inspected the DNS cache, nothing there... flushed it anyway. No joy.

Added some random variables to the uri call. Nothing.

Reset all Application settings. Nada.

(Wished I'd thought to clear template cache via admin but, alas, I didn't
get to try that)

Bounced the CF service and bingo. Back in business.

 

In case this helps; the Scheduled Task calls a .cfm that invoked the CFC
that handled the 'REST' of it (boom boom).

 

I know back in V7 they had issues with CF caching a 404 but  a) thought it
was fixed and  b) not sure if that was remote 404s anyway.

 

Anyone have any input? Is there a setting I am missing somewhere in the
CFADMIN? Do I need to go get a job selling news papers?

 

Thanks a bunch.

 

Rawdy

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To view this discussion on the web visit
https://groups.google.com/d/msg/cfaussie/-/MekIDZLckiwJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
Depends

 

You can use pre or you can use #ParagraphFormat([textareaValue])# which
will take each return and split the value into paragraphs using the p tag

 

Steve

 

From: Brian Knott [mailto:bkn...@jbk.com.au] 
Sent: Monday, 23 April 2012 12:20 PM
To: cfaussie
Subject: [cfaussie] textareas the returns

 

Just a quick one guys.

If I put a return in a text area, now can I force the text to show those
returns when I display the field on a HTML page.

If I edit the vaue in a text area again the returns are there but if I just
display the value, the returns are ignored.

thanks

Brian

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
Also depends on the browser and operating system as some use \r and others
use \n for the new line characters.

 

The thing with using pre is that you don't have any control over the
spacing as you would with your p tags.

 

If it is just output you want, then yeah sure, pre will output it with the
breaks intact. If you need to have it continue with the flow and style of
the page then you will need to break it out into p blocks.

 

Otherwise you can try something like this

 

function pFormat(string) {

  // (\n\r) for intenet explorer

  // (\n\n) for mozilla

  var output = REReplaceNoCase(string, (\n\r)|(\n\n), \pp,
ALL);

  output = REReplaceNoCase(output, (\n), br /, ALL);

  return p#output#/p;

}

 

 

From: Barry Beattie [mailto:barry.beat...@gmail.com] 
Sent: Monday, 23 April 2012 12:48 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] textareas the returns

 

Steve: is there any situations where pre/pre wouldn't work/be a good
idea? That used to be my preference.

On Mon, Apr 23, 2012 at 12:42 PM, Brian Knott bkn...@jbk.com.au wrote:

Had a look at Paragraph forma but it replace single returns with spaces and
double returns with p.  Not sure why it replaces with spaces, but that
what the documentaion says.

Brian

 

  _  

From: Steve Onnis st...@cfcentral.com.au
Sent: Monday, 23 April 2012 12:23 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] textareas the returns

 

Depends

 

You can use pre or you can use #ParagraphFormat([textareaValue])# which
will take each return and split the value into paragraphs using the p tag

 

Steve

 

From: Brian Knott [mailto:bkn...@jbk.com.au] 
Sent: Monday, 23 April 2012 12:20 PM
To: cfaussie
Subject: [cfaussie] textareas the returns

 

Just a quick one guys.

If I put a return in a text area, now can I force the text to show those
returns when I display the field on a HTML page.

If I edit the vaue in a text area again the returns are there but if I just
display the value, the returns are ignored.

thanks

Brian

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
Thanks for that though it isn't quite what i am looking for.

 

I want something that will fire when a bind process has been completed. What
you have suggested below will fire when the value of the selectchange
select box has been changed but it doesn't fire when the selectbox is
initially loaded and populated by the binding process.

 

Basically what i am doing is creating some custom selectbox UI's and i need
to know when the bind has completed so i can update my custom selecbox UI to
reflect the new list of options.

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, 18 April 2012 1:01 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

Steve what you need to do then is something like this

 

cfajaxproxy bind=javascript:selectchange({changevalue}) 

 

function mediachange(x) {

console.log(x);

}

 

 

That is provided your cfselect is something like this.

 

cfselect name=somename id=selectchange bind=cfc:component.getMethod()
/

 

The ajaxproxy will then bind the change event to the cfselect, in which you
can then do what you need to do based on the value selected. If that means
changing another cfselect or doing something else.

 

Now I am almost positive that the bind finished will change the value, hence
fire an on change event.

 


-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au http://www.andyscott.id.au/ /

Google+: http://plus.google.com/108193156965451149543

 

 

 

On Wed, Apr 18, 2012 at 12:50 PM, Steve Onnis st...@cfcentral.com.au
wrote:

I personaly don't like using it.  It is being used within an existing app i
am working on so i am pretty locked to what is there, and i believe it is
stil CF8 also

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
After reading up on it you cant do what i want unless you use the
cfajaxproxy so i have stripped out the cfselect and just change it to
populate it manually using my own code rather than the cfselect binding

 

I needed to use the cfajaxproxy and then set up a setCallbackHandler()
method on the proxy object.

 

All working now J

 

From: Blair McKenzie [mailto:shi...@gmail.com] 
Sent: Friday, 20 April 2012 2:37 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

Ah, ok.

Typically in that situation we would have the third field also watch the
first field, and in the background do similar checks as the second field.

Blair

On Fri, Apr 20, 2012 at 2:05 PM, Steve Onnis st...@cfcentral.com.au wrote:

Thanks for that though it isn't quite what i am looking for.

 

I want something that will fire when a bind process has been completed. What
you have suggested below will fire when the value of the selectchange
select box has been changed but it doesn't fire when the selectbox is
initially loaded and populated by the binding process.

 

Basically what i am doing is creating some custom selectbox UI's and i need
to know when the bind has completed so i can update my custom selecbox UI to
reflect the new list of options.

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, 18 April 2012 1:01 PM


To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

Steve what you need to do then is something like this

 

cfajaxproxy bind=javascript:selectchange({changevalue}) 

 

function mediachange(x) {

console.log(x);

}

 

 

That is provided your cfselect is something like this.

 

cfselect name=somename id=selectchange bind=cfc:component.getMethod()
/

 

The ajaxproxy will then bind the change event to the cfselect, in which you
can then do what you need to do based on the value selected. If that means
changing another cfselect or doing something else.

 

Now I am almost positive that the bind finished will change the value, hence
fire an on change event.

 


-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au http://www.andyscott.id.au/ /

Google+: http://plus.google.com/108193156965451149543

 

 

 

On Wed, Apr 18, 2012 at 12:50 PM, Steve Onnis st...@cfcentral.com.au
wrote:

I personaly don't like using it.  It is being used within an existing app i
am working on so i am pretty locked to what is there, and i believe it is
stil CF8 also

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
onSuccess doesn't get fired when it initially loads though for some reason.
onSuccess was fired on subsequent calls but not on the initial one that
loads the data the first time.

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Friday, 20 April 2012 2:52 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

Steve if that is what you wish to do then, this is what you need to do.

 

cfajaxproxy bind=javascript:selectchange({changevalue}) 

 

As stated this binds a select change, but in your case you wish to do it
when it succeeds or finishing loading. Then you will need to read up a bit
more about this over at the docs.

 

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3
.html 

 

You will see an option for onSuccess or onError.

 

-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au http://www.andyscott.id.au/ /

Google+: http://plus.google.com/108193156965451149543

 

 

On Fri, Apr 20, 2012 at 2:05 PM, Steve Onnis st...@cfcentral.com.au wrote:

Thanks for that though it isn't quite what i am looking for.

 

I want something that will fire when a bind process has been completed. What
you have suggested below will fire when the value of the selectchange
select box has been changed but it doesn't fire when the selectbox is
initially loaded and populated by the binding process.

 

Basically what i am doing is creating some custom selectbox UI's and i need
to know when the bind has completed so i can update my custom selecbox UI to
reflect the new list of options.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] MAD! Melbourne Adobe Developers Meeting April 19, 2012

2012-04-18 Thread Steve Onnis
I wont be able to make it. Got some other things on tonight. Have fun J

 

From: Gavin Baumanis [mailto:beauecli...@gmail.com] 
Sent: Thursday, 19 April 2012 11:33 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] MAD! Melbourne Adobe Developers Meeting April 19,
2012

 

And Jim will be here, too!

 

 

On 19 April 2012 11:30, Gavin Baumanis beauecli...@gmail.com wrote:

I'll be here!

 

On 19 April 2012 11:19, Paul Kukiel kuki...@gmail.com wrote:

I'll be there along with Bill, Alberto and Jack.

Paul



On 16/04/2012 9:13 AM, Peter Robertson wrote:

Getting closure on Closures by Mark Mandel

It seems like all the cool kids are getting on the Closure bandwagon
these days.  ColdFusion is no exception with Closures coming to
ColdFusion 10 in the near future, but what is the hype all about?

Are closures really the programming nirvana that we've all been
looking for, a well marketed snake oil of fancy programmatic syntax,
or something in between?

We'll look at exactly what Closures are, and how the can help you out
with your day to day programming tasks, as well as other real world
examples that will help show off the power of closures for those more
tricky problems.

Mark Mandel is a full time consultant and lead developer on several
open source projects, most notably ColdSpring, JavaLoader, Transfer
ORM and ColdDoc and has been has been working with ColdFusion for a
number of years, including at his very own dot com back in the late
90's.

Mark can often be found blogging at www.compoundtheory.com, which has
housed his thoughts on ColdFusion, Java and various aspects of
software development for several years.  He can also be found as a
regular poster on ColdFusion mailing lists, causing havoc in the
#coldfusion channel on Dalnet irc network and podcasting on www.2ddu.com.

When he's not too busy writing open source software and consulting he
enjoys spending his extra time training martial arts in a wide variety
of disciplines and reading way too much fantasy literature.

Date: Thursday 19 April 2012
Time: 6:30 PM
Location:
CogState
Level 2
255 Bourke Street
Melbourne, VIC, 3000

A note on the door will provide a number to ring for access.
RSVP: Please reply to this post if you are planning to attend so we
know how many pizzas to order.

As always, many thanks to Dale Fraser and CogState for their
hospitality. We look forward to seeing you all there

Peter Robertson

Co-Manager
Melbourne Adobe Developers

Steve Onnis

Manager
Melbourne Adobe Developers


-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] bind complete

2012-04-17 Thread Steve Onnis
Is there a method you can call when an ajax bind update has been completed?

 

I have 2 select boxes (country/state) and state gets updated based on the
selection of the country.  When the state select box has been updated i want
it to trigger something else.

 

Is this possible?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
I am working with existing code which is using the cfselect tag.  I was
hoping there might be an onBindComplete function or similar

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, 18 April 2012 12:14 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

You mean something like this?

 

http://www.andyscott.id.au/2010/7/25/ColdFusion-and-populating-a-dropdown-ba
sed-on-the-selection-of-another 

 

 

-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au http://www.andyscott.id.au/ /

Google+: http://plus.google.com/108193156965451149543

 

On Wed, Apr 18, 2012 at 12:06 PM, Steve Onnis st...@cfcentral.com.au
wrote:

Is there a method you can call when an ajax bind update has been completed?

 

I have 2 select boxes (country/state) and state gets updated based on the
selection of the country.  When the state select box has been updated i want
it to trigger something else.

 

Is this possible?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
I personaly don't like using it.  It is being used within an existing app i
am working on so i am pretty locked to what is there, and i believe it is
stil CF8 also

 

From: Blair McKenzie [mailto:shi...@gmail.com] 
Sent: Wednesday, 18 April 2012 12:47 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

No, but that's a good idea. There are several improvements to the watch
stuff that would make custom access easier. Would you be willing to use the
latest branch code?

Blair

On Wed, Apr 18, 2012 at 12:20 PM, Steve Onnis st...@cfcentral.com.au
wrote:

I am working with existing code which is using the cfselect tag.  I was
hoping there might be an onBindComplete function or similar

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, 18 April 2012 12:14 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] bind complete

 

You mean something like this?

 

http://www.andyscott.id.au/2010/7/25/ColdFusion-and-populating-a-dropdown-ba
sed-on-the-selection-of-another 

 

 

-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au http://www.andyscott.id.au/ /

Google+: http://plus.google.com/108193156965451149543

 

On Wed, Apr 18, 2012 at 12:06 PM, Steve Onnis st...@cfcentral.com.au
wrote:

Is there a method you can call when an ajax bind update has been completed?

 

I have 2 select boxes (country/state) and state gets updated based on the
selection of the country.  When the state select box has been updated i want
it to trigger something else.

 

Is this possible?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
So let me get this straight. You have 10 public IP addresses bound directly
to a NIC without going through a firewall or a router?

 

From: Blair McKenzie [mailto:shi...@gmail.com] 
Sent: Thursday, 12 April 2012 6:43 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Manipulating CFHTTP Source IP

 

May not work (depending on how the web service is set up) but you could try
using the X-Forwarded-For http://en.wikipedia.org/wiki/X-Forwarded-For
header in the requests. There is also using an HTTP proxy, though I'm not
sure how that affects the IP address of a request.

Blair

On Thu, Apr 12, 2012 at 5:46 PM, Phil Rasmussen ara...@gmail.com wrote:

Hi Everyone. Had an interesting development topic come up today and
I'm not sure it's even possible though it's worth a shot.

We have an existing sync process that sends approximately 100
traveller profiles a minute to an external web service, and now we
have the opportunity to increase this throughout 5 fold but opening up
separate connections (up to 5) as long as we don't exceed a total of
300 syncs every 60 seconds across all connections in total. Now the
tricky part is i can't just create new threads to execute the parallel
processes, the external system will only treat them as separate
requests if the source IP is different.

With the application sitting on a single webserver with 10 public IPs
bound to the NIC, i'm wondering if there is a way I can create some
kind of proxy using IIS to allow sending from different IPs. CFHTTP
from what I recall uses the highest IP in the stack on the outgoing
NIC, so I'm not sure if this is even possible?

If anyone has any thoughts on this would love to hear it.

Cheers
Phil

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
Phil

All your outgoing connections will go out via the IP address configured as
your firewalls IP address.  This means any web services you are connecting
to, no matter what you do programmatically will all come from the same IP
address

-Original Message-
From: Phil Rasmussen [mailto:ara...@gmail.com] 
Sent: Thursday, 12 April 2012 8:08 PM
To: cfaussie
Subject: [cfaussie] Re: Manipulating CFHTTP Source IP

Hi Blair  thanks for that I hadn't seen that X-Forwarded-For header before
and that could do the job, though i'm not sure how the request will look at
the other end in terms of source IP. Only one way to find out I guess! I was
thinking of setting up a proxy and using multiple instances of Tomcat on the
same server to setup 10 separate webserver instances each with it's own IP,
and then route requests through these though I'd prefer the HTTP header
route if that works.

Steve the IPs are going through multiple firewalls at the hosting provider
before reaching the actual server where the IPs are mapped and then bound to
the NIC.

On Apr 12, 6:42 pm, Blair McKenzie shi...@gmail.com wrote:
 May not work (depending on how the web service is set up) but you 
 could try using the X-Forwarded-For 
 http://en.wikipedia.org/wiki/X-Forwarded-Forheader in the requests.
 There is also using an HTTP proxy, though I'm not sure how that 
 affects the IP address of a request.

 Blair







 On Thu, Apr 12, 2012 at 5:46 PM, Phil Rasmussen ara...@gmail.com wrote:
  Hi Everyone. Had an interesting development topic come up today and 
  I'm not sure it's even possible though it's worth a shot.

  We have an existing sync process that sends approximately 100 
  traveller profiles a minute to an external web service, and now we 
  have the opportunity to increase this throughout 5 fold but opening 
  up separate connections (up to 5) as long as we don't exceed a total 
  of
  300 syncs every 60 seconds across all connections in total. Now the 
  tricky part is i can't just create new threads to execute the 
  parallel processes, the external system will only treat them as 
  separate requests if the source IP is different.

  With the application sitting on a single webserver with 10 public 
  IPs bound to the NIC, i'm wondering if there is a way I can create 
  some kind of proxy using IIS to allow sending from different IPs. 
  CFHTTP from what I recall uses the highest IP in the stack on the 
  outgoing NIC, so I'm not sure if this is even possible?

  If anyone has any thoughts on this would love to hear it.

  Cheers
  Phil

  --
  You received this message because you are subscribed to the Google 
  Groups cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
For that to happen it would need to happen within the firewall or after the
firewall

-Original Message-
From: Barry Chesterman [mailto:barrychester...@gmail.com] 
Sent: Friday, 13 April 2012 1:29 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: Manipulating CFHTTP Source IP

x-forwarded-for is really only an additional header stapled onto an http
request and I would have thought any external system accepting a limited
number of requests from a specific IP wouldn't even be looking at
x-forwarded-for for decision making (although it depends how the logic is
written at that end and at what level it does the ip based decision making
:)).

If it were me, I'd look at using some sort of proxy / load balancing
solution that can route traffic out different IP addresses (sounds like you
are halfway there with your 10 nic box), but you can get software which does
http forwarding or re-routing so your requests would effectively come from
different ip's and keep your external service happy.


On Thu, Apr 12, 2012 at 11:07 AM, Phil Rasmussen ara...@gmail.com wrote:
 Hi Blair  thanks for that I hadn't seen that X-Forwarded-For header 
 before and that could do the job, though i'm not sure how the request 
 will look at the other end in terms of source IP. Only one way to find 
 out I guess! I was thinking of setting up a proxy and using multiple 
 instances of Tomcat on the same server to setup 10 separate webserver 
 instances each with it's own IP, and then route requests through these 
 though I'd prefer the HTTP header route if that works.

 Steve the IPs are going through multiple firewalls at the hosting 
 provider before reaching the actual server where the IPs are mapped 
 and then bound to the NIC.

 On Apr 12, 6:42 pm, Blair McKenzie shi...@gmail.com wrote:
 May not work (depending on how the web service is set up) but you 
 could try using the X-Forwarded-For 
 http://en.wikipedia.org/wiki/X-Forwarded-Forheader in the requests.
 There is also using an HTTP proxy, though I'm not sure how that 
 affects the IP address of a request.

 Blair







 On Thu, Apr 12, 2012 at 5:46 PM, Phil Rasmussen ara...@gmail.com wrote:
  Hi Everyone. Had an interesting development topic come up today and 
  I'm not sure it's even possible though it's worth a shot.

  We have an existing sync process that sends approximately 100 
  traveller profiles a minute to an external web service, and now we 
  have the opportunity to increase this throughout 5 fold but opening 
  up separate connections (up to 5) as long as we don't exceed a 
  total of
  300 syncs every 60 seconds across all connections in total. Now the 
  tricky part is i can't just create new threads to execute the 
  parallel processes, the external system will only treat them as 
  separate requests if the source IP is different.

  With the application sitting on a single webserver with 10 public 
  IPs bound to the NIC, i'm wondering if there is a way I can create 
  some kind of proxy using IIS to allow sending from different IPs. 
  CFHTTP from what I recall uses the highest IP in the stack on the 
  outgoing NIC, so I'm not sure if this is even possible?

  If anyone has any thoughts on this would love to hear it.

  Cheers
  Phil

  --
  You received this message because you are subscribed to the Google 
  Groups cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
Phil

Of course the IP addresses are all on the firewall.  How else is it going to
know what to map.  Though the firewall will accept connections on multiple
ip addresses, it will only broadcast out though one ip address.  This means
the CHTTP request won't come from the IP address of the NIC, but the primary
IP address of your firewall.  It won't matter what sort of proxy you use if
it is behind the firewall as the firewall is the appliance that is doing the
broadcasting, not the NIC on the box or the proxy.

-Original Message-
From: Phil Rasmussen [mailto:ara...@gmail.com] 
Sent: Friday, 13 April 2012 12:18 PM
To: cfaussie
Subject: [cfaussie] Re: Manipulating CFHTTP Source IP

Steve the IPs are mapped directly through the firewall to the server so the
10 IPs bound to the NIC will be the source IPs of outbound requests there is
no question there. My concern was that in previous versions of CF (7 and
lower I think), then source IP of an outgoing CFHTTP request would be the
primary IP bound to the NIC (highest in
stack) regardless of the IIS website IP.

I think if the headers can't be used to distinguish the requests, the proxy
option sounds like it will work though.

On Apr 13, 11:50 am, Steve Onnis st...@cfcentral.com.au wrote:
 For that to happen it would need to happen within the firewall or 
 after the firewall







 -Original Message-
 From: Barry Chesterman [mailto:barrychester...@gmail.com]
 Sent: Friday, 13 April 2012 1:29 AM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] Re: Manipulating CFHTTP Source IP

 x-forwarded-for is really only an additional header stapled onto an 
 http request and I would have thought any external system accepting a 
 limited number of requests from a specific IP wouldn't even be looking 
 at x-forwarded-for for decision making (although it depends how the 
 logic is written at that end and at what level it does the ip based 
 decision making :)).

 If it were me, I'd look at using some sort of proxy / load balancing 
 solution that can route traffic out different IP addresses (sounds 
 like you are halfway there with your 10 nic box), but you can get 
 software which does http forwarding or re-routing so your requests 
 would effectively come from different ip's and keep your external service
happy.

 On Thu, Apr 12, 2012 at 11:07 AM, Phil Rasmussen ara...@gmail.com wrote:
  Hi Blair  thanks for that I hadn't seen that X-Forwarded-For header 
  before and that could do the job, though i'm not sure how the 
  request will look at the other end in terms of source IP. Only one 
  way to find out I guess! I was thinking of setting up a proxy and 
  using multiple instances of Tomcat on the same server to setup 10 
  separate webserver instances each with it's own IP, and then route 
  requests through these though I'd prefer the HTTP header route if that
works.

  Steve the IPs are going through multiple firewalls at the hosting 
  provider before reaching the actual server where the IPs are mapped 
  and then bound to the NIC.

  On Apr 12, 6:42 pm, Blair McKenzie shi...@gmail.com wrote:
  May not work (depending on how the web service is set up) but you 
  could try using the X-Forwarded-For 
  http://en.wikipedia.org/wiki/X-Forwarded-Forheader in the requests.
  There is also using an HTTP proxy, though I'm not sure how that 
  affects the IP address of a request.

  Blair

  On Thu, Apr 12, 2012 at 5:46 PM, Phil Rasmussen ara...@gmail.com
wrote:
   Hi Everyone. Had an interesting development topic come up today 
   and I'm not sure it's even possible though it's worth a shot.

   We have an existing sync process that sends approximately 100 
   traveller profiles a minute to an external web service, and now 
   we have the opportunity to increase this throughout 5 fold but 
   opening up separate connections (up to 5) as long as we don't 
   exceed a total of
   300 syncs every 60 seconds across all connections in total. Now 
   the tricky part is i can't just create new threads to execute the 
   parallel processes, the external system will only treat them as 
   separate requests if the source IP is different.

   With the application sitting on a single webserver with 10 public 
   IPs bound to the NIC, i'm wondering if there is a way I can 
   create some kind of proxy using IIS to allow sending from different
IPs.
   CFHTTP from what I recall uses the highest IP in the stack on the 
   outgoing NIC, so I'm not sure if this is even possible?

   If anyone has any thoughts on this would love to hear it.

   Cheers
   Phil

   --
   You received this message because you are subscribed to the 
   Google Groups cfaussie group.
   To post to this group, send email to cfaussie@googlegroups.com.
   To unsubscribe from this group, send email to
   cfaussie+unsubscr...@googlegroups.com.
   For more options, visit this group at 
  http://groups.google.com/group/cfaussie?hl=en.

  --
  You received this message because you are subscribed

RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-23 Thread Steve Onnis
you cant reset it like that.  Maybe you can use some JS to reset the value.  
That or put a full absolute path into the href so you get the full URL.  I 
doubt the javascript will like it though.  In any case, if the javascript for 
the tabs was working correctly then click on the tab would not fire the href 
anyway.  It should be cancelling the event and displaying the next tab if that 
is what its function is.

 

In any case, that base tag is your problem so you will have to correct that 
to get it to click to the anchor properly.

 

From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Friday, 23 March 2012 2:14 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: jQuery SmartWizard 2

 



On Friday, March 23, 2012 1:37:33 PM UTC+11, charlie arehart wrote:

Stephen, the target line HTML shows this:

P id=bottom style=font-weight:bold;Test Target/A/P

Do you notice the ending /A tag, with no corresponding opening? Was there 
perhaps previously an A NAME=”bottom” after the opening P tag and before 
“Test Target”? That would normally have been the target of an anchor link like 
that #bottom, and it seems perhaps it was there but was deleted (without 
removing the closing A tag). Yes, I do see that the P tag has an id of “bottom” 
as well. I don’t know if that should be reachable by an anchor (might want to 
quote it, just to be safe), but if you pop an a name in there and it works, 
would that suffice as a solution for you?

That was a typo, I've fixed it.  The inline editor oftens removes the quotes 
around tag attribute values as well.

Reagrding what Steve said about the base tag, I hjave tried resetting it with 
both a the HTML base tag and the cfheader tage but it makes no difference, 

I don't want the reset it for the whole site.  
 

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.​com 
mailto:cfaussie@googlegroups.com ] On Behalf Of Stephen M
Sent: Thursday, March 22, 2012 10:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: jQuery SmartWizard 2

 

 OK, I have created a test page. The problem isn't caused by the jQuery wizard 
so I created this test page which has contains an internal page link, lots of 
Lorem Ipsum junk text, then the target of the internal link.

http://www.roymorgan.com/​hidden/test.cfm 
http://www.roymorgan.com/hidden/test.cfm 

As you will see, when you click the link you will go back to www.roymorgan.com. 
 Internal page links will not work anywhere on the site and that jQuery wizard 
depends on them

This is an ancient site, Straker Shadomx 6 released in about 2003 which I think 
is based on fusebox 3.  The best solution is to get a whole new CMS but that's 
not going to happen.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/​msg/cfaussie/-/gTqjBJy_858J 
https://groups.google.com/d/msg/cfaussie/-/gTqjBJy_858J .
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscribe@​googlegroups.com 
mailto:cfaussie+unsubscr...@googlegroups.com .
For more options, visit this group at 
http://groups.google.com/​group/cfaussie?hl=en 
http://groups.google.com/group/cfaussie?hl=en .

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/NORbGbCQslkJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-22 Thread Steve Onnis
Like i said from the start.  It is nothing wrong with the javascript or
fuzebox.  It is the application itself.  There is abase tag in your code
which has this...

 

base href=http://www.roymorgan.com/;

 

This means any relative pathed hyperlink will be absolute from whatever the
base href value is.  This is why the url is linking back to
http://www.roymorgan.com/#bottom

 

Also, you have no target for that anchor to link to anyway on that page and
your html is malformed.  At the bottom of the page you have this...

 

P id=bottom style=font-weight:bold;Test Target/A/P

 

Steve

 

 

From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Friday, 23 March 2012 1:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: jQuery SmartWizard 2

 

 OK, I have created a test page. The problem isn't caused by the jQuery
wizard so I created this test page which has contains an internal page link,
lots of Lorem Ipsum junk text, then the target of the internal link.

http://www.roymorgan.com/hidden/test.cfm

As you will see, when you click the link you will go back to
www.roymorgan.com.  Internal page links will not work anywhere on the site
and that jQuery wizard depends on them

This is an ancient site, Straker Shadomx 6 released in about 2003 which I
think is based on fusebox 3.  The best solution is to get a whole new CMS
but that's not going to happen.



-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To view this discussion on the web visit
https://groups.google.com/d/msg/cfaussie/-/gTqjBJy_858J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Steve Onnis
Silly question.do you have a base tag in your HTML?

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Tuesday, 20 March 2012 5:11 PM
To: cfaussie
Subject: [cfaussie] Re: jQuery SmartWizard 2

I have used/am using other jQuery stuff like a UI DatePicker without any
issues, it's just this tabbed interface which relies on internal page links
that has spat the dummy.  I've made sure that any # symbols for the hrefs
are not inside cfoutput tags.

I have developed another page in parallel using jQuery UI tabs and that
suffers from the same problem to a lesser extent.

On Mar 20, 4:46 pm, Peter Robertson peter.r.robert...@gmail.com
wrote:
 Yep, using jQuery without issue.

 What version of Fusebox?
 Fusebox composes content and delivers it as index.cfm in your app root 
 (or another nominated single file).
 This means that regardless of the path to the resources within your 
 app structure, the server sees everything as being index.cfm.
 So check that references to css files, js libs etc all make this 
 assumption.

 If this isn't the issue then I'd need to know more about your 
 particular app structure and how you're calling your resources.

 Peter Robertson

 On Mar 20, 4:09 pm, Stephen M sgmul...@gmail.com wrote:







  I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion 
  page.

 https://github.com/mstratman/jQuery-Smart-Wizard

  This wizard is a tab interface with validation so that you cannot 
  move to the second tab without completimng the first correctly.

  It was working perfectly in plain old HTML, even a plain cfm page, 
  but when I moved it onto Fusebox the next and tab buttons started 
  doing strange things.

  The tabs are just LI tags that look like this

   ullia href=#step-1Personal details/a/li
          lia href=#step-2Further details/a/li

  The problem is that in fusebox a click on a tab takes you straight 
  to the domain home page, eg the wizard might be 
  onhttp://www.mydomain.com/applications/userdetails.cfm
  but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie 
  back to the main page of the website

  Anyone here using jQuery in Fusebox?

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Steve Onnis
Is there a test page you can show us?

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Tuesday, 20 March 2012 5:31 PM
To: cfaussie
Subject: [cfaussie] Re: jQuery SmartWizard 2



On Mar 20, 5:14 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Silly question.do you have a base tag in your HTML?

Yes, this fusebox is actually Straker Shado version 6, based on CF6.
Its got a base defined, so one of first thing I did was try to reset it for
this page, didn't work.

 -Original Message-
 From: Stephen M [mailto:sgmul...@gmail.com]
 Sent: Tuesday, 20 March 2012 5:11 PM
 To: cfaussie
 Subject: [cfaussie] Re: jQuery SmartWizard 2

 I have used/am using other jQuery stuff like a UI DatePicker without 
 any issues, it's just this tabbed interface which relies on internal 
 page links that has spat the dummy.  I've made sure that any # symbols 
 for the hrefs are not inside cfoutput tags.

 I have developed another page in parallel using jQuery UI tabs and 
 that suffers from the same problem to a lesser extent.

 On Mar 20, 4:46 pm, Peter Robertson peter.r.robert...@gmail.com
 wrote:
  Yep, using jQuery without issue.

  What version of Fusebox?
  Fusebox composes content and delivers it as index.cfm in your app 
  root (or another nominated single file).
  This means that regardless of the path to the resources within your 
  app structure, the server sees everything as being index.cfm.
  So check that references to css files, js libs etc all make this 
  assumption.

  If this isn't the issue then I'd need to know more about your 
  particular app structure and how you're calling your resources.

  Peter Robertson

  On Mar 20, 4:09 pm, Stephen M sgmul...@gmail.com wrote:

   I am trying to fit a jQuery SmartWizard 2 onto a fusebox 
   coldfusion page.

  https://github.com/mstratman/jQuery-Smart-Wizard

   This wizard is a tab interface with validation so that you cannot 
   move to the second tab without completimng the first correctly.

   It was working perfectly in plain old HTML, even a plain cfm page, 
   but when I moved it onto Fusebox the next and tab buttons started 
   doing strange things.

   The tabs are just LI tags that look like this

    ullia href=#step-1Personal details/a/li
           lia href=#step-2Further details/a/li

   The problem is that in fusebox a click on a tab takes you straight 
   to the domain home page, eg the wizard might be 
   onhttp://www.mydomain.com/applications/userdetails.cfm
   but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie 
   back to the main page of the website

   Anyone here using jQuery in Fusebox?

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group
athttp://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] jQuery SmartWizard 2

2012-03-19 Thread Steve Onnis
This wont be a Fuzebox issue.  I would check your js libraries are being
included properly first

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Tuesday, 20 March 2012 4:09 PM
To: cfaussie
Subject: [cfaussie] jQuery SmartWizard 2

I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page.

https://github.com/mstratman/jQuery-Smart-Wizard

This wizard is a tab interface with validation so that you cannot move to
the second tab without completimng the first correctly.

It was working perfectly in plain old HTML, even a plain cfm page, but when
I moved it onto Fusebox the next and tab buttons started doing strange
things.

The tabs are just LI tags that look like this

 ullia href=#step-1Personal details/a/li
lia href=#step-2Further details/a/li

The problem is that in fusebox a click on a tab takes you straight to the
domain home page, eg the wizard might be on
http://www.mydomain.com/applications/userdetails.cfm
but when I click a tab I go to http://www.mydomain.com/#step-2  ie back to
the main page of the website

Anyone here using jQuery in Fusebox?

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] MYOB ODBC Read Integration using Cold Fusion

2012-03-01 Thread Steve Onnis
You need a specific MYOB license to be able to connect to it via ODBC

 

From: rai...@ozemail.com.au [mailto:rai...@ozemail.com.au] 
Sent: Friday, 2 March 2012 1:00 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] MYOB ODBC Read Integration using Cold Fusion

 

Hi,

 

I am trying to connect to the myob database using the myob odbc driver

 

The drive is installed and I am able to read the myob database using MS
excel without an issue

 

However when I try and create the DataSource connection to the same odbc
Myob Driver so that I can have CF read the database I receive the following
error which I cannot solve

 

Anyone with any experience or advise using MYOB ODBC with a CF environment I
would love to hear your pearls of wisdom

 

Oh the MYOB OBDC Driver is only available in 32 BIT

 

Connection verification failed for data source: myob
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket]internal error: Data source name not found and no default driver
specified
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket]internal error: Data source name not found and no
default driver specified

 

Regards

Claude Raiola 

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CF Development Shops

2012-02-27 Thread Steve Onnis
Feel free to send me through the info

 

From: Dale Fraser [mailto:d...@fraser.id.au] 
Sent: Tuesday, 28 February 2012 2:52 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF Development Shops

 

Are there any largish CF Development Shops here in Australia that have
capacity to take on a decent size project with an aggressive deadline

 

If so contact me off list.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] ColdFusion IDE Survey

2012-02-21 Thread Steve Onnis
Lol
2 questions?

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Wednesday, 22 February 2012 2:48 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] ColdFusion IDE Survey

that's not a real survey!

where is the grid of 15 stupid questions with 10 radio buttons per question?

:)

z

On Wed, Feb 22, 2012 at 2:41 PM, Mark Mandel mark.man...@gmail.com wrote:
 Hey guys,

 Got asked to pass this survey around on what IDE you use for 
 ColdFusion, from Adobe.

 http://svy.mk/yEvFtH

 Mark

 --
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com

 2 Devs from Down Under Podcast
 http://www.2ddu.com/

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: MAD! Melbourne Adobe Developers Meeting Feb 16 2012 StageWebView (AIR), Backbone (JS)

2012-02-16 Thread Steve Onnis
Take my word for it.  When pizza is streaming, the upstream defiantly looks
a lot different to the downstream


-Original Message-
From: Rawdyn [mailto:raw...@gmail.com] 
Sent: Friday, 17 February 2012 11:43 AM
To: cfaussie
Subject: [cfaussie] Re: MAD! Melbourne Adobe Developers Meeting Feb 16 2012
StageWebView (AIR), Backbone (JS)

Fair point Dale. Last time I saw someone attempting to stream pizza it was
not pretty.

:P

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Convert cf date to milliseconds since the epoch?

2012-02-15 Thread Steve Onnis
Why 1970? That seems a little odd.

You could do DateAdd(y, 1970, yourdate) ?

-Original Message-
From: Andrew [mailto:am2...@gmail.com] 
Sent: Thursday, 16 February 2012 12:25 PM
To: cfaussie
Subject: [cfaussie] Convert cf date to milliseconds since the epoch?

This is sort of related to my graphing question from the other day.

I'm using Flot and the times need to be expressed as milliseconds since
January 1,
1970 00:00:00.

In Java you can call .getTime() on a function to do this.  Does CF provide a
simple way to either:

* Convert a cf date to time in millis?; OR
* Convert a cf date to a java date?

I could create a new Java Calendar object and then set the various date
parts, but before I write a wrapper function to do it that way I figured I'd
see if I was missing something obvious?

Andrew.

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.






===
Email scanned by PC Tools - No viruses or spyware found.
(Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
http://www.pctools.com/
===





===
Email scanned by PC Tools - No viruses or spyware found.
(Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
http://www.pctools.com/
===

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: Convert cf date to milliseconds since the epoch?

2012-02-15 Thread Steve Onnis
I wasn’t born until 1975.  Maybe they should change it to start from then :)

-Original Message-
From: Andrew [mailto:am2...@gmail.com] 
Sent: Thursday, 16 February 2012 12:33 PM
To: cfaussie
Subject: [cfaussie] Re: Convert cf date to milliseconds since the epoch?

1/1/1970 is the Unix epoch date - it's pretty widely used.

Obviously nothing interesting ever happened before then...? ;-)

But seriously - I've always wondered how dates prior to that represented?
As negative numbers?



On Feb 16, 12:27 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Why 1970? That seems a little odd.

 You could do DateAdd(y, 1970, yourdate) ?







 -Original Message-
 From: Andrew [mailto:am2...@gmail.com]
 Sent: Thursday, 16 February 2012 12:25 PM
 To: cfaussie
 Subject: [cfaussie] Convert cf date to milliseconds since the epoch?

 This is sort of related to my graphing question from the other day.

 I'm using Flot and the times need to be expressed as milliseconds 
 since January 1,
 1970 00:00:00.

 In Java you can call .getTime() on a function to do this.  Does CF 
 provide a simple way to either:

 * Convert a cf date to time in millis?; OR
 * Convert a cf date to a java date?

 I could create a new Java Calendar object and then set the various 
 date parts, but before I write a wrapper function to do it that way I 
 figured I'd see if I was missing something obvious?

 Andrew.

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group
athttp://groups.google.com/group/cfaussie?hl=en.

 ===
 Email scanned by PC Tools - No viruses or spyware found.
 (Email Guard: 9.0.0.909, Virus/Spyware Database: 
 6.19260)http://www.pctools.com/ ===

 ===
 Email scanned by PC Tools - No viruses or spyware found.
 (Email Guard: 9.0.0.909, Virus/Spyware Database: 
 6.19260)http://www.pctools.com/ ===

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.






===
Email scanned by PC Tools - No viruses or spyware found.
(Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
http://www.pctools.com/
===





===
Email scanned by PC Tools - No viruses or spyware found.
(Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
http://www.pctools.com/
===

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: verity error

2012-02-07 Thread Steve Onnis
Maybe you can do a Solr preso at MAD J

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Wednesday, 8 February 2012 4:06 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: verity error

 

If you are looking to learn SOLR, you can't go past this book:

http://www.packtpub.com/solr-1-4-enterprise-search-server/book

 

Oh and you can access the SolrServer Java API from with CF - it's in there,
although you will probably have to get your own connection.

 

Mark

 

On Wed, Feb 8, 2012 at 3:32 PM, Barry Chesterman barrychester...@gmail.com
wrote:

the built in CF tags for using SOLR are not that nice, they are fine for
basic stuff but if you really want to use SOLR as it was intended you really
have to query it directly (it's just an HTTP request and then XML parsing
from there).

The coldfusion tags for querying SOLR lack a lot of options and it doesn't
let you specify specific properties.

The other downside about SOLR is the sad documentation (although it's not as
sad as verity documentation, lol)

 

I've used both and I found SOLR much more powerful and useful but it wasn't
as easy to learn.

 

On Wed, Feb 8, 2012 at 4:58 PM, Mark Mandel mark.man...@gmail.com wrote:

I've done a fair amount of standalone SOLR work, and it's pretty awesome.
TBH I've never gone near the integrated version, as using it standalone has
so much more to it than what is exposed by CF.

 

Mark

 

On Wed, Feb 8, 2012 at 2:36 PM, Mark Picker mark.pic...@det.nsw.edu.au
wrote:

Hi Steve,

I had a similar issue when using type=Internet which would return
Error executing query: unknown_handler_internet.  I was pointed to
this on the Adobe bug tracker:
http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=7
9649

I'm not liking SOLR all that much.  I'm finding that Verity was much
smarter in the way it built the summary (not to mention SOLR creates a
much shorter summary).  Whenever someone mentions how good SOLR is
over Verity it seems that they are always using their own install of
SOLR and not the built in one.or at least not using the CF tags to
index and search.

Cheers
Mark


On Feb 7, 2:42 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Has anyone seen this error?

 Error executing query : unknown_handler_natural

 It is a Solr collection. The collection created fine but i cant search it.

 Steve

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] verity error

2012-02-06 Thread Steve Onnis
Has anyone seen this error?

 

Error executing query : unknown_handler_natural

 

It is a Solr collection. The collection created fine but i cant search it.

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
The documentation does not say you  need to pass in an engine value into
the cfsearch tag though.

 

This is all i am doing

 

cfsearch collection=#variables.contentIndex#
criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
name=resultC /

 

As i said, the collection is there as a solr type and the documentation does
not say anything about the type attribute being for verity only

 

 

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 7 February 2012 2:45 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Sounds like you're trying to search a Solr collection with Verity.

 

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis st...@cfcentral.com.au wrote:

Has anyone seen this error?

 

Error executing query : unknown_handler_natural

 

It is a Solr collection. The collection created fine but i cant search it.

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
I still want to Full text search which is why i left it in there

 

From: Barry Chesterman [mailto:barrychester...@gmail.com] 
Sent: Tuesday, 7 February 2012 3:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Is there a reason why you need to use Query By Example parser (natrual)?

It might be worth leaving the type attribute off altogether.

 

If you're having issues with coldfusions cfsearch tag to query a solr
collection, it's well worth learning how to query Solr directly (You have to
type a wee bit more and do more stuff but it gives you much more control
over what you're actually querying).

 

On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis st...@cfcentral.com.au wrote:

The documentation does not say you  need to pass in an engine value into
the cfsearch tag though.

 

This is all i am doing

 

cfsearch collection=#variables.contentIndex#
criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
name=resultC /

 

As i said, the collection is there as a solr type and the documentation does
not say anything about the type attribute being for verity only

 

 

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 7 February 2012 2:45 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Sounds like you're trying to search a Solr collection with Verity.

 

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis st...@cfcentral.com.au wrote:

Has anyone seen this error?

 

Error executing query : unknown_handler_natural

 

It is a Solr collection. The collection created fine but i cant search it.

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] ColdFusion Hosting Solutions in AU

2012-01-23 Thread Steve Onnis
www.novahost.com.au

 

From: Xiaofeng Liu [mailto:liuxiaofeng1...@gmail.com] 
Sent: Tuesday, 24 January 2012 2:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] ColdFusion Hosting Solutions in AU

 

Hi guys,

I'm building a website by using FarCry as its backend CMS and I am trying to
figure out what kinds of CF hosting packages are out there in AU. 

In particular I'm looking for a relatively cheap, affordable but still
robust CF hosting service. Can anyone please give me some suggestions?

Thanks,

Xiaofeng

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] ColdFusion Hosting Solutions in AU

2012-01-23 Thread Steve Onnis
Mine are in melbourne

 

From: Dale Fraser [mailto:d...@fraser.id.au] 
Sent: Tuesday, 24 January 2012 2:40 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] ColdFusion Hosting Solutions in AU

 

I wonder how many Australian companies even still have their servers in
Australia.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Xiaofeng Liu
Sent: Tuesday, 24 January 2012 2:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] ColdFusion Hosting Solutions in AU

 

Hi guys,

I'm building a website by using FarCry as its backend CMS and I am trying to
figure out what kinds of CF hosting packages are out there in AU. 

In particular I'm looking for a relatively cheap, affordable but still
robust CF hosting service. Can anyone please give me some suggestions?

Thanks,

Xiaofeng

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] bizarre CF9 sql server error

2012-01-13 Thread Steve Onnis
Can you show us some of the procedure?

The error is pretty self explanatory so we will need to see a little more
that that

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Friday, 13 January 2012 6:37 PM
To: cfaussie
Subject: [cfaussie] bizarre CF9 sql server error

I am calling this stored proc in a sql server 2005.  (actually version is
10.50.1617) is that 2005 or 2008?

This stored proc runs fine from with SQL Server Management Studio (SSMS).  I
can compile it and call it  and it returns the data. BUT, when I call it
from my CF9 app I get this error as below. between the lines.
So CF9 is telling me that my stored proc has incorrect syntax even though
SQL Server Management Studio thinks it is fine.

I've double checked every line of code that has from and there is nothing
unusual going on. I even created a new CF user with sysadmin rights just to
rule out some kind of permissions error. Because it compiles OK in SSMS I
cannot get a line number for this error.

Does the CF9 JDBC driver recompile the stored procs before it runs them?

==
Message Error Executing Database Query.
Detail  [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax
near the keyword 'from'.
===

regards,
Stephen

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] OT : Amazon buckets

2012-01-12 Thread Steve Onnis
Just an update, i gave CloudBerry a try and was ok but didn't not have real
time file system monitoring or scheduling unless you use the Server Backup
product, but it didn't just transfer the files, it copied the whole
directory structure all the way from the root drive and then created
versioning folders which would make it impossible to set a path to use on a
website.

I am not trying a product found at www.superflexible.com called Super
Flexible File Synchronizer which has scheduling and file system monitoring
and automatically syncs your bucket with your website app.

So far looks good :)

Steve

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Thursday, 12 January 2012 1:28 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] OT : Amazon buckets

I have used http://s3tools.org/s3cmd before

On Thu, Jan 12, 2012 at 1:21 PM, Steve Onnis st...@cfcentral.com.au wrote:
 More like a watcher/sync type of process



 From: Mark Mandel [mailto:mark.man...@gmail.com]
 Sent: Thursday, 12 January 2012 1:20 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] OT : Amazon buckets



 Automatically like dropbox, or on a scheduled basis, like rsync?



 Mark

 On Thu, Jan 12, 2012 at 1:17 PM, Steve Onnis st...@cfcentral.com.au
wrote:

 Does anyone know of any software that i can use to sync data with an 
 S3 bucket?



 Steve

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.





 --
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com

 2 Devs from Down Under Podcast

 http://www.2ddu.com/



 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] OT : Amazon buckets

2012-01-11 Thread Steve Onnis
Does anyone know of any software that i can use to sync data with an S3
bucket?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] OT : Amazon buckets

2012-01-11 Thread Steve Onnis
More like a watcher/sync type of process

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Thursday, 12 January 2012 1:20 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] OT : Amazon buckets

 

Automatically like dropbox, or on a scheduled basis, like rsync?

 

Mark

On Thu, Jan 12, 2012 at 1:17 PM, Steve Onnis st...@cfcentral.com.au wrote:

Does anyone know of any software that i can use to sync data with an S3
bucket?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Image functions with transparent png images

2011-12-19 Thread Steve Onnis
I am having this issue which i am sure people have had in the past so i am
hoping for some advice as to how to get around it.

 

I am uploading a transparent png image file with the following process :- 

 

1.   Upload file

2.   Read file

3.   Store file in memory as binary

4.   Delete original file

5.   Output image  to browser

 

Now if i use the writetobrowser action the image displays as its proper
transparency but if i use say cfcontent type=image/png
variable=#ToBinary(ToBase64(imageVar))# / then the image messes up and
displays with its colors all inverted and no transparency.

 

Does anyone know how i can get around this?  I need the image to display
with its transparency.  From what i can see, even if i pass the png content
type in, the browser is seeing it as a JPEG image.

 

Any suggestions?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Determine Server

2011-12-19 Thread Steve Onnis
You want to get the local ip address of the server?

 

From: Dale Fraser [mailto:d...@fraser.id.au] 
Sent: Monday, 19 December 2011 10:40 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Determine Server

 

Hi,

 

I'm setting up cloud servers via a load balancer

 

I want to test the rotation of servers through the round robin allocation of
requests over the multiple app servers.

 

Im just trying something simple by dumping HTTP_HOST

 

But that dumps the host of the balancer and not the destination server.

 

How can I determine the server that I land on

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Image functions with transparent png images

2011-12-19 Thread Steve Onnis
Thought i would push this one back out into the ether to see if anyone had
any ideas...

 

From: Steve Onnis [mailto:st...@cfcentral.com.au] 
Sent: Tuesday, 20 December 2011 3:46 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Image functions with transparent png images

 

I am having this issue which i am sure people have had in the past so i am
hoping for some advice as to how to get around it.

 

I am uploading a transparent png image file with the following process :- 

 

1.   Upload file

2.   Read file

3.   Store file in memory as binary

4.   Delete original file

5.   Output image  to browser

 

Now if i use the writetobrowser action the image displays as its proper
transparency but if i use say cfcontent type=image/png
variable=#ToBinary(ToBase64(imageVar))# / then the image messes up and
displays with its colors all inverted and no transparency.

 

Does anyone know how i can get around this?  I need the image to display
with its transparency.  From what i can see, even if i pass the png content
type in, the browser is seeing it as a JPEG image.

 

Any suggestions?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Image functions with transparent png images

2011-12-19 Thread Steve Onnis
Yeah i have and once i write it, the transparency is fine, even the tmp file
cf creates when it uses the cfimageservlet works fine.  I don’t want to
write it though. There are other processes that i need to run before i fully
commit it to the file system which is why i am wanting to do this

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Tuesday, 20 December 2011 1:56 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Image functions with transparent png images

have you tried writing the file out to the filesystem first with a
.png extension?

personally I hate the dependence on filenames for setting file types with
the
image support in CF, it's really annoying

z

On Tue, Dec 20, 2011 at 1:53 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Thought i would push this one back out into the ether to see if anyone had
 any ideas...



 From: Steve Onnis [mailto:st...@cfcentral.com.au]
 Sent: Tuesday, 20 December 2011 3:46 AM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Image functions with transparent png images



 I am having this issue which i am sure people have had in the past so i am
 hoping for some advice as to how to get around it.



 I am uploading a transparent png image file with the following process :-



 1.   Upload file

 2.   Read file

 3.   Store file in memory as binary

 4.   Delete original file

 5.   Output image  to browser



 Now if i use the “writetobrowser” action the image displays as its proper
 transparency but if i use say cfcontent type=image/png
 variable=#ToBinary(ToBase64(imageVar))# / then the image messes up and
 displays with its colors all inverted and no transparency.



 Does anyone know how i can get around this?  I need the image to display
 with its transparency.  From what i can see, even if i pass the png
content
 type in, the browser is seeing it as a JPEG image.



 Any suggestions?



 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] OT : Advertising

2011-12-05 Thread Steve Onnis
Does anyone know of any companies in Australia that do banner advertising? I
am looking for an ad provider to put some ads on a website and i don't want
to use google.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CFDOCUMENT rendering

2011-11-28 Thread Steve Onnis
Thats just it. IceBrowser is EOL now so there is nothing to download and
support is only being given to existing customers so it looks like i might
have to use a 3rd party app to do my pdf generation which is dissapointing

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Tuesday, 29 November 2011 9:37 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Thanks, good to hear. :-) But how about those resources: might they help you
resolve your problems until somehow Adobe improves things?

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Monday, November 28, 2011 5:33 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Hahaha, no, i was just venting. It wasn't directed specifically at you J

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Tuesday, 29 November 2011 4:22 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Steve, are you asking me? I'd think you'd want to direct your question to
Adobe. And I'm not sure many of them are on this list. 

I was just sharing info to try to help with your original question. (And
yes, I was aware of the EOL issue for ICEBrowser, and that many of the hits
I said one would see address it, so I didn't see the need to press the point
here.)

So as for your original question, did the pointer to the docs and things
that are known not to work perhaps help with the challenge you're having?
Just trying to focus on helping with what we can, here and now.

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Sunday, November 27, 2011 11:48 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

According to the ice browser website, ice browser and all of the products
went end of life status a year ago and last product release 2 years ago.

 

When is Adobe gonna get off its b-hind and do something about this? There
are soo many open source browser engines out there like webkit for example
that will do a much better job, and being that Adobe OWNS Acrobat, you would
think they would have done it a lng time ago

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CFDOCUMENT rendering

2011-11-28 Thread Steve Onnis
Will cfreport generate HTML?

 

From: Dale Fraser [mailto:d...@fraser.id.au] 
Sent: Tuesday, 29 November 2011 10:42 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

I find that using report builder I get pixel level control over PDF's

 

It's a quirky tool that takes some patience, but far superior to having
cfdocument guess a layout.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Tuesday, 29 November 2011 9:44 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Thats just it. IceBrowser is EOL now so there is nothing to download and
support is only being given to existing customers so it looks like i might
have to use a 3rd party app to do my pdf generation which is dissapointing

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Tuesday, 29 November 2011 9:37 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Thanks, good to hear. :-) But how about those resources: might they help you
resolve your problems until somehow Adobe improves things?

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Monday, November 28, 2011 5:33 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Hahaha, no, i was just venting. It wasn't directed specifically at you J

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Tuesday, 29 November 2011 4:22 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

Steve, are you asking me? I'd think you'd want to direct your question to
Adobe. And I'm not sure many of them are on this list. 

I was just sharing info to try to help with your original question. (And
yes, I was aware of the EOL issue for ICEBrowser, and that many of the hits
I said one would see address it, so I didn't see the need to press the point
here.)

So as for your original question, did the pointer to the docs and things
that are known not to work perhaps help with the challenge you're having?
Just trying to focus on helping with what we can, here and now.

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Sunday, November 27, 2011 11:48 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

According to the ice browser website, ice browser and all of the products
went end of life status a year ago and last product release 2 years ago.

 

When is Adobe gonna get off its b-hind and do something about this? There
are soo many open source browser engines out there like webkit for example
that will do a much better job, and being that Adobe OWNS Acrobat, you would
think they would have done it a lng time ago

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-28 Thread Steve Onnis
Has anyone got the search/replace to work on a project in ColdFusion Builder
2 ?

 

If i do a search i get results but when i do a replace it says it couldn't
find anything...

 

From: Steve Onnis [mailto:st...@cfcentral.com.au] 
Sent: Thursday, 24 November 2011 9:51 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Re: ColdFusion Builder Opinions

 

I thought i might have been the only having these experiences one but it
looks like im not so i may just forward them onto Adobe J

 

From: Kai Koenig [mailto:k...@koeni.de] 
Sent: Thursday, 24 November 2011 6:59 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

Just a random thought (note: I don't have/see any of those issues people
seem to have with the product - I actually think the search works great)...

 

Have you guys ever tried to make those suggestions/rants to Adobe. Not to
Adobe corporate - we all know that it's ... well... rather difficult to get
through to them. 

 

But to the CF/CF Builder product/engineering team directly? To (ex)-folks in
product management like Adam or Rakshith? To Hemant or Rupesh in engineering
management? Or to Terry? They've been to events like webDU or cf.O(ANZ) in
the past - or - hey, actually just last week. The CF product team is _by
far_ the easiest-to-approach product team within whole Adobe. If anyone
_honestly_ wants to get in touch with those guys and help to improve the
software so that it's more useful for you or your team or your whole company
- I'm more than happy to put you in touch, just let me know.

 

Instead of complaining how much one misses Homesite or how bad one thinks
CFB is etc - do something about it if you don't like it. Give direct
feedback. Ask them for solutions/workarounds. Ask them to be part of
pre-release programs and contribute in there. But don't magically expect a
tool that's exactly doing what you want it to do and exactly how you want it
to be done.

 

Just saying, 

Kai

 

 

I'm so glad I'm not the only one.

I have tried so hard to like it. This is my second go at using it and
I have been on it for 6 months or more now and I still don't like it
nearly as much as HomeSite+.

Might be a great CFUG to demo a few other options like IntelliJ etc.

Rawdy

On Nov 24, 6:09 pm, Andrew Myers am2...@gmail.com wrote:

-  The search is just useless really.  If you search for

something in a project, it would be much more useful if you could

drill down into the line in the file where the search instance appears

instead of having to hunt through the file

 

 

CTRL - F, change scope to projects, select a project, press find all,

and you get a search results view which has a tree view which has

next match / previous match options, and expands to show each match

in each file.  Click it to go to the exact line of the match.  By

default the search view opens in the right hand pane.  I prefer to

move it to the bottom pane (somewhere near the servers view).  If

you're not seeing it go to Window - Show View - Search

 

 

 

-  Searching in the file you are working on/have open is

flakey.  I always get a No file open message and im like WTF?  I

have to select a different source and then choose the Current document

option again for it to work.

 

 

Have never seen this myself.  Has anyone else noticed it?

 

 

 

-  There is no direction option for the search which means if

you want to search the whole document you have to scroll to the top of

the document for it to search the whole thing

 

 

In the CTRL - F dialog there is a search backwards option I

also like to to enable the Wrap search option too

 

 

 

-  You have to open a new search box for every file you have open.

 

 

I don't see this behaviour at all.  CTRL - F allows you to repeat

your search on every open file - select files using the workspace

editor tabs and repeat the search in there if you want.

 

Andrew.

 

On 24 November 2011 17:46, Steve Onnis st...@cfcentral.com.au wrote:

 

Refer to my first email

 

-Original Message-

From: Andrew Myers [mailto:am2...@gmail.com]

Sent: Thursday, 24 November 2011 5:37 PM

To: cfaussie@googlegroups.com

Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

What makes you say so?

 

On 24 November 2011 17:21, Steve Onnis st...@cfcentral.com.au wrote:

Thats the worst search feature of them all

 

-Original Message-

From: Andrew Myers [mailto:am2...@gmail.com]

Sent: Thursday, 24 November 2011 5:02 PM

To: cfaussie@googlegroups.com

Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

Also, from an open File you can do CTRL F which brings up a find

dialog similar to Dreamweaver where you can search current document,

all open documents, project, workspace, etc.

 

Initially I disliked this, because it is different to Eclipse's

default behaviour.  But it's pretty good.

 

On 24 November 2011 16:31, Peter Robertson peter.r.robert

RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-28 Thread Steve Onnis
The Aptana panel replace function says there are no results, but if i use
the File Search panel it works.

 

From: M@ Bourke [mailto:m.electronic.at.sym...@gmail.com] 
Sent: Tuesday, 29 November 2011 11:16 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

Select the results you wish to replace 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CFDOCUMENT rendering

2011-11-27 Thread Steve Onnis
Is there a browser or something i can used to view a HTML document that will
accurately show me how CFDOCUMENT will HTML?  I am generating some PDF files
using HTML and the output looks nothing like how it looks in the browser

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CFDOCUMENT rendering

2011-11-27 Thread Steve Onnis
According to the ice browser website, ice browser and all of the products
went end of life status a year ago and last product release 2 years ago.

 

When is Adobe gonna get off its b-hind and do something about this? There
are soo many open source browser engines out there like webkit for example
that will do a much better job, and being that Adobe OWNS Acrobat, you would
think they would have done it a lng time ago

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Monday, 28 November 2011 3:04 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFDOCUMENT rendering

 

I seem to recall hearing that the underlying rendering engine is a 3rd party
(commercial product) called IceBrowser
(http://www.icesoft.com/products/icebrowser.html).  I realize most think/say
that it's itext, but it's not doing the html rendering: icebrowser is. Itext
may then be called to conver that to pdf, I think. It would then be less of
a surprise why it may not always be a faithful rendering. :-)

That said, it seems worth noting that the CF docs do give some info on what
should and should not be expected to render well:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_d-e_0
5.html

Finally, back to ICEBrowser, while there's no downloadable trial there for
you to use, I do see they offer a link to a sister open source IcePDF viewer
project: http://www.icepdf.org/. That said, I did some digging around there
and it seems that's focused only on rendering existing  PDF files, not
converting HTML to PDF. I could be wrong. 

And of course, the version that is built into CF may be quite old. I've not
seen the version number documented. Indeed, Adobe hardly mentions this tool
being what underlies it (though google icebrowser coldfusion and you'll find
some hits discussing it). 

But hope some of the info above may be helpful.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Steve Onnis
Sent: Sunday, November 27, 2011 9:24 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CFDOCUMENT rendering

 

Is there a browser or something i can used to view a HTML document that will
accurately show me how CFDOCUMENT will HTML?  I am generating some PDF files
using HTML and the output looks nothing like how it looks in the browser

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-24 Thread Steve Onnis
I thought i might have been the only having these experiences one but it
looks like im not so i may just forward them onto Adobe J

 

From: Kai Koenig [mailto:k...@koeni.de] 
Sent: Thursday, 24 November 2011 6:59 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

Just a random thought (note: I don't have/see any of those issues people
seem to have with the product - I actually think the search works great)...

 

Have you guys ever tried to make those suggestions/rants to Adobe. Not to
Adobe corporate - we all know that it's ... well... rather difficult to get
through to them. 

 

But to the CF/CF Builder product/engineering team directly? To (ex)-folks in
product management like Adam or Rakshith? To Hemant or Rupesh in engineering
management? Or to Terry? They've been to events like webDU or cf.O(ANZ) in
the past - or - hey, actually just last week. The CF product team is _by
far_ the easiest-to-approach product team within whole Adobe. If anyone
_honestly_ wants to get in touch with those guys and help to improve the
software so that it's more useful for you or your team or your whole company
- I'm more than happy to put you in touch, just let me know.

 

Instead of complaining how much one misses Homesite or how bad one thinks
CFB is etc - do something about it if you don't like it. Give direct
feedback. Ask them for solutions/workarounds. Ask them to be part of
pre-release programs and contribute in there. But don't magically expect a
tool that's exactly doing what you want it to do and exactly how you want it
to be done.

 

Just saying, 

Kai

 





I'm so glad I'm not the only one.

I have tried so hard to like it. This is my second go at using it and
I have been on it for 6 months or more now and I still don't like it
nearly as much as HomeSite+.

Might be a great CFUG to demo a few other options like IntelliJ etc.

Rawdy

On Nov 24, 6:09 pm, Andrew Myers am2...@gmail.com wrote:



-  The search is just useless really.  If you search for

something in a project, it would be much more useful if you could

drill down into the line in the file where the search instance appears

instead of having to hunt through the file

 

 

CTRL - F, change scope to projects, select a project, press find all,

and you get a search results view which has a tree view which has

next match / previous match options, and expands to show each match

in each file.  Click it to go to the exact line of the match.  By

default the search view opens in the right hand pane.  I prefer to

move it to the bottom pane (somewhere near the servers view).  If

you're not seeing it go to Window - Show View - Search

 

 

 

-  Searching in the file you are working on/have open is

flakey.  I always get a No file open message and im like WTF?  I

have to select a different source and then choose the Current document

option again for it to work.

 

 

Have never seen this myself.  Has anyone else noticed it?

 

 

 

-  There is no direction option for the search which means if

you want to search the whole document you have to scroll to the top of

the document for it to search the whole thing

 

 

In the CTRL - F dialog there is a search backwards option I

also like to to enable the Wrap search option too

 

 

 

-  You have to open a new search box for every file you have open.

 

 

I don't see this behaviour at all.  CTRL - F allows you to repeat

your search on every open file - select files using the workspace

editor tabs and repeat the search in there if you want.

 

Andrew.

 

On 24 November 2011 17:46, Steve Onnis st...@cfcentral.com.au wrote:

 

Refer to my first email

 

-Original Message-

From: Andrew Myers [mailto:am2...@gmail.com]

Sent: Thursday, 24 November 2011 5:37 PM

To: cfaussie@googlegroups.com

Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

What makes you say so?

 

On 24 November 2011 17:21, Steve Onnis st...@cfcentral.com.au wrote:

Thats the worst search feature of them all

 

-Original Message-

From: Andrew Myers [mailto:am2...@gmail.com]

Sent: Thursday, 24 November 2011 5:02 PM

To: cfaussie@googlegroups.com

Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 

Also, from an open File you can do CTRL F which brings up a find

dialog similar to Dreamweaver where you can search current document,

all open documents, project, workspace, etc.

 

Initially I disliked this, because it is different to Eclipse's

default behaviour.  But it's pretty good.

 

On 24 November 2011 16:31, Peter Robertson peter.r.robert...@gmail.com

wrote:

So, you go into Search / Find in Files (top menu), create and select a

Working Set to point to a path, provide a string, hit search, and then

under the search tab in the lower right panel, you get a tree

structure with a drillable list of hits.  You double click on a hit

and it opens the file, locates the corresponding location in the file

RE: [cfaussie] ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
I am really starting to miss it too!

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Thursday, 24 November 2011 3:46 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] ColdFusion Builder Opinions

yeah I agree the search is a bit rubbish, half a million options and
it never just works... I really miss homesite...

there should be a right click on folder to do a search

On Thu, Nov 24, 2011 at 3:42 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone else thing that CFBuilder is a bucket of bolts?



 For me:-



 -  The search is just useless really.  If you search for something
 in a project, it would be much more useful if you could drill down into
the
 line in the file where the search instance appears instead of having to
hunt
 through the file

 -  Searching in the file you are working on/have open is flakey. 
I
 always get a “No file open” message and im like WTF?  I have to select a
 different source and then choose the Current document option again for it
to
 work.

 -  There is no direction option for the search which means if you
 want to search the whole document you have to scroll to the top of the
 document for it to search the whole thing

 -  You have to open a new search box for every file you have open.





 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
Thats the worst search feature of them all

-Original Message-
From: Andrew Myers [mailto:am2...@gmail.com] 
Sent: Thursday, 24 November 2011 5:02 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

Also, from an open File you can do CTRL F which brings up a find
dialog similar to Dreamweaver where you can search current document,
all open documents, project, workspace, etc.

Initially I disliked this, because it is different to Eclipse's
default behaviour.  But it's pretty good.

On 24 November 2011 16:31, Peter Robertson peter.r.robert...@gmail.com
wrote:
 So, you go into Search / Find in Files (top menu), create and select a
 Working Set to point to a path, provide a string, hit search, and then
 under the search tab in the lower right panel, you get a tree
 structure with a drillable list of hits.  You double click on a hit
 and it opens the file, locates the corresponding location in the file
 and highlights the hit.  I don't find it that different to Homsite
 from what I can remember.  Also, up and down arrows in the top of the
 search panel position the cursor on prev/next hit within the file and
 then across files.

 I think it's all right.

 Peter Robertson

 On Nov 24, 3:42 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone else thing that CFBuilder is a bucket of bolts?

 For me:-

 -          The search is just useless really.  If you search for
something
 in a project, it would be much more useful if you could drill down into
the
 line in the file where the search instance appears instead of having to
hunt
 through the file

 -          Searching in the file you are working on/have open is flakey.
 I
 always get a No file open message and im like WTF?  I have to select a
 different source and then choose the Current document option again for it
to
 work.

 -          There is no direction option for the search which means if you
 want to search the whole document you have to scroll to the top of the
 document for it to search the whole thing

 -          You have to open a new search box for every file you have
open.

 --
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
Refer to my first email

-Original Message-
From: Andrew Myers [mailto:am2...@gmail.com] 
Sent: Thursday, 24 November 2011 5:37 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

What makes you say so?

On 24 November 2011 17:21, Steve Onnis st...@cfcentral.com.au wrote:
 Thats the worst search feature of them all

 -Original Message-
 From: Andrew Myers [mailto:am2...@gmail.com]
 Sent: Thursday, 24 November 2011 5:02 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions

 Also, from an open File you can do CTRL F which brings up a find
 dialog similar to Dreamweaver where you can search current document,
 all open documents, project, workspace, etc.

 Initially I disliked this, because it is different to Eclipse's
 default behaviour.  But it's pretty good.

 On 24 November 2011 16:31, Peter Robertson peter.r.robert...@gmail.com
 wrote:
 So, you go into Search / Find in Files (top menu), create and select a
 Working Set to point to a path, provide a string, hit search, and then
 under the search tab in the lower right panel, you get a tree
 structure with a drillable list of hits.  You double click on a hit
 and it opens the file, locates the corresponding location in the file
 and highlights the hit.  I don't find it that different to Homsite
 from what I can remember.  Also, up and down arrows in the top of the
 search panel position the cursor on prev/next hit within the file and
 then across files.

 I think it's all right.

 Peter Robertson

 On Nov 24, 3:42 pm, Steve Onnis st...@cfcentral.com.au wrote:
 Does anyone else thing that CFBuilder is a bucket of bolts?

 For me:-

 -          The search is just useless really.  If you search for
 something
 in a project, it would be much more useful if you could drill down into
 the
 line in the file where the search instance appears instead of having to
 hunt
 through the file

 -          Searching in the file you are working on/have open is flakey.
  I
 always get a No file open message and im like WTF?  I have to select a
 different source and then choose the Current document option again for
it
 to
 work.

 -          There is no direction option for the search which means if
you
 want to search the whole document you have to scroll to the top of the
 document for it to search the whole thing

 -          You have to open a new search box for every file you have
 open.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.



-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] PHP plugin for CF Bulder 2

2011-11-22 Thread Steve Onnis
I don't like Aptana.  Its just too heavy

 

From: Andrew Myers [mailto:am2...@gmail.com] 
Sent: Tuesday, 22 November 2011 6:41 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] PHP plugin for CF Bulder 2

 

With CFBuilder being based on Aptana I think you'd run into issues installed
it over builder.

 

Perhaps aptana studio on a clean install of eclipse your best option?

Sent from my mobile


On 22/11/2011, at 6:31 PM, MrBuzzy mrbu...@gmail.com wrote:

Not a recommendation per-say, but Aptana Studio has PHP support; 

 

http://aptana.com/products/studio3

On 22 November 2011 18:06, Barry Chesterman barrychester...@gmail.com
wrote:

can't you just use phpeclipse?

http://www.phpeclipse.com/

 

On Tue, Nov 22, 2011 at 7:25 PM, Steve Onnis st...@cfcentral.com.au wrote:

Any recommendations?

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] PHP plugin for CF Bulder 2

2011-11-21 Thread Steve Onnis
Any recommendations?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Best JVM version to use with CF9

2011-11-16 Thread Steve Onnis
Any recommendations regarding the JVM to use with CF9?  I have updated mine
but if there is a specific version that people have found best I would love
to hear

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Best JVM version to use with CF9

2011-11-16 Thread Steve Onnis
I am currently running 1.6.0_21

 

What version was shipped with CF9?

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Thursday, 17 November 2011 2:13 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Best JVM version to use with CF9

 

Adobe recommend and officially support 1.6.24 which is what I run in
production.  Not sure if there is any Benicia going higher but you should
goto .24 to addresses issues with earlier releases

 

Paul Kukiel


On 17/11/2011, at 2:09 PM, Steve Onnis st...@cfcentral.com.au wrote:

Any recommendations regarding the JVM to use with CF9?  I have updated mine
but if there is a specific version that people have found best I would love
to hear

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Best JVM version to use with CF9

2011-11-16 Thread Steve Onnis
Thanks for that.  The update is recommended because of the bug only it seems
to me, but it doesn't mention anything about any type of performance
increases.  Is this the case?

 

From: charlie arehart [mailto:charlie_li...@carehart.org] 
Sent: Thursday, 17 November 2011 3:06 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Best JVM version to use with CF9

 

Yep, more background and detail here, for what it may be worth beyond the
main point Paul has made:

http://www.carehart.org/blog/client/index.cfm/2011/10/28/CF911-Have-you-upda
ted-your-ColdFusion-JVM-to-24-yet-Important-security-fix-for-CF-89

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Wednesday, November 16, 2011 10:22 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Best JVM version to use with CF9

 

.17 with 9 and I think .21 with 9.01 in September this year Adobe announced
the recommend .24 and that it's officially tested and supported

Paul Kukiel


On 17/11/2011, at 2:16 PM, Steve Onnis st...@cfcentral.com.au wrote:

I am currently running 1.6.0_21

 

What version was shipped with CF9?

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Thursday, 17 November 2011 2:13 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Best JVM version to use with CF9

 

Adobe recommend and officially support 1.6.24 which is what I run in
production.  Not sure if there is any Benicia going higher but you should
goto .24 to addresses issues with earlier releases

 

Paul Kukiel


On 17/11/2011, at 2:09 PM, Steve Onnis st...@cfcentral.com.au wrote:

Any recommendations regarding the JVM to use with CF9?  I have updated mine
but if there is a specific version that people have found best I would love
to hear

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] ColdFusion Server Cahcing Stratagies

2011-11-16 Thread Steve Onnis
Can anyone recommend and caching techniques or products to assist with some
caching for high volume applications?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CSS packager

2011-11-08 Thread Steve Onnis
Have you actually used this? I am having a hard time getting it to actually
work.

-Original Message-
From: Zac Spitzer [mailto:zac.spit...@gmail.com] 
Sent: Tuesday, 8 November 2011 4:50 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] CSS packager

http://cfstatic.riaforge.org/

On Tue, Nov 8, 2011 at 4:48 PM, Steve Onnis st...@cfcentral.com.au wrote:
 Anyone know of a CSS/JavaScript packager i could use in ColdFusion for
 minifying CSS/JavaScript files?

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CSS packager

2011-11-07 Thread Steve Onnis
Anyone know of a CSS/JavaScript packager i could use in ColdFusion for
minifying CSS/JavaScript files?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Coldfusion Developer Week

2011-09-12 Thread Steve Onnis
There is a 6am now??

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 13 September 2011 8:45 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Coldfusion Developer Week

 

I'll be presenting at 6 am wednesday morning on Coldfusion frameworks, if
anyone is an early riser and wants to tune in.

Mark

Sent from my mobile doohickey.

On Sep 13, 2011 8:37 AM, Chris Velevitch chris.velevi...@gmail.com
wrote:
 ColdFusion Developer Week is a series of free, live webinars hosted by
 seasoned ColdFusion experts who will cover a wide range of topics from
 what ColdFusion is, how to code it, all the way through to more in
 depth topics such as ORM and ColdFusion Builder Extensions. If you are
 a new developer, someone with little or no ColdFusion experience, or
 even if you have been using ColdFusion all your life, this event is
 ideal for you. The ColdFusion Developer Week provides something for
 everyone, so sign up now!
 
 http://www.adobe.com/cfusion/event/index.cfm?event=detail
http://www.adobe.com/cfusion/event/index.cfm?event=detailid=1489920
id=1489920
 
 
 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au
 
 Adobe Platform Users Group, Sydney
 Topic: Deploying Coldfusion into the Cloud
 Date: 26th September 6pm for 6:30 start
 Details and RSVP on
 http://apugs.groups.adobe.com/index.cfm?event=post.display
http://apugs.groups.adobe.com/index.cfm?event=post.displaypostid=38239
postid=38239
 
 -- 
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Amazon EC2 hosting services viability

2011-09-07 Thread Steve Onnis
That's just it though.

I own all of my hardware outright, so the only costs at the moment for
us is the data centre costs which current is a little over 2k a month
and includes 100 Gb of data. I have full control of security,
firewalls, the servers, environments and if needed i can walk up to
the server, plug a USB drive in and either do backups or transfer
large amounts of data to my servers.  I have a full rack available to
me and i agree that if i was looking to expand, then the cost of
hardware will be more than a new instance in the cloud.

Looking at the figures starting out fresh, the TCO is much higher with
the typical data centre infrastructure on a hardware level and
possible hardware maintenance level but the ongoing costs of a cloud
seems to be just as high or higher than traditional data center
services for running systems.

Yes cloud scaling is nice but when then ongoing costs of basic
infrastructure ends up  being more what would be the compelling
argument to move to a cloud?

Steve

On Sep 8, 11:43 am, Chong kck...@gmail.com wrote:
 I have an ex colleague that work projects uses EC2... how do you arrive at
 450-500 per instance excluding data?

 With my discussions with him and a few others, it is very hard to estimate
 your actual usage till you get on it.

 For me the potential lies in

    - Ability to exist beyond different regions (the likely hood of all the
    datacenters going down in all the region is very very small)
    - scalable (you can switch the instance type, and I also believe there is
    the ability to create/increase capacity via code/conditions)
    - Not needing to worry about hardware

 So for my understand so far, for you to get maximum benefit from EC2 is to
 architect the app/site  whereby it can exists between different regions ,
 know how to interface with EC2 to scale when needed... not needing to worry
 about hardware is common with any hosting provider, cloud or non cloud.

 Besides the fact that it is cheaper, due to scale of economics.

 Just my uneducated 2 cents :)

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Amazon EC2 hosting services viability

2011-09-07 Thread Steve Onnis
my disaster plan is an open ended ticket to mexico! :)  kidding

bi-daily backups etc

The thing is even with all those backup plans it just adds more to the
costs of running in a cloud.

On Sep 8, 12:50 pm, Barry Beattie barry.beat...@gmail.com wrote:
 Steve:

 what's the Data Center's/your's disaster recovery plan?**

 How critical is it for you to deliver, say, 99.5% (or whatever in your
 SLA) uptime to your customers?

 no criticism, not having a go, just curious if these are factors to
 consider (what you've got Vs what EC2 can do for you).

 me: no affil/bias either way.

 B

 ** IIRC, there were a couple of P-o-P's inside the WTC ... until Sept
 11, that is (it's all about managing risk... and sometimes mitigating
 all the risk just costs too much to be competitive in business)





 On Thu, Sep 8, 2011 at 12:27 PM, Steve Onnis st...@cfcentral.com.au wrote:
  That's just it though.

  I own all of my hardware outright, so the only costs at the moment for
  us is the data centre costs which current is a little over 2k a month
  and includes 100 Gb of data. I have full control of security,
  firewalls, the servers, environments and if needed i can walk up to
  the server, plug a USB drive in and either do backups or transfer
  large amounts of data to my servers.  I have a full rack available to
  me and i agree that if i was looking to expand, then the cost of
  hardware will be more than a new instance in the cloud.

  Looking at the figures starting out fresh, the TCO is much higher with
  the typical data centre infrastructure on a hardware level and
  possible hardware maintenance level but the ongoing costs of a cloud
  seems to be just as high or higher than traditional data center
  services for running systems.

  Yes cloud scaling is nice but when then ongoing costs of basic
  infrastructure ends up  being more what would be the compelling
  argument to move to a cloud?

  Steve

  On Sep 8, 11:43 am, Chong kck...@gmail.com wrote:
  I have an ex colleague that work projects uses EC2... how do you arrive at
  450-500 per instance excluding data?

  With my discussions with him and a few others, it is very hard to estimate
  your actual usage till you get on it.

  For me the potential lies in

     - Ability to exist beyond different regions (the likely hood of all the
     datacenters going down in all the region is very very small)
     - scalable (you can switch the instance type, and I also believe there 
  is
     the ability to create/increase capacity via code/conditions)
     - Not needing to worry about hardware

  So for my understand so far, for you to get maximum benefit from EC2 is to
  architect the app/site  whereby it can exists between different regions ,
  know how to interface with EC2 to scale when needed... not needing to worry
  about hardware is common with any hosting provider, cloud or non cloud.

  Besides the fact that it is cheaper, due to scale of economics.

  Just my uneducated 2 cents :)

  --
  You received this message because you are subscribed to the Google Groups 
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to 
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



  1   2   3   4   5   6   7   8   9   10   >