[cfaussie] Re: Are folks tracking CFJOBS Google Group?

2015-12-19 Thread Adam Chapman
Merge! -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit

[cfaussie] Re: CFML Slack team/channels

2015-07-16 Thread Adam Chapman
The number is now nudging 600.. There is now #cfaussie channel for anyone interested.. Regards, Adam On Tuesday, June 30, 2015 at 5:05:47 PM UTC+10, Kai Koenig wrote: > > Just a quick public service announcement: > > There’s a very active CFML slack channel now and you should seriously > consi

[cfaussie] Kym Kovan

2014-02-26 Thread Adam Chapman
Hi Everyone, I'm not sure if you're aware but Kym Kovan, a long time cfaussie member and Coldfusion stalwart passed away recently from motor neurone disease. Kym was one of the gurus when I started CF back in 1998, and I had the pleasure of having her as part of my development team over the pas

Re: [cfaussie] Are there any mid-snr CF devs left in Australia

2014-02-26 Thread Adam Chapman
Our company is using Railo over ACF.. I doubt I'd change back unless they Adobe released some killer features that couldn't be replicated somehow. On Wednesday, February 26, 2014 11:48:33 PM UTC+11, ajme...@gmail.com wrote: > > Daemon are hosting Farcry CMS sites on Railo > including > http

[cfaussie] Re: CFAussie Posts Are Very Occasional

2013-08-13 Thread Adam Chapman
I still lurk here.. though I find most of my issues are resolved by googling.. BTW.. Hi! On Monday, August 12, 2013 12:33:49 PM UTC+10, rai...@ozemail.com.au wrote: > > Hi > > > > Wondering if this user group is still active as I seem to only receive the > occasional post every now and then

RE: [cfaussie] Re: OT: Webpage download timing

2012-04-04 Thread Adam Chapman
+1 for Firebug Regards, Adam From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Josh Wines Sent: Thursday, 5 April 2012 3:23 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: OT: Webpage download timing Firebug is a great debugging tool that will give you tha

RE: [cfaussie] Recommendations for a CF Framework.

2012-02-16 Thread Adam Chapman
@Dale: Frameworks are for people who don't know what they are doing :P Or for those who invent wheels for fun.. Documentation is overrated too ;) Regards, Adam -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Dale Fraser Sent: Friday,

RE: [cfaussie] Recommendations for a CF Framework.

2012-02-16 Thread Adam Chapman
Coldfusion on Wheels is my personal fave.. www.cfwheels.org Inspired by Ruby on Rails.. Regards, Adam -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Myers Sent: Friday, 17 February 2012 12:44 PM To: cfaussie@googlegroups.com Su

RE: [cfaussie] CSS packager

2011-11-08 Thread Adam Chapman
There is a cfwheels plugin.. Asset Bundler http://cfwheels.org/plugins/listing/4 Regards, Adam From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Steve Onnis Sent: Tuesday, 8 November 2011 4:49 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CSS packager Anyon

RE: [cfaussie] cfloop inside a cfif tag

2011-06-09 Thread Adam Chapman
How about this.. mandatory fields are missing From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of rai...@ozemail.com.au Sent: Friday, 10 June 2011 10:08 AM To: cfaussie@googlegroups.com Subject: [cfaussie] cfloop inside a cfif tag Hi I am

RE: [cfaussie] OT : SQL TEXT type column

2010-10-14 Thread Adam chapman
that? What if i don't want to restrict it at all? From: Adam chapman [mailto:a...@portplus.com] Sent: Friday, 15 October 2010 3:42 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] OT : SQL TEXT type column Hi Steve, Depending on your database, the TEXT datatype column can handle

RE: [cfaussie] OT : SQL TEXT type column

2010-10-14 Thread Adam chapman
Hi Steve, Depending on your database, the TEXT datatype column can handle LARGE amounts of data. You might want to check how much data your datasource can handle.. check out the Advanced Settings in your datasource in cfadmin. Regards, Adam From: cfaussie@googlegroups.com [mailto:cfaus...@go

[cfaussie] Re: Weird Problem Element is Undefined problem

2009-11-25 Thread Adam chapman
Hey Chong, Also consider using the duplicate() function when copying your structure.. >From what I understand, structCopy() may not create a deep copy of your >structure, But rather a pointer to the original. So if you modify the original, it can sometimes cause some changes (desired or otherwi

[cfaussie] Re: CFReport Builder issue - again!

2009-07-08 Thread Adam Chapman
Hi Gavin, You could try this: Then reference each param individually.. #params.myKey# Hope this helps.. Regards, Adam -Original Message- From: Gavin Baumanis [mailto:beauecli...@gmail.com] Sent: Thursday, 9 July 2009 1:53 PM

[cfaussie] Re: Validating dates ... what's the trick?

2009-02-19 Thread Adam Chapman
Hi Mike, I used to use the 3 dropdowns method.. (now using jquery datepicker) but used "mmm" for the month value. Then validate something like this isDate("#day#-#month#-#year#") which evaluates to isDate("31-Feb-2009") There was no confusion between day and month this way.. Regards, Adam -

[cfaussie] Re: Validating dates ... what's the trick?

2009-02-19 Thread Adam Chapman
I second Brett's method.. I do the same thang myself. Regards, Adam -Original Message- From: Brett Payne-Rhodes [mailto:bret...@gmail.com] Sent: Friday, February 20, 2009 3:17 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Validating dates ... what's the trick? I could neve

[cfaussie] Re: Building a web service - can you pass in XML or should the arguments be data typed

2008-11-10 Thread Adam Chapman
Hi Matthew, I second Steve on the point below.. I have pulled out many a hair trying to get complex datatypes to send/parse correctly between different platforms. They work nicely between CF and CF, but try with CF and .NET and the 'fun' begins. Regards, Adam -Original Message- From: St

[cfaussie] Re: Filtering out folders.

2008-09-22 Thread Adam Chapman
Hi Joris, cfdirectory CAN filter multiple types.. Filter="*.html|*.xml|*.txt" Alternatively (and less efficiently) you could use QoQ to exclude the types you don't want. Regards, Adam -Original Message- From: Joris de Beer [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008

[cfaussie] Re: CFC Design Patterns

2008-06-29 Thread Adam Chapman
12/06/2008, at 3:46 PM, Adam Chapman wrote: > > Hi All, > > I am looking at re-vamping the way I build cfcs and want to move to a > more OO approach.. I have recently started using coldspring and am > after > pplz thoughts on their favoured design pattern and how best to &

[cfaussie] Re: CfJob -Melbourne

2008-06-22 Thread Adam Chapman
Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Monday, 23 June 2008 2:43 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CfJob -Melbourne Hello Everyone, I know this isn't technically the place for these, but since we are all (m

[cfaussie] CfJob -Melbourne

2008-06-22 Thread Adam Chapman
ills in most or all of the following: CFMX 7+ HTML Javascript CSS XML SQL Server 2005 SOAP Contact: [EMAIL PROTECTED] Regards, Adam Chapman Portplus www.portplus.com T: 03 9800 --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[cfaussie] Re: Coldspring Best Practice

2008-06-18 Thread Adam Chapman
ature. Mark On Thu, Jun 19, 2008 at 10:13 AM, Adam Chapman <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > I'm using fusebox 5.5 (no-Xml). > > Regards, > Adam > > > -Original Message- > From: Mark Mandel [mailto:[EMAIL PROTECTED] > Sent: T

[cfaussie] Re: Coldspring Best Practice

2008-06-18 Thread Adam Chapman
your Controller? Something like Model Glue, MachII? Mark On Thu, Jun 19, 2008 at 9:40 AM, Adam Chapman <[EMAIL PROTECTED]> wrote: > Hi All, > > > > I have started implementing Coldspring into an app I'm working on and I was > after some opinions on the best way to call th

[cfaussie] Coldspring Best Practice

2008-06-18 Thread Adam Chapman
Hi All, I have started implementing Coldspring into an app I'm working on and I was after some opinions on the best way to call the beans. This is a fusebox 5.5 (noXml) implementation. My main aim is to avoid lots of 'unnecessary' code but keeping performance at a maximum. I think I ha

[cfaussie] CFC Design Patterns

2008-06-11 Thread Adam Chapman
Hi All, I am looking at re-vamping the way I build cfcs and want to move to a more OO approach.. I have recently started using coldspring and am after pplz thoughts on their favoured design pattern and how best to organise cfcs.. Any feedback or links appreciated.. Regards, Adam Chapman

[cfaussie] Fusebox 5.5 vs Colddbox

2008-06-01 Thread Adam Chapman
times - Having to reload an application when new fuseactions are added to a circuit - The occasional 'corrupt' parsed file.. I'm not sure if FB5.5 has addressed any of these issues. Regards, Adam Chapman --~--~-~--~~~---~--~~ You received this mes

[cfaussie] Re: queryAddRow

2008-05-15 Thread Adam Chapman
- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Thursday, 15 May 2008 3:09 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: queryAddRow Hi Andrew, >> until someone shows me a good enough reason too (sic) How about wanting 15 rows in the

[cfaussie] Re: queryAddRow

2008-05-14 Thread Adam Chapman
Hi Andrew, >> until someone shows me a good enough reason too (sic) How about wanting 15 rows in the query regardless of whether they are blank or not.. I have a dynamic book building application in which a book is limited to 15 pages.. I already have the front cover, inside sleeve and back c

[cfaussie] Re: wierd caching problem

2008-04-28 Thread Adam Chapman
Hi Barry, I had a similar issue a few weeks ago (CFMX7).. I had to turn 'save class files' off, run the template, then turn it back on. It happened around the time of daylight savings change where the cf time and OS time were different.. Hope this helps. Adam -Original Message- From: b

[cfaussie] Re: Problem with double quotes and SQLServer

2008-01-06 Thread Adam Chapman
Hi Mike, I have found in the past a value such as 42" wheels is _inserted_ into the database without any problem. However, when the "update" form is used with the same value the html is rendered as: Notice that the value attribute is prematurely ended.. but seems to still render in the browser

[cfaussie] Re: Using CFEXECUTE to run a batch file

2007-12-20 Thread Adam Chapman
Hi Peter, I use cfexecute like this: Regards, Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 21 December 2007 1:01 AM To: cfaussie Subject: [cfaussie] Using CFEXECUTE to run a batch file I have a batch file d:\test.bat which I would like to

[cfaussie] Re: regex - replacing a string outside of 'tags'

2007-12-06 Thread Adam Chapman
Hi Glen, Just what I was after, nice work. Thanks to all who put thought into it. Regards, Adam -Original Message- From: nkosi [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 December 2007 6:05 PM To: cfaussie Subject: [cfaussie] Re: regex - replacing a string outside of 'tags' Oops, wa

[cfaussie] regex - replacing a string outside of 'tags'

2007-12-05 Thread Adam Chapman
Hi All, Wondering if regex wizards out there can help me with this.. I want to replace a substring within a string, but ONLY if its is not a name/attribute of a html tag. (Between a matching pair of < > ) Below is some code to illustrate the problem.. #myString# span","all") /> #myString# T

[cfaussie] Re: Role call: CFCAMP Melbourne

2007-11-20 Thread Adam Chapman
Hey.. Myself and one of my workmates will be there.. _ From: MrBuzzy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 21 November 2007 1:24 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Role call: CFCAMP Melbourne Hi y'all, I've seen this work on other mailing lists. Who'

[cfaussie] Re: Replace String containing a hash symbol

2007-11-15 Thread Adam Chapman
Hi Chris, You need to escape the hash with another hash: Cheers, Adam -Original Message- From: Chris Ellem [mailto:[EMAIL PROTECTED] Sent: Friday, 16 November 2007 1:53 PM To: cfaussie Subject: [cfaussie] Replace String containing a hash symbol Hi, I have done this before I just

[cfaussie] Re: ColdFusion sessions playing up? showing info that belongs to others? ....

2007-08-29 Thread Adam Chapman
Hi Taco, I had this happen years ago, the cause was that the two users were using the same isp that was heavily caching content.. the solution back then was to ensure that every url was unique.. and/or pass session token in the url. Cheers, Adam _ From: Taco Fleur [mailto:[

[cfaussie] Re: CFCAMP Australia Is GO

2007-08-13 Thread Adam Chapman
CFCAMP.. Sounds like a new tag to make your requests slightly more gay? -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Monday, 13 August 2007 8:39 PM To: cfaussie Subject: [cfaussie] CFCAMP Australia Is GO Quick heads up for CFAUSSIE... more official marketing to

[cfaussie] Re: CF Query Question

2007-06-21 Thread Adam Chapman
Howdy, select loanno, LoanProgram, BorrowerName, LoanFacility, BorRate, InvstLoanRate, SettlementDate, FeeFreeRate, OtherFeeRate, PenaltyRate, BorRate-InvstLoanRate as lender_margin from trails order by lender_margin (SQL Server) Cheers, Adam From: [

[cfaussie] Re: cfqueryparam cfsqltype="cf_sql_timestamp"problem

2007-06-19 Thread Adam Chapman
Hi Scott, Here are a couple of possible workarounds if you don't find what your'e after. WHERE year(sb_accom_start_date) = #datePart("",myDate)# AND month(sb_accom_start_date) = #datePart("m",myDate)# AND day(sb_accom_start_date) = #datePart("d",myDate)# WHERE sb_accom_start_date B

[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread Adam Chapman
present -Original Message- From: Matt Voerman [mailto:[EMAIL PROTECTED] Sent: Friday, 1 June 2007 12:02 PM To: cfaussie Subject: [cfaussie] CFAussie Community Head Count Hi Guys, Just a quick note to let you guys know that we at the Adobe Australia office haven't forgotten about you, a

[cfaussie] Re: cffunction access="Package"

2007-05-28 Thread Adam Chapman
Hi Dale, I use it with the DAO/Gateway model.. mProduct (dir) productManager.cfc productDAO.cfc productGateway.cfc Only the productManager cfc is called by the application code.. the manager calls the relevant DAO/Gateway cfc depending on the function.. in this scenario

[cfaussie] Re: cfc - cfargument best practice

2007-05-28 Thread Adam Chapman
aser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Tuesday, 29 May 2007 10:54 AM To: cfaussie@googlegroups.com Subject: [cfaussie] cfc - cfargument best practice Hi All, I have the need to create a cfc method

[cfaussie] cfc - cfargument best practice

2007-05-28 Thread Adam Chapman
Hi All, I have the need to create a cfc method which will update a large number of db fields.. (50+). Here are 2 options I'm considering: 1. Accept an argument for each field 2. Accept a single argument containing a structure with all the data required for each field Thoughts? Cheers, Adam -

[cfaussie] Re: + Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-14 Thread Adam Chapman
Hi.. I think I can help.. but I have not tested this code -Original Message- From: Secret [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 May 2007 9:41 AM To: cfaussie Subject: [cfaussie] + Important: Repent, Completely trust in God only a

[cfaussie] Re: Hack ColdFusion Application

2007-05-10 Thread Adam Chapman
>> But you're right there is more than one of me... *shudder* ;) From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, 11 May 2007 12:25 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Hack ColdFusion Application On 5/11/07, Taco Fleur <[

[cfaussie] Re: Hack ColdFusion Application

2007-05-10 Thread Adam Chapman
Hi Taco Wondering if you are willing to share what you've discovered so others can better hack proof their apps.. (when you've addressed those issues yourself of course ;) ) Cheers, Adam > > > Taco Fleur wrote: > > > > OK, I'm now offering $100 per hack/crack found.. Anyone interested > > >

[cfaussie] Re: FineNoCase Problem

2007-03-01 Thread Adam Chapman
ListFindNoCase('OPPO,OPSNC,OPVAN,OPGEN,INP', x) gt 0 Cheers, Adam -Original Message- From: Scott Thornton [mailto:[EMAIL PROTECTED] Sent: Friday, 2 March 2007 2:48 PM To: cfaussie@googlegroups.com Subject: [cfaussie] FineNoCase Problem Hi, I have been using FindNoCase(x,'OPPO,OPSNC

[cfaussie] Re: Fusebox question

2007-02-25 Thread Adam Chapman
Hi Ryan, If your model code was encapsulated in cfcs, you could name your queries in the controller.. this is how I do it. Cheers, Adam _ From: Ryan Sabir [mailto:[EMAIL PROTECTED] Sent: Sunday, 25 February 2007 1:45 PM To: 'cfaussie@googlegroups.com' Subject: [cfauss

[cfaussie] Re: QoQ inside a CFC function

2007-02-15 Thread Adam Chapman
Hi Duncan.. In your cfc, try this sql: Select * from arguments.thisQuery Cheers, Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 16 February 2007 9:41 AM To: cfaussie Subject: [cfaussie] QoQ inside a CFC function All, Just having a blank here

[cfaussie] Re: OT: Javascript: Enter key form submit

2007-02-04 Thread Adam Chapman
Hi Scott, How about giving your button an id attribute.. then: document.getElementById("BTN_FIND").focus(); Cheers, Adam PS.. untested.. -Original Message- From: Scott Thornton [mailto:[EMAIL PROTECTED] Sent: Monday, 5 February 2007 9:49 AM To: cfaussie@googlegroups.com Subject: [cfa

[cfaussie] Re: [WOT] Vista launches

2007-02-01 Thread Adam Chapman
http://www.bbspot.com/Images/News_Features/2007/02/vista_upgrade_flowcha rt.pdf -Original Message- From: Haikal Saadh [mailto:[EMAIL PROTECTED] Sent: Thursday, 1 February 2007 5:01 PM Cc: cfaussie@googlegroups.com Subject: [cfaussie] [WOT] Vista launches http://www.little-gamers.com/i

[cfaussie] Re: working with dates in CF

2007-01-28 Thread Adam Chapman
Hi Claude, Try dateformat(lsParseDateTime(payment_date), "dd-mmm-yy") Cheers, Adam _ From: claude raiola [mailto:[EMAIL PROTECTED] Sent: Monday, 29 January 2007 12:52 AM To: cfaussie@googlegroups.com; cfaussie@googlegroups.com Subject: [cfaussie] working with dates in CF

[cfaussie] Re: cfinvoke webservice, xml response and 'cf' datatypes

2007-01-21 Thread Adam Chapman
Hi All, I tried the Soap UI tool first and it is exactly what I am after.. what a great tool. Shane wrote: "SoupUI".. You're making me hungry! Thanks, Adam ____ From: Adam Chapman Sent: Monday, 22 January 2007 8:45 AM To: cfaussie@g

[cfaussie] Re: cfinvoke webservice, xml response and 'cf' datatypes

2007-01-21 Thread Adam Chapman
tive type will be consumable from .net. It will even validate it for you! Hope this helps. Shane On 1/19/07, Adam Chapman <[EMAIL PROTECTED]> wrote: Hi All, I am currently putting together a basic webservice which returns an array to the caller. (returntype="array")

[cfaussie] cfinvoke webservice, xml response and 'cf' datatypes

2007-01-20 Thread Adam Chapman
Hi All, I am currently putting together a basic webservice which returns an array to the caller. (returntype="array") I want to see the xml response that the caller will receive (.NET user), but as the returntype is array, when I cfdump the result, I get a nicely formatted array dump, rather tha

[cfaussie] Re: Image Manipulation

2006-10-11 Thread Adam Chapman
Hi Rod, I use ImageCR http://efflare.com/products/cfx_imagecr/ I gave alagad a try but imageCR is about 8 times faster.. Though I do like alagad Being written in java.. (and is free) Im gagging to see what adobe do with image manilpulation functionality in CF8.. Cheers, Adam ___

[cfaussie] Re: regexp - keyboard characters

2006-10-04 Thread Adam Chapman
older versions): "[EMAIL PROTECTED]&\*\.\?\(\)\{\}\[\]\\|\:"";'<>,/]" Joel -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] Behalf Of Adam Chapman Sent: Thursday, 5 October 2006 10:28 AM To: cfaussie@googlegroups.com Subject: [cfa

[cfaussie] Re: regexp - keyboard characters

2006-10-04 Thread Adam Chapman
characters REReplaceNoCase(string, "[^[:alnum:][:punc:][:space:]", "", "ALL") Try that Steve -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Thursday, 5 October 2006 8:34 AM To: cfaussie@googlegroups.

[cfaussie] regexp - keyboard characters

2006-10-04 Thread Adam Chapman
Hi All, Anyone have a regular expression that strips all but keyboard characters.. not just printable characters.. but anything that you can't type using a keyboard? I'm sure there is some funky syntax required to escape some of the "shift0-9" characters.. a • – “ ” é ç © È € b I would like t

[cfaussie] Re: CFFTP limit?

2006-09-20 Thread Adam Chapman
Hi Ryan, We use cfftp heavily.. and query directories with thousands of files and have found post CF5 cfftp to be pretty good.. Though some of the error messages can be pretty vague at times.. especially when trying to configure a new connection. I agree with Bjorn.. check the directories exis

[cfaussie] Weather feeds..

2006-09-19 Thread Adam Chapman
Hi All, Has anyone played around with retrieving aussie weather details from the web.. Are there any tags/cfcs for this.. Just checking so I don't have to re-invent the wheel. Any pointers/links appreciated. Cheers, Adam --~--~-~--~~~---~--~~ You received this m

[cfaussie] Re: SQL Error message explanation - whats this really mean ?

2006-09-14 Thread Adam Chapman
Hi Mike, It's a tedious task but I would start by removing the cfqueryparam one field At a time and see which one is causing the problem.. its likely going to be around the 5th input parameter. Once you have found the offending parameter, check the cfsqltype of the cfqueryparam and check the da

[cfaussie] Re: createobject() class not found

2006-09-13 Thread Adam Chapman
Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adam Chapman Sent: Thursday, 14 September 2006 12:04 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: createobject() class not found Hi Mark, Frommy limited

[cfaussie] createobject() class not found

2006-09-13 Thread Adam Chapman
You need to have your Java code in the ColdFusion classpath. I would highly recommend picking up a Java book of some description and getting to know the language a little bit more before continuing down this road - it sounds like it might be painful :o( Mark On 9/14/06, Adam Chapman <[EMAIL PROTECT

[cfaussie] Re: createobject() class not found

2006-09-13 Thread Adam Chapman
ou moved the library into your ClassPath or anything of the like? Mark On 9/14/06, Adam Chapman <[EMAIL PROTECTED]> wrote: > > Hi All, > > Can anyone tell me why this fails or where the java class would be? > > > > Error: > Object Instantiation Exception. > Clas

[cfaussie] createobject() class not found

2006-09-13 Thread Adam Chapman
Hi All, Can anyone tell me why this fails or where the java class would be? Error: Object Instantiation Exception. Class not found: com.jcraft.jsch.JSch Here is the site it comes from.. http://www.jcraft.com/jsch/index.html Cheers, Adam --~--~-~--~~~---~--~--

[cfaussie] Re: CF webservices - output parameters

2006-08-30 Thread Adam Chapman
Hi Drew, You COULD just build the xml soap response yourself.. kinda defeats the purpose of using cf for webservices.. but I had to do this to get around a webservice 'complex datatype' issue.. Cheers, Adam -Original Message- From: skateboard.com.au [mailto:[EMAIL PROTECTED] Sent: Thu

[cfaussie] Re: Cold Fusion Tutor - hourly rate

2006-08-24 Thread Adam Chapman
Hi Pete, That's what cfaussie is for.. we were all cf noobs at one point. Post your code and what you are trying to achieve and one of the kind souls on the list will point you in the right direction. This list has been good to me over the years.. *sniff* I promised myself I wouldn't cry. Cheer

[cfaussie] Sorta OT: CF Developer Position here at Portplus..

2006-07-12 Thread Adam Chapman
Hi Everyone, Hope I don't get a smacked bottom for posting this here.. but here goes.. There is a position available here for an experienced developer, below is the official gumph.. so check it out. Regards, Adam Chapman Senior Coldfusion Developer Portplus www.portplus.com T: 03 9800

[cfaussie] Re: clearTrustedCache() - single template?

2006-07-11 Thread Adam Chapman
inistrator api functions - but I'm probably wrong ... happens all the time. - Original Message ----- From: "Adam Chapman" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 11, 2006 4:48 PM Subject: [cfaussie] clearTrustedCache() - single template? Hi All, Y'know how you

[cfaussie] clearTrustedCache() - single template?

2006-07-10 Thread Adam Chapman
;); myObj.clearTrustedCache(); Does anyone know if its possible to clear a single template from the cache.. Regards, Adam Chapman Portplus www.portplus.com T: 03 9800 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[cfaussie] Re: ot: db architecture question

2006-07-05 Thread Adam Chapman
HI Grant, > you can't pass in parameters to a view Why not? (unless I'm missing something) I do this all the time... Sql View (called topSecret) SELECT * FROM TOP_SECRET_DB_TABLE -- other joins/unions etc. Cfquery SELECT * FROM topSecret WHERE

[cfaussie] Re: [OT] Long & Lat query

2006-05-21 Thread Adam Chapman
Enjoy…   SELECT    suburbId, suburbName FROM       suburb WHERE    ROUND((ACOS((SIN(#suburb_latitude#/57.2958) * SIN(suburb_latitude /57.2958)) + (COS(#suburb_latitude#/57.2958) * COS(suburb_latitude /57.2958) * COS(suburb_longitude/57.2958 - #suburb_longitude#/5

[cfaussie] Re: webservice woes

2006-05-15 Thread Adam Chapman
Hi Grant, Find yourself an online wsdl parser/web service tester.. this will Generate the request xml.. you can then modify and use this as the http request.. a bit lazy but it will save you some serious time. Email me if you get stuck as there are a few cfhttpparam quirks with this method. Che

[cfaussie] Re: Post Long weekend brain fart

2006-05-02 Thread Adam Chapman
Jeremy, Charlies suggestion will work if you want all ids from the Query as a list.. if you were doing some sort of conditional Logic and needed to use the listAppend() function.. #NewList# You need to append to NewList not the IDs variable. Cheers, Adam -Original Mess

[cfaussie] Re: webservice woes

2006-04-27 Thread Adam Chapman
Hi Grant, The wsdl renders fine in a browser so the problem doesn't appear to be at the amazon end. I pulled all my hair out when trying to consume a .net soap webservice with 'complex' datatypes. I spent ages on it with cfinvoke and createObject but got nowhere. I finally got it to work by bui

[cfaussie] Re: what's the 'proper way' to remove comma formatting from numbers

2006-04-06 Thread Adam Chapman
Hi Kay, I like a regular expression for this sort of thing.. but it's just personal preference as I am often turning $10,000 into 1. I will also turn $10,000.00 into 1.00 reReplace(string,"[^0-9.]","","all") This will remove anything that isn't a number or a "." (leaving decimal points

[cfaussie] Postcode search

2006-02-22 Thread Adam Chapman
Hi All, We used mapds.com.au to create: http://www.portplus.com/storage/919/website/frames/templates/flashmap.cf m and use the same data for 'surrounding suburbs' type functions. Cheers, Adam --~--~-~--~~~---~--~~ You received this message because you are subs

[cfaussie] Re: WebDu Who's going ?

2006-02-21 Thread Adam Chapman
> It's one week till day zero, > so who from the list is going this year?   Myself and Drew Parker are going.. see you there!   Cheers, Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie