[cfaussie] Re: What does {} do?

2009-06-21 Thread Dale Fraser
Just to clarify

 

CF8

 



 

= variables.local

 

CF9

 



 

= local.local

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Monday, 22 June 2009 11:56 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: What does {} do?

 



 

Is the same as:

 



 

Which will work in CF7.

 

We use this so we only need to var scope one attribute and everything else
we use:

 



 

http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope>
http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope

 

Paul.

 

 

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Andrew Myers
Sent: Sunday, June 21, 2009 9:50 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] What does {} do?

 

Hi All,

I've seen a few components with code like this in it:




It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
do, and can anyone recommend an alternative for those of us still stuck in
the past? ;-)

Andrew.





 


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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Dale Fraser
Actually,

 

Thats not quite right Paul.

 



 

Or

 



 

Is not quite the same as the new local scope in CF9.

 

Because if you do one of the above you will get a variable called

 

local.local

 

It will still work, as CF9 has the local scope as default scope to search so

 

When you go local.varName

 

It will find it in local.local.varName

 

So all the people out there who do

 



 

And then not worry about varing local variables, and just use local. It will
be good in CF9 to just remove all of these lines.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Monday, 22 June 2009 11:56 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: What does {} do?

 



 

Is the same as:

 



 

Which will work in CF7.

 

We use this so we only need to var scope one attribute and everything else
we use:

 



 

http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope>
http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope

 

Paul.

 

 

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Andrew Myers
Sent: Sunday, June 21, 2009 9:50 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] What does {} do?

 

Hi All,

I've seen a few components with code like this in it:




It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
do, and can anyone recommend an alternative for those of us still stuck in
the past? ;-)

Andrew.





 


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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Andrew Myers
Thanks all!  Much appreciated.

2009/6/22 Paul Kukiel 

>  
>
>
>
> Is the same as:
>
>
>
> 
>
>
>
> Which will work in CF7.
>
>
>
> We use this so we only need to var scope one attribute and everything else
> we use:
>
>
>
> 
>
>
>
> 
>
>
> This is also backwards compatible with the new changes in CF9
>
>
>
> http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope
>
>
>
> Paul.
>
>
>
>
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On
> Behalf Of *Andrew Myers
> *Sent:* Sunday, June 21, 2009 9:50 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] What does {} do?
>
>
>
> Hi All,
>
>
> I've seen a few components with code like this in it:
>
> 
> 
>
> It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
> do, and can anyone recommend an alternative for those of us still stuck in
> the past? ;-)
>
> Andrew.
>
>
>
> >
>

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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Paul Kukiel


 

Is the same as:

 



 

Which will work in CF7.

 

We use this so we only need to var scope one attribute and everything else
we use:

 



 

http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope>
http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope

 

Paul.

 

 

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Andrew Myers
Sent: Sunday, June 21, 2009 9:50 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] What does {} do?

 

Hi All,

I've seen a few components with code like this in it:




It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
do, and can anyone recommend an alternative for those of us still stuck in
the past? ;-)

Andrew.




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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Barry Beattie
the new (and much neater, IMHO) way of declaring a struct, as of CF8


"can anyone recommend an alternative for those of us still stuck in the
past?"




no prizes to guess what this is:





On Mon, Jun 22, 2009 at 11:49 AM, Andrew Myers  wrote:

> Hi All,
>
> I've seen a few components with code like this in it:
>
> 
> 
>
> It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
> do, and can anyone recommend an alternative for those of us still stuck in
> the past? ;-)
>
> Andrew.
>
>
> >
>

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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Steve Onnis
created a new object
 

is the same as

 
Steve

  _  

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Andrew Myers
Sent: Monday, 22 June 2009 11:50 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] What does {} do?


Hi All,

I've seen a few components with code like this in it:




It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
do, and can anyone recommend an alternative for those of us still stuck in
the past? ;-)

Andrew.





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



[cfaussie] Re: What does {} do?

2009-06-21 Thread Mark Mandel
StructNew() :D

Mark

On Mon, Jun 22, 2009 at 11:49 AM, Andrew Myers  wrote:

> Hi All,
>
> I've seen a few components with code like this in it:
>
> 
> 
>
> It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
> do, and can anyone recommend an alternative for those of us still stuck in
> the past? ;-)
>
> Andrew.
>
>
> >
>


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

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



[cfaussie] What does {} do?

2009-06-21 Thread Andrew Myers
Hi All,

I've seen a few components with code like this in it:




It seems the CF7 doesn't like the "{}" syntax.  What does the {} actually
do, and can anyone recommend an alternative for those of us still stuck in
the past? ;-)

Andrew.

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



[cfaussie] [ANN-SYD] Tonight: UG Tour: Flex 4/Flash Catalyst/Centaur (CF)/Bolt

2009-06-21 Thread Chris Velevitch

Tonight, Monday 22nd June at 6pm for 6:30 start.

