[cfaussie] [ANN SYD] Monday: Mockups with Balsamiq (and prize)

2011-07-22 Thread Chris Velevitch
I just received confirmation that there will be one copy of Balsamiq
Mockups to give away to some lucky attendee at this Monday's meeting.

Monday 25th July, 6pm for 6:30 start

Balsamiq Mockups is a cross-platform tool for creating screen,
application and website mockups and has the capability to be exported
and fed into code generation utilities.

Tonight, Chris will be demonstrating and discussing Balsamiq Mockups.

The venue is courtesy of Rocketboots.

Please RSVP to help with the catering numbers. You need to sign in and
join the group to RSVP. Please RSVP at
http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=37676



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

Adobe Platform Users Group, Sydney
Topic: Mockups With Balsamiq
Date: 25th July 6pm for 6:30 start
Details and RSVP on
http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=37676

-- 
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] Mac OSX Lion

2011-07-22 Thread Sean Corfield
On Thu, Jul 21, 2011 at 10:54 PM, Kai Koenig  wrote:
> If you've got a critical piece of ANYTHING to get done, would one then really 
> upgrade one's machine to a new OS as an early adopter on day 1 or 2?

I'm stunned too. I _never_ upgrade on a .0 release (and I've been a
huge Apple fan since the 80's). Wait for at least .1 or better .2...

The other important thing - which I'm stunned CFers haven't paid
attention to - is that Apple announced _AGES AGO_ that they wouldn't
be supporting Java and would be passing that over to Oracle in future,
with releases of OpenJDK. And yet CFers are shocked that Lion doesn't
seem to have Java built-in :)
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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] MAD! Melbourne Adobe Developers meeting for Thursday 21 July 2011. Who's coming???

2011-07-22 Thread Steve Onnis
Did someone just start up their email client? :)

-Original Message-
From: Peter Robertson [mailto:peter.r.robert...@gmail.com] 
Sent: Wednesday, 20 July 2011 4:22 PM
To: cfaussie
Subject: [cfaussie] MAD! Melbourne Adobe Developers meeting for Thursday 21
July 2011. Who's coming???

Hi all, if you're coming tomorrow evening, please RSVP so that we can
cater.

Details here: http://tinyurl.com/3bwadjh

Many thanks


Peter Robertson
Co-manager MAD

-- 
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: CreateObject of itself

2011-07-22 Thread Paul Kukiel
Yep,

What I am referring to is that you can dynamically set the return type ie



or



They will both fail.

The return type must be specified at compile time ie



Paul

On Mon, Jul 18, 2011 at 8:36 PM, Andrew Scott wrote:

> Paul, I am going to correct you here.
>
> When creating the constructor, whether it be init or initmethod="whatever"
> you can return the object type.
>
> public testComponent function() {
> }
>
> Also notice that I didn't include the return this, because in ColdFusion 9
> this will work without it. What you can't do is dynamically change the
> return type.
>
>
>
>
> On Thu, Jul 14, 2011 at 1:23 PM, Paul Kukiel  wrote:
>
>> Hi Steve,
>>
>> That's correct the cfc was called steve.  I didn't need to import anythign
>> as I just dropped the cfc in the same folder.
>>
>> If the cfc was in a folder say com.cfaussie or there was a com mapping the
>> import would be:
>>
>> 
>> import com.cfaussie.steven;
>>
>> temp = new steven("zigZag2");
>>  temp.bar();
>>
>> writeDump(getMetaData(temp));
>>
>> 
>>
>> In the cfc it knows where it is so you don't need the import.  Also
>> getMetaData() will return the meta data Phill was mentioning and you could
>> use fullName to dynamically create the new instance.  Return type of init
>> must be any however as you can't change that at run time.
>>
>> Eg:  http://pastebin.com/ZeE0rpYJ
>>
>> Running: http://demo.kukiel.net/cfaussie2.cfm
>>
>> Paul
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>



-- 
Paul Kukiel

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



[cfaussie] MAD! Melbourne Adobe Developers meeting for Thursday 21 July 2011. Who's coming???

2011-07-22 Thread Peter Robertson
Hi all, if you're coming tomorrow evening, please RSVP so that we can
cater.

Details here: http://tinyurl.com/3bwadjh

Many thanks


Peter Robertson
Co-manager MAD

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