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

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

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

[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... The error being returned is ""An error occurred while performing an operation in the Search Engine library.Error getting collec

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

[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
Does anyone know if you can actually query of query between more than one query? like SELECTcolumn FROMquery1, query2 WHEREquery1.id = query2.id 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

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
://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 > > -- > You received this message because you are subscribed to the Google > Groups "cfaussie" group. > To view this disc

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

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

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

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

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
'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 Subjec

RE: [cfaussie] Coldfusion Web services

2012-06-19 Thread Steve Onnis
od=getUser WSDL cfc: User.cfc component { property name="userName"; property name="password"; } index.cfm http://diypoll.com/tmp/test.cfc?wsdl> "http://diypoll.com/tmp/test.cfc?wsdl";) /> On 19/06/2012 4:18

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

RE: [cfaussie] Coldfusion Web services

2012-06-15 Thread Steve Onnis
) 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 wrote: Has anyone run into an issue with reserves word

[cfaussie] Coldfusion Web services

2012-06-14 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

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 to cfaussie@googlegroups

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

RE: [cfaussie] textareas the returns

2012-04-22 Thread Steve Onnis
replace single returns with spaces and double returns with . Not sure why it replaces with spaces, but that what the documentaion says. Brian _ From: "Steve Onnis" Sent: Monday, 23 April 2012 12:23 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] textareas the return

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 r

RE: [cfaussie] bind complete

2012-04-19 Thread Steve Onnis
.google.com/108193156965451149543 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 when the value of the "selectc

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
e 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 wrote: I personaly don't like using it. It is being used

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

RE: [cfaussie] Re: Manipulating CFHTTP Source IP

2012-04-12 Thread Steve Onnis
ork though. On Apr 13, 11:50 am, "Steve Onnis" 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

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-

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.

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

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 a tag in your code which has this... http://www.roymorgan.com/";> This means any relative pathed hyperlink will be absolute from whatever the base href value is. This i

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

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 group, send emai

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, send email to

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

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

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 t

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

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

  1   2   3   4   5   6   7   8   9   10   >