Re: [cfaussie] Re: Strange problem - Element RECORDCOUNT is undefined in query

2016-11-03 Thread Peter Tilbrook
​​
Wouldn't it be better to use StructKeyExists(QueryName, RecordCount)?

==
Peter Tilbrook
Professional Adobe ColdFusion 2016
and Microsoft SQL Server Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-5100-8725
Mob: +61-0478-623-579

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

On 4 November 2016 at 09:05, Scott Thornton <
scott.thorn...@hnehealth.nsw.gov.au> wrote:

> HI Guys,
>
>
>
> That post was from 2010!
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
> Behalf Of *Mike K
> *Sent:* Friday, 4 November 2016 8:21 AM
> *To:* cfaussie
> *Subject:* Re: [cfaussie] Re: Strange problem - Element RECORDCOUNT is
> undefined in query
>
>
>
> Have you run the query in your database to be certain it actually should
> return some rows?   And that there's no syntax errors or anything like
> that in the query itself?  It's possible that your CFQuery is correctly
> returning no rows.
>
>
>
> Cheers,
>
> Mike Kear
>
> Windsor, NSW, Australia
>
> AFP Webworks.
>
>
>
> On Fri, Nov 4, 2016 at 1:16 AM, Hanswurst Globobrüll <
> rm.onlineumfra...@gmail.com> wrote:
>
> I had exactly the same problem in CF8, CF9 und also CF11.
>
> Out team was analyzing and examining for days (!) - because the problem
> was not repleatable on purpose. It just occured sometimes and we found
> evidence in log files.
>
> and finally we found out that the problem is the database. we use mysql,
> and when mysql (under huge load) creates deadlocks and a single request
> just times out, the  not exist because the query result could not be created.
>
> observe your database as a first step!
>
> best regards
>
> raffael
>
>
>
> Onlineumfragen.com
>
>
> Am Freitag, 1. Oktober 2010 01:35:44 UTC+2 schrieb Scott.thornton:
>
> Hi,
>
>
>
> Running across a odd problem in CF 9,0,0,251028. development server.
>
>
>
> I was just running a process that usually works and has not been modified
> for quite a long time. part of that process runs a query and then loops
> over the result set. Simple enough… however the query does not seem to
> exist after it has run.
>
>
> eg: The following code returns Element RECORDCOUNT is undefined in
> FIX_THIS.
>
>
>
>
>
> 
>
> select sb_invoice.sb_invoice_id,
> sb_invoice.sb_reminder_date, max(sb_claim_date) as sb_claim_date
>
> from sb_invoice
>
> inner join sb_invoice_item
>
> on sb_invoice.sb_invoice_id = sb_invoice_item.sb_invoice_id
>
> inner join sb_item_claim
>
> on sb_invoice_item.sb_invoice_item_id =
> sb_item_claim.sb_invoice_item_id
>
> where sb_invoice.sb_bill_mech_code in
> ('M','F','AG','SC','MB','MO')
>
> and sb_invoice_item.sb_item_status_code in
> ('21','24','31')
>
> group by sb_invoice.sb_invoice_id,
> sb_invoice.sb_reminder_date
>
> having sb_invoice.sb_reminder_date <
> DateAdd(d,30,max(sb_claim_date))
>
> 
>
>
>
> 
>
>
>
> 
>
>
>
>  datasource="#DSN#">
>
> update sb_invoice
>
> set sb_reminder_date =
>  ,31,fix_this.sb_claim_date),"dd-mmm-")#">
>
> where sb_invoice_id =
> 
>
> 
>
>
>
> 
>
>
>
> 
>
>
>
> I have changed the name of the query to a few different values, I have
> used cfloop instead of cfoutput, I added the cfif.recordcount to see if
> that helped, to no avail. Without the CFIF the error was :
>
> *Attribute validation error for tag cfoutput. *
>
>
>
> The value of the attribute query, which is currently fix_this, is invalid.
>
>
>
>
>
> Debug output shows that the query executed in 922ms and returned no rows.
>
>
>
> What am I missing?
>
>
>
> --
> 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 https://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/d/opto

Re: [cfaussie] How to learn about IIS 10?

2016-01-22 Thread Peter Tilbrook
Ditto!

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 22 January 2016 at 15:38, Mike K <afpwebwo...@gmail.com> wrote:

> You are right, Charlie,  I AM in luck!!   That's EXACTLY what i was
> hunting for.
>
> Once again you have proved to be the goldmine of help and resource you
> have been for years.
>
> Thank you.   Thank you.   Thank you.
>
> --
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
>
>
> On Fri, Jan 22, 2016 at 9:29 AM, Charlie Arehart <
> charlie_li...@carehart.org> wrote:
>
>> Mike, you’re in luck (finding resources for learning more about IIS). *I
>> have something to share which is I hope just what you may have been looking
>> for*.
>>
>> 1) First, let me clarify that as far as your not finding much on IIS 10,
>> I’d not worry about that myself. I find that there’s virtually no change in
>> it form 8, and there was really hardly any change in that from 7.
>>
>> 2) So when you are expressing the desire to become more versed in it, as
>> a newcomer to it, or even for those reading along who are experienced, I
>> can’t recommend enough *a wonderful set of 50 brief, practical IIS
>> videos* that were put together by IIS guru Scott Forsyth. They are about
>> 10-20 mins each, but all really, really relevant and useful (not a boring
>> repetition of the docs, as some resources can be).
>>
>> And while they are from the IIS 7 timeframe, they are still relevant for
>> the reason I state above. I blogged about them just last week, and I offer
>> the topic titles and links to them:
>>
>> *Great set of substantial, practical, but brief videos on IIS*
>>
>> http://www.carehart.org/blog/client/index.cfm/2016/1/16/50_video_iis_series
>>
>>
>> Let me know if they look or prove helpful for you.
>>
>> /charlie
>>
>>
>>
>>
>>
>
> --
> 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 https://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 https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] IIS Error 500.19 0x80070005 Anyone had that?

2016-01-20 Thread Peter Tilbrook
Mike, never be afraid to ask for help.

I recently updated the JRE on my DEV server to Java 8 Update 72. Did not go
as planned but settings are backed up so I just made adjustments to the new
path and restarted the server. Boom. jvm.config I believe the file is
called.

As it is ColdFusion 2016 - my local machine not DEV server - ships with the
almost most recent JRE version so good to know before they release it that
it's stable under that version.

Remember to update the JAVA_HOME properties when you update the JRE -
similar to how how do it in Windows 7/8.



==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 20 January 2016 at 18:34, Mark King <m...@ampersand.net.au> wrote:

> I thought of something after I replied - look up what app identity you
> site is running under first I guess (it might not be the default).
>
>
>
> So in the left pane with the list of sites right click the site you want,
> then ‘manage web site’, then ‘advanced settings’. That’s where you can
> see/change the app pool that site is using.
>
>
>
> These links might help if you get stuck.
>
>
>
>
> http://jacobthegeek.com/how-to-set-permissions-correctly-for-wordpress-on-iis-7/
>
>
> http://serverfault.com/questions/81165/how-to-assign-permissions-to-applicationpoolidentity-account
>
>
>
>
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
> Behalf Of *Mark King
> *Sent:* Wednesday, 20 January 2016 5:28 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* RE: [cfaussie] IIS Error 500.19 0x80070005 Anyone had that?
>
>
>
> OK, so at this point you can either change it to use the IIS_IUSR account,
> or just give permission to the app pool identity!
>
>
>
> The identity would be IIS APPPOOL\DefaultAppPool when you go to add it in.
>
>
>
> I would give it full permission first up to see if it works, then see how
> you want to tighten things up after that.
>
>
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com
> <cfaussie@googlegroups.com>] *On Behalf Of *Mike K
> *Sent:* Wednesday, 20 January 2016 5:24 PM
> *To:* cfaussie <cfaussie@googlegroups.com>
> *Subject:* Re: [cfaussie] IIS Error 500.19 0x80070005 Anyone had that?
>
>
>
> Bill I have some sites that have IUSR as the anomyous user,  and others
> where the anonymous authentication credentials show "Application Pool
> Identity".
>
>
>
> If i look at the application pool identity,  I see that the identity is
> ApplicationPoolIdentity.So I guess that's the answer -
>  ApplicationPoolIdentity.
>
>
>
> Cheers
>
> Mike Kear
>
> Windsor, NSW,  Australia
>
>
>
>
>
> On Wed, Jan 20, 2016 at 6:10 PM, Mark King <m...@ampersand.net.au> wrote:
>
> For me in IIS once you click authentication you then have to right click
> anonymous and then click edit.
>
>
>
> Then you get a dialog to tell you who the anonymous user actually is!
>
>
>
>
>
> --
> 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 https://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 https://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 https://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 https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] ColdFusion CMS

2015-12-10 Thread Peter Tilbrook
I already did. having or showing a merry, lively mood:

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 10 December 2015 at 18:31, Kai Koenig <grmblz...@gmail.com> wrote:

> Peter,
>
> I'd expect nothing but an apology from you in your next email for using
> "gay" in this way.
>
> Kai
>
> On 10/12/2015, at 1:32 PM, Peter Tilbrook <peter.tilbr...@gmail.com>
> wrote:
>
> Seems Mura CMS doesn't like ColdFusion 2016 beta so. And hey blame
> Adobe for the gay name change.
>
> ==
> Peter Tilbrook
> Professional Adobe ColdFusion 11 Application Development
> Managing Director, ColdGen Internet Solutions
> Web Administrator, The Club Group Pty Ltd
> PO Box 2247
> Queanbeyan, NSW, 2620
> AUSTRALIA
>
> Tel: +61-2-6104-9981
> Mob: +61-0478-623-579
>
> Email Address: peter.tilbr...@coldgen.com
> WWW: http://www.coldgen.com/
>
> On 10 December 2015 at 15:22, Andrew Scott <andr...@andyscott.id.au>
> wrote:
>
>> lol, whatever. He asked for options I gave him one, but it's a matter of
>> opinion on features an scalability.
>>
>> Regards,
>> Andrew Scott
>>
>>
>> On 10 December 2015 at 15:17, Geoff Bowers <mod...@daemon.com.au> wrote:
>>
>>> On 10 December 2015 at 15:05, Andrew Scott <andr...@andyscott.id.au>
>>> wrote:
>>>
>>>> it's probably far better than Farcry.
>>>
>>>
>>> There is no contest in terms of feature set and product maturity; FarCry
>>> wins hands down.
>>>
>>> One competitive advantage for ContentBox is the use of the ColdBox
>>> framework (http://www.ortussolutions.com/products/coldbox), but if
>>> that's important to the decision one would be better off looking to Preside
>>> CMS (https://www.presidecms.com/) <-- caveat lucee cfml engine only.
>>>
>>> -- geoff
>>> http://www.daemon.com.au/
>>> twitter. @modius
>>>
>>> --
>>> 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.
>>
>
> --
> 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.
>

-- 
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] ColdFusion CMS

2015-12-09 Thread Peter Tilbrook
You can't unless you are on the pre-release. All they say there is yes it's
true. 2016.

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 10 December 2015 at 15:39, Gareth Edwards <ghedwa...@gmail.com> wrote:

> Agreed.
>
> Also this name change you speak of, where can I read more about it ?
>
> On 10 Dec 2015, at 2:35 PM, Andrew Myers <am2...@gmail.com> wrote:
>
> I know this is Australia...but I hope most of us have moved beyond using
> "gay" as a slur these days.
>
> --
> 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.
>

-- 
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] ColdFusion CMS

2015-12-09 Thread Peter Tilbrook
Seems Mura CMS doesn't like ColdFusion 2016 beta so. And hey blame
Adobe for the gay name change.

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 10 December 2015 at 15:22, Andrew Scott <andr...@andyscott.id.au> wrote:

> lol, whatever. He asked for options I gave him one, but it's a matter of
> opinion on features an scalability.
>
> Regards,
> Andrew Scott
>
>
> On 10 December 2015 at 15:17, Geoff Bowers <mod...@daemon.com.au> wrote:
>
>> On 10 December 2015 at 15:05, Andrew Scott <andr...@andyscott.id.au>
>> wrote:
>>
>>> it's probably far better than Farcry.
>>
>>
>> There is no contest in terms of feature set and product maturity; FarCry
>> wins hands down.
>>
>> One competitive advantage for ContentBox is the use of the ColdBox
>> framework (http://www.ortussolutions.com/products/coldbox), but if
>> that's important to the decision one would be better off looking to Preside
>> CMS (https://www.presidecms.com/) <-- caveat lucee cfml engine only.
>>
>> -- geoff
>> http://www.daemon.com.au/
>> twitter. @modius
>>
>> --
>> 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.
>

-- 
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] CF and Windows 10 and IIS

2015-08-08 Thread Peter Tilbrook
http://blogs.coldfusion.com/post.cfm/configuring-connectors-manually-for-iis-10

Have not tried this yet but hope it helps as so far no joy getting CF10 to
work with Win10. Have not tried CF11 as that is still alpha.
​​


==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 8 August 2015 at 20:17, Ricardo Russon ricardo.rus...@gmail.com wrote:

 What if you run the Remove All Connectors script before running the
 config tool?

 On Sat, Aug 8, 2015 at 7:13 PM, Mike K afpwebwo...@gmail.com wrote:

 In this case I have now tried :

 [ A ] Run the jrun web server configuration utility. ( the green thing )
 to connect ColdFusion to IIS It hangs saying it can't find a folder. But
 doesn't tell me which folder it can't find and since there's no place to
 enter a folder location up to that point I have no way to find out.

 [ B ] uninstall ColdFusion, thinking if I reinstall it, it might resolve
 that folder issue by itself. Nope. Still hangs at the point of configuring
 the web server. Obviously the same problem, but still no way to work out
 what the problem is

 [ C ] uninstall ColdFusion again and reinstall as single server rather
 than J2EE. Same result

 So unless I can get the web server configuration utility to work I think
 I'm screwed on this machine

 Cheers,
 Mike Kear
 On Sat, 8 Aug 2015 at 6:57 pm Mike K afpwebwo...@gmail.com wrote:

 Oh yes. In about five separate instances over the years. For one reason
 or another they all resulted in anguish. And asking for help from the
 community usually summarised to :

 Me: I have a problem installing this

 Community: well I didn't

 Me: well I do and I'd be grateful for a hint what I can do to find out
 what I've done wrong

 Community: Well it worked just fine for me

 Me: good I'm pleased for you. But any idea how I figure out what's
 different in my case so I can work out a way around it?

 Community: it works fine for us. Must be you.

 In other words. Not much help on installation issues Oh and none at all
 ever from adobe or any of their predecessors

 Cheers,
 Mike Kear
 On Sat, 8 Aug 2015 at 6:40 pm Rae Buerckner rae.buerck...@gmail.com
 wrote:

 Just an aside, did you follow the ACME guide for installing CF with
 Apache? If not that may be the root of your problems J



 Cheers,



 Rae



 *Rae Buerckner*

 *ACT Adobe Product User Group Manager*



 E: rae.buerck...@gmail.com

 M: +61 458 754 042



 *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
 Behalf Of *Mike K
 *Sent:* Saturday, 8 August 2015 6:08 PM
 *To:* cfaussie cfaussie@googlegroups.com
 *Subject:* Re: [cfaussie] CF and Windows 10 and IIS



 I'm sorry Rae,  that doesnt make any sense to me.



 What might be an app?



 What would getting control panel do for me?

 And I'm sure you had the normal result from Apache but I've never had
 the normal result from Apache ever since I first started using it back at
 CF5 days.   It's always been a pain in the neck to get it to do anything on
 a new install. The only thing that works fine for me with Apache is
 installing a new web site.

 Anyway I now have servers on line with IIS and I need to know a lot
 more about managing them than I do,  so that's the main reason I wanted to
 switch.This hiccup with Apache now is not unexpected,  given the
 history I've had with it,   but it's given me the push to get off my ass
 and learn more about IIS.



 Cheers

 Mike Kear



 On Sat, Aug 8, 2015 at 5:58 PM, Rae Buerckner rae.buerck...@gmail.com
 wrote:

 Hi mike,



 I didn't have to do anything Apache just worked. Try windows key + x to
 get to control panel, otherwise it might be an app :)



 Cheers,



 Rae

 Sent from my iPhone


 On 8 Aug 2015, at 5:53 pm, Mike K afpwebwo...@gmail.com wrote:

 Thanks Rae,



 [1] because I have been meaning to learn about IIS for a long time now
  ..   and

 [2]  Apache doesnt work on my upgraded machine..   Rather than try to
 debug it and figure out what didnt work,  I thought maybe that I'd switch
 to IIS now and learn more about that.



 Apache wont start.  Probably a permissions thing or something   but
 rather than try to figure it out I thought I'd switch.



 Cheers

 Mike Kear





 On Sat, Aug 8, 2015 at 5:37 PM, Rae Buerckner rae.buerck...@gmail.com
 wrote:

 Why not just upgrade and see how Apache goes, I’ve been using it no
 probs J



 Cheers,



 RAe



 *Rae Buerckner*

 *ACT Adobe Product User Group Manager*



 E: rae.buerck...@gmail.com

 M: +61 458 754 042



 *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
 Behalf Of *Mike K
 *Sent:* Saturday, 8 August 2015 4:45 PM
 *To:* cfaussie cfaussie@googlegroups.com
 *Subject:* [cfaussie] CF and Windows 10 and IIS



 I am

Re: [cfaussie] CF and Windows 10 and IIS

2015-08-08 Thread Peter Tilbrook
​​
No worries. Just too bloody busy at work building websites - always urgent
- to try it myself. Damned if I try it on my beast at home!

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-0478-623-579

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

On 8 August 2015 at 22:17, Mike K afpwebwo...@gmail.com wrote:

 Thanks a lot Peter. I'll give that a try. Do you know if it works for cf9
 or will i have to update to cf10 first?

 And thanks Ricardo I'll give your suggestion a try too

 Cheers,
 Mike Kear
 On Sat, 8 Aug 2015 at 10:11 pm Peter Tilbrook peter.tilbr...@gmail.com
 wrote:


 http://blogs.coldfusion.com/post.cfm/configuring-connectors-manually-for-iis-10

 Have not tried this yet but hope it helps as so far no joy getting CF10
 to work with Win10. Have not tried CF11 as that is still alpha.
 ​​


 ==
 Peter Tilbrook
 Professional Adobe ColdFusion 11 Application Development
 Managing Director, ColdGen Internet Solutions
 Web Administrator, The Club Group Pty Ltd
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 Tel: +61-2-6104-9981
 Mob: +61-0478-623-579

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

 On 8 August 2015 at 20:17, Ricardo Russon ricardo.rus...@gmail.com
 wrote:

 What if you run the Remove All Connectors script before running the
 config tool?

 On Sat, Aug 8, 2015 at 7:13 PM, Mike K afpwebwo...@gmail.com wrote:

 In this case I have now tried :

 [ A ] Run the jrun web server configuration utility. ( the green thing
 ) to connect ColdFusion to IIS It hangs saying it can't find a folder. But
 doesn't tell me which folder it can't find and since there's no place to
 enter a folder location up to that point I have no way to find out.

 [ B ] uninstall ColdFusion, thinking if I reinstall it, it might
 resolve that folder issue by itself. Nope. Still hangs at the point of
 configuring the web server. Obviously the same problem, but still no way to
 work out what the problem is

 [ C ] uninstall ColdFusion again and reinstall as single server rather
 than J2EE. Same result

 So unless I can get the web server configuration utility to work I
 think I'm screwed on this machine

 Cheers,
 Mike Kear
 On Sat, 8 Aug 2015 at 6:57 pm Mike K afpwebwo...@gmail.com wrote:

 Oh yes. In about five separate instances over the years. For one
 reason or another they all resulted in anguish. And asking for help from
 the community usually summarised to :

 Me: I have a problem installing this

 Community: well I didn't

 Me: well I do and I'd be grateful for a hint what I can do to find out
 what I've done wrong

 Community: Well it worked just fine for me

 Me: good I'm pleased for you. But any idea how I figure out what's
 different in my case so I can work out a way around it?

 Community: it works fine for us. Must be you.

 In other words. Not much help on installation issues Oh and none at
 all ever from adobe or any of their predecessors

 Cheers,
 Mike Kear
 On Sat, 8 Aug 2015 at 6:40 pm Rae Buerckner rae.buerck...@gmail.com
 wrote:

 Just an aside, did you follow the ACME guide for installing CF with
 Apache? If not that may be the root of your problems J



 Cheers,



 Rae



 *Rae Buerckner*

 *ACT Adobe Product User Group Manager*



 E: rae.buerck...@gmail.com

 M: +61 458 754 042



 *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
 Behalf Of *Mike K
 *Sent:* Saturday, 8 August 2015 6:08 PM
 *To:* cfaussie cfaussie@googlegroups.com
 *Subject:* Re: [cfaussie] CF and Windows 10 and IIS



 I'm sorry Rae,  that doesnt make any sense to me.



 What might be an app?



 What would getting control panel do for me?

 And I'm sure you had the normal result from Apache but I've never had
 the normal result from Apache ever since I first started using it back at
 CF5 days.   It's always been a pain in the neck to get it to do anything 
 on
 a new install. The only thing that works fine for me with Apache is
 installing a new web site.

 Anyway I now have servers on line with IIS and I need to know a lot
 more about managing them than I do,  so that's the main reason I wanted 
 to
 switch.This hiccup with Apache now is not unexpected,  given the
 history I've had with it,   but it's given me the push to get off my ass
 and learn more about IIS.



 Cheers

 Mike Kear



 On Sat, Aug 8, 2015 at 5:58 PM, Rae Buerckner 
 rae.buerck...@gmail.com wrote:

 Hi mike,



 I didn't have to do anything Apache just worked. Try windows key + x
 to get to control panel, otherwise it might be an app :)



 Cheers,



 Rae

 Sent from my iPhone


 On 8 Aug 2015, at 5:53 pm, Mike K afpwebwo...@gmail.com wrote:

 Thanks Rae,



 [1] because I have been meaning to learn about IIS for a long time
 now  ..   and

 [2]  Apache doesnt work on my upgraded

Re: [cfaussie] CFTRY / CFCatch

2015-07-07 Thread Peter Tilbrook
Yes it will include any errors in the included templates.

==
Peter Tilbrook
Professional Adobe ColdFusion 11 Application Development
Managing Director, ColdGen Internet Solutions
Web Administrator, The Club Group Pty Ltd
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6104-9981
Mob: +61-2-0478-623-579

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

On 8 July 2015 at 13:40, rai...@ozemail.com.au wrote:

 Hi



 If I have a cftry / with cfctach covering a cfm file and then I have
 several cfinclude lines within the initial code will the cftry / cfcath
 apply to errors that may occur within the pages referenced in the
 cfincludes or should I have the cftry / ccfcatch on each of the pages











 NB: TrackingCentral is now a registered product  services provider for
 the National Disability Insurance Scheme, under the category of Assisted
 Technology



 Regards



 Claude Raiola



 --
 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: Re: [cfaussie] Re: MAD! Melbourne Adobe Developers: No meeting for Jan 2012

2012-01-17 Thread peter . tilbrook
Wish I was in town but too much going on here ATM. Have fun though. Talk  
about Zeus if you can - is coming along nicely.


On , Peter Robertson pe...@p-robertson.com wrote:
So, yes drinks and/or dinner, depending upon how much time people have.  
I'll probably stick around for dinner also.



Peter


On Tue, Jan 17, 2012 at 8:46 PM, Phil Haeusler philhaeus...@gmail.com  
wrote:








In an effort to make this the most well attended non-mad mad
meeting, I'd be up for drinks and dinner Thursday too





And don't worry Dennis, Melbourne is renowned for it's great cheap
dodgy Chinese restaurants





Phil







On 17/01/12 6:20 PM, Dennis Clark wrote:
Peter: It's been long enough since I was last down
there that I didn't remember if it was Burke or Bourke, but
thankfully Google Maps has autocorrect :)






Mark: I've got all of Thursday night free so I can go for
dinner as well, assuming it's not overly expensive. Fancy
schmancy restaurants is one part of the Melbourne experience
that I don't mind skipping.







-- Dennis





On 17 January 2012 17:55, Mark Mandel mark.man...@gmail.com
wrote:




You thinking just drinks, or you want to grab dinner
somewhere as well?






I could potentially do Thursday too ;o)







Mark







On Tue, Jan 17, 2012 at 5:39
PM, Peter Robertson pe...@p-robertson.com
wrote:



Thanks
Dale. It's BOURKE Dennis, but I'm sure you knew
that.






Peter R






On Tue, Jan 17, 2012 at 4:53 PM, Dale
Fraser d...@fraser.id.au
wrote:







Burke
street, where is that?





Regards



Dale Fraser





http://dale.fraser.id.au



http://cfmldocs.com



http://learncf.com



http://flexcf.com






-Original Message-



From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com]
On Behalf



Of Peter Robertson



Sent: Tuesday, 17 January 2012 3:26
PM



To: cfaussie



Subject: [cfaussie] Re: MAD!
Melbourne Adobe Developers: No
meeting for Jan



2012





Hi Dennis





I'd be happy to meet for a drink on
Thursday evening.



If you're in the CBD, then a
suitable venue would be:





Date: Thursday 16 Dec 2011



Time: 6:00 PM



