Re: [cfaussie] quick cf builder 3 question

2014-05-02 Thread ColdGen Internet Solutions
Ditto here!
On 02/05/2014 6:06 PM, Zac Spitzer zac.spit...@gmail.com wrote:

 thanks mate, i tried all the other shortcuts i know from different IDE's
 but not the obvious one!


 On Fri, May 2, 2014 at 6:00 PM, Andrew Scott andr...@andyscott.id.auwrote:

 If you mean Code, it should be the tab key for anything that is selected.

 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 On Fri, May 2, 2014 at 4:41 PM, Zac Spitzer zac.spit...@gmail.comwrote:

 anyone know what the keyboard shortcuts for indenting are?

 --
 Zac Spitzer
 +61 405 847 168

  --
 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.
 For more options, visit https://groups.google.com/d/optout.


  --
 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.
 For more options, visit https://groups.google.com/d/optout.




 --
 Zac Spitzer
 +61 405 847 168

  --
 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.
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] Re: CF10 Cross Domain sessions with HTTPS

2014-04-04 Thread ColdGen Internet Solutions
Are you using the SAME database for storing Client Variables across all of
the domains?​ (and not storing as cookie or in registry).

Just checking!



*Peter Tilbrook*
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

*Telephone:* +61-2-6104-9981
*Mobile:* +61-2-047-623-579

*Email Address:* peter.tilbr...@coldgen.com
*WWW:* http://www.coldgen.com/
*Twitter:* @ColdGen

*ABN:* 80 826 226 128


On 4 April 2014 18:48, Phil Rasmussen ara...@gmail.com wrote:

 Hi Dmitry

 I have read over that article a few days back and unfortunately it hasn't
 helped my problem. I'm also not entirely sure what she means with regards
 to changing config settings for J2EE so i've responded to her to get
 further information.

 Charlie i've been retesting with your suggestions today and tried a
 variation of the cookie manual setting with the encodeValue set to true and
 false, in addition to playing around with the domain mask as either .
 domain.com or *.domain.com neither of which seem to work. I have
 noticed using web inspector there on occasion appears to be 2 identical
 JSESSIONID's getting set and sometimes one of them has a slight difference
 in the encoding which is probably due to the fact I was mucking around with
 these encodeValue settings and not clearing my existing cookies. Either way
 I just cannot get the sessions to stick when jumping between subdomains and
 I keep getting issued with a fresh JSESSIONID token.

 I'm wondering if there is a Tomcat config setting or something deeper to
 help with this cross domain session management as I can't think of anything
 else.

 Cheers
 Phil



 On Thursday, 3 April 2014 14:53:13 UTC+10, Dmitry Yakhnov wrote:

 Hi Phil,

 This post seems to be pretty relevant to your problem:
 http://www.shilpikhariwal.com/2012/02/how-to-secure-
 coldfusion-session.html

 In the end it says:
 *Note: all these configurations we discussed are valid for CF session
 cookies and Authentication cookies. For JSESSIONID, one needs to make
 changes in server related configurations.*

 So probably direct edit of config files is involved.

 Cheers,
 Dmitry.

 On Thursday, 3 April 2014 09:26:13 UTC+11, Phil Rasmussen wrote:

 Hi Guys

 Just wondering if anyone has come across an issue in CF10 whereby
 sessions are dropped when crossing between HTTP and HTTPS, even though the
 JSESSIONID is being explicitly passed in these links which had worked for
 us for over 5 years without fail prior to CF10. From what I have read there
 appears to be a big change to address the Session Fixation security issues
 which would explain the HTTP/HTTPS drops but I can't find a workaround for
 this.

 Essentially we have CF10 installed with J2EE Session Management turned
 on, and the default HTTPOnly set to true. In the application the domain
 structure looks as follows:

 https://book.domain.com
 http://profile.domain.com
 http://approve.domain.com

 When crossing between the domains (which had worked for many years
 prior) the session drops and CF issues a new set of session identifiers. In
 order to try and bypass the SSL issue, i've switch the entire application
 over the HTTPS so at no stage will the session or cookies be served over
 HTTP, which works fine if the user doesn't cross domains, but the moment a
 different subdomain is clicked (ie to make a booking) then the session
 drops.

 Even setting a cookie  in the onSessionStart() as follows has no effect:

 cfcookie name=jsessionid value=#session.sessionid# domain=.
 domain.com

 Has anyone come across this behaviour migrating to CF10?

 Cheers
 Phil

  --
 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.
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] Re: CF10 Cross Domain sessions with HTTPS

2014-04-04 Thread ColdGen Internet Solutions
Make a database for client vars. Point all sites there. All servers should
share the same client storage source. ColdFusion should do the rest.
On 04/04/2014 10:00 PM, Phil Rasmussen ara...@gmail.com wrote:

 Hey Peter. Not using Client Vars at all, it's set to storage = none in CF
 Admin. Purely J2EE Session cookies so the persistence between subdomains
 relies solely on the cookie which is where i'm stuck as none of my settings
 appear to help with the persistence.

 On Friday, 4 April 2014 18:39:02 UTC+10, ColdGen Internet Solutions wrote:

 Are you using the SAME database for storing Client Variables across all
 of the domains?​ (and not storing as cookie or in registry).

 Just checking!



 *Peter Tilbrook*
 Web Administrator, The Club Group Pty. Ltd.
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 *Telephone:* +61-2-6104-9981
 *Mobile:* +61-2-047-623-579

 *Email Address:* peter.t...@coldgen.com
 *WWW:* http://www.coldgen.com/
 *Twitter:* @ColdGen

 *ABN:* 80 826 226 128


 On 4 April 2014 18:48, Phil Rasmussen ara...@gmail.com wrote:

 Hi Dmitry

 I have read over that article a few days back and unfortunately it
 hasn't helped my problem. I'm also not entirely sure what she means with
 regards to changing config settings for J2EE so i've responded to her to
 get further information.

 Charlie i've been retesting with your suggestions today and tried a
 variation of the cookie manual setting with the encodeValue set to true and
 false, in addition to playing around with the domain mask as either .
 domain.com or *.domain.com neither of which seem to work. I have
 noticed using web inspector there on occasion appears to be 2 identical
 JSESSIONID's getting set and sometimes one of them has a slight difference
 in the encoding which is probably due to the fact I was mucking around with
 these encodeValue settings and not clearing my existing cookies. Either way
 I just cannot get the sessions to stick when jumping between subdomains and
 I keep getting issued with a fresh JSESSIONID token.

 I'm wondering if there is a Tomcat config setting or something deeper to
 help with this cross domain session management as I can't think of anything
 else.

 Cheers
  Phil



 On Thursday, 3 April 2014 14:53:13 UTC+10, Dmitry Yakhnov wrote:

 Hi Phil,

 This post seems to be pretty relevant to your problem:
 http://www.shilpikhariwal.com/2012/02/how-to-secure-coldfusi
 on-session.html

 In the end it says:
 *Note: all these configurations we discussed are valid for CF session
 cookies and Authentication cookies. For JSESSIONID, one needs to make
 changes in server related configurations.*

 So probably direct edit of config files is involved.

 Cheers,
 Dmitry.

 On Thursday, 3 April 2014 09:26:13 UTC+11, Phil Rasmussen wrote:

 Hi Guys

 Just wondering if anyone has come across an issue in CF10 whereby
 sessions are dropped when crossing between HTTP and HTTPS, even though the
 JSESSIONID is being explicitly passed in these links which had worked for
 us for over 5 years without fail prior to CF10. From what I have read 
 there
 appears to be a big change to address the Session Fixation security issues
 which would explain the HTTP/HTTPS drops but I can't find a workaround for
 this.

 Essentially we have CF10 installed with J2EE Session Management turned
 on, and the default HTTPOnly set to true. In the application the domain
 structure looks as follows:

 https://book.domain.com
 http://profile.domain.com
 http://approve.domain.com

 When crossing between the domains (which had worked for many years
 prior) the session drops and CF issues a new set of session identifiers. 
 In
 order to try and bypass the SSL issue, i've switch the entire application
 over the HTTPS so at no stage will the session or cookies be served over
 HTTP, which works fine if the user doesn't cross domains, but the moment a
 different subdomain is clicked (ie to make a booking) then the session
 drops.

 Even setting a cookie  in the onSessionStart() as follows has no
 effect:

 cfcookie name=jsessionid value=#session.sessionid# domain=.
 domain.com

 Has anyone come across this behaviour migrating to CF10?

 Cheers
 Phil

  --
 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+u...@googlegroups.com.
 To post to this group, send email to cfau...@googlegroups.com.
 Visit this group at http://groups.google.com/group/cfaussie.
 For more options, visit https://groups.google.com/d/optout.


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

Re: [cfaussie] Re: CF10 Cross Domain sessions with HTTPS

2014-04-04 Thread ColdGen Internet Solutions
At least try turning on the database option for client var storage.
ColdFusion 101 really...
On 04/04/2014 10:27 PM, Dale Fraser d...@fraser.id.au wrote:

 Not different servers Peter different sub domains

 Regards
 Dale Fraser

 On 4 Apr 2014, at 10:25 pm, ColdGen Internet Solutions 
 coldgen.internet.soluti...@gmail.com wrote:

 Make a database for client vars. Point all sites there. All servers should
 share the same client storage source. ColdFusion should do the rest.
 On 04/04/2014 10:00 PM, Phil Rasmussen ara...@gmail.com wrote:

 Hey Peter. Not using Client Vars at all, it's set to storage = none in CF
 Admin. Purely J2EE Session cookies so the persistence between subdomains
 relies solely on the cookie which is where i'm stuck as none of my settings
 appear to help with the persistence.

 On Friday, 4 April 2014 18:39:02 UTC+10, ColdGen Internet Solutions wrote:

 Are you using the SAME database for storing Client Variables across all
 of the domains?​ (and not storing as cookie or in registry).

 Just checking!



 *Peter Tilbrook*
 Web Administrator, The Club Group Pty. Ltd.
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 *Telephone:* +61-2-6104-9981
 *Mobile:* +61-2-047-623-579

 *Email Address:* peter.t...@coldgen.com
 *WWW:* http://www.coldgen.com/
 *Twitter:* @ColdGen

 *ABN:* 80 826 226 128


 On 4 April 2014 18:48, Phil Rasmussen ara...@gmail.com wrote:

 Hi Dmitry

 I have read over that article a few days back and unfortunately it
 hasn't helped my problem. I'm also not entirely sure what she means with
 regards to changing config settings for J2EE so i've responded to her to
 get further information.

 Charlie i've been retesting with your suggestions today and tried a
 variation of the cookie manual setting with the encodeValue set to true and
 false, in addition to playing around with the domain mask as either .
 domain.com or *.domain.com neither of which seem to work. I have
 noticed using web inspector there on occasion appears to be 2 identical
 JSESSIONID's getting set and sometimes one of them has a slight difference
 in the encoding which is probably due to the fact I was mucking around with
 these encodeValue settings and not clearing my existing cookies. Either way
 I just cannot get the sessions to stick when jumping between subdomains and
 I keep getting issued with a fresh JSESSIONID token.

 I'm wondering if there is a Tomcat config setting or something deeper
 to help with this cross domain session management as I can't think of
 anything else.

 Cheers
  Phil



 On Thursday, 3 April 2014 14:53:13 UTC+10, Dmitry Yakhnov wrote:

 Hi Phil,

 This post seems to be pretty relevant to your problem:
 http://www.shilpikhariwal.com/2012/02/how-to-secure-coldfusi
 on-session.html

 In the end it says:
 *Note: all these configurations we discussed are valid for CF session
 cookies and Authentication cookies. For JSESSIONID, one needs to make
 changes in server related configurations.*

 So probably direct edit of config files is involved.

 Cheers,
 Dmitry.

 On Thursday, 3 April 2014 09:26:13 UTC+11, Phil Rasmussen wrote:

 Hi Guys

 Just wondering if anyone has come across an issue in CF10 whereby
 sessions are dropped when crossing between HTTP and HTTPS, even though 
 the
 JSESSIONID is being explicitly passed in these links which had worked for
 us for over 5 years without fail prior to CF10. From what I have read 
 there
 appears to be a big change to address the Session Fixation security 
 issues
 which would explain the HTTP/HTTPS drops but I can't find a workaround 
 for
 this.

 Essentially we have CF10 installed with J2EE Session Management
 turned on, and the default HTTPOnly set to true. In the application the
 domain structure looks as follows:

 https://book.domain.com
 http://profile.domain.com
 http://approve.domain.com

 When crossing between the domains (which had worked for many years
 prior) the session drops and CF issues a new set of session identifiers. 
 In
 order to try and bypass the SSL issue, i've switch the entire application
 over the HTTPS so at no stage will the session or cookies be served over
 HTTP, which works fine if the user doesn't cross domains, but the moment 
 a
 different subdomain is clicked (ie to make a booking) then the session
 drops.

 Even setting a cookie  in the onSessionStart() as follows has no
 effect:

 cfcookie name=jsessionid value=#session.sessionid# domain=.
 domain.com

 Has anyone come across this behaviour migrating to CF10?

 Cheers
 Phil

  --
 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+u...@googlegroups.com.
 To post to this group, send email to cfau...@googlegroups.com.
 Visit this group at http://groups.google.com/group

Re: [cfaussie] Re: CF10 Cross Domain sessions with HTTPS

2014-04-04 Thread ColdGen Internet Solutions
None = nooo. Try turning it on.  ColdFusion under Java 101. Also update
JRE to 1.7 update 51
On 04/04/2014 10:00 PM, Phil Rasmussen ara...@gmail.com wrote:

 Hey Peter. Not using Client Vars at all, it's set to storage = none in CF
 Admin. Purely J2EE Session cookies so the persistence between subdomains
 relies solely on the cookie which is where i'm stuck as none of my settings
 appear to help with the persistence.

 On Friday, 4 April 2014 18:39:02 UTC+10, ColdGen Internet Solutions wrote:

 Are you using the SAME database for storing Client Variables across all
 of the domains?​ (and not storing as cookie or in registry).

 Just checking!



 *Peter Tilbrook*
 Web Administrator, The Club Group Pty. Ltd.
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 *Telephone:* +61-2-6104-9981
 *Mobile:* +61-2-047-623-579

 *Email Address:* peter.t...@coldgen.com
 *WWW:* http://www.coldgen.com/
 *Twitter:* @ColdGen

 *ABN:* 80 826 226 128


 On 4 April 2014 18:48, Phil Rasmussen ara...@gmail.com wrote:

 Hi Dmitry

 I have read over that article a few days back and unfortunately it
 hasn't helped my problem. I'm also not entirely sure what she means with
 regards to changing config settings for J2EE so i've responded to her to
 get further information.

 Charlie i've been retesting with your suggestions today and tried a
 variation of the cookie manual setting with the encodeValue set to true and
 false, in addition to playing around with the domain mask as either .
 domain.com or *.domain.com neither of which seem to work. I have
 noticed using web inspector there on occasion appears to be 2 identical
 JSESSIONID's getting set and sometimes one of them has a slight difference
 in the encoding which is probably due to the fact I was mucking around with
 these encodeValue settings and not clearing my existing cookies. Either way
 I just cannot get the sessions to stick when jumping between subdomains and
 I keep getting issued with a fresh JSESSIONID token.

 I'm wondering if there is a Tomcat config setting or something deeper to
 help with this cross domain session management as I can't think of anything
 else.

 Cheers
  Phil



 On Thursday, 3 April 2014 14:53:13 UTC+10, Dmitry Yakhnov wrote:

 Hi Phil,

 This post seems to be pretty relevant to your problem:
 http://www.shilpikhariwal.com/2012/02/how-to-secure-coldfusi
 on-session.html

 In the end it says:
 *Note: all these configurations we discussed are valid for CF session
 cookies and Authentication cookies. For JSESSIONID, one needs to make
 changes in server related configurations.*

 So probably direct edit of config files is involved.

 Cheers,
 Dmitry.

 On Thursday, 3 April 2014 09:26:13 UTC+11, Phil Rasmussen wrote:

 Hi Guys

 Just wondering if anyone has come across an issue in CF10 whereby
 sessions are dropped when crossing between HTTP and HTTPS, even though the
 JSESSIONID is being explicitly passed in these links which had worked for
 us for over 5 years without fail prior to CF10. From what I have read 
 there
 appears to be a big change to address the Session Fixation security issues
 which would explain the HTTP/HTTPS drops but I can't find a workaround for
 this.

 Essentially we have CF10 installed with J2EE Session Management turned
 on, and the default HTTPOnly set to true. In the application the domain
 structure looks as follows:

 https://book.domain.com
 http://profile.domain.com
 http://approve.domain.com

 When crossing between the domains (which had worked for many years
 prior) the session drops and CF issues a new set of session identifiers. 
 In
 order to try and bypass the SSL issue, i've switch the entire application
 over the HTTPS so at no stage will the session or cookies be served over
 HTTP, which works fine if the user doesn't cross domains, but the moment a
 different subdomain is clicked (ie to make a booking) then the session
 drops.

 Even setting a cookie  in the onSessionStart() as follows has no
 effect:

 cfcookie name=jsessionid value=#session.sessionid# domain=.
 domain.com

 Has anyone come across this behaviour migrating to CF10?

 Cheers
 Phil

  --
 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+u...@googlegroups.com.
 To post to this group, send email to cfau...@googlegroups.com.
 Visit this group at http://groups.google.com/group/cfaussie.
 For more options, visit https://groups.google.com/d/optout.


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

Re: [cfaussie] Kym Kovan

2014-02-26 Thread ColdGen Internet Solutions
So sorry to learn of this.

My condolences.



*Peter Tilbrook*
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

*Telephone:* +61-2-6104-9981
*Mobile:* +61-2-047-623-579

*Email Address:* peter.tilbr...@coldgen.com
*WWW:* http://www.coldgen.com/
*Twitter:* @ColdGen

*ABN:* 80 826 226 128


On 27 February 2014 15:19, Adam Chapman adam.p.chap...@gmail.com wrote:

 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 past couple
 of years.

 It's a sad loss for the Coldfusion community.

 Regards,
 Adam

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] AutoSuggest Text Box

2012-12-20 Thread ColdGen Internet Solutions
I quite like Twitter Bootstrap and it includes autocomplete that can be
used just as you require.

With post some source code tomorrow. In the meantime check out Twitter
Bootstrap here (they call it typeahead):

http://twitter.github.com/bootstrap/javascript.html#typeahead

Cheers!

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: peter.tilbr...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128


On 20 December 2012 18:15, Kai Koenig grmblz...@gmail.com wrote:

 +1


  I would do this with jQuery here is a great example:


 http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html



  --
 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] Manipulating CFHTTP Source IP

2012-04-12 Thread ColdGen Internet Solutions
You want Enterprise level support.



Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: peter.tilbr...@tilbrook.name
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128


On 12 April 2012 17:46, Phil Rasmussen ara...@gmail.com wrote:

 Hi Everyone. Had an interesting development topic come up today and
 I'm not sure it's even possible though it's worth a shot.

 We have an existing sync process that sends approximately 100
 traveller profiles a minute to an external web service, and now we
 have the opportunity to increase this throughout 5 fold but opening up
 separate connections (up to 5) as long as we don't exceed a total of
 300 syncs every 60 seconds across all connections in total. Now the
 tricky part is i can't just create new threads to execute the parallel
 processes, the external system will only treat them as separate
 requests if the source IP is different.

 With the application sitting on a single webserver with 10 public IPs
 bound to the NIC, i'm wondering if there is a way I can create some
 kind of proxy using IIS to allow sending from different IPs. CFHTTP
 from what I recall uses the highest IP in the stack on the outgoing
 NIC, so I'm not sure if this is even possible?

 If anyone has any thoughts on this would love to hear it.

 Cheers
 Phil

 --
 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] Re: jQuery SmartWizard 2

2012-03-20 Thread ColdGen Internet Solutions
Is it the #step... ? Maybe try ##step... if it in a CFML page.

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: peter.tilbr...@tilbrook.name
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128


On 20 March 2012 17:14, Steve Onnis st...@cfcentral.com.au wrote:

 Silly question.do you have a base 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
 issues, it's just this tabbed interface which relies on internal page links
 that has spat the dummy.  I've made sure that any # symbols for the hrefs
 are not inside cfoutput tags.

 I have developed another page in parallel using jQuery UI tabs and that
 suffers from the same problem to a lesser extent.

 On Mar 20, 4:46 pm, Peter Robertson peter.r.robert...@gmail.com
 wrote:
  Yep, using jQuery without issue.
 
  What version of Fusebox?
  Fusebox composes content and delivers it as index.cfm in your app root
  (or another nominated single file).
  This means that regardless of the path to the resources within your
  app structure, the server sees everything as being index.cfm.
  So check that references to css files, js libs etc all make this
  assumption.
 
  If this isn't the issue then I'd need to know more about your
  particular app structure and how you're calling your resources.
 
  Peter Robertson
 
  On Mar 20, 4:09 pm, Stephen M sgmul...@gmail.com wrote:
 
 
 
 
 
 
 
   I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion
   page.
 
  https://github.com/mstratman/jQuery-Smart-Wizard
 
   This wizard is a tab interface with validation so that you cannot
   move to the second tab without completimng the first correctly.
 
   It was working perfectly in plain old HTML, even a plain cfm page,
   but when I moved it onto Fusebox the next and tab buttons started
   doing strange things.
 
   The tabs are just LI tags that look like this
 
ullia href=#step-1Personal details/a/li
   lia href=#step-2Further details/a/li
 
   The problem is that in fusebox a click on a tab takes you straight
   to the domain home page, eg the wizard might be
   onhttp://www.mydomain.com/applications/userdetails.cfm
   but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie
   back to the main page of the website
 
   Anyone here using jQuery in Fusebox?

 --
 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] Re: cfchart

2012-02-15 Thread ColdGen Internet Solutions
It's a great resource Charlie - a hidden GEM!

Cheers!

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 15 February 2012 16:25, charlie arehart charlie_li...@carehart.org wrote:
 Thanks. Yep, I just will keep repeating it when such questions arise until
 others do. :-) I'll be honest and say I'm bummed how infrequently anyone
 does. I have nothing to gain from people using the site. It's just a
 resource (actively updated) for everyone to benefit from, specifically when
 questions like this arise.  Please try to pass it along when appropriate,
 folks. :-) Or let me know why perhaps you may not want to even if you would
 think of it.

 /charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of Andrew
 Sent: Tuesday, February 14, 2012 7:14 PM
 To: cfaussie
 Subject: [cfaussie] Re: cfchart

 Thanks Charlie.

 One day I'll learn to stop off at your site *first*.  It usually has
 the answers I need!


 --
 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] Re: cfchart

2012-02-15 Thread ColdGen Internet Solutions
Am looking into using NearMap (www.nearmap.com) as opposed to the
seriously out of date GoogleMaps. Sure the CFMAP tag is handy but when
the building I've been working in for the last 8 months still shows up
as a construction site something is seriously wrong.

NearMap has an API that should be easily integrated.

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 16 February 2012 07:30, charlie arehart charlie_li...@carehart.org wrote:
 Thanks, Brett. That’s an…interesting…way to look at it. :-) I suppose I see
 that benefit.

 And if at least others did mention it when such questions came up, I’d be
 happy to see that. Otherwise it seems I’m usually the only one (on this and
 other lists), even when I wait a couple of days to see if anyone else does.
 That’s a bit disheartening—and may even make some think that no one else
 knows or cares about it. I appreciate your (and Peter’s) kind regards then
 all the more.

 As for your appreciating that you hear from others offering alternatives
 when someone asks if there are any, I’ll note this: certainly if someone
 asks folks to share their experience working with alternatives (not just
 “what are alternatives”), then that’s when it makes sense for folks to share
 individual alternatives, with added opinion, since I don’t offer that on the
 category lists.

 But when someone just asks, “what are alternatives for x”, it would just be
 nice to see someone point out (in addition to any they may favor) that “you
 can find more alternatives in that category at cf411.com”. :-) Not everyone
 reads every message in every thread, so I’m sure there are always some who
 would not already know about it. Thanks for letting me vent  for a minute,
 folks. :-)

 /charlie



 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
 Of Brett Payne-Rhodes
 Sent: Wednesday, February 15, 2012 1:59 AM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] Re: cfchart



 For myself at least there is a huge finge benefit to people NOT going
 directly to CF411.com and that is that I get to hear and learn about these
 really useful tools before I actually need them... Plus I get reminded about
 the site as well.

 Thanks for the great resource Charlie. It might not be top-of-mind but it is
 definitely appreciated.

 B)



 --
 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] Re: cfchart

2012-02-14 Thread ColdGen Internet Solutions
I'm having my own joy with CFREPORT (with CFCHART being a part of it).

Seems this is a neglected part of ColdFusion at least documentation
and tool wise...

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 14 February 2012 17:04, Zac Spitzer zac.spit...@gmail.com wrote:
 it wasn't too hard to use, all depends on your javascript skills :)

 On Tue, Feb 14, 2012 at 4:45 PM, Andrew am2...@gmail.com wrote:
 Thanks Zac, AJ and Mark.  That gives me some excellent options to
 check!

 Highcharts looks amazing, but perhaps overly complex for my needs.
 Was it difficult to get up and running with?

 Regards,
 Andrew.

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


-- 
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] Seeking CF Job Vacancies

2012-01-05 Thread ColdGen Internet Solutions
Claude, check out the Google Group CFJOBS. I know that Daemon in
Sydney were looking for devs recently maybe give them a call.

Happy New Year!

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 5 January 2012 19:02,  rai...@ozemail.com.au wrote:
 Hi Can anyone advise the best source for CF Jobs in Australia, not much
 appearing on Seek.com.au lately



 Seeking jobs in Brisbane or remote work



 Regards

 Claude Raiola (B.Econ Acc; B.Hot. Mngt)



 --
 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] Re: ColdFusion Builder Opinions

2011-11-29 Thread ColdGen Internet Solutions
Keeps freezing on me so have stuck with Dreamweaver CS5.5 - I hated DW
with a passion in the days of Studio/HomeSite but it has matured into
a great product I use virtually all day everyday.

The new HTML5 additions and the updatable (not automatically sadly)
jQuery mobile templates are a bonus for me.

Peter Tilbrook
Web Administrator, The Club Group Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/
Twitter: @ColdGen

ABN: 80 826 226 128



On 29 November 2011 17:49, Andrew Myers am2...@gmail.com wrote:
 Hi Barry,
 Very interesting.  I've never even noticed the Aptana search tab there.
  This could well explain why some users found it better than others.  Great
 tipz
 Andrew

 On 29/11/2011, at 12:20 PM, Barry Chesterman barrychester...@gmail.com
 wrote:

 I'm on CFBuilder2 and I have to say the default search which uses Aptana
 File Search was horrid - like you say, no way to jump to the line in the
 file where the search result is.
 However, in the search dialog under Customize.. I turned off the Aptana File
 Search and now just use the 'File search' option which shows the lines in
 files search results are on and allows you to jump forwards and backwards
 through search results.

 I found the aptana search would quite often not find a match for my search
 when I knew that value was in a file in the area I was searching so that was
 very wierd.

 Since not using the Aptana search I haven't had a problem.

 On Tue, Nov 29, 2011 at 2:01 PM, Steve Onnis st...@cfcentral.com.au wrote:

 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



 Select the results you wish to replace

 --
 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] RIP Steve Jobs

2011-10-06 Thread ColdGen Internet Solutions
Hear, hear!

Peter Tilbrook
Web Administrator, The Club Group (ACT) Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/

ABN: 80 826 226 128



On 6 October 2011 16:33, Kym Kovan dev-li...@mbcomms.net.au wrote:

 http://www.apple.com/

 --
 Yours,

 Kym Kovan
 mbcomms.net.au



 --
 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] Student Ticket Competition for cf.Objective(ANZ) + Flex

2011-09-07 Thread ColdGen Internet Solutions
Added to ACTCFUG:

http://www.actcfug.com/index.cfm?actcfug=NewsViewNewsID=613

Peter Tilbrook
Web Administrator, The Club Group (ACT) Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/

ABN: 80 826 226 128



On 7 September 2011 17:47, Mark Mandel mark.man...@gmail.com wrote:
 Sorry for the plug, but in case people aren't aware, we are running a
 competition for a current ANZ Student to win free flights, accommodation and
 a ticket to cf.Objective(ANZ) + Flex.
 Entry is a pretty simple 200 word entry, so nothing too crazy! Rules can be
 found here:
 http://cfobjective.com.au/news/student-ticket-accommodation-and-flights-give-away
 I think it will be a pretty good opportunity for a young student to get some
 great real-world tech industry perspective at a young age.
 If you know any students or educational institutions, please feel free to
 pass on these details, the more entries the better! :)
 Thanks!
 Mark

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

 cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
 http://www.cfobjective.com.au

 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] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread ColdGen Internet Solutions
Is a big ask - what about a temporary table or backup table you can
flag for records that made it through - you can compare commits to?

I have a similar issue but for sending emails AND the database issue.

Peter Tilbrook
Web Administrator, The Club Group (ACT) Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/

ABN: 80 826 226 128



On 7 September 2011 21:36, Andrew Scott andr...@andyscott.id.au wrote:
 ColdFusion 9 or 9.01, I think added this, not 100% certain on it though.


 On Wed, Sep 7, 2011 at 9:23 PM, Mike Kear afpwebwo...@gmail.com wrote:

 The scenario:

 I have a local application, which updates a local database as a
 business process goes on.    But I want the application also to update
 a remote database, with the details of this event, then set a flag in
 the local record that the record has been exported to the remote
 database.     However I'm building error handling to provide for the
 possibility that the remote database might not be available.   I dont
 want that to stop the local application, or it will close the business
 down.     I want the business to go on,  the customer satisfied and
 the web site can be updated later on when the internet connection is
 back up again

 Does CFTRANSACTION handle the commit/rollback of both databases if any
 part of the queries fails?        I would code it kind of like this:

 cftransaction
   cfquery name=qRemoteInsert datasource=remoteDSN
         INSERT into eventrecord   yada yada yada
    /cfquery
   cfquery name=qlocalUpdate datasource=localDSN
         Update eventrecord
         SET  exportedToRemoteDB = true
         WHERE  eventID = cfqueryparam value=#thiseventID#
 cfsqltype=cf_sql_integer/
    /cfquery
 /cftransaction

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

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




 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543

 --
 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] Helms and Peters are back at it again...

2011-08-09 Thread ColdGen Internet Solutions
Cool! Thanks for the heads up!

Peter Tilbrook
Web Administrator, The Club Group (ACT) Pty. Ltd.
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/
WWW2: http://www.clubgroup.com.au/

ABN: 80 826 226 128



On 9 August 2011 23:04, Gavin Baumanis beauecli...@gmail.com wrote:
 I'm not sure what it exactly it says about me
 But...

 I was really excited to open iTunes today and find that Hal Helms and
 Jeff Peters have resurrected their long running podcast, Helms and
 Peters Out Loud.

 You can obtain further information at helmsandpeters.com
 and subscribe to the podcast via iTunes or the website.


 Gavin.

 --
 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] Capturing a webcam image via ColdFusion

2011-07-28 Thread ColdGen Internet Solutions
That is a start...

Thanks for the heads up. Flash Media Server is great for what I do not
need ATM lol!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 28 July 2011 21:31, Andrew Scott andr...@andyscott.id.au wrote:
 So you really need a JS solution like
 http://www.taboca.com/p/camcanvas/


 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543

 On Thu, Jul 28, 2011 at 9:23 PM, Darth Guybrush peter.tilbr...@gmail.com
 wrote:

 That is essentially the new task - recently added to my growing list
 of priorities.

 How to capture an image from a Webcam and passing it on to ColdFusion
 for processing. Think like a Flash capture - like taking a photo with
 a webcam and letting CF deal with the image.

 Trick is server has no webcam So difficult to test. BUT! I have my
 wonderful notebook for testing - not a server issue for the
 processing but how to capture an image. Ah-lah Passport photo.

 I did something like this YEARS ago with Macromedia Flash
 Communication Server but 

 Any ideas?

 P Tilbrook
 Web Administrator
 The Club Group - www.clubgroup.com.au

 --
 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] Re: Capturing a webcam image via ColdFusion

2011-07-28 Thread ColdGen Internet Solutions

Use the flash.media.Camera library to create a little app that hooks
into the webcam to take a photo and then push the binary data up to
the server using remoting


Man oh man all the other stuff that is part of the CS5.5 Web Creative
Design library?

Cmon Saturday!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 28 July 2011 22:36, Steve Onnis st...@cfcentral.com.au wrote:
 Just use flex. You don’t need flash media server.

 Use the flash.media.Camera library to create a little app that hooks
 into the webcam to take a photo and then push the binary data up to
 the server using remoting

 --
 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] Upcoming ColdFusion eSeminars from Adobe

2011-07-18 Thread ColdGen Internet Solutions
http://blogs.adobe.com/coldfusion/2011/07/18/upcoming-coldfusion-e-seminars-by-adobe/

via Hernant Khandelwal

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128

-- 
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] Re: CFbuilder2 thoughts?

2011-07-12 Thread ColdGen Internet Solutions
Charlie Dreamweaver CS5.5 is NOT free and still shits on CF Builder.
After so long without CF Studio proper it had to happen.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 13 July 2011 02:40, charlie arehart charlie_li...@carehart.org wrote:
 Peter, it is free. Yes, CFBuilder 2 is free. After the trial ends, it
 reverts what they are now calling the Express edition. It turns off some
 features, but for many it will suffice. Otherwise you can pay for a license
 and drop it in to get all the features.

 Just wanted to be clear since you've taken this thread in this other
 direction.

 /charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of Peter Tilbrook
 Sent: Tuesday, July 12, 2011 10:25 AM
 To: cfaussie@googlegroups.com
 Subject: RE: [cfaussie] Re: CFbuilder2 thoughts?

 To be honest I have found now over the YEARS since CFSTudio that
 Dreamweaver
 works for me - not ideal but at least I own it. For CF Studio I must
 pay
 MORE?

 Frustrating like why is ColdFusion not free but after 16 years as a
 CF
 developer I have given up on that.

 We have great talent and front-men like Ben Forta, Raymond Camden and
 many
 others but as far as the IDE we wanted should have been FREE.

 


 --
 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] Re: CFbuilder2 thoughts?

2011-07-12 Thread ColdGen Internet Solutions
I've been using ColdFusion for 16 years now. Adoption comes to money -
CF is not free. Don;t get me started on why DW is the new CF IDE. CF
Builder is too foreign for me now.

DW is like a silk glove.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 13 July 2011 04:16, charlie arehart charlie_li...@carehart.org wrote:
 But Peter I wasn't talking about DW. You mentioned it, saying that you were
 already using it. This thread was about CFB, and I thought you (like many)
 were complaining because it is not free, so I offered the clarification
 (that many have not heard) that in cFB2 Adobe has addressed that.

 I also wasn't getting into a comparison of DW and CFB. (Feeling a little
 testy, there, Peter?) As for CF Studio, it went on to live as HomeSite Plus.
 While it's no longer updated (or sold), I'm not sure what you mean by after
 so long without CF Studio proper it had to happen.

 /charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of ColdGen Internet Solutions
 Sent: Tuesday, July 12, 2011 1:43 PM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] Re: CFbuilder2 thoughts?

 Charlie Dreamweaver CS5.5 is NOT free and still shits on CF Builder.
 After so long without CF Studio proper it had to happen.

 Peter Tilbrook
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion 9 Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6284-2727
 Mob: +61-2-0457-449-016

 Email Address: pe...@coldgen.com
 WWW: http://www.coldgen.com/

 ABN: 80 826 226 128



 On 13 July 2011 02:40, charlie arehart charlie_li...@carehart.org
 wrote:
  Peter, it is free. Yes, CFBuilder 2 is free. After the trial ends, it
  reverts what they are now calling the Express edition. It turns off
 some
  features, but for many it will suffice. Otherwise you can pay for a
 license
  and drop it in to get all the features.
 
  Just wanted to be clear since you've taken this thread in this other
  direction.
 
  /charlie
 
 
  -Original Message-
  From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com]
 On
  Behalf Of Peter Tilbrook
  Sent: Tuesday, July 12, 2011 10:25 AM
  To: cfaussie@googlegroups.com
  Subject: RE: [cfaussie] Re: CFbuilder2 thoughts?
 
  To be honest I have found now over the YEARS since CFSTudio that
  Dreamweaver
  works for me - not ideal but at least I own it. For CF Studio I must
  pay
  MORE?
 
  Frustrating like why is ColdFusion not free but after 16 years as
 a
  CF
  developer I have given up on that.
 
  We have great talent and front-men like Ben Forta, Raymond Camden
 and
  many
  others but as far as the IDE we wanted should have been FREE.
 
  
 
 
  --
  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] CFbuilder2 thoughts?

2011-06-29 Thread ColdGen Internet Solutions
Doesn't work at all for me. Loads up and then just crashes.

Windows 7 Ultimate 64-bit - 8Gb RAM.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 29 June 2011 15:59, Kai Koenig k...@koeni.de wrote:
 For me it works absolutely fine, Mac OS X 10.6.7 64 bit.

 -Xdock:icon=../Resources/Eclipse.icns
 -XstartOnFirstThread
 -Dorg.eclipse.swt.internal.carbon.smallFonts
 -Xms512m
 -Xmx1024m
 -XX:MaxPermSize=256m
 -XX:PermSize=64m
 -Xdock:icon=../Resources/Eclipse.icns
 -XstartOnFirstThread
 -Dorg.eclipse.swt.internal.carbon.smallFonts
 -Dosgi.requiredJavaVersion=1.6

 It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js 
 files open).

 I had performance trouble during some of the pre-release rounds but the CF 
 team did an awesome job eliminating those issues imho.

 Personally I run CFB2 (actually everything) as plugins in an Eclipse setup 
 instead of a stand-alone install. It _shouldn't_ make a difference re 
 performance, but I subjectively feel that it does to me (besides the 
 flexibility) - I use Eclipse 3.6.1 64bit.

 Cheers
 Kai


 How are people finding CFBuilder2?

 I've been using the trial for a while, even increased the memory to 1gb,
 but it really doesn't feel stable enough as a primary IDE, I'm finding it 
 often
 locks up and even simple things like clicking search results don't always
 actually open the file and scroll to the first match?

 if there was a swear jar on my desk, it would be full



 --
 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] CFbuilder2 thoughts?

2011-06-29 Thread ColdGen Internet Solutions
Nothing - don't even get that far.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 29 June 2011 16:08, Mark Mandel mark.man...@gmail.com wrote:
 How big is the file you are editing?
 Mark

 On Wed, Jun 29, 2011 at 3:45 PM, Zac Spitzer zac.spit...@gmail.com wrote:

 Hi Mark,

 my desktop is beefy enough, it's a quad core 2.67ghz i5 with
 4gb running on win7 64-bit

 jvm settings I changed are

 -Xmx1024m
 -Xms256m
 -XX:MaxPermSize=512m

 it runs with about 270-360 mb of ram usually assigned

 I've tried turning off all the syntax checking, but that only helped a
 little bit

 z


 On Wed, Jun 29, 2011 at 3:37 PM, Mark Mandel mark.man...@gmail.com
 wrote:
  I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of
  my
  host's 4 and it runs great, no problems.
  My VM args are:
  -vmargs
  -XX:MaxPermSize=256m
  -XX:PermSize=64m
  -Dosgi.requiredJavaVersion=1.5
  -Xms256m
  -Xmx1024m
  What sort of CPU do you have? I know when I had it running on a single
  CPU
  VM, it was aweful. It does so much stuff in the background, that
  anything
  less than 2 CPU cores will have it hanging hardcore.
  Mark
  On Wed, Jun 29, 2011 at 3:33 PM, Zac Spitzer zac.spit...@gmail.com
  wrote:
 
  How are people finding CFBuilder2?
 
  I've been using the trial for a while, even increased the memory to
  1gb,
  but it really doesn't feel stable enough as a primary IDE, I'm finding
  it
  often
  locks up and even simple things like clicking search results don't
  always
  actually open the file and scroll to the first match?
 
  if there was a swear jar on my desk, it would be full
 
  z
 
  --
  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.
 
 
 
 
  --
  E: mark.man...@gmail.com
  T: http://www.twitter.com/neurotic
  W: www.compoundtheory.com
 
  cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
  http://www.cfobjective.com.au
 
  Hands-on ColdFusion ORM Training
  www.ColdFusionOrmTraining.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.
 



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




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

 cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
 http://www.cfobjective.com.au

 Hands-on ColdFusion ORM Training
 www.ColdFusionOrmTraining.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] CFbuilder2 thoughts?

2011-06-29 Thread ColdGen Internet Solutions
Thanks for the response Charlie will give it a go tomorrow - a full re-install.

Just not right now (1:30am lol)!

Cheers!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 29 June 2011 23:54, charlie arehart charlie_li...@carehart.org wrote:
 For anyone having CFB performance problems, I would stress the value of
 opening the progress view (windowshow viewothergeneral). That will show
 many background operations that can be going on and hanging things up.
 Similarly, if it's opened when you close CFB, then when you open it, you'll
 see it being shown as it's starting up, and you may see activity going on
 there/then.

 Peter, I realize you can't see it because you can't get it to respond at
 all. BTW, are you saying that every time you open CFB, this happens? If not,
 then you can try the above. If so, then here's another idea, with perhaps
 some other potential benefits.

 Have you tried open CFB with a new workspace. (There's a command-line switch
 that can get it to do that if you can't get into the interface to switch
 workspaces). I would expect that any problem would go away. You could then
 add back the things you may have configured that may be failing (and again,
 keep an eye on the Progress view in case it shows when it goes amiss). For
 instance, you may have configured a connection to a server that is causing a
 problem, or perhaps your workspace file itself is configured to exist on a
 network drive (rather than a local drive), and so on.

 BTW, about the server configuration matter, note that CFB does try to talk
 to any configured servers (as listed in the Servers view) at startup. That's
 another configurable option, where you could tell it to only refresh when
 you do it manually. (The server refresh is needed if CFB is to know that
 you've added new CFCs and other such items on the server that it tries to
 know about about your environment. Since those can exist in locations
 other then where your code/project itself lives, that's why it talks to the
 server to get such configuration info.)

 I talk about a lot of these tuning matters in a section of my Hidden Gems
 in CFBuilder talk I did in 2009-2010 (they still apply to CFB2). That's
 available on my site at www.carehart.org/presentations/. Hope some of that's
 helpful.

 /charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of ColdGen Internet Solutions
 Sent: Wednesday, June 29, 2011 2:07 AM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] CFbuilder2 thoughts?

 Doesn't work at all for me. Loads up and then just crashes.

 Windows 7 Ultimate 64-bit - 8Gb RAM.

 Peter Tilbrook
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion 9 Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6284-2727
 Mob: +61-2-0457-449-016

 Email Address: pe...@coldgen.com
 WWW: http://www.coldgen.com/

 ABN: 80 826 226 128



 On 29 June 2011 15:59, Kai Koenig k...@koeni.de wrote:
  For me it works absolutely fine, Mac OS X 10.6.7 64 bit.
 
  -Xdock:icon=../Resources/Eclipse.icns
  -XstartOnFirstThread
  -Dorg.eclipse.swt.internal.carbon.smallFonts
  -Xms512m
  -Xmx1024m
  -XX:MaxPermSize=256m
  -XX:PermSize=64m
  -Xdock:icon=../Resources/Eclipse.icns
  -XstartOnFirstThread
  -Dorg.eclipse.swt.internal.carbon.smallFonts
  -Dosgi.requiredJavaVersion=1.6
 
  It usually hovers around 200 MB used heap (and that's with 15-20
 cfm/cfc/js files open).
 
  I had performance trouble during some of the pre-release rounds but
 the CF team did an awesome job eliminating those issues imho.
 
  Personally I run CFB2 (actually everything) as plugins in an Eclipse
 setup instead of a stand-alone install. It _shouldn't_ make a
 difference re performance, but I subjectively feel that it does to me
 (besides the flexibility) - I use Eclipse 3.6.1 64bit.
 
  Cheers
  Kai
 
 
  How are people finding CFBuilder2?
 
  I've been using the trial for a while, even increased the memory to
 1gb,
  but it really doesn't feel stable enough as a primary IDE, I'm
 finding it often
  locks up and even simple things like clicking search results don't
 always
  actually open the file and scroll to the first match?
 
  if there was a swear jar on my desk, it would be full
 
 
 
  --
  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] CFbuilder2 thoughts?

2011-06-29 Thread ColdGen Internet Solutions
Just did a re-install. If I create a new workspace, say in a new
folder under My Documents (not what CF Builder first suggests), it
does not crash.

So thinking a permission issue by default - one I am not going to
change for now but Adobe might want to look into why it defaults to an
area that is  not allowed by default.

Nite!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 30 June 2011 01:28, ColdGen Internet Solutions
coldgen.internet.soluti...@gmail.com wrote:
 Thanks for the response Charlie will give it a go tomorrow - a full 
 re-install.

 Just not right now (1:30am lol)!

 Cheers!

 Peter Tilbrook
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion 9 Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6284-2727
 Mob: +61-2-0457-449-016

 Email Address: pe...@coldgen.com
 WWW: http://www.coldgen.com/

 ABN: 80 826 226 128



 On 29 June 2011 23:54, charlie arehart charlie_li...@carehart.org wrote:
 For anyone having CFB performance problems, I would stress the value of
 opening the progress view (windowshow viewothergeneral). That will show
 many background operations that can be going on and hanging things up.
 Similarly, if it's opened when you close CFB, then when you open it, you'll
 see it being shown as it's starting up, and you may see activity going on
 there/then.

 Peter, I realize you can't see it because you can't get it to respond at
 all. BTW, are you saying that every time you open CFB, this happens? If not,
 then you can try the above. If so, then here's another idea, with perhaps
 some other potential benefits.

 Have you tried open CFB with a new workspace. (There's a command-line switch
 that can get it to do that if you can't get into the interface to switch
 workspaces). I would expect that any problem would go away. You could then
 add back the things you may have configured that may be failing (and again,
 keep an eye on the Progress view in case it shows when it goes amiss). For
 instance, you may have configured a connection to a server that is causing a
 problem, or perhaps your workspace file itself is configured to exist on a
 network drive (rather than a local drive), and so on.

 BTW, about the server configuration matter, note that CFB does try to talk
 to any configured servers (as listed in the Servers view) at startup. That's
 another configurable option, where you could tell it to only refresh when
 you do it manually. (The server refresh is needed if CFB is to know that
 you've added new CFCs and other such items on the server that it tries to
 know about about your environment. Since those can exist in locations
 other then where your code/project itself lives, that's why it talks to the
 server to get such configuration info.)

 I talk about a lot of these tuning matters in a section of my Hidden Gems
 in CFBuilder talk I did in 2009-2010 (they still apply to CFB2). That's
 available on my site at www.carehart.org/presentations/. Hope some of that's
 helpful.

 /charlie


 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf Of ColdGen Internet Solutions
 Sent: Wednesday, June 29, 2011 2:07 AM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] CFbuilder2 thoughts?

 Doesn't work at all for me. Loads up and then just crashes.

 Windows 7 Ultimate 64-bit - 8Gb RAM.

 Peter Tilbrook
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion 9 Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6284-2727
 Mob: +61-2-0457-449-016

 Email Address: pe...@coldgen.com
 WWW: http://www.coldgen.com/

 ABN: 80 826 226 128



 On 29 June 2011 15:59, Kai Koenig k...@koeni.de wrote:
  For me it works absolutely fine, Mac OS X 10.6.7 64 bit.
 
  -Xdock:icon=../Resources/Eclipse.icns
  -XstartOnFirstThread
  -Dorg.eclipse.swt.internal.carbon.smallFonts
  -Xms512m
  -Xmx1024m
  -XX:MaxPermSize=256m
  -XX:PermSize=64m
  -Xdock:icon=../Resources/Eclipse.icns
  -XstartOnFirstThread
  -Dorg.eclipse.swt.internal.carbon.smallFonts
  -Dosgi.requiredJavaVersion=1.6
 
  It usually hovers around 200 MB used heap (and that's with 15-20
 cfm/cfc/js files open).
 
  I had performance trouble during some of the pre-release rounds but
 the CF team did an awesome job eliminating those issues imho.
 
  Personally I run CFB2 (actually everything) as plugins in an Eclipse
 setup instead of a stand-alone install. It _shouldn't_ make a
 difference re performance, but I subjectively feel that it does to me
 (besides the flexibility) - I

Re: [cfaussie] cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
Yes if the query is dynamic it would be re-retrieved from the
database server. And then cached. Unless the original query was not
altered the cache would remain.

So keep the cache in place unless the query is more dynamic than
static - otherwise the memory and resources could probably be better
used by the system elsewhere.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 21 June 2011 17:02, Andrew am2...@gmail.com wrote:
 Hi,

 A colleague has asked me to investigate some code that he claims used
 to cache, but at some point recently doesn't anymore.

 Sadly, I can't replicate the exact code / query here (I expect my boss
 would have a fit if I did), but to paraphrase it, it's something
 like:

 cfquery name=qCount datasource=somedatasource
 cachedwithin=#CreateTimeSpan(0,5,0,0)#
    
 /cfquery

 Please take my word for it that the query does not change, but it DOES
 have a couple of nested selects (not sure that would be a factor?).

 I set up a test page, and it appears to remain cached for a couple of
 minutes and then disappear from the cache.

 The CF Administrator is set to cache 100 queries, and looking at the
 monitor it seems to flucuate between about 2 and 8 cached queries in
 total, so I am pretty sure we aren't hitting the limit.

 So my question is - how can I debug this?  I believe the requirements
 specified in the doco are being meet, eg:

 the current query must use the same SQL statement, data source, query
 name, user name, and password

 However, one possible thing I can think of is, what if there was the
 same SQL statement being called with a different datasource.  Would
 that cause this one to be lost?  Or would they both be cached
 independently?  Because this is a possibility, as we have a staging
 instance on the same coldfusion instance.

 Hopefully that all makes sense...it's a bit hard to explain...

 Andrew.

 --
 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] cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
The cache is based on the QUERY=myQuery. If that query is altered
(dynamic) from when the cache was created - basically a totally
different query - the cache would be recreated using the new SQL that
was requested.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 21 June 2011 17:06, ColdGen Internet Solutions
coldgen.internet.soluti...@gmail.com wrote:
 Yes if the query is dynamic it would be re-retrieved from the
 database server. And then cached. Unless the original query was not
 altered the cache would remain.

 So keep the cache in place unless the query is more dynamic than
 static - otherwise the memory and resources could probably be better
 used by the system elsewhere.

 Peter Tilbrook
 Managing Director, ColdGen Internet Solutions
 Professional Adobe ColdFusion 9 Application Development
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6284-2727
 Mob: +61-2-0457-449-016

 Email Address: pe...@coldgen.com
 WWW: http://www.coldgen.com/

 ABN: 80 826 226 128



 On 21 June 2011 17:02, Andrew am2...@gmail.com wrote:
 Hi,

 A colleague has asked me to investigate some code that he claims used
 to cache, but at some point recently doesn't anymore.

 Sadly, I can't replicate the exact code / query here (I expect my boss
 would have a fit if I did), but to paraphrase it, it's something
 like:

 cfquery name=qCount datasource=somedatasource
 cachedwithin=#CreateTimeSpan(0,5,0,0)#
    
 /cfquery

 Please take my word for it that the query does not change, but it DOES
 have a couple of nested selects (not sure that would be a factor?).

 I set up a test page, and it appears to remain cached for a couple of
 minutes and then disappear from the cache.

 The CF Administrator is set to cache 100 queries, and looking at the
 monitor it seems to flucuate between about 2 and 8 cached queries in
 total, so I am pretty sure we aren't hitting the limit.

 So my question is - how can I debug this?  I believe the requirements
 specified in the doco are being meet, eg:

 the current query must use the same SQL statement, data source, query
 name, user name, and password

 However, one possible thing I can think of is, what if there was the
 same SQL statement being called with a different datasource.  Would
 that cause this one to be lost?  Or would they both be cached
 independently?  Because this is a possibility, as we have a staging
 instance on the same coldfusion instance.

 Hopefully that all makes sense...it's a bit hard to explain...

 Andrew.

 --
 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] cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
Query caching is great for things that you KNOW won't change for ages,
eg OZ PostCode/Suburbs you can safely cache for 24hours but still a
pain in the butt to get source file from AusPost but as an example.

Not every query needs to or even should be cached.

Basic rule of thumb is if SQL or whatever database server you use
(what are you using? I use 3 iterations of SQL Server) changes between
CF and the database server - expecting a different and not the same
result (same result use the cached result) a new query will be made
and THAT will then be cached.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 21 June 2011 17:08, Paul Kukiel kuki...@gmail.com wrote:
 Do you use ColdFire? ( now works with FF 4 )
 You can watch all queries on each page hit and it will tell you if its
 cached or not.
 You can also watch this with  Enable Request Debugging Output  turend on
 although it will mess up your HTML in some cases.
 That way you can prove if its being cached or not.
 Paul.
 On Tue, Jun 21, 2011 at 5:02 PM, Andrew am2...@gmail.com wrote:

 Hi,

 A colleague has asked me to investigate some code that he claims used
 to cache, but at some point recently doesn't anymore.

 Sadly, I can't replicate the exact code / query here (I expect my boss
 would have a fit if I did), but to paraphrase it, it's something
 like:

 cfquery name=qCount datasource=somedatasource
 cachedwithin=#CreateTimeSpan(0,5,0,0)#
    
 /cfquery

 Please take my word for it that the query does not change, but it DOES
 have a couple of nested selects (not sure that would be a factor?).

 I set up a test page, and it appears to remain cached for a couple of
 minutes and then disappear from the cache.

 The CF Administrator is set to cache 100 queries, and looking at the
 monitor it seems to flucuate between about 2 and 8 cached queries in
 total, so I am pretty sure we aren't hitting the limit.

 So my question is - how can I debug this?  I believe the requirements
 specified in the doco are being meet, eg:

 the current query must use the same SQL statement, data source, query
 name, user name, and password

 However, one possible thing I can think of is, what if there was the
 same SQL statement being called with a different datasource.  Would
 that cause this one to be lost?  Or would they both be cached
 independently?  Because this is a possibility, as we have a staging
 instance on the same coldfusion instance.

 Hopefully that all makes sense...it's a bit hard to explain...

 Andrew.

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




 --
 Paul Kukiel

 --
 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] Re: cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
Sorry Steve - tongue in cheek not meant to offend!

Sorry again!

-- 
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] Re: cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
That's what I tried to say! Thx Mr Buzzy!

Definately use caching where appropriate. On DB heavy apps it can be
really handy.

-- 
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] Re: cfquery cachedwithin

2011-06-21 Thread ColdGen Internet Solutions
:)

-- 
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] Your opinion - .NET and Java Certifications in Sydney

2011-06-07 Thread ColdGen Internet Solutions
16 years July ColdFusion (now built on Java) and not looking back.

That's just me.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 7 June 2011 21:49, Hitesh hiteshpatel1...@gmail.com wrote:
 Hi All,

 I am someone who has 10 yrs of experience into Web Development area,
 mainly CF. I don't mind to get free and useful advise of my cfaussie
 colleagues. A 2.5 yrs back I was migrated from India to Sydney. After
 working this much time I have realized there is a need to do something
 different  better to advance my professional career here in Sydney
 going forward.

 If I am not wrong but seeing number of jobs on different job-boards
 (Seek, CareerOne etc..) over the period of time in Sydney IT field
 there is a potential market for .NET and Java IT professionals. Is
 this correct?

 Now, I am keen to acquire some professional training  certification
 on .NET 4.0 Web Application Development OR Java EE 6?

 I have few questions now.

 1) What will be a good move? .NET or Java?

 2) Do you think go and get training  certification via professional
 center (seek learning, oracle university etc..) is a good idea?

 3) Just buy some books and CDs...do self study and give exams?

 Please advise if you can.
 I shall be thankful for your time that can help someone like me.

 Thanks - Hitesh

 --
 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] Bless cfqueryparam - defended a pretty persistent attack

2011-05-02 Thread ColdGen Internet Solutions
And they try JS injection too. Learnt a few tricks for MK over the
years myself so rather than data loss if anything annoying content to
delete.

Will be in a position shortly to share what I do (apart from
CFQUERYPARAM) so stay tuned.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 3 May 2011 07:34, Taco Fleur taco.fl...@clickfind.com.au wrote:
 There all automated attacks, that's why they keep doing it, they're zombie
 bots.

 On Mon, May 2, 2011 at 11:35 AM, Mike Kear afpwebwo...@gmail.com wrote:

 Last night I watched as someone made a pretty determined attempt to
 attack one of my web sites.  Thankfully I'd heeded good advice and
 used cfqueryparam on all the queries in that site and nothing they
 tried worked.    They were submitting urls with parameters like :

 /index.cfm?pid=111825pgm=../../../../../../../../../../proc/self/environguestprogID=2
   and many many variations.    Like most of us,  I get lots of hack
 attempts but this was more persistent than any I'd seen before.

 The site is still running happily now, after about 8 hours of this.  I
 don't know why they persisted for that long with no result - I would
 have thought there were other targets they could go for if they're
 getting no result here.  I'm pleased I bothered to do all those things
 at the time.   When I was building the site (which is only a small
 hobby site), I remember saying to myself several times this is
 overkill there's no need for all this paranoia.    But I'm glad now
 that I did all that.

 The techniques I've used that worked for me in this case were a
 combination of factors:

 [A] ALL queries - every single one of them - have cfqueryparam
 including the cf-sqltype parameter around any parameters sent to the
 database.
 [B] no feedback is given to the user about the nature of the error,
 only an error-handling page with the generic statement that 'there is
 an error - perhaps we're updating the database - check back soon'   so
 they have no clue why their attempt failed.
 [C] an email is sent to me with the exception struct, cgi vars, etc so
 I can be aware of what they're doing - that way i can make sure I am
 covering all the vulnerabilities.

 I have a banning system on forms on this site,  so that forms
 submitted with values that match certain parameters cause the ip
 address of that user to be banned from the site.   I think perhaps
 I'll need to expand that to include URL variables now.

 I just wanted to pass on, that the warnings everyone hears about using
 cfqueryparam are valid, and we should never let a chink appear in our
 defences by listening to that voice in the back of your head,
 specially when you're under time pressure this is overkill there's no
 need for all this paranoia.

 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

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




 --
 Kind regards,
 Taco Fleur
 clickfind™ - The new Australian Online Marketing Platform (OMP)
 http://www.onlinemarketingplatform.com.au
 http://www.clickfind.com.au

 --
 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] Flash Builder 4.5 Is now available to buy or try

2011-05-02 Thread ColdGen Internet Solutions
And ColdFusion Builder 2 also - becomes express after 60 days.

Apparently the download for CF Builder 2 includes that Flash thing
Chris mentioned too.

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128



On 3 May 2011 14:36, Chris Velevitch chris.velevi...@gmail.com wrote:
 http://www.adobe.com/products/flash-builder.html


 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 Topic: Panni, Burrito and Hero
 Date: 30th May 6pm for 6:30 start
 Details and RSVP on
 http://apugs.groups.adobe.com/index.cfm?event=post.displaypostid=34553

 --
 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] Daily Rate

2011-03-14 Thread ColdGen Internet Solutions
So... 15 years at $15 per hour base rate (8 hours per day)? $120 ish per day
seems reasonable even to me! But I'm sold!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128


On 15 March 2011 16:48, Dale Fraser d...@fraser.id.au wrote:

 15

-- 
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] Brisbane Data Centres

2011-01-13 Thread ColdGen Internet Solutions
I saw an article on ZDNET I think - Mincom - top floor of a building on top
of a hill - they were OK!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128


On 14 January 2011 12:31, Chris Velevitch chris.velevi...@gmail.com wrote:

 From the point of disaster planning and recovery, where in Brisbane
 are all the data centres and did any of them get effected?



 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 Topic: Making Sense of Mobile (rescheduled)
 Date: 31st January 6pm for 6:30 start
 Details and RSVP on
 http://apugs.groups.adobe.com/index.cfm?event=post.displaypostid=33430

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