RE: [cfaussie] CF Shopping Cart Solutions

2012-02-06 Thread charlie arehart
Xiaofeng, I realize you're looking for recommendations about those tools,
and I can't help you there, but I do have a question. 

 

Is that last one (bigcommerce) really a CF shopping cart? I just find no
reference to CF on the site. I realize you may be ok with non-CF solutions,
but if you are then that would certainly open you up to far more options.
Just a heads up there. 

And if you *do* want to stick with just CF ones, then I'll  note that there
are about 8 more you could consider, as I offer (along with all those other
CF ones below) at a category of my cf411.com site, ecommerce-enabling
solutions, http://www.cf411.com/ecm. But I do list only CF-specific carts
(because listing non-CF ones would be too big a job), which is why I didn't
recognize bigcommerce and wanted to ask about it.  Again, though, my site
offers no recommendations. It just points out alternatives in such
categories. Hope that's helpful.

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Xiaofeng Liu
Sent: Friday, February 03, 2012 6:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF Shopping Cart Solutions

 

Hi guys,

 

I'm building a e-commerce website which will require a comprehensive
shopping cart integration. And it will need to have PayPal integration as
well.

 

I haven't got any experience on the CF shopping cart area so I did a bit of
research and below are my findings:

 

http://www.cf-ezcart.com/ 

http://www.cfwebstore.com/ 

http://www.cfshopkart.com/ 

http://www.quilldesign.com/ 

http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/8/New-Open-Source-C
oldFusion-Shopping-Cart 

http://www.cartweaver.com/ 

http://www.bigcommerce.com/

 

I'm just wondering has anyone got any experience on one of these? Or
according to your experience, are there any other options I should look
into?

 

If anyone can just point me onto a right direction it would be much
appreciated.

-- 
Best regards,

Xiaofeng

-- 
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 group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