Location:



Top floor



The Carlton, www.thecarlton.com.au



193 Burke St (One block up from
CogState) Melbourne, VIC, 3000





Any other starters?





Peter Robertson





On Jan 17, 3:20 pm, Dennis Clark
boomf...@gmail.com
wrote:



 I guess that ruins my
gatecrashing plans.







 I'll be in the Melbourne CBD
this Thursday and Friday, so if any
of



 you MAD hatters are planning a
non-meet gathering and wouldn't mind



 the company of a random
non-local CF developer, let me know.







 -- Dennis







 On 12 January 2012 19:57, Peter
Robertson



peter.r.robert...@gmail.comwrote:










































--


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

2011-06-21 Thread Peter Tilbrook
If the QUERY result changes (the result) the CACHE changes. This is the
point. If the query has NOT changed CF will use what is stored. Otherwise it
re-requests the data from the database server.

ColdFusion is NOT a database server. Your database returns a result to
ColdFusion based on what CF request. If the database server itself says the
results are different now than obviously the result given to CF is now
changed. Hence a new QUERY.RESULT and a NEW AND UPDATED cache.

Get it?

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

NOTICE: This email remains the property of ColdGen Internet Solutions.
 Confidentiality and legal privilege associated with information transmitted
in this email, including any attachments, are not waived or lost by reason
of its mistaken delivery to you.  If you have received this email in error,
please destroy the document and notify the sender immediately by telephone
or by email to in...@coldgen.com. Do not remove this notice from this email.
  Emails belong in computers, trees belong in forests; if you must print
this, do it on recycled paper.

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Andrew
Sent: Tuesday, 21 June 2011 5:37 PM
To: cfaussie
Subject: [cfaussie] Re: cfquery cachedwithin

Thanks guys.

What's confusing me is that the query is *not* dynamic.  The underlying data
*may* change in the meantime (it's a count - and we're prepared to accept
the discrepancy), but the query itself accepts no parameters and the sql
will be identical each time it's called.
That's what confuses me, because I was under the impression that under these
conditions it should stay cached, and it doesn't seem to be.

Doing a cfdump shows cached = true most of the time, but every now and
then it shows cached = false.

I'm thinking of just putting the value in a variables and caching it with
cfcache, but I'd really like to understand why it's not working as
expected...

Andrew.

On Jun 21, 5:15 pm, ColdGen Internet Solutions
coldgen.internet.soluti...@gmail.com wrote:
 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

RE: [cfaussie] Re: cfquery cachedwithin

2011-06-21 Thread Peter Tilbrook
But it shouldn't go back to the database to check if it's changed, if it's
truly cached.  What would be the point of caching, if it had to check
anyway?

Yes - it should. Because you are caching results that do not change for a
long time. The CACHEDWITHIN is a measure of how long CF will store a QUERY
until it is notified that a cached query has changed - it does this
automatically.

 

So.

 

1.  CF request a QUERY from your database server.

2.  DB sends back result and CF caches it - for 5 or how many hours.

3.  Multiple request made to DB and CF gets same result so uses the
cache instead. All good.

4.  But one single requests alters the DB response. CF caches the new
result. This new result is now the CACHE result.

5.  All good no more changes for 5 hours. At 5:15 a new query to DB.
Cache has expired. DB responds. CF creates a new CACHE with that result.

 

That in a nutshell is how is works.

 

Only been using CF for 16 years next month so am I right?

 

 

On 21 June 2011 17:53, Peter Tilbrook peter.tilbr...@gmail.com wrote:

If the QUERY result changes (the result) the CACHE changes. This is the
point. If the query has NOT changed CF will use what is stored. Otherwise it
re-requests the data from the database server.

ColdFusion is NOT a database server. Your database returns a result to
ColdFusion based on what CF request. If the database server itself says the
results are different now than obviously the result given to CF is now
changed. Hence a new QUERY.RESULT and a NEW AND UPDATED cache.

Get it?

-- 
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 Peter Tilbrook
But it shouldn't go back to the database to check if it's changed, if it's
truly cached.  What would be the point of caching, if it had to check
anyway?

 

 

It takes milliseconds for CF to check as opposed to many many seconds to
retrieve database records that you would normally cache and not HIT the
server every time when you know as a developer the result will not often
change. My postcode example in point, say 10,000+ records?

 

That is when you use caching.

 

 

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

Basterd ;) I think you are right - been a long time since I've needed to
cache a query. You are right I remember. Cache for 5 minutes - yup 5 minutes
- unless some sort of error?

 

An interesting point - caching the WRONG or OUT OF DATE stuff can be worse
than not caching at all.

 

Tired - went to bed at 4am and woke up at 9am thinking I overslept and it
was 2pm! Long day!

 

I certainly recommend caching queries. Even for 5-15 minutes on a heavy
trafficked site can make a difference. Every site and application will be
different. The developer fun is finding or tuning the sweetspot.

 

 

 

Nope, you're wrong re 4. There's no underlying magic that notifies CF that a
query has changed. If you cache a query for whatever timespan CF doesn't
talk to the server for that timespan at all unless you flush the query cache
by for instance setting cachedwithin for that query to a zero-timespan or
restart the CF service/daemon

 

Cheers

Kai

-- 
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] OT : Flash default frame rate

2011-05-25 Thread peter . tilbrook

Flash Pro CD 5.5 seems to default to 24fps also.

On , Steve Onnis st...@cfcentral.com.au wrote:
Does anyone know if the default fps has changed for flash between version  
releases? I have an old Flash 8 FLA that has 12fps though when i create a  
new flash document in CS5 it shows 24fps Steve








--


You received this message because you are subscribed to the Google  
Groups cfaussie group.



To post to this group, send email to cfaussie@googlegroups.com.


To unsubscribe from this group, send email to  
cfaussie+unsubscr...@googlegroups.com.



For more options, visit this group at  
http://groups.google.com/group/cfaussie?hl=en.





--
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: Re: [cfaussie] Re: Daily Rate

2011-03-15 Thread peter . tilbrook
Contractor. You can do amazing things to beat back the .Net affliction. But  
Once contract is over thanks for coming.


Build a bridge.


On , christophe albrech christophe.albr...@gmail.com wrote:

Mark,


I don't understand how you could have been stuck for 4 years. Why didn't  
you hire a grad for 40/45k a year and train them ?


On Tue, Mar 15, 2011 at 2:07 PM, Mark Picker mark.pic...@det.nsw.edu.au  
wrote:




As Brian said short term I took it as meaning contractor rate, not



salary.





If it helps, we pay full time staff a salary that works out at around



$330 gross per day. Then add 5 weeks annual leave, 14 sick days, flex



time, super etc.





CF skills aren'ta must (but we would rate skilled CF developers



higher than non skilled) but staff would need to have some type of



development background.





Good luck finding someone Brian. We tried filling a CF position for



over 3 years (or maybe 4??) and recently had to remove the position as



we couldn't fill it.





Cheers



Mark






--


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] OT : SQL TEXT type column

2010-10-15 Thread Peter Tilbrook
SQLSVR2009? You Mean 2010 right?

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 Fri, Oct 15, 2010 at 15:54, Gavin Beau Baumanis b...@palcare.com.auwrote:

 Hi Steve from;
 http://msdn.microsoft.com/en-us/library/ms143432.aspx

 Database size : 524,272 terabytes
 Databases per instance of SQL Server : 32,767
 Bytes per varchar(max), varbinary(max), xml, text, or image column
 : 2^31-1
 Bytes per row (*) : 8,060

 (*) SQL Server supports row-overflow storage which enables variable length
 columns to be pushed off-row. Only a 24-byte root is stored in the main
 record for variable length columns pushed out of row; because of this, the
 effective row limit is higher than in previous releases of SQL Server. For
 more information, see the Row-Overflow Data Exceeding 8 KB topic in SQL
 Server Books Online.




 As always, please contact me if I can be of any futher assistance.

 Gavin Beau Baumanis
 Senior Application Developer
 PalCare Pty. Ltd.

 P: +61 -3 9380 3513
 M: +61 -438 545 586
 E: b...@palcare.com.au
 W: http://palcare.com.au



 On 15/10/2010, at 3:36 PM, Steve Onnis wrote:

 How much can this column actually hold? How would it translate to say a
 text file in size? I am trying to work out if a heap of data should be able
 to fit into the column or not





 ===
 Email scanned by PC Tools - No viruses or spyware found.
 (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.16090)
 http://www.pctools.comhttp://www.pctools.com/?cclick=EmailFooterClean_51
 ===

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


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



Re: [cfaussie] RE: ColdFusion on Seek demise

2010-08-28 Thread Peter Tilbrook
The CFJOBS mailing list?

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 Sun, Aug 29, 2010 at 12:04, Mark Ireland markinc...@hotmail.com wrote:


 I was relying on Seek.

 What site should I use now?

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



Re: [cfaussie] ColdFusion on Seek demise

2010-08-27 Thread Peter Tilbrook
All well and good Mike in fact you are in prime territory for CF work
(Sydney). In Canberra it is a different story. Sure they advertise phantom
jobs and that is it.

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



Re: [cfaussie] ColdFusion on Seek demise

2010-08-27 Thread Peter Tilbrook
No has been happening for a long time. Since launch of CF9 at least. Note
how even the book publishers have sucked up tight?

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 Sat, Aug 28, 2010 at 15:02, MrBuzzy mrbu...@gmail.com wrote:

 I don't use seek, and I'm not defending them, but for what it's worth I did
 just notice this on their site;

 'We've worked hard to make your job searching more efficient. To ensure
 you don't miss any relevant jobs as the new changes are phased in, there
 will be a short transition period where you may receive more jobs in your
 search results than you are used to. We expect this to last for a few
 weeks.'

 So maybe it's just a temporary thing...?

 Sent from my iPhone

 On 28/08/2010, at 2:37 PM, Kai Koenig k...@koeni.de wrote:

 It's totally not the point that one certainly could use whatever tool to
 full-text search in their email.

 And I don't want to discuss the CF is dead or I can't find a CF job or
 I can't find a CF developer topics anymore, it's a pointless discussion
 imho.

 The _point_ is that if I pass X or Y or (Z and A) into seek.com.au, I
 want the result to match those search filters. Their daily emails make this
 process easier and into the user's face in the morning. If they can't or
 don't want to do that, people will hopefully stop using them.

 Cheers
 Kai



 On 28/08/2010, at 3:38 PM, Mike Kear wrote:

 Kai, all you do is open the email in Outlook,  use the find

 functionality to look for ColdFusion  then Cold Fusion,  CF,

 CFML   it will all be done in seconds.At least it is in my case

 because there hasn't been a job in my 300+ emails with any hits on

 those strings in months.


 I talk to recruiters and they say 'coldfusion people are really hard

 to find'. But they arent advertising for  any of those strings at

 all.That possibly explains it.No one in Sydney is actively

 looking for Coldfusion people, at least in the usual careers web

 sites.


 Good thing I'm not depending on contracting work for a living any more.


 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



 On Sat, Aug 28, 2010 at 11:31 AM, Kai Koenig k...@koeni.de wrote:

 Noticed that same thing - really annoying.

 I'm getting sort of 160ish jobs in the email now with a search string of

 Cold Fusion, ColdFusion, CF, CFML etc. Makes it quite useless.

 Cheers

 Kai


 ColdFusion and others seem to have fallen into a special category on Seek

 now.


 It seems that if you search for something that isn’t significant enough,

 then it will give you what it thinks you are better off looking at.


 So my daily seek ColdFusion email subscription, is now about 30 jobs, of

 which you would be lucky to find of those has ColdFusion at all.


 Seek seems to think I should be moving to .NET most of the positions I get

 are .NET, but it’s a mix with Java  php  others.


 Try it yourself, I think it’s a stupid decision of Seek, I just want it to

 find what I’m looking for not what you think I’m interested in. Now without

 going through all 30 adds someone looking can’t really tell if any of them

 have a ColdFusion requirement at all.


 Try this link


 It’s a search for ColdFusion


 2,750 jobs



 http://seek.com.au/jobsearch/index.ascx?DateRange=31catnation=3000Keywords=ColdFusionsearchfrom=quick


 Searching for ASP.NET only returns 835


 Hopefully if we make enough noise someone might fix it, I blogged this
 also.


 Regards

 Dale Fraser


 http://dale.fraser.id.au

 http://cfmldocs.com

 http://learncf.com

 http://flexcf.com


 --

 You received this message because you are subscribed to the Google Groups

 cfaussie group.

 To post to this group, send email to cfaus...@googlegroups.com.

 To unsubscribe from this group, send email

 to cfaussie+unsubscr...@googlegroups.com.

 For more options, visit this group

 at http://groups.google.com/group/cfaussie?hl=en.



 --

 Kai Koenig - Ventego Creative Ltd

 ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 263 414

 web: http://www.ventego-creative.co.nzhttp://www.ventego-creative.co.nz

 blog: http://www.bloginblack.dehttp://www.bloginblack.de

 twitter: http://www.twitter.com/agentKhttp://www.twitter.com/agentK

 !!! New AU mobile number !!!

 --







 --

 You received this message because you are subscribed to the Google Groups

 cfaussie group.

 To post to this group, send email to cfaus...@googlegroups.com.

 To unsubscribe from this group, send email to

 cfaussie+unsubscr...@googlegroups.com.

 For more options, visit this group at

 http

