[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 
pod cast
http://www.2ddu.com/category/mobile/
*“… Phil provided us with a synopsis of his talk on Strategies for 
effective mobile data communication. The conversation continues into some 
interesting discussion of mobile native vs. web apps and the various pros 
and cons.”*

*
*

-- 
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 this group at http://groups.google.com/group/cfaussie?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 using the onsubmit fuinction.  I do 
 some checks in javascript and if it fails I want to stop the form submit.  I 
 returning with a 'return false' but the for still submits.  Any ideas.

 Brian Knott
 Ph: 07 313 52618 | Ext: 52618 | Mob: 0404 319078


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[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 ColdFusion 
 hosting happens in-house or on people's own server. That's obviously the 
 chicken/egg problem as people go for their own box because they don't know 
 there is hosting in the first place.

 Maybe it'd be a good idea to push the idea (and options) of CF hosting to 
 user groups, i.e. start a site or a simple public google doc or something 
 listing all the hosters in ANZ that offer CF and compare plans etc.

 Cheers
 Kai


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



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

www.securepay.com.au is another Australian payment gateway I've used,
but too long ago to remember any details.

One consideration may be how flexible they are with different
currencies?

Also, their reporting capabilities and / or own offering re: web site
or whatever for managing the payment data, cancelling payments etc.

kj

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[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 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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Grouping Output By Date Not working

2008-09-03 Thread Karen Johnstone

Hi Claude,

If QoQ, try using the CAST function.

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=1271.htm

I haven't tested the following, just guessing what it might be.
If it doesn't work, play around with it and/or google for ideas from
what others have done.

CFQUERY NAME=mycalendar1 dbtype=query
SELECT starttime,
CAST(starttime AS DATE) AS startdate,
[from] as sentfrom,
endtime, subject, duration,
location, message, organizer,
htmlmessage, requiredattendees
FROM mycalendar
GROUP BY startdate, starttime, endtime,
subject, sentfrom, duration,
location, message, organizer,
htmlmessage, requiredattendees
ORDER BY starttime
/cfquery


Thanks,
Karen Johnstone
--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 characters
128-160. Supplies semicolons where missing in HTML numeric and common
non-numeric entities. 

This is a rough port of John Walker's demoroniser, written in Perl.
http://www.fourmilab.ch/webtools/demoroniser/
http://www.fourmilab.ch/webtools/demoroniser/ 


--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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
16, 2006, is stored as 38884, counting days where January 1st, 1900 is 1.
...Basic uses December 31, 1899 as the epoch
 
I put the numbers in Excel 2003  got 2/02/3862 and 24/03/3851.
 
You might want to google for the epoch of your strange MS-based database
:)
 
kj

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Tom MacKean
Sent: Wednesday, 4 April 2007 9:27 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Date format


The funny thing is, Excel recognises these numbers as dates. If I paste one
of the numbers into Excel, then do Format Cell  Date and choose the last
option on the list, Excel will happily turn it into a correct date. To my
thinking, it must therefore be a fairly standard way of formatting a date
and yet I can find nothing about it anywhere. 
 
Very weird. More Googling needed I think.
 
Thanks for all your help.
 
T


--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 are not appropriate


I want more damn it... more..
 
I managed to score a bottle at last months CFUG.. I got to work and all the
Microsoft guys go Oooh I love those lollies... It was like coming back
with Krispy Kreme Donuts... you start to filter out whom are friends and
whom are people I just know very quickly... 
 
Where does one get them Geoff?


--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 Manager 
WebRaven Pty Ltd 
Email: [EMAIL PROTECTED]Phone: +61 7 3220 2229 
Web: http://www.webraven.com.au Fax: +61 7 3220 2280 
---


--~--~-~--~~~---~--~~
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 more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



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

2006-03-22 Thread Karen Johnstone



Hi Seona,

To have all images returned as a 
column value for the property, I think you'd have to LEFT JOIN the image table N 
times, and make sure that each joined record was for a different image. 
Something like below (probably not correct syntax 
- just wanted to give you the idea). Might 
require too much processing tho!

SELECT 
...FROM re_property p, re_agent a LEFT OUTER JOIN re_image i1 
ON i1.propid = p.propid 
LEFT OUTER JOIN re_image i2 ON i2.propid = p.propid LEFT OUTER JOIN re_image i3 
ON i3.propid = p.propid 
LEFT OUTER JOIN re_image i4 ON i4.propid = p.propid LEFT OUTER JOIN re_image i5 
ON i5.propid = p.propidWHERE a.propID = p.propIDAND i1.imageID  
i2.imageIDAND i1.imageID  i3.imageIDAND i1.imageID  
i4.imageIDAND i1.imageID  i5.imageIDAND i2.imageID  
i3.imageIDAND i2.imageID  i4.imageIDAND i2.imageID  
i5.imageIDAND i3.imageID  i4.imageIDAND i3.imageID  
i5.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 

---




From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Seona 
BellamySent: Thursday, 23 March 2006 8:46 AMTo: 
cfaussie@googlegroups.comSubject: [cfaussie] Re: Dealing with a 
random number of images
...
So can anyone else come up with a way 
I can write this query so that I get the following criteria filled?:* 
Each property appears in the recordset, regardless of whether or not it has 
images* Each property knows the details for it's agent, referenced by 
agentID* Properties with more than one image will appear only once in the 
recordset, but will know about all of their 
images.Cheers,Seona.
--~--~-~--~~~---~--~~
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 more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




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

2006-03-22 Thread Karen Johnstone



Hi Seona,Scott's idea to have the property'simage 
number (1-5) stored with image would reduce complexity of ensuring each joined 
record is for a different image.Did some testing  it looks like the 
check to get unique images needs to go with the LEFT JOIN constraints as I 
thinkScott was suggesting. 
Don't know how you'd do it without Scott's idea - you'd have to 
play around with it yourself.
My tables: RE_Properties 
(PropertyID, PropertyName, 
AgentID) RE_Agents (AgentID, 
AgentName) RE_PropertyImages 
(ImageID, PropertyID, ListOrder, ImageName)Query (same as 
Scott's):SELECT 
p.PropertyName, a.AgentName, 
i1.ImageName AS Image1, 
i2.ImageName AS Image2, 
i3.ImageName AS Image3, 
i4.ImageName AS Image4, 
i5.ImageName AS Image5 
[...]FROM RE_Properties 
p INNER JOIN RE_Agents 
a 
 ON ( p.AgentID = a.AgentID 
) LEFT JOIN RE_PropertyImages 
i1 
 ON ( p.PropertyID = i1.PropertyID AND 
i1.ListOrder = 1 ) LEFT JOIN 
RE_PropertyImages i2 
 ON ( p.PropertyID = i2.PropertyID AND 
i2.ListOrder = 2 ) LEFT JOIN 
RE_PropertyImages i3 
 ON ( p.PropertyID = i3.PropertyID AND 
i3.ListOrder = 3 ) LEFT JOIN 
RE_PropertyImages i4 
 ON ( p.PropertyID = i4.PropertyID AND 
i4.ListOrder = 4 ) 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://www.webraven.com.au Fax: +61 7 3220 
2280---
--~--~-~--~~~---~--~~
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 more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---