[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 email to cfaussie@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.



Re: [cfaussie] verity error

2012-02-06 Thread Mark Mandel
Sounds like you're trying to search a Solr collection with Verity.

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis st...@cfcentral.com.au wrote:

 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 email to cfaussie@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.




-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast
http://www.2ddu.com/

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Zac Spitzer
what's your search parameters?

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis st...@cfcentral.com.au wrote:
 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 email to cfaussie@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.



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
The documentation does not say you  need to pass in an engine value into
the cfsearch tag though.

 

This is all i am doing

 

cfsearch collection=#variables.contentIndex#
criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
name=resultC /

 

As i said, the collection is there as a solr type and the documentation does
not say anything about the type attribute being for verity 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 st...@cfcentral.com.au wrote:

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 email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
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 group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread MrBuzzy
They way I read the documentation is that they type attribute is for verity 
only. 

On 07/02/2012, at 14:49, Steve Onnis st...@cfcentral.com.au 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
  
 cfsearch collection=#variables.contentIndex# 
 criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always 
 name=resultC /
  
 As i said, the collection is there as a solr type and the documentation does 
 not say anything about the “type” attribute being for verity 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 st...@cfcentral.com.au wrote:
 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 email to cfaussie@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.
 
 
  
 -- 
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com
 
 2 Devs from Down Under Podcast
 http://www.2ddu.com/
  
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Barry Chesterman
Is there a reason why you need to use Query By Example parser (natrual)?
It might be worth leaving the type attribute off altogether.

If you're having issues with coldfusions cfsearch tag to query a solr
collection, it's well worth learning how to query Solr directly (You have
to type a wee bit more and do more stuff but it gives you much more control
over what you're actually querying).

On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis st...@cfcentral.com.au 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

 ** **

 *cfsearch collection=#variables.contentIndex#
 criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
 name=resultC /*

 * *

 As i said, the collection is there as a solr type and the documentation
 does not say anything about the “type” attribute being for verity 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 st...@cfcentral.com.au
 wrote:

 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 email to cfaussie@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.



 

 ** **

 --
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com

 2 Devs from Down Under Podcast

 http://www.2ddu.com/

 ** **

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
I still want to Full text search which is why i left it in there

 

From: Barry Chesterman [mailto:barrychester...@gmail.com] 
Sent: Tuesday, 7 February 2012 3:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Is there a reason why you need to use Query By Example parser (natrual)?

It might be worth leaving the type attribute off altogether.

 

If you're having issues with coldfusions cfsearch tag to query a solr
collection, it's well worth learning how to query Solr directly (You have to
type a wee bit more and do more stuff but it gives you much more control
over what you're actually querying).

 

On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis st...@cfcentral.com.au 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

 

cfsearch collection=#variables.contentIndex#
criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
name=resultC /

 

As i said, the collection is there as a solr type and the documentation does
not say anything about the type attribute being for verity 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 st...@cfcentral.com.au wrote:

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 email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
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 group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
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
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
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 group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Barry Chesterman
as MrBuzzy says, it looks like the type attribute is for verity only.
Are you using verity and solr collections alongside each other?

On Tue, Feb 7, 2012 at 5:09 PM, Steve Onnis st...@cfcentral.com.au wrote:

 I still want to Full text search which is why i left it in there

 ** **

 *From:* Barry Chesterman [mailto:barrychester...@gmail.com]
 *Sent:* Tuesday, 7 February 2012 3:07 PM

 *To:* cfaussie@googlegroups.com
 *Subject:* Re: [cfaussie] verity error

 ** **

 Is there a reason why you need to use Query By Example parser (natrual)?**
 **

 It might be worth leaving the type attribute off altogether.

 ** **

 If you're having issues with coldfusions cfsearch tag to query a solr
 collection, it's well worth learning how to query Solr directly (You have
 to type a wee bit more and do more stuff but it gives you much more control
 over what you're actually querying).

 ** **

 On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis st...@cfcentral.com.au
 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

  

 *cfsearch collection=#variables.contentIndex#
 criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always
 name=resultC /*

 * *

 As i said, the collection is there as a solr type and the documentation
 does not say anything about the “type” attribute being for verity 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 st...@cfcentral.com.au
 wrote:

 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 email to cfaussie@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.



 

  

 --
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com

 2 Devs from Down Under Podcast

 http://www.2ddu.com/

  

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.

 ** **

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 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 group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread MrBuzzy
The migrating to Solr page shows the syntax differences (they don't use the 
type attribute for Solr);
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSCCDC2C74-DE46-4ea1-B42C-DDF4F623B704.html
 

As do the Solr examples;
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS82937B1B-240F-4850-B376-5FD9F911E5E5.html
 

HTH 



On 07/02/2012, at 15:22, Barry Chesterman barrychester...@gmail.com wrote:

 as MrBuzzy says, it looks like the type attribute is for verity only.
 Are you using verity and solr collections alongside each other?
 
 On Tue, Feb 7, 2012 at 5:09 PM, Steve Onnis st...@cfcentral.com.au wrote:
 I still want to Full text search which is why i left it in there
 
  
 
 From: Barry Chesterman [mailto:barrychester...@gmail.com] 
 Sent: Tuesday, 7 February 2012 3:07 PM
 
 
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] verity error
  
 
 Is there a reason why you need to use Query By Example parser (natrual)?
 
 It might be worth leaving the type attribute off altogether.
 
  
 
 If you're having issues with coldfusions cfsearch tag to query a solr 
 collection, it's well worth learning how to query Solr directly (You have to 
 type a wee bit more and do more stuff but it gives you much more control over 
 what you're actually querying).
 
  
 
 On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis st...@cfcentral.com.au 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
 
  
 
 cfsearch collection=#variables.contentIndex# 
 criteria=#LCASE(ARGUMENTS.criteria)# type=natural  suggestions=always 
 name=resultC /
 
  
 
 As i said, the collection is there as a solr type and the documentation does 
 not say anything about the “type” attribute being for verity 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 st...@cfcentral.com.au wrote:
 
 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 email to cfaussie@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.
 
 
 
 
  
 
 -- 
 E: mark.man...@gmail.com
 T: http://www.twitter.com/neurotic
 W: www.compoundtheory.com
 
 2 Devs from Down Under Podcast
 
 http://www.2ddu.com/
 
  
 
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
  
 
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.
 
 -- 
 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 group at 
 http://groups.google.com/group/cfaussie?hl=en.

-- 
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 group at 
http://groups.google.com/group/cfaussie?hl=en.