Re: [cfaussie] WYSIWYG editors

2010-08-03 Thread Peter Tilbrook
Included yes but needs customising - not always possible unless you have
full server access. Tiny MCE is good. ActivEdit was good in its day 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 August 2010 20:51, Andrew Scott andr...@andyscott.id.au wrote:

 Just curious why you would be looking at the license cost if it is part of
 ColdFusion.



 On another note, TinyMCE in my opinion is far better.





 Regards,

 Andrew Scott

 http://www.andyscott.id.au/





 *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On
 Behalf Of *Steve Onnis
 *Sent:* Tuesday, 3 August 2010 8:53 PM

 *To:* cfaussie@googlegroups.com
 *Subject:* RE: [cfaussie] WYSIWYG editors



 i do

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



Re: [cfaussie] Trying To Create A Basic Shopping Cart

2010-06-21 Thread Peter Tilbrook
Yes as a complex type is always better to declare an array, and the
housework that goes with it.

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

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

ABN: 80 826 226 128


On 22 June 2010 00:25, Brett Payne-Rhodes bret...@gmail.com wrote:

 Hi Claude,

 This works for me...

 cfparam name=session.cart default=#arrayNew(1)#
 cfset myCartItem = structNew()
 cfset myCartItem.itemID = form.itemID
 cfset myCartItem.quantity = form.quantity
 cfset myCartItem.itemName = form.itemName
 cfset result = arrayAppend( session.cart, myCartItem )


 Cheers,

 Brett
 B)





 rai...@ozemail.com.au wrote:

 Hi


 I am trying my hand at a basic shopping cart


 I have found an example online that uses the following code


 cfparam name=session.cart default=arrayNew()

 cfset session.cart = arrayAppend( session.cart, structNew() )

 cfset thisCartItem = arraylen( session.cart )

 cfset session.cart[thisCartItem].itemID = form.itemID

 cfset session.cart[thisCartItem].quantity = form.quantity

 cfset session.cart[thisCartItem].itemName = form.itemName



 However the code generates the following error message:


 *Object of type class java.lang.String cannot be used as an array *



 If someone would like to advise where the above code is causing the error
 message I would be grateful

 Regards

 Claude Raiola (B.Econ Acc; B.Hot. Mngt)
 Samaris Software
 Email: i...@samaris.net mailto:i...@trackingcentral.om.au
 Website: www.SAMARIS.net http://www.TrackingCentral.com.au

 Mobile: 0414 228 948


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


 --
 Brett Payne-Rhodes
 YourSite Web Solutions
 w: http://www.yoursite.net.au
 e: br...@ehc.net.au
 t: +61 (0)8 9371-0471
 m: +61 (0)414 371 047


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



Re: [cfaussie] Odd date behaviour - CF9/SQLServer2005

2010-06-07 Thread Peter Tilbrook
SQL Server is not ODBC compliant?

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



[cfaussie] If you use Gmail - a security tip - enable permanent SSL

2008-08-26 Thread Peter Tilbrook
If you use Google's Gmail service please activate the HTTPS (or Secure
Sockets Layer) for logging in to protect your use of the site.

To do this is easy:

1. Login to Gmail.

2. Top right of screen will be Settings link - click on that.

3. Scroll right to the bottom of the page that opens - look for Browser
connection.

4. Select Always use https

5. Click on the Save Changes button at the bottom.

6. Close your browser. Reopen and go back to gmail.

You should now have a secure connection (https:// in address bar and a
padlock in your status bar).

Cheers!

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

http://www.coldgen.com/
http://www.actcfug.com/
http://www.linkedin.com/pub/7/509/4aa

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Darth Guybrush
XBox Live Gamertag: Darth Guybrush

It is an important and popular fact that things are not always what they
seem. For instance, on the planet Earth, man had always assumed that he was
more intelligent than dolphins because he had achieved so much — the wheel,
New York, wars and so on — whilst all the dolphins had ever done was muck
about in the water having a good time. But conversely, the dolphins had
always believed that they were far more intelligent than man — for precisely
the same reasons.

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



[cfaussie] Re: Coldfusion Books

2007-07-22 Thread Peter Tilbrook
Worthless? I have heaps of great SQL Server, Adobe CS3, Windows Vista,
Office 2007, MySQL, ASP and .NET, MySQL, CSS and more books. Not worthless
at all.

On 22/07/07, Dale Fraser [EMAIL PROTECTED] wrote:

  Peter,



 Besides the CF8 ones, the others are worthless, you'd have trouble giving
 them away, so I wouldn't bother with the insurance.



 Regards

 Dale Fraser



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



[cfaussie] Re: Coldfusion Books

2007-07-22 Thread Peter Tilbrook
Yes and I will boost the library when the any new books are released - but
many will stick to at least to CF7 for a while.

On 22/07/07, Steve Onnis [EMAIL PROTECTED] wrote:

  i think dale was refering to earlier coldfusion books peter.  use your
 head more instead of your mouth. (yes i know its the wrong medium for a
 comment like that but you get what i mean)

  --
 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Peter Tilbrook
 *Sent:* Sunday, 22 July 2007 10:39 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: Coldfusion Books

 Worthless? I have heaps of great SQL Server, Adobe CS3, Windows Vista,
 Office 2007, MySQL, ASP and .NET, MySQL, CSS and more books. Not worthless
 at all.

 On 22/07/07, Dale Fraser [EMAIL PROTECTED] wrote:
 
   Peter,
 
 
 
  Besides the CF8 ones, the others are worthless, you'd have trouble
  giving them away, so I wouldn't bother with the insurance.
 
 
 
  Regards
 
  Dale Fraser
 
 
 
  http://dalefraser.blogspot.com
 
 
 

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfusion Books

2007-07-21 Thread Peter Tilbrook
Your user group should be able to offer discounts through partners like
O'Reilly and Peachpit - I know ours does. And they have been very generous
to the User Group library in the past.

On 21/07/07, Dale Fraser [EMAIL PROTECTED] wrote:


 Amazon is one problem here, or rather one solution.

 First if you buy more than 1 book at a time, it's less expensive to send
 it
 half way around the world from Amazon than buy it locally.

 The local book stores all think we are too dumb to figure that out so keep
 their prices high, people stop buying so they stock less, I'm not sure
 they
 have clicked yet. I don't even go into the stores any more, straight to
 Amazon, if Amazon had a base or cheaper shipping to AU then the book
 stores
 might as well close.

 The second part of the problem is that rather than buy a book to learn
 stuff
 you can download an ebook both legally and illegally. Personally can't
 read
 a book on the computer screen.

 But the third and probably most important part is that people just don't
 buy
 books as much, because they don't use them as much. Why buy a book when I
 can just google the question and get the answer.

 Still, i'll buy the CF reference set and probably Ben's CF8 books again
 (from Amazon again), but must admit I hardly read or referenced the CF7
 bit.


 Regards
 Dale Fraser

 http://dalefraser.blogspot.com

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
 Of Geoff Bowers
 Sent: Saturday, 21 July 2007 4:51 PM
 To: cfaussie
 Subject: [cfaussie] Re: Coldfusion Books


 On Jul 18, 2:57 pm, Matthew [EMAIL PROTECTED] wrote:
  Is it just me or is the only place to buy a CF book online? I live in
  Melbourne (work in the CBD) and have visited 5 book shops in the past
  few days in search of Ben Forta's Advance CF... (or any CF book) but
  can't find one anywhere! In fact it seems that all book shop
  computer sections have been reducing quite rapidly in the last year
  - 9 months ago I was after a MySQL book and I'm sure the section was
  twice as big!
 
  Perhaps this means that everyone who tried to jump onto the IT wagon
  realised that a book won't make you an expert in months!

 Would have to agree... was browsing Borders, Bondi Junction and they
 have possibly the most woeful selection of IT books (with the
 exception of MS Office, and social engineering crap on blogging and
 iPods).  They're trying to palm off Dreamweaver 4 texts as current to
 give you some idea.  The shelves for Mac are covered in Panther books
 (Tiger is the current release and Leopard is due out in a month or
 so).  The list of tragedies goes on.

 I love a good technical book -- a real one that is.. still haven't
 managed to buy into this eBook concept.  I guess its Amazon all the
 way these days.

 -- geoff
 http://www.daemon.com.au/





 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfusion Books

2007-07-21 Thread Peter Tilbrook
 I actually bought a copy of Forta's Advanced CF 7 from McGills a few

  months ago. maybe it was the last one.  Actually I haven't used it
  much, its just not Advanced enough, it more of a beginner's or maybe
  intermediate book if you ask me.



ColdFusion, as a platform and a language (CFML) is advancing and improving
at such a rate a fully comprehensive tome would be dang difficult to create.

History has shown that the CFWACK series are, if not the best, right up
there (especially for comprehensiveness). Ben Forta et al must have sold
several hundred thousands of copies already - and the new CF8 version will
do better again.

Just a quick tab through the User Group library I have, at a very
conservative $40.00 per book (about 78 titles), amounts to about $3,120.00.
I am running out of room for these great tomes. A more realistic
(Australian) dollar figure would be more like $80.00 per book - a massive
$6,240.00 (we are charged a heck of a lot more). These books are the user
group library - I personally own some of them - but just realised I need to
update my contents insurance in case of a disaster.

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



[cfaussie] Re: open source time tracking app

2007-07-19 Thread Peter Tilbrook
Ray never sleeps it seems. But his support for CFML and the betas of CF8
have been enormous. He has a good position to be able to comment on certain
stuff where no-one else really can. Onya Ray!


On 19/07/07, Barry Beattie [EMAIL PROTECTED] wrote:


 Hey Mike... getting back to Lighthouse Pro...

 isn't that a Ray Camden (CF) app?

 does that guy ever get any sleep?






 On 7/19/07, Taco Fleur [EMAIL PROTECTED] wrote:
  Thanks, that does look cool, its not CF though, so no modifications
 possible
  etc.
 
 
  On 7/19/07, Mike Kear [EMAIL PROTECTED] wrote:
  
   LIghthouse Pro is pretty feature-filled - keeps track of issues, bugs,
   projects, lots of good stuff.
  
   If you want a simple tiny app that just keeps track of how much time
   you spend doing what, so you can bill people for it, i ahve a neat
   little desktop app called TraxTime.   YOu can have any number of
   projects on your desk at once, but only work on one thing at a time.
   WHen you start working on something you click a button.   Then when
   you stop you click again and it records how much time you've spent.
  
   YOu can switch from one project to another in less than 2 seconds and
   it measures time in increments of a minute, or 5 minutes if you want.
   Then you can produce a report weekly, monthly or any other interval
   showing what you were doing and when.   REports can be exported to CSV
   file or other formats for later billing.
  
   There is a version for teams too, but i havent tried that - no need in
   a one-person biz.
  
   www.spudcity.com
  
   Cheers
   Mike Kear
   Windsor, NSW, Australia
   Adobe Certified Advanced ColdFusion Developer
   AFP Webworks
   http://afpwebworks.com
   ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
  
   http://www.clickfind.com.au
   The new Australian search engine for businesses, products and services

  
 

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF8 Release Date Rumor

2007-07-17 Thread Peter Tilbrook
It can't be too far off but nothing official. Adobe's CF team will release
it when they feel it is ready. This is a major release of ColdFusion and
they don't want to fark it up. Nor do we want them too.

On 17/07/07, Dale Fraser [EMAIL PROTECTED] wrote:

  The second it hits the adobe online store.



 Regards

 Dale Fraser



 http://dalefraser.blogspot.com





 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *AJ Mercer
 *Sent:* Tuesday, 17 July 2007 4:36 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: CF8 Release Date Rumor



 Dale,

 Please tell me you are going to buy CF8 the minute it hits the stores

 Or have you got a lot of money riding on this??


  On 7/17/07, *christophe albrech* [EMAIL PROTECTED] wrote:

 I've heard this twice now, but from no one I know to be reliable
 That means Peter, yeah?

 Tof

 On 7/17/07, *Dale Fraser*  [EMAIL PROTECTED] wrote:

  Can anyone confirm the CF8 release date of next Monday? I've heard this
 twice now, but from no one I know to be reliable.



 Regards

 Dale Fraser



 http://dalefraser.blogspot.com














 --
 If you are not living on the edge,
 You are taking up too much space.

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF8 Release Date Rumor

2007-07-17 Thread Peter Tilbrook
Yeah! And perhaps the most highly optimised version yet - it really flies
performance wise.

On 17/07/07, M@ Bourke [EMAIL PROTECTED] wrote:

 The most significant release yet

 On 7/17/07, Peter Tilbrook [EMAIL PROTECTED] wrote:
 
  It can't be too far off but nothing official. Adobe's CF team will
  release it when they feel it is ready. This is a major release of ColdFusion
  and they don't want to fark it up. Nor do we want them too.
 
 

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF8 Release Date Rumor

2007-07-17 Thread Peter Tilbrook
If the closed GMC (Gold Media Candidate) is any indication I am thinking
August. That would be for electronic purchase/download as it would take a
while to master the DVD's and manuals. Expect another huge hit with Ben
Forta's (et al) CFWACK - expected to be at least two tomes as the language
has grown so much over the years.

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



[cfaussie] Re: NoRelease Candidate 2 for ColdFusion 8

2007-07-16 Thread Peter Tilbrook
No RC2 so o NDA breakage?

On 16/07/07, Geoff Bowers [EMAIL PROTECTED] wrote:


 On Jul 10, 2:28 am, Peter Tilbrook [EMAIL PROTECTED] wrote:
  Yeah!
 
  Ouch and all that.
 
  Fingers crossed but no RC2 for Scorpio. They will hammer me (I hope) but
 I
  think one more RC would have been OK.

 I hate to point out the obvious... but this information is under NDA.
 Please do not keep breaking your NDA by publishing this information to
 the list.  You may not think it is important, but then you may find
 yourself never being invited onto a private Adobe beta again.

 -- geoff
 http://www.daemon.com.au/


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: WOT: but had to share (Vista and hidden file extensions)

2007-07-14 Thread Peter Tilbrook
There is no Tools menu in Vista Ultimate.

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



[cfaussie] Re: WOT: but had to share (Vista and hidden file extensions)

2007-07-14 Thread Peter Tilbrook
Ah! Boy that is intuative!

On 15/07/07, Justin Carter [EMAIL PROTECTED] wrote:


 On Jul 14, 4:45 pm, Peter Tilbrook [EMAIL PROTECTED] wrote:
  There is no Tools menu in Vista Ultimate.

 Press the Alt key ;)


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Happy 12th Birthday ColdFusion!

2007-07-09 Thread Peter Tilbrook
July 10, 1995. Boy time flies. And CF8 is nearly out of the gate.

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



[cfaussie] NoRelease Candidate 2 for ColdFusion 8

2007-07-09 Thread Peter Tilbrook
Yeah!

Ouch and all that.

Fingers crossed but no RC2 for Scorpio. They will hammer me (I hope) but I
think one more RC would have been OK.

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



[cfaussie] Re: Did You Know

2007-07-04 Thread Peter Tilbrook

The beta? You should be using the Release Candidate.

 I'll have to play. But even with playing with the Beta and reading the docs,
 I still missed this so I thought I would share.

 Regards

 Dale Fraser

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



[cfaussie] Re: Did You Know

2007-07-04 Thread Peter Tilbrook

No. There is alpha, beta, then release candidate, and then the
shipping version (soon pretty please).

On 04/07/07, Dale Fraser [EMAIL PROTECTED] wrote:

 Why?

 Aren't they the same

 Regards
 Dale Fraser

 http://dalefraser.blogspot.com



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Peter Tilbrook
 Sent: Wednesday, 4 July 2007 5:45 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Did You Know


 The beta? You should be using the Release Candidate.

  I'll have to play. But even with playing with the Beta and reading the
 docs,
  I still missed this so I thought I would share.

  Regards
 
  Dale Fraser




 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Did You Know

2007-07-04 Thread Peter Tilbrook

No. For Scorpio they had Alpha 1, Alpha 2, Beta 1, Beta 2, then RC (or
RC 1). Expect even more stuff in the final product release. It has
gotten better with each release.

NB: CFMENU is sl compared to the AJAX menus Dreamweaver CS3
offers - hope they fix that.

On 04/07/07, Dale Fraser [EMAIL PROTECTED] wrote:

 Is that right.

 As they release the RC and Beta at the same time, I thought that they were
 the same, I'm pretty sure they are.

 I'm pretty sure I read Ben Forta comment just before the release that he
 just installed the latest version which will be release as Public Beta.

 Regards
 Dale Fraser

 http://dalefraser.blogspot.com



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Peter Tilbrook
 Sent: Wednesday, 4 July 2007 6:30 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Did You Know


 No. There is alpha, beta, then release candidate, and then the
 shipping version (soon pretty please).

 On 04/07/07, Dale Fraser [EMAIL PROTECTED] wrote:
 
  Why?
 
  Aren't they the same
 
  Regards
  Dale Fraser
 
  http://dalefraser.blogspot.com
 
 
 
  -Original Message-
  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
  Of Peter Tilbrook
  Sent: Wednesday, 4 July 2007 5:45 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: Did You Know
 
 
  The beta? You should be using the Release Candidate.
 
   I'll have to play. But even with playing with the Beta and reading the
  docs,
   I still missed this so I thought I would share.
 
   Regards
  
   Dale Fraser
 
 
 
 
  
 


 --
 Peter Tilbrook
 ColdGen Internet Solutions
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 http://www.coldgen.com/
 http://www.actcfug.com/

 Tel: +61-2-6284-2727
 Mob: +61-0432-897-437

 Email: [EMAIL PROTECTED]
 MSN Messenger Live: Desktop General




 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Did You Know

2007-07-04 Thread Peter Tilbrook

No. RC became the public beta. Release Candidate is considered closer
to the final product than Alpha or Beta. For the insiders testing CF8
for ages it is the RC. In fact the download files I get actually have
RC in the filename.

They are the exact same product at this stage - right down to build
number. We may have another RC release depending on the testing
everyone in the wider world are now doing - which would push back the
release of CF8 commercially. But good things are worth waiting for.

On 04/07/07, Andrew Scott [EMAIL PROTECTED] wrote:
 Peter,

 The RC as you put it, is on the labs.adobe.com as Public Beta. So if there
 is a different version named RC the public is not privelage to know about
 it.


 On 7/4/07, Peter Tilbrook [EMAIL PROTECTED] wrote:
 
 
  No. For Scorpio they had Alpha 1, Alpha 2, Beta 1, Beta 2, then RC (or
  RC 1). Expect even more stuff in the final product release. It has
  gotten better with each release.
 
  NB: CFMENU is sl compared to the AJAX menus Dreamweaver CS3
  offers - hope they fix that.
 
  On 04/07/07, Dale Fraser [EMAIL PROTECTED]  wrote:
  
   Is that right.
  
   As they release the RC and Beta at the same time, I thought that they
 were
   the same, I'm pretty sure they are.
  
   I'm pretty sure I read Ben Forta comment just before the release that he
   just installed the latest version which will be release as Public Beta.
  
   Regards
   Dale Fraser
  
   http://dalefraser.blogspot.com
  
  
  
   -Original Message-
   From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
   Of Peter Tilbrook
   Sent: Wednesday, 4 July 2007 6:30 PM
   To: cfaussie@googlegroups.com
   Subject: [cfaussie] Re: Did You Know
  
  
   No. There is alpha, beta, then release candidate, and then the
   shipping version (soon pretty please).
  
   On 04/07/07, Dale Fraser [EMAIL PROTECTED] wrote:
   
Why?
   
Aren't they the same
   
Regards
Dale Fraser
   
http://dalefraser.blogspot.com
   
   
   
-Original Message-
From: cfaussie@googlegroups.com [mailto: [EMAIL PROTECTED] On
   Behalf
Of Peter Tilbrook
Sent: Wednesday, 4 July 2007 5:45 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Did You Know
   
   
The beta? You should be using the Release Candidate.
   
 I'll have to play. But even with playing with the Beta and reading
 the
docs,
 I still missed this so I thought I would share.
   
 Regards

 Dale Fraser
   
   
   
   

   
  
  
   --
   Peter Tilbrook
   ColdGen Internet Solutions
   President, ACT and Region ColdFusion Users Group
   PO Box 2247
   Queanbeyan, NSW, 2620
   AUSTRALIA
  
   http://www.coldgen.com/
   http://www.actcfug.com/
  
   Tel: +61-2-6284-2727
   Mob: +61-0432-897-437
  
   Email: [EMAIL PROTECTED]
   MSN Messenger Live: Desktop General
  
  
  
  
   
  
 
 
  --
  Peter Tilbrook
  ColdGen Internet Solutions
  President, ACT and Region ColdFusion Users Group
  PO Box 2247
  Queanbeyan, NSW, 2620
  AUSTRALIA
 
  http://www.coldgen.com/
  http://www.actcfug.com/
 
  Tel: +61-2-6284-2727
  Mob: +61-0432-897-437
 
  Email: [EMAIL PROTECTED]
  MSN Messenger Live: Desktop General
 
 
  www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273
   
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: VOT: Where Is AS

2007-07-04 Thread Peter Tilbrook
LOL! He was consumed by the Request Scope was second! (I only voted once I
swear)

I don't think Geoff B has banned anyone yet - but don;t be the first!

Seriously investigate the request scope.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CFLocation stopped working

2007-06-30 Thread Peter Tilbrook

If using session vars are you requesting to addtoken?

On 30/06/07, AJ Mercer [EMAIL PROTECTED] wrote:
 Does the page have a cfflush on it - that will kill cflocation.

 On 6/30/07, Mike Kear [EMAIL PROTECTED]  wrote:
 
  ok, just to add confusion to what i felt sure was a problem with
  cflocation,  i created a page with nothing on it but a cflocation tag
  and it worked just fine.
 
  Damn.
 
  And i thought i had isolated where the problem was.
 
  Cheers
  Mike Kear
  Windsor, NSW, Australia
  Adobe Certified Advanced ColdFusion Developer
  AFP Webworks
  http://afpwebworks.com
  ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 
  On 6/30/07, Mike Kear  [EMAIL PROTECTED] wrote:
   No, because it's every cflocation tag that's stopped working,
   including the ones that work fine on the production server.
  
   But since you mention it, i'll do just such a test page.
  
   Cheers
   Mike Kear
   Windsor, NSW, Australia
   Adobe Certified Advanced ColdFusion Developer
   AFP Webworks
   http://afpwebworks.com
   ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
  
  
  
 
 



 --
 If you are not living on the edge,
 You are taking up too much space.
  



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Should I Purchase Enterprise

2007-06-29 Thread Peter Tilbrook

Yes the software price difference is hard to fathom. Adobe are amongst
the most expensive - almost outrageously so - I mean nearly $1000 for
Dreamweaver CS3? Windows Vista is also vastly overpriced here.

On 29/06/07, Dale Fraser [EMAIL PROTECTED] wrote:

 I can afford it, but I also don't want to waste money.

 I was a little hopeful that the Enterprise price might drop a bit or they
 might do a better deal when upgrading from Standard to save some dollars,
 that would make the decision easier. It's a harder decision with a 5k US
 price difference.

 Regards
 Dale Fraser

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



[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread Peter Tilbrook

I believe the CF8 LSDS are the grunt behind the great new PDF
manipulation features.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread Peter Tilbrook

Well you need the LiveCycle Designer 8 (with Acrobat 8) to prepare
your PDF's at least. Will that ship with CF8 I wonder?

On 29/06/07, MrBuzzy [EMAIL PROTECTED] wrote:
 LCDS can be used to manipulate and generate PDF, for delivery on Flex, etc.

 Unless I was dreaming.


 On 6/29/07, Chris Velevitch  [EMAIL PROTECTED] wrote:
 
  On 6/29/07, Steve Onnis  [EMAIL PROTECTED] wrote:
   I was just about to say that.  Looking at the write up at Adobe, that's
 all
   it is, so am I correct in saying that it has nothing at all to do with
 PDF
   population or any PDF generation what so ever?
 
  Yes.
 
 
  Chris
  --
  Chris Velevitch
  Manager - Sydney Flash Platform Developers Group
  m: 0415 469 095
  www.flashdev.org.au
 
   
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Peter Tilbrook

I have to agree in-so-far - yes I am using CF8 (RC). That was my only
statement. I must add I was in the top 25 for bug submissions for
pre-RC release for CF8 also.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Peter Tilbrook

 E) Thats because everyone mostly develops on the standard version, Geoff go
 off and develop an Enterprise solution and say to your client sorry but we
 need to add $9.5k for the license and see their faces drop.

Your negotiation skills must be of a very low order. To pay 9.5K would
be ridiculous. You really need to contact a distributor like
RocketBoots to get a fairer deal. Yeas Adobe software is too expensive
compared to US prices but do not be afraid to question this with an
authorised reseller.
-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Peter Tilbrook

Scotty, Scotty, Scotty...

I never stated I was THE premier bugfinder - Ray Camden must surely
hold that title. And our efforts made the RC a more stable platform -
but Adobe still need all of us to push it to find any issues before it
goes gold.

At least I bother to ask Adobe about CF8 and got some great answers:

http://www.actcfug.com/index.cfm?actcfug=ArticleViewArticleID=217

(thanks again for your valuable time Tim).

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Peter Tilbrook

PS - thanks for full name quote. Should I be pleased? Humble?

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



[cfaussie] Re: Should I Purchase Enterprise

2007-06-28 Thread Peter Tilbrook

A little too early to tell for ColdFusion 8 as Adobe haven't released
the specification differences yet. But if you can afford it
future-proof yourself and go with Enterprise.

On 29/06/07, Dale Fraser [EMAIL PROTECTED] wrote:



 I plan on purchasing ColdFusion 8 as soon as it is released, but our
 application currently runs on Standard and has fairly low volume, 30
 instances and probably no more than 10-20 concurrent users across all
 instances.



 With that said, this number could double in the next year or two (but still
 small numbers) and I want to make sure I get the right version, never felt
 like I've missed anything by having Standard.



 Looking for some recommendations, especially if you have gone from Standard
 to Enterprise previously and the why and was it worth it.



 Regards

 Dale Fraser



 http://dalefraser.blogspot.com




 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-27 Thread Peter Tilbrook

In ColdFusion, there are only 2 external libraries we use. Zip  Image

With ColdFusion 8 there will be none.



Um CF8 is as much java supported as 6 and 7. What are you trying to
say (without breaking NDA)?

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-27 Thread Peter Tilbrook

Yes. OK you hate my guts. That is fine. Really. I can deal with it.
-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: ColdFusion Survey

2007-06-27 Thread Peter Tilbrook

As far as I know I am still under NDA for Scorpio - as much as I like
it and all.

I actually Suffer from AllaireiteMacromeStriationAdobe syndrome.

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



[cfaussie] Re: ColdFusion Survey

2007-06-26 Thread Peter Tilbrook

M@ is an Aussie but working overseas (London I think).

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



[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Peter Tilbrook

What version of Windows? What version of SQL Server 2005 (have you
applied all the service packs)? What version of ColdFusion?

On 26/06/07, Taco Fleur [EMAIL PROTECTED] wrote:
 I just realized I did not post the offending code, the code that generates
 the error is;




 DECLARE @fromLatitude AS REAL

 , @fromLongitude AS REAL

 , @toLatitude AS REAL

 , @toLongitude AS REAL

 SET @fromLatitude = -31.111695

 SET @fromLongitude = 117.792134

 SET @toLatitude = -31.111695

 SET @toLongitude = 117.792134



 DECLARE @distance REAL

 SET @distance = ( ROUND ( ( ACOS( ( SIN( @fromLatitude / 57.2958 ) * SIN(
 @toLatitude / 57.2958 ) ) +

 ( COS ( @fromLatitude / 57.2958 ) * COS ( @toLatitude / 57.2958 ) * COS(
 @toLongitude/57.2958 - @fromLongitude / 57.2958 ) ) ) ) * 6378.135 , 3 ) )

 SELECT @distance;


 On 6/26/07, Taco Fleur [EMAIL PROTECTED] wrote:
 
 
  The following does not generate an error, replace the values with the
 previous ones and the domain error occurs.
 
  DECLARE @fromLatitude AS REAL
 
  ,@fromLongitude AS REAL
 
  ,@toLatitude AS REAL
 
  ,@toLongitude AS REAL
 
  [EMAIL PROTECTED] = -27.339993
 
  [EMAIL PROTECTED] = 152.936964
 
  [EMAIL PROTECTED] = -27.339993
 
  [EMAIL PROTECTED] = 152.936964
 
 
 
 
  [EMAIL PROTECTED] REAL
 
  [EMAIL PROTECTED] = ( ROUND (  ( ACOS( ( SIN( @fromLatitude / 57.2958 ) * 
  SIN(
 @toLatitude / 57.2958 ) ) +
 
  (COS ( @fromLatitude / 57.2958 ) * COS( @toLatitude / 57.2958 ) * COS(
 @toLongitude/57.2958 - @fromLongitude / 57.2958 ) ) ) ) * 6378.135, 3 ) )
 
  [EMAIL PROTECTED];
 
 
 
 
 
 
  On 6/26/07, Scott Thornton
 [EMAIL PROTECTED]  wrote:
  
   Would you mind posting the formula? also reformatting the code with
 tab's?
  
   round(
 ACOS(
   )
   ,3)
  
   I have been playing around with it and got it to work but I am not sure
 if it what was intended as I mucked around with the brackets. There seemed
 to be spare brackets about.
  
  
Taco Fleur  [EMAIL PROTECTED] 26/06/2007 12:40 pm 
   OK, I've narrowed it down to the following code and values. I also see
 that
   other people have had the same problem, no answers listed in the forums
   though.
  
   The offending code is;
  
  
   DECLARE @fromLatitude AS REAL
  
   , @fromLongitude AS REAL
  
   , @toLatitude AS REAL
  
   , @toLongitude AS REAL
  
   SET @fromLatitude = -31.111695
  
   SET @fromLongitude = 117.792134
  
   SET @toLatitude = -31.111695
  
   SET @toLongitude = 117.792134
  
  
  
   DECLARE @distance REAL
  
   SET @distance = ( ROUND( ( ACOS( ( SIN( @fromLatitude / 57.2958 ) *
   SIN(@toLatitude
   / 57.2958 ) ) +
  
   ( COS ( @fromLatitude / 57.2958 ) * COS( @toLatitude / 57.2958 ) *
   COS(@toLongitude
   /57.2958 - @fromLongitude / 57.2958 ) ) ) ) * 6378.135, 3 ) )
  
   SELECT @distance;
  
  
  
   On 6/26/07, Scott Thornton 
 [EMAIL PROTECTED] wrote:
   
   
could it be related to:
   
   
 http://www.sql-server-performance.com/faq/sqlviewfaq.aspx?faqid=208
   
but then you mentioned it runs ok on the database itself.
   
 Taco Fleur  [EMAIL PROTECTED] 26/06/2007 11:57 am 
Hello all,
   
I am getting the following error A domain error occurred
[Macromedia][SQLServer JDBC Driver][SQLServer]A domain error occurred.
   
The cfquery tag is calling a stored procedure, and when I call that
procedure directly on the database with the same values there appears
 to
be
no problem.
   
So, I;m guessing it has something to do with the driver? Has anyone
 seen
this before?
Any help or hints will be much appreciated.
   
--
http://www.clickfind.com.au
The new Australian search engine for businesses, products and services
   
   
   
   

   
  
  
   --
   *** { . } { . } 
   http://www.clickfind.com.au
   The new Australian search engine for businesses, products and services
  
  
  
  
  
  
   http://www.clickfind.com.au
   The new Australian search engine for businesses, products and services
 
 
 
  --
  *** { . } { . } 
  http://www.clickfind.com.au
  The new Australian search engine for businesses, products and services
   
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF Job, going down in Australia?

2007-06-23 Thread Peter Tilbrook

Plenty of work just not where you currently live or want to live.

On 23/06/07, Benign [EMAIL PROTECTED] wrote:

 Hi:
 I heard CF job opportunity is going down in Australia? Is it right? Is
 it .Net which taking its place?
 CF popularity was very high someday in Australia. What happend?
 Thanks
 Benign


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Create Secured PDF Files Now !! Download free Adobe(r) Reader(r) 8 software

2007-06-20 Thread Peter Tilbrook

Spam. But CF8 will support this anyway. Of course you need the full
Acrobat 7.x or later to get the full use of it (like LiveCycle
Designer etc). Um and Adobe Reader is FREE at any rate.

On 20/06/07, niku [EMAIL PROTECTED] wrote:

 Hi,

  :: Download Latest Version of Adobe Reader 8.0  ::

 Use Reader 8 to help control confidential information, share files,
 control deployments, and simplify integration and hosting.Add more
 security to your documents, forms, and drawings with digital
 signatures.


  www.chulbul.com/adobe.htm


 Its Now a Part of Google Pack, For limited time only...




-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Books for sale

2007-06-16 Thread Peter Tilbrook

Do not bother as the tomes are worth much more to keep. I have 75+
tomes that will remain with my members.

On 16/06/07, Steve B [EMAIL PROTECTED] wrote:

 Hi All.  I have a couple of O'Reilly books (Programming Coldfusion MX,
 Flash 8 Cookbook, Essential Actionscript 2.0) that I no longer use.
 They are not the latest out, but still should be helpful to someone.
 If anyone is interested, I have put them on ebay with Buy it Now
 prices of around $20 each.

 Steve


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: cfmail error - anyone know what to do about this one?

2007-06-16 Thread Peter Tilbrook

What MK has not divulged is the fact he is in ICU.
-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: cfmail error - anyone know what to do about this one?

2007-06-16 Thread Peter Tilbrook

Andy ia right - check the outgoing ports. Google have screwed it up of
late (ports) but no reason to blame CF or any other SMTP
implementation. In fact I can receive but not send via Outlook so
WTF??

On 17/06/07, Peter Tilbrook [EMAIL PROTECTED] wrote:
 You are behind for SQL Server service pack so do not try and shit me any more.



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Syntax for StructSort()

2007-06-15 Thread Peter Tilbrook

Seems to me you have no idea exactly what you want from said -
response. Please explain.

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



[cfaussie] Re: cfmail error - anyone know what to do about this one?

2007-06-15 Thread Peter Tilbrook

A CF7 Server that has not has this specific hotfix applied would be my guess.

On 15/06/07, Andrew Scott [EMAIL PROTECTED] wrote:

 And Mike the actual logs would say what? Also does the email appear in the
 undeliv folder at all.

 I think the mail logs would be more beneficial to us, otherwise it's going
 to be a stab in the dark like you are using a servername that requires a
 username and password, or you are providing a username and password and
 there is a relay issue, or the username and password are incorrect.

 Which the logs should give more detailed information on.



 Andrew Scott
 Senior Coldfusion Developer
 Aegeon Pty. Ltd.
 www.aegeon.com.au
 Phone: +613  8676 4223
 Mobile: 0404 998 273



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Mike Kear
 Sent: Friday, 15 June 2007 3:03 PM
 To: cfaussie
 Subject: [cfaussie] cfmail error - anyone know what to do about this one?


 I'm getting this error from an action page that sends a thank you
 email to the user.  I've googled around and can find quite a few
 people asking what to do about it, but no one with an answer.

 As far as i can see, some of the people experiencing the problem think
 its to do with a large attachment causing a timeout, but i'm not
 attaching anything to this email.  Can anyone cast any light on the
 issue?

 The error message i'm getting is:

 coldfusion.mail.MailSessionException: An exception occurred when
 setting up mail server parameters

 The email is a html email with nothing very complex in it.

 --
 Cheers
 Mike Kear (still on occasional dialup access from the hospital bed)
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] SOT: A bargain LCD screen

2007-06-06 Thread Peter Tilbrook

Ordered yesterday (before 12pm) and delivered today (also before 12pm).

A 22 Acer wide screen LCD monitor for only $429.00. Must be a mistake
but I got mine right in front of me. Also grabbed a 320Gb Iomega
external USB HDD. $429 for LCD and I have seen similar (same brand)
for $699

See:

ACAL2216WD at OfficeWorks.com.au

And:

Iomega 320GB External Hard Drive ($179)

OfficeWorks. It works!

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread Peter Tilbrook

Yeah but Buzzy is on drugs and in Europe so does not count!

On 05/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 ping ping ping ping


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Anyone interested in a bit of work in Canberra

2007-06-05 Thread Peter Tilbrook

Simon. I have some free time at the moment if you are in a bind.

On 06/06/07, Simon Haddon [EMAIL PROTECTED] wrote:
 Hi,

 My main developer for a client has become rather sick and could be out for a
 month or 2.  If anyone interested in picking up some extra work. The start
 date being ASAP as I am in a bit of a pickle

 The job is related to an SMS system for travellers and is quiet interested
 to work on.  It is still running on CFMX6 but this will be upgraded later
 this year when a server migration is done.  The system uses alot of pushes
 and pulls from/to different sites and agencies and is quiet a neat idea.

 If you are interested than can you contact me directly at
 [EMAIL PROTECTED] or [EMAIL PROTECTED]
 along with a resume and any questions, phone number, etc.  I am quiet happy
 with the work being done remotely within Australia somewhere.


 Cheers
 Simon Haddon
  



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Application.cfc and application.cfm

2007-06-04 Thread Peter Tilbrook

No I do not think so. You either use one or the other. Of course you
could use Application.cfm in subfolders of your site but I wouldn't
recommend it.

On 04/06/07, Andrew Scott [EMAIL PROTECTED] wrote:
 why would you want too?


 On 6/4/07, Rony [EMAIL PROTECTED] wrote:
 
  Is there a way to include an application.cfc into an application.cfm?
 
 
 
  www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273
   
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CFAussie Community Head Count

2007-06-04 Thread Peter Tilbrook

Matt is well known in CF circles - though I too only recently
discovered he now works for Adobe (lucky bugger).

He is a reputable lad however. And as for the email address - maybe he
is not keen on being spammed on his work account.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF Cluster

2007-06-04 Thread Peter Tilbrook

I think you are correct on this also. I also remember the samples
instance not being active by default. So yes create a new Instance -
and the beauty of that is it could be a CF6.x, 7.x and now 8.x if
required. Of course the resources consumed can be extreme.

On 04/06/07, Haikal Saadh [EMAIL PROTECTED] wrote:

 This is digging into memory so deep that I might as well be pulling it
 out of my bum, but I think it might have something to do with the fact
 that when running multi instance, you're not supposed to use the
 'default' instance? That's meant to be there for just the jRun
 Management Console and such stuff to run.

 In our setup, we have (had?) left the default instances alone, and made
 new ones for actual use.

 30 second google didn't turn up any evidence to confirm this, so take it
 with a bag of salt, but I vaguely remember this as being the case.

 Taco Fleur wrote:
 
  Just wondering when setting up a cluster in CF Ent. why can't one add
  the default instance to the cluster?
  It looks to me like I would need to have 3 instances, and only two can
  be added to a cluster.
 
  I've created an instance of CF, created a cluster and was expecting to
  be able to add the default instance plus the one I created.
 
  Thanks in advance.
  --
  http://www.clickfind.com.au
  The new Australian search engine for businesses, products and services
 
  


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: isDefined() bad?

2007-06-04 Thread Peter Tilbrook

cfif not isdefined(var.foo) ?

I use cfif myquery.recordcount Returned at least one record cfelse
Naddah! /cfif

It is a elegant way to test for the existance of something. User with
CFPARAM if you at least require a default of some sort.

On 04/06/07, grant [EMAIL PROTECTED] wrote:
 Hi All

 My patchy memory keeps nagging at me not to use isDefined().
 Am I off-base or do I remember something about it being best-practice to
 avoid isDefined()?

 Who's got the low-down?
 Grant

  



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: isDefined() bad?

2007-06-04 Thread Peter Tilbrook

Ray is right. And the fact you are bothering to check at all is good
coding practice. Never assume.

On 04/06/07, Raymond Camden [EMAIL PROTECTED] wrote:

 structKeyExists runs quicker - but I hesitate to say isDefined is
 bad. Personally I'd use what feels best to you. It's not like one
 will take 0.002 ms and the other will take 2 hours.

 On 6/4/07, grant [EMAIL PROTECTED] wrote:
  Hi All
 
  My patchy memory keeps nagging at me not to use isDefined().
  Am I off-base or do I remember something about it being best-practice to
  avoid isDefined()?
 
  Who's got the low-down?
  Grant
 
   
 


 --
 ===
 Raymond Camden, Camden Media

 Email: [EMAIL PROTECTED]
 Blog  : ray.camdenfamily.com
 AOL IM : cfjedimaster

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: isDefined() bad?

2007-06-04 Thread Peter Tilbrook

I am glad I don't work on one  of Andrew Scotts projects.

On 04/06/07, Andrew Scott [EMAIL PROTECTED] wrote:
 Simon CFC's go without saying, as there will be problems if you do not scope
 variables with the var scope anyway. just an FYI to any new developers.


 On 6/4/07, Simon Haddon [EMAIL PROTECTED] wrote:
  Hi Grant,
 
  The choice is really down to your programming style.  I have come from a C
 / Pascal / PLSQL / Java background and have learned to be very dogmatic and
 methodical with my programming style.  As a team leader I insist that all
 variables are either declared at the start of a template or to use cfparam
 if expected and that logical default are set.  I find the best part of this
 approach is that all variables are defined in 1 place and it helps with
 referencing which variables should exist and what their default values
 should be.  I also find that it reduces the number of variables being used
 as you have a reference point at the top of the template to check for what
 is available an why it exists.
 
  I am the same in CFCs where I expect that all arguments are defined and
 either set to required or defaulted with a logical default value. I also
 expect that all local variables are defined (which is even more important in
 methods as local variables.
 
  Still, having said that.  Each to their own
 
  Cheers,
  Simon
 
 
  On 04/06/07, grant [EMAIL PROTECTED]  wrote:
   Hi All
  
   My patchy memory keeps nagging at me not to use isDefined().
   Am I off-base or do I remember something about it being best-practice to
 avoid isDefined()?
  
   Who's got the low-down?
   Grant
  
  
  
 
 
 
  --
  Cheers
  Simon Haddon
 
  www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273
   
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: isDefined() bad?

2007-06-04 Thread Peter Tilbrook

I agree (disciplined) but he then bagged the request scope so now I
am not so sure.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] HostMySite CF8 hosting - what a joke!

2007-06-03 Thread Peter Tilbrook
For starters they lose the orders. Then respond to your email about what
is happening so all chain of reference is lost.

Try and setup a database and stupid error messages like username not valid
(using their Control Panel).

Well they sorted that out at their end apparently. But - and here is the
kicker and good for them - but how the hell do I connect to a database
server I:

1. Do no know the IP address of (or the port for that matter)

2. Do not know the User Name or Password

3. Could give a toss after this appalling level of service.

I will stick with AFPWebworks for now - CF8 or not - at least it works as
advertised.

Pull your finger out HostMySite!

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: HostMySite CF8 hosting - what a joke!

2007-06-03 Thread Peter Tilbrook
My point exactly! Your system works! So what is the issue here? Oh and now I
got the database working but get (when trying to browse the so-called
site):

Directory Listing DeniedThis Virtual Directory does not allow contents to be
listed.

God help me!


On 03/06/07, Mike Kear [EMAIL PROTECTED] wrote:


 As I have told you repeatedly, Peter,   AFPWebworks will upgrade to
 CF8, when ALL the following conditions are met, and not one minute
 before:

 [A]  the product is released
 [B] a reasonable time has elapsed to see if any 'gotchas' emerge -
 bugs that might prove big problems for existing users (remember that
 even now, the final build has not been determined - it's in beta and
 any of the new features could be withdrawn if problems emerge during
 the beta.)
 [C] pricing is announced (it might turn out to be prohibitive.  On the
 other hand it might not.)
 [D] we do the arithmetic and decide that it makes business sense to
 upgrade.   Remember there's a fairly significant investment in CF7
 enterprise already.

 Until that time, we will leave well enough alone and stick with
 proven, working and reliable CF7 that has served us well for a good
 time now.

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month




 On 6/3/07, Peter Tilbrook [EMAIL PROTECTED] wrote:
  For starters they lose the orders. Then respond to your email about
 what
  is happening so all chain of reference is lost.
 
  Try and setup a database and stupid error messages like username not
 valid
  (using their Control Panel).
 
  Well they sorted that out at their end apparently. But - and here is the
  kicker and good for them - but how the hell do I connect to a database
  server I:
 
  1. Do no know the IP address of (or the port for that matter)
 
  2. Do not know the User Name or Password
 
  3. Could give a toss after this appalling level of service.
 
  I will stick with AFPWebworks for now - CF8 or not - at least it works
 as
  advertised.
 
  Pull your finger out HostMySite!
 
  --
  Peter Tilbrook
  ColdGen Internet Solutions
  President, ACT and Region ColdFusion Users Group
  PO Box 2247
  Queanbeyan, NSW, 2620
  AUSTRALIA
 

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: HostMySite CF8 hosting - what a joke!

2007-06-03 Thread Peter Tilbrook

Yes!

And it sort of works now. But explain code (local) that should be
identical not working on their server?

I was going to get some sleep (bad dream) before escalating it but why
bother for a so called free service that seems to ... no I cannot
even explain why the code I uploaded is not the same as the local
code.

And you stated:


As for the IP Address of the database server,  I wouldnt be giving you
that anyway.  You have no need for it.  As  long as you have a
datasource thats all you  need.


Um how else do I connect to the SQL Server? (export data etc)

CF8 is fine - have been running it for months. So kudos to the tech.
That is all I will say for now. I need to do some more research (after
some more sleep) to determine why identical code on local machine is
not the same on HostMySite. It is really bizarre!

Be back in a few hours! Yawn!

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



[cfaussie] Re: CFAussie Community Head Count

2007-06-02 Thread Peter Tilbrook
LOL was going through my gmail spam (it is good at catching it) and this
link was at the top:

http://www.recipesource.com/main-dishes/meat/pork/spam/00/rec0030.html

Targetted ads can be handy for spammers it seems :)

On 02/06/07, felixt [EMAIL PROTECTED] wrote:


 ping

 felixt


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CFAussie Community Head Count

2007-06-02 Thread Peter Tilbrook
Noo way! But should be entertaining!

On 02/06/07, Chris Wiltshire [EMAIL PROTECTED] wrote:


 ping - Go the All Blacks! ;)

 All the best from over the other side of the ditch...


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] SOT: Recommendation for a flat screen LCD

2007-06-02 Thread Peter Tilbrook
Notebook (Acer Ferrari 3400, 2Gb RAM, miniscule (80Gb preformatted HDD) but
would like a nice dual screen solution with an LCD.

Expect to spend about $500-700 come Monday. Prefer local like DSE but
prepared to order online if the deal is good (gotta love Visa Debit cards!)

Thanks in advance!

NB: I will purchase only from a retailer - brand new - with warranty.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: SOT: Recommendation for a flat screen LCD

2007-06-02 Thread Peter Tilbrook
LOL! It is fast but not THAT fast. In fact the only bad thing I can say
about it is  HDD is not easily upgradable. Have the full 2Gb RAM but, cmon
80Gb? Also the Graphics are not as good as they could be, But I guess you
pay for portability - and it is very good for that! (airports included)!

But I found what I want at HT - a Samsung SyncMaster 22 (see *
http://tinyurl.com/2ul9dn)*. Just pay and wait :)



On 02/06/07, M@ Bourke [EMAIL PROTECTED] wrote:

 watercooler

 On 6/2/07, Peter Tilbrook [EMAIL PROTECTED] wrote:
 
  Notebook (Acer Ferrari 3400, 2Gb RAM, miniscule (80Gb preformatted HDD)
  but would like a nice dual screen solution with an LCD.
 
  Expect to spend about $500-700 come Monday. Prefer local like DSE but
  prepared to order online if the deal is good (gotta love Visa Debit cards!)
 
  Thanks in advance!
 
  NB: I will purchase only from a retailer - brand new - with warranty.
 
  --
  Peter Tilbrook
  ColdGen Internet Solutions
  President, ACT and Region ColdFusion Users Group
  PO Box 2247
  Queanbeyan, NSW, 2620
  AUSTRALIA
 
  http://www.coldgen.com/
  http://www.actcfug.com/
 
  Tel: +61-2-6284-2727
  Mob: +61-0432-897-437
 
  Email: [EMAIL PROTECTED]
  MSN Messenger Live: Desktop General
 
 

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: SOT: Recommendation for a flat screen LCD

2007-06-02 Thread Peter Tilbrook
Understood. But I work from home at the moment. No watercooler. Freeze butt
off however (Canberra region). And who needs watercooler with fellow like
minds - twisted as they are - that we get from CFAussie?

On 02/06/07, M@ Bourke [EMAIL PROTECTED] wrote:

 no watercooler as in take this to the watercooler group, as it's not cf
 related

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread Peter Tilbrook
Ping! (and am watching Das Boot right now!)

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-28 Thread Peter Tilbrook

I have had a crush on Mel for years now lol! Just do not let her know!!!

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



[cfaussie] Re: CS3 Dreamweaver CF Help

2007-05-28 Thread Peter Tilbrook
I get http://livedocs.adobe.com/coldfusion/7/index.html if using CTRL+F1 or
the in-built help if using SHIFT+F1 within a CFML tag or function.

On 29/05/07, Dale Fraser [EMAIL PROTECTED] wrote:

  Anyone located the CS3 version of Coldfusion Help file for CTRL F1.



 Regards

 Dale Fraser



 http://dalefraser.blogspot.com



 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
Not a well researched article I admit. Tim and Ben would shoot her down -
note the difficulty in replying to Mary directly. Oh well!

Each to there own!


-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
Argh!! Public beta for version 8 is not too far off! That is all I can say!

On 25/05/07, Dale Fraser [EMAIL PROTECTED] wrote:

  I don't subscribe to the theory of dead.



 But it is a difficult market for Coldfusion to compete in.



 I actually blogged about what CF needs to do to survive.




 http://dalefraser.blogspot.com/2007/05/what-coldfusion-needs-to-survive.html



 Obviously, ColdFusion has an established market and will NOT die, but
 really it needs to do more than just not die, it needs to try to gain
 momentum.



 Regards

 Dale Fraser



 http://dalefraser.blogspot.com



 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Andrew Scott
 *Sent:* Friday, 25 May 2007 5:18 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: Coldfuson is dead - why did no one tell me



 Peter,



 Will totally agree with you, there was even another one on Ajax frameworks
 and the products compared where like versions so old it was not funny.





 Andrew Scott
 Senior Coldfusion Developer
 Aegeon Pty. Ltd.
 www.aegeon.com.au
 Phone: +613  8676 4223
 Mobile: 0404 998 273





 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Peter Tilbrook
 *Sent:* Friday, 25 May 2007 5:15 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Re: Coldfuson is dead - why did no one tell me



 Not a well researched article I admit. Tim and Ben would shoot her down -
 note the difficulty in replying to Mary directly. Oh well!

 Each to there own!


 --
 Peter Tilbrook
 ColdGen Internet Solutions
 President, ACT and Region ColdFusion Users Group
 PO Box 2247
 Queanbeyan, NSW, 2620
 AUSTRALIA

 http://www.coldgen.com/
 http://www.actcfug.com/

 Tel: +61-2-6284-2727
 Mob: +61-0432-897-437

 Email: [EMAIL PROTECTED]
 MSN Messenger Live: Desktop General





 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF Argument issues

2007-05-25 Thread Peter Tilbrook
Just use Request scope. From Application.cfm down to OnRequestEnd.cfm bingo,
love in the world and all that!

On 25/05/07, Rony [EMAIL PROTECTED] wrote:


 Hey Andrew,

 Yes it does - IN MY APPLICATION.

 Our site has been designed so that the SAME name is used for the app
 name, app folder, and the cf mapping.

 So if the app name is cfaussie then the mapping would be called
 cfaussie and so would the folder that stores all the files.

 But my question was if the MAIN name changes to cfaussie_local this
 would change the appname, cf mapping and the actual folder name.

 This is why i use the app name in the type.Obs this doesn't work.

 Sorry for any confusion.

 I was hoping for other way to do this...

 Thanks for your assistance,

 Much appreciated.

 On May 25, 4:34 pm, Andrew Scott [EMAIL PROTECTED] wrote:
  No it doesn't...
 
  Tell you why, the applicationname is relevant to the application being
 run.
  Which means that if you  want to make this global to other applications
 you
  can't do that. Well you can, but CF won't allow it, so mappings are the
 only
  way to go or the root of the application.
 
  If it is in the root of the application then you do not need anything
 other
  than com.mystuff.package.component.
 
  But doing that will make maintenance a nightmare if you use it in more
 than
  application. So the best thing is to take it outside of the application
 and
  create a mapping to it.
 
  Andrew Scott
  Senior Coldfusion Developer
  Aegeon Pty. Ltd.www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273
 
  -Original Message-
  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
 
  Of Rony
  Sent: Friday, 25 May 2007 4:30 PM
  To: cfaussie
  Subject: [cfaussie] Re: CF Argument issues
 
  Hi Dale,
 
  The reason why i have this is because the mapping name is the same
  name as the application name and a fellow developer would like to be
  able to change the application name and create a new mapping with the
  app name, so i cannot hard code the app name when calling a
  component.
 
  hope this makes sense,


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF Argument issues

2007-05-25 Thread Peter Tilbrook
I am kinda tired but... Assuming you at LEAST have a CFAPPLICATION tag your
REQUEST vars should not hinder other equally qualified apps on the same
server. But bugger me have only been using CF for, what, nearly 12 years
now.

On 25/05/07, Andrew Scott [EMAIL PROTECTED] wrote:

 Rony,

 I know what you are saying, but I don't know why... If you have a mapping
 then leave it as a sharable mapping across all applications, that was my
 point. Or hang it off the website root directory they are your only 2
 options to achieve what you want to do.

 Otherwise, you are going to have to wait until Adobe wake up and fix the
 bug that they say they can't because CF is dynamic.

 Sorry, I didn't make myself clear enough when I said you can't do what you
 want to do and gave you alternatives to your problem.



 On 5/25/07, Rony [EMAIL PROTECTED] wrote:
 
 
  Hey Andrew,
 
  Yes it does - IN MY APPLICATION.
 
  Our site has been designed so that the SAME name is used for the app
  name, app folder, and the cf mapping.
 
  So if the app name is cfaussie then the mapping would be called
  cfaussie and so would the folder that stores all the files.
 
  But my question was if the MAIN name changes to cfaussie_local this
  would change the appname, cf mapping and the actual folder name.
 
  This is why i use the app name in the type.Obs this doesn't work.
 
  Sorry for any confusion.
 
  I was hoping for other way to do this...
 
  Thanks for your assistance,
 
  Much appreciated.
 
  On May 25, 4:34 pm, Andrew Scott [EMAIL PROTECTED] wrote:
   No it doesn't...
  
   Tell you why, the applicationname is relevant to the application being
  run.
   Which means that if you  want to make this global to other
  applications you
   can't do that. Well you can, but CF won't allow it, so mappings are
  the only
   way to go or the root of the application.
  
   If it is in the root of the application then you do not need anything
  other
   than com.mystuff.package.component.
  
   But doing that will make maintenance a nightmare if you use it in more
  than
   application. So the best thing is to take it outside of the
  application and
   create a mapping to it.
  
   Andrew Scott
   Senior Coldfusion Developer
   Aegeon Pty. Ltd.www.aegeon.com.au
   Phone: +613  8676 4223
   Mobile: 0404 998 273
  
   -Original Message-
   From: cfaussie@googlegroups.com [mailto: [EMAIL PROTECTED] On
  Behalf
  
   Of Rony
   Sent: Friday, 25 May 2007 4:30 PM
   To: cfaussie
   Subject: [cfaussie] Re: CF Argument issues
  
   Hi Dale,
  
   The reason why i have this is because the mapping name is the same
   name as the application name and a fellow developer would like to be
   able to change the application name and create a new mapping with the
   app name, so i cannot hard code the app name when calling a
   component.
  
   hope this makes sense,
 
 
 


 --



 Senior Coldfusion Developer
 Aegeon Pty. Ltd.
 www.aegeon.com.au
 Phone: +613  8676 4223
 Mobile: 0404 998 273
 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
Twit! I like that!

From this day forward, anyone who bags any language, CFML included, without
knowing WTF they are talking about, is  a Twit!.
-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
You will love this one then:

*http://tinyurl.com/3xn44w



*

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
The open beta for ColdFusion 8 (or RC (Release Candidate) is due very soon.

Give it a go (on dev boxes only). It is becoming a bigger download but maybe
the RC will be slimmer (?)

Aparently there will be new stuff in RC that is not in earlier releases.
Dang Adobe! Too many secrets!

If you do decide (or are accepted) on the beta note that it cannot be used
for public facing sites without permission from Adobe.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
No M@

In fact the best thing that ever happened to Macromedia was to be acquired
by Adobe - a large target and one that would surely be noticed by the powers
that be.

Adobe is far too fleet of foot to be acquired.!

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



[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread Peter Tilbrook
You reckon? Where is MS superior to Adobe at this time? No whyyy. MS
will be playing catchup for years.

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



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

2007-05-20 Thread Peter Tilbrook
I thought it was spam. At any rate I never discuss my religion (born St.
John of God Hospital, both his and his fathers closest connection with
Christianity) - serious that was on my 21st BD invitation LOL. Or politics.

-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF contractors needed!

2007-05-14 Thread Peter Tilbrook
12 years CF experience but no intention of moving to Sydney. Ever. And I
mean that.

On 14/05/07, Jo Bradshaw [EMAIL PROTECTED] wrote:

  Hi,

 I'm looking for contract ColdFusion programmers based in Sydney with at
 least 2 years experience in the following:



- ColdFusion MX
- Microsoft SQL Server
- Javascript and AJAX
- HTML and CSS
- Flash remoting



 We're a full service digital agency with some big name advertising
 clients. If you're interested, please send through your CV and some examples
 of your code!

 I'm looking to build a network of strong freelancers to call upon in
 future but, I do have 4 weeks contract work available immediately.

 Look forward to hearing from you…



 Thanks

 Jo





 jo bradshaw

 creative services manager





 NetX



 2 queens place
 balmain  nsw  2041





 t   +61 2 9320 7249
 m  +61 404 971 120
 f   +61 2 9320 7201
 w   netx.com.au





 The information contained in this email is confidential and is privileged.
 If the reader of this message is not the intended recipient you are hereby
 notified that any use, dissemination, distribution or reproduction of this
 message is prohibited. If you have received this message in error please
 forward it to [EMAIL PROTECTED] and delete all copies of this message. If
 some parts of this email do not relate to, or are not intended for, you,
 then the conditions prescribed above apply to those parts. NetX
 Communications Pty Ltd does not warrant the material contained in this
 message is free from computer virus or defect. Loss or damage incurred in
 use is not the responsibility of NetX Communications Pty Ltd.

 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: URGENT - Coldfusion Developer required to start early June

2007-05-14 Thread Peter Tilbrook
Sydney only again - oh well!

On 14/05/07, clemo [EMAIL PROTECTED] wrote:


 Just some additional information that I forgot to specify. This role
 is actually based in Sydney - close to the CBD. Apologies for all the
 applicants so far for which this location will not work - I will be
 contacting each person who sends their details through individually.

 On May 14, 3:57 pm, clemo [EMAIL PROTECTED] wrote:
  Hi All,
 
  I know it is inappropriate to advertise jobs here, however, my client
  has just had a very last minute drop out from one of their available
  roles. They are a small closely knit web consulting firm specialising
  in Coldfusion and they have recently won a massive project for which
  they need 2 more sets of hands on deck for as well as other upcoming
  work.
 
  Due to the urgent nature of the situation, they are able to look at
  junior and senior developers with the right sort of background in web-
  related programming.
 
  You need to have experience or exposure to:
  - Coldfusion MX 6.1 or 7 (ideally the later), seniors will have 3-4
  years of experience, juniors will have 1-2 years
  - HTML, DHTML, CSS, MS SQL Server (past experience with PHP, ASP)
  - Content Management experience
  - Have excellent communication skills, ideally with some exposure in a
  client facing role or as a freelancer
  - Have business development experience, again someone who may have
  worked as a freelancer
 
  Ideally, you will be available to start in early June (available on
  3-4 weeks notice).
 
  The salary will vary from 40k to 70k base (negotiable) based on
  experience.
 
  Please send your details to Clement at [EMAIL PROTECTED] and call on
  02 8267 6500 to get this underway!


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: CF contractors needed!

2007-05-14 Thread Peter Tilbrook
So Sydney companies stop frigging ringing me please!

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



[cfaussie] Re: CF contractors needed!

2007-05-14 Thread Peter Tilbrook
It is sad when I can only quote one Sydite worthy of the job offers. He
must be frigging sick of the offers too lol!

Hey anyone ever heard of telecomute?

I am having to much fun with a pet project and waiting for Scorpio to go
live than to move to Syd/Bris/Melb.

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



[cfaussie] Re: Please refrain from posting Job Ads to CFAUSSIE

2007-05-14 Thread Peter Tilbrook

Ooh! Ouch!

On 14/05/07, Geoff Bowers [EMAIL PROTECTED] wrote:

 Folks,

 Please do not post job ads to CFAUSSIE.

 Jobs should only be posted to CFJOBS:
   http://groups.google.com/group/cfjobs

 Serial offenders will be struck from the members list without warning.

 -- geoff
 List Administrator
 http://www.daemon.com.au/


 



-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread Peter Tilbrook

Why do you fellas over complicate things?

I mean thing about it? OnRequestEnd? OnSessionEnd?

The only to really end a session with CF is to use J2EE sessions.
Browser is closed - session is ended. Of course depending on how you
code your app this may not bet the case.

My host no longer allows J2EE sessions so true session management is
screwed by bad server management. Out of my control. It shits me but
badder things have happened.

So why no J2EE support? Apparently my good code has to be back
pedalled so the bad code that does not handle sessions correctly.
And the bad code is the crash server type code so go figure.

NB this is only CF with J2EE (MX 6.x+).






-- 
Peter Tilbrook
ColdGen Internet Solutions
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

http://www.coldgen.com/
http://www.actcfug.com/

Tel: +61-2-6284-2727
Mob: +61-0432-897-437

Email: [EMAIL PROTECTED]
MSN Messenger Live: Desktop General

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



  1   2   3   >