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

[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

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

2012-09-10 Thread Steve Onnis
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

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

2012-09-10 Thread Steve Onnis
, 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

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

2012-09-10 Thread Steve Onnis
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

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

2012-09-10 Thread Steve Onnis
. 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

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

2012-09-10 Thread Steve Onnis
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

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

2012-09-10 Thread Steve Onnis
\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 not working with IIS7 url_rewrite

2012-09-10 Thread Steve Onnis
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

[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

[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

[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,

[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

[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

[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

RE: [cfaussie] Query of Query between multiple recordsets

2012-08-22 Thread Steve Onnis
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

RE: [cfaussie] cfimage processing slow

2012-08-08 Thread Steve Onnis
, 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

[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

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

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

[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

[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

[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

RE: [cfaussie] catching a thrown error

2012-06-26 Thread Steve Onnis
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

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:

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
@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

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
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

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

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
?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

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
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

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
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

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

[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

RE: [cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
, 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

RE: [cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
[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

[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

RE: [cfaussie] OT : iPad website viewing

2012-05-24 Thread Steve Onnis
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

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

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

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

RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
. 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

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
, 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

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
, 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

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
://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

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

2012-04-18 Thread Steve Onnis
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

[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 --

RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
/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

RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
: [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

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

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

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

RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
. 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

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

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

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

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

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

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

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

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

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

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

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

2012-02-15 Thread Steve Onnis
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

RE: [cfaussie] Re: verity error

2012-02-07 Thread Steve Onnis
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

[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

RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
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

RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
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

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

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

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

RE: [cfaussie] OT : Amazon buckets

2012-01-12 Thread Steve Onnis
:) 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

[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

RE: [cfaussie] OT : Amazon buckets

2012-01-11 Thread Steve Onnis
, 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

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

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

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

RE: [cfaussie] Image functions with transparent png images

2011-12-19 Thread Steve Onnis
? 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

[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

RE: [cfaussie] CFDOCUMENT rendering

2011-11-28 Thread Steve Onnis
[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

RE: [cfaussie] CFDOCUMENT rendering

2011-11-28 Thread Steve Onnis
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

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

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

[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

RE: [cfaussie] CFDOCUMENT rendering

2011-11-27 Thread Steve Onnis
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

RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-24 Thread Steve Onnis
. 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

RE: [cfaussie] ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
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

RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
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

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

RE: [cfaussie] PHP plugin for CF Bulder 2

2011-11-22 Thread Steve Onnis
: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] 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

[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

RE: [cfaussie] Best JVM version to use with CF9

2011-11-16 Thread Steve Onnis
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

RE: [cfaussie] Best JVM version to use with CF9

2011-11-16 Thread Steve Onnis
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

[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

RE: [cfaussie] CSS packager

2011-11-08 Thread Steve Onnis
/ 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

[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,

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

[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

[cfaussie] Re: Amazon EC2 hosting services viability

2011-09-07 Thread Steve Onnis
** 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

  1   2   3   4   5   6   7   8   9   10   >