[cfaussie] CF10 and uploading files with mime type restriction

2012-09-11 Thread Steve Onnis
e 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 "cfauss

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

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

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

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

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

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

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

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

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

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

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

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

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

2012-09-09 Thread Steve Onnis
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? > &g

[cfaussie] coldfusion 10 not working with IIS7 url_rewrite

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

[cfaussie] CF10 Solr not working

2012-09-06 Thread Steve Onnis
(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://gr

[cfaussie] Coldfusion 10 debug nifo covered by black strip

2012-09-05 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] 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] HQL Date comparisons

2012-09-04 Thread Steve Onnis
Can anyone help me out with this. Doesnt matter what i try it wont work :( Trying to return items within a date range or after a certain date but the end date in the db can be empty or null. any ideas on where i am going wrong? *LOCAL.r = ORMExecuteQuery(" SELECT af.title, af.caption

[cfaussie] CFSEARCH ignore case on criteria

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

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

RE: [cfaussie] Query of Query between multiple recordsets

2012-08-22 Thread Steve Onnis
m my mobile On 22/08/2012, at 6:13 PM, Zac Spitzer 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 wrote: >> Does anyone know if you can actually query of qu

[cfaussie] Query of Query between multiple recordsets

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

RE: [cfaussie] ColdFusion 9 standard

2012-08-15 Thread Steve Onnis
I could sell you one From: Mitch Seiden [mailto:mitchell.sei...@gmail.com] Sent: Thursday, 16 August 2012 4:08 PM To: cfaussie@googlegroups.com Subject: [cfaussie] ColdFusion 9 standard Hey, This might sound like a silly question but does anyone know where I can buy a CF 9 standard lic

RE: [cfaussie] cfimage processing slow

2012-08-08 Thread Steve Onnis
you're talking about I have to agree with Josh - ImageMagick would be better. Throwing to ImageMagick with CFEXECUTE separately for each image might be faster than CFIMAGE. It would definitely be faster for batch resizes. Blair On Thu, Aug 9, 2012 at 9:45 AM, Steve Onnis wrote: the actual oper

RE: [cfaussie] cfimage processing slow

2012-08-08 Thread Steve Onnis
@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 wrote: > currently cf9 > > --

RE: [cfaussie] cfimage processing slow

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

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

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 G

[cfaussie] cfimage processing slow

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

Re: [cfaussie] MAD! Melbourne Adobe Developers: Searn Corfield, Clojure. 21 Aug **TUESDAY**, 2012

2012-08-06 Thread Steve Armstrong
Hi Peter, I will be attending. Cheers, Steve On 6 August 2012 15:13, Peter Robertson wrote: > I only have one confirmation so far. > > Peter > > > On Mon, Aug 6, 2012 at 3:12 PM, Mark Mandel wrote: > >> I was there the other week - I believe there was about 15

[cfaussie] ORM and Solr

2012-07-15 Thread Steve Onnis
lection of items into the 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 Goo

[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

RE: [cfaussie] catching a thrown error

2012-06-26 Thread Steve Onnis
specifiy a custom type, you need to catch that type eg On 26 June 2012 15:48, Steve Onnis wrote: If you use CFTHROW to throw errors, can you still use TRY/CATCH to

[cfaussie] catching a thrown error

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

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

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 p

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@google

RE: [cfaussie] Coldfusion Web services

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

RE: [cfaussie] Coldfusion Web services

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

RE: [cfaussie] Coldfusion Web services

2012-06-18 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-18 Thread Steve Onnis
es 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 C

RE: [cfaussie] Coldfusion Web services

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

RE: [cfaussie] Coldfusion Web services

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

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

[cfaussie] Coldfusion Web services

2012-06-14 Thread Steve Onnis
uot;. 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

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 wrote: > Does anyone know if you can force a website to always be viewed in > landscape on an ipad? Any m

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

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 newva="

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... That should reload the web service for you also Steve From: Rawdyn Nutting

RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
nday, 23 April 2012 12:48 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] textareas the returns Steve: is there any situations where wouldn't work/be a good idea? That used to be my preference. On Mon, Apr 23, 2012 at 12:42 PM, Brian Knott wrote: Had a look at Paragraph forma but it

RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
Depends You can use or you can use #ParagraphFormat([textareaValue])# which will take each return and split the value into paragraphs using the tag Steve From: Brian Knott [mailto:bkn...@jbk.com.au] Sent: Monday, 23 April 2012 12:20 PM To: cfaussie Subject: [cfaussie] textareas the

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
ussie@googlegroups.com Subject: Re: [cfaussie] bind complete Steve if that is what you wish to do then, this is what you need to do. 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 ov

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
background do similar checks as the second field. Blair On Fri, Apr 20, 2012 at 2:05 PM, Steve Onnis 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 whe

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
..@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 function mediachange(x) { console.log(x); } That is provided your cfselect is something like thi

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

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

RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
t: 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 wrote: I am working with existing

RE: [cfaussie] bind complete

2012-04-17 Thread Steve Onnis
149543 On Wed, Apr 18, 2012 at 12:06 PM, Steve Onnis 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

[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] Re: Manipulating CFHTTP Source IP

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

RE: [cfaussie] Re: Manipulating CFHTTP Source IP

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

RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
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 wrote: > May not work (depending on how the web service is set up) but you

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 Sour

RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-23 Thread Steve Onnis
ibute values as well. Reagrding what Steve said about the base tag, I hjave tried resetting it with both a the HTML tag and the tage but it makes no difference, I don't want the reset it for the whole site. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googleg

RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-22 Thread Steve Onnis
s. 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... Test Target Steve From: Stephen M [mailto:sgmul...@gmail.co

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" wrote: > Silly question.do you have a

RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-19 Thread Steve Onnis
Silly question.do you have a 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 issue

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 SmartWiza

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 dec

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 but

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

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

2012-02-15 Thread Steve Onnis
CreateDate() ? -Original Message- From: Andrew [mailto:am2...@gmail.com] Sent: Thursday, 16 February 2012 12:40 PM To: cfaussie Subject: [cfaussie] Re: Convert cf date to milliseconds since the epoch? Hmm not that simple. The dates are coming from a query, and .getTime() appears not 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" wrote: > Why 1970? That see

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: verity error

2012-02-07 Thread Steve Onnis
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 wrote: Hi Steve, I had a si

RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
much more control over what you're actually querying). On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis 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 As i said, the collection is the

RE: [cfaussie] verity error

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

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

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

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

RE: [cfaussie] OT : Amazon buckets

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

RE: [cfaussie] OT : Amazon buckets

2012-01-11 Thread Steve Onnis
, Jan 12, 2012 at 1:17 PM, Steve Onnis 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@googlegrou

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

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 wrote: > Thought i would push this one back out into the ether to see if anyone had > any ideas... > > > > From:

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

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 rotati

[cfaussie] Image functions with transparent png images

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

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

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: cfa

RE: [cfaussie] CFDOCUMENT rendering

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

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:charl

RE: [cfaussie] CFDOCUMENT rendering

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

RE: [cfaussie] CFDOCUMENT rendering

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

[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] Re: ColdFusion Builder Opinions

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

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 wrote

RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
n across files. > > I think it's all right. > > Peter Robertson > > On Nov 24, 3:42 pm, "Steve Onnis" wrote: >> Does anyone else thing that CFBuilder is a bucket of bolts? >> >> For me:- >> >> -          The search is just useless really

RE: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Steve Onnis
;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" wrote: > Does an

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 wrote: > Does anyone else thing that CFBuilder is a bucket of bolts? > > > > For me:- > > > > -  The se

[cfaussie] ColdFusion Builder Opinions

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

RE: [cfaussie] PHP plugin for CF Bulder 2

2011-11-22 Thread Steve Onnis
:06, Barry Chesterman wrote: can't you just use phpeclipse? http://www.phpeclipse.com/ On Tue, Nov 22, 2011 at 7:25 PM, Steve Onnis wrote: Any recommendations? -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this grou

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

  1   2   3   4   5   6   7   8   9   10   >