[cfaussie] Re: How to learn to build mobile apps..

2013-04-21 Thread Karen Johnstone
This talk by Phil Haeusler was great the description notes some things to consider. He may also have notes or slides or something? http://www.cfobjective.com.au/index.cfm?objectid=9B366F60-D253-11E1-ACDF001422B11BBA You might find this interesting too – Episode 26 of 2 Devs from Down Under

[cfaussie] Re: Submitting a form

2010-10-14 Thread Karen Johnstone
If using a function, is your code in the following format? form onsubmit=return somefunction() i.e. I think you need the return kj On Oct 15, 8:10 am, KNOTT, Brian brian.kn...@suncorp.com.au wrote: Just another issue that should be straight forward. I'm submitting a for via an image and

[cfaussie] Re: JB-HI Moving to dotnet

2010-05-26 Thread Karen Johnstone
FYI, Ben Forta has a list of CF ISPs http://www.forta.com/cf/isp/ Or, if new ANZ list is started, perhaps see if it can integrate? (single point for data maintenance) kj On May 26, 9:16 pm, Kai Koenig k...@koeni.de wrote: Lol, I think what contributes to your situation is that a lot of

[cfaussie] Re: Australian Payment Gateways - recommendations?

2010-05-23 Thread Karen Johnstone
Hi Mike, The most recent one I've integrated with was www.eway.com.au. It was very easy, with excellent documentation and sample code available online. I didn't interact with them at all, so can't comment on support. Also I didn't alter their hosted pages, so don't know how flexible they are

[cfaussie] Re: CSS question

2008-11-30 Thread Karen Johnstone
I didn't read through this, but seems similar to your problem it may give further ideas to look into http://ask.metafilter.com/27347/CSS-a-amp-img-attributes Karen Johnstone DOTS Talent Solutions Pty Ltd --~--~-~--~~~---~--~~ You received this message because

[cfaussie] Re: Grouping Output By Date Not working

2008-09-03 Thread Karen Johnstone
FROM mycalendar GROUP BY startdate, starttime, endtime, subject, sentfrom, duration, location, message, organizer, htmlmessage, requiredattendees ORDER BY starttime /cfquery Thanks, Karen Johnstone --~--~-~--~~~---~--~~ You received

[cfaussie] Pasting from Word into text fields

2007-11-14 Thread Karen Johnstone
http://www.cflib.org/udf.cfm?id=725 http://www.cflib.org/udf.cfm?id=725enable=1 enable=1 DeMoronize(text) Author: Shawn Porter ( http://www.cflib.org/mailauthor.cfm?id=725 Send Email) Library/Category: StrLib/Formatting Description Fixes text using Microsoft Latin-1 Extentions, namely ASCII

[cfaussie] Re: CFAussie Community Head Count

2007-06-03 Thread Karen Johnstone
ping Thanks, kj --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For

[cfaussie] Date format

2007-04-03 Thread Karen Johnstone
Hi Tom, According to http://www.joelonsoftware.com/items/2006/06/16.html: In most modern programming environments, dates are stored as real numbers. The integer part of the number is the number of days since some agreed-upon date in the past, called the epoch. In Excel, today's date, June

[cfaussie] Re: ADMIN: Job Posts to CFAUSSIE are not appropriate

2007-03-28 Thread Karen Johnstone
http://www.roccandy.com/ (link from a previous year's pack anyway) Thanks, kj _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes Sent: Thursday, 29 March 2007 9:09 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ADMIN: Job Posts to CFAUSSIE

[cfaussie] Re: Adobe Breeze community talks

2006-07-11 Thread Karen Johnstone
Hi Jason, Architecting CF Applications Breeze recording: http://zeroone.partner.breezecentral.com/p12716461/ Slides: http://www.bloginblack.de/archives/000779.cfm Thanks, kj -- --- -- Karen Johnstone - Software Development

[cfaussie] Re: Dealing with a random number of images

2006-03-22 Thread Karen Johnstone
.imageIDAND i4.imageID i5.imageID Thanks, kj -- --- -- Karen Johnstone - Software Development Manager Web Raven Pty Ltd Email: [EMAIL PROTECTED] Phone: +61 7 3220 2229 Web: http://www.webraven.com.au Fax: +61 7 3220 2280

[cfaussie] Re: Dealing with a random number of images

2006-03-22 Thread Karen Johnstone
) LEFT JOIN RE_PropertyImages i5 ON ( p.PropertyID = i5.PropertyID AND i5.ListOrder = 5 )[WHERE ...]Thanks,kj---Karen Johnstone - Software Development ManagerWeb Raven Pty LtdEmail: [EMAIL PROTECTED] Phone: +61 7 3220 2229Web: http