Come learn about the newest features in the Flex 4 framework, Flex
Builder 4 and the newest Adobe product -- Flash Catalyst. See product
feature demos, and learn how the new Flex framework powers both Flash
Catalyst and Flex Builder to speed the development and testing of rich
Internet applications and content.

In addition, we be discussing Centaur, the next version of ColdFusion,
and Bolt - code name for the highly anticipated first ColdFusion IDE
from Adobe.  Learn about exciting new features and discover how
Centaur and Bolt will accelerate your ColdFusion application
development.

There will be a number of prizes available for all attendees.

Also, the major software prize, valued at $US2100, will be drawn tonight.

Note: In order to be eligible for the major software prize, you must
have attended at least 3 meeting since the November major software
prize draw. Previous major software winners within the last 2 years
are ineligible.

Please RSVP to help with the catering numbers. You need to sign in and
join the group to RSVP.


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

Adobe Platform Users Group, Sydney
June meeting: UG Tour Flex 4, Catalyst, Flash Builder, Coldfusion and Bolt
Date: Mon 22th June 6pm for 6:30 start
Details and RSVP on http://groups.adobe.com/posts/a8adb3e375

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



[cfaussie] Re: Virtual ANZ Friday beer o'clock...

2009-06-21 Thread Andrew Myers
Count me in too!

2009/6/22 Kai Koenig 

> Heya all,
>
> just wondering - anyone interesting to have a cross-country & cross-region
> virtual beer o'clock in Connect next Friday? We're thinking about starting
> at 4 pm NZ time so that our friends in WA can start drinking at lunch time
> but the room can stay open as long as people like, really :-)
>
> Interesting virtual networking/webcam/chitchat opportunity for people who
> work from home or are freelancing and usually miss out at beer o'clock.
> To be fair - I have no idea how the server and the Connect room will cope,
> but I thought it's worth a try. Let me know off-list if you're interested.
>
> Cheers
> Kai
>
> _
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
> web: http://www.ventego-creative.co.nz
> blog: http://www.bloginblack.de
>
>
>
>
>
> >
>

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



[cfaussie] Re: Virtual ANZ Friday beer o'clock...

2009-06-21 Thread Mark Mandel
Assuming I'm not stuck at a clients, I think it's a great idea!

Mark

On Mon, Jun 22, 2009 at 8:35 AM, Andrew Muller wrote:

>
> Sounds good to me...
>
> 2009/6/22 Kai Koenig :
> > Heya all,
> > just wondering - anyone interesting to have a cross-country &
> cross-region
> > virtual beer o'clock in Connect next Friday? We're thinking about
> starting
> > at 4 pm NZ time so that our friends in WA can start drinking at lunch
> time
> > but the room can stay open as long as people like, really :-)
> > Interesting virtual networking/webcam/chitchat opportunity for people who
> > work from home or are freelancing and usually miss out at beer o'clock.
> > To be fair - I have no idea how the server and the Connect room will
> cope,
> > but I thought it's worth a try. Let me know off-list if you're
> interested.
> > Cheers
> > Kai
> > _
> > Kai Koenig - Ventego Creative Ltd
> > ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
> > web: http://www.ventego-creative.co.nz
> > blog: http://www.bloginblack.de
> >
> >
> >
> >
> > >
> >
>
>
>
> --
> ---
> Andrew Muller
>
> linkedin: http://www.linkedin.com/pub/1/151/905
>
> >
>


-- 
E: mark.man...@gmail.com
W: www.compoundtheory.com

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



[cfaussie] Re: Virtual ANZ Friday beer o'clock...

2009-06-21 Thread Andrew Muller

Sounds good to me...

2009/6/22 Kai Koenig :
> Heya all,
> just wondering - anyone interesting to have a cross-country & cross-region
> virtual beer o'clock in Connect next Friday? We're thinking about starting
> at 4 pm NZ time so that our friends in WA can start drinking at lunch time
> but the room can stay open as long as people like, really :-)
> Interesting virtual networking/webcam/chitchat opportunity for people who
> work from home or are freelancing and usually miss out at beer o'clock.
> To be fair - I have no idea how the server and the Connect room will cope,
> but I thought it's worth a try. Let me know off-list if you're interested.
> Cheers
> Kai
> _
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
> web: http://www.ventego-creative.co.nz
> blog: http://www.bloginblack.de
>
>
>
>
> >
>



-- 
---
Andrew Muller

linkedin: http://www.linkedin.com/pub/1/151/905

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



[cfaussie] Virtual ANZ Friday beer o'clock...

2009-06-21 Thread Kai Koenig
Heya all,

just wondering - anyone interesting to have a cross-country & cross- 
region
virtual beer o'clock in Connect next Friday? We're thinking about  
starting
at 4 pm NZ time so that our friends in WA can start drinking at lunch  
time
but the room can stay open as long as people like, really :-)

Interesting virtual networking/webcam/chitchat opportunity for people  
who
work from home or are freelancing and usually miss out at beer o'clock.
To be fair - I have no idea how the server and the Connect room will  
cope,
but I thought it's worth a try. Let me know off-list if you're  
interested.

Cheers
Kai

_
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de





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