[cfaussie] Re: My Yearly WebDU Rant

2008-04-23 Thread Mark Mandel

I stand corrected!!!

Still, great they are going to be here. I plan on buying Hemant a
drink or two. :oD

Mark

On Wed, Apr 23, 2008 at 4:50 PM, Chris Velevitch
<[EMAIL PROTECTED]> wrote:
>
>  On Wed, Apr 23, 2008 at 4:14 PM, Mark Mandel <[EMAIL PROTECTED]> wrote:
>  >  I don't know if people realise this as well, but there will be 2 Adobe
>  >  ColdFusion engineers in attendance at webDU this year:
>
>  ...
>
>
>  >  I think it's pretty amazing that the Daemon crew got these two guys to
>  >  travel all the way, to let's face it, the ass end of the world ;o)
>
>  Mark, it's the other way around. Adobe staff fall over themselves
>  trying to get permission to come, as they hold WebDU in high regard.
>
>
>
>  Chris
>  --
>  Chris Velevitch
>  Manager - Adobe Platform Users Group, Sydney
>  m: 0415 469 095
>  www.flashdev.org.au
>
>  Adobe Platform Users Group, Sydney
>  April meeting: Setting Fire To Your Community
>  Date: Mon 28th April 6pm for 6:30 start
>  Details and RSVP on http://apugs2008april.eventbrite.com/
>
>
>
>  >
>



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



[cfaussie] Re: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Blair McKenzie
Remember you can pass in styles, so:


Blair

On Wed, Apr 23, 2008 at 4:55 PM, barry.b <[EMAIL PROTECTED]> wrote:

>
>
>
> Chris, that idea got shot down in flames when I suggested it an hour
> ago. it's an admin section, nobody really cares and it's just about to
> go live.
>
> to do so means that the "people picker" pop-up that puts the name
> there for a new record needs to be reworked and then the call to it in
> 4 other places needs to be rewritten and the whole lot to be tested
> again. I didn't write this thing, I just gotta finish it.
>
> I was just trying to be somewhat nice to the users, given the lack of
> intuititivity of the rest of the app (IMHO everyone should own a copy
> of "Don't Make Me Think!" http://safari.oreilly.com/0321344758)
>
> so I take it I should just give up now and stick post-it's saying this
> on the users machine?
>
> meh, no biggee.. thanx anyhoo.
> b
>
>
> On Apr 23, 4:46 pm, "Chris Velevitch" <[EMAIL PROTECTED]>
> wrote:
> > It looks like UserID and UserName are one in the same.
> >
> > Have 2 fields: FirstName and Surname and format it yourself. That way
> > you'll get what you what and reduce the likelihood of errors.
> >
> > Then you don't need the instructions and the users don't have to think
> > about what they're doing.
> >
> >
> >
> >
> >
> > On Wed, Apr 23, 2008 at 4:11 PM, barry.b <[EMAIL PROTECTED]>
> wrote:
> >
> > >  CF7, using FlashForms
> >
> > >   > >   > >  REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> > >  FirstName'"
> > >  READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
> > >  STYLE="background-color:##DD;">
> > >   > >  REQUIRED="yes" message="Please ensire the format is 'Surname,
> > >  FirstName'"
> > >  READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
> > >  STYLE="background-color:##FF;"  />
> >
> > >  I wanted to add a simple message to the right of the UserName
> textbox:
> >
> > >  * Please ensure the format is
> > >  'Surname, FirstName'
> >
> > >  obviously straight HTML is ignored...
> >
> > >  suggestions?
> >
> > >  thanx
> > >  barry.b
> >
> > --
> > Chris
> > --
> > Chris Velevitch
> > Manager - Adobe Platform Users Group, Sydney
> > m: 0415 469 095www.flashdev.org.au
> >
> > Adobe Platform Users Group, Sydney
> > April meeting: Setting Fire To Your Community
> > Date: Mon 28th April 6pm for 6:30 start
> > Details and RSVP onhttp://apugs2008april.eventbrite.com/- Hide quoted
> text -
> >
> > - Show quoted text -
> >
>

--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Blair McKenzie
Also, to put multiple things on one line:




On Wed, Apr 23, 2008 at 5:09 PM, Blair McKenzie <[EMAIL PROTECTED]> wrote:

> Remember you can pass in styles, so:
> 
>
> Blair
>
>
> On Wed, Apr 23, 2008 at 4:55 PM, barry.b <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >
> > Chris, that idea got shot down in flames when I suggested it an hour
> > ago. it's an admin section, nobody really cares and it's just about to
> > go live.
> >
> > to do so means that the "people picker" pop-up that puts the name
> > there for a new record needs to be reworked and then the call to it in
> > 4 other places needs to be rewritten and the whole lot to be tested
> > again. I didn't write this thing, I just gotta finish it.
> >
> > I was just trying to be somewhat nice to the users, given the lack of
> > intuititivity of the rest of the app (IMHO everyone should own a copy
> > of "Don't Make Me Think!" http://safari.oreilly.com/0321344758)
> >
> > so I take it I should just give up now and stick post-it's saying this
> > on the users machine?
> >
> > meh, no biggee.. thanx anyhoo.
> > b
> >
> >
> > On Apr 23, 4:46 pm, "Chris Velevitch" <[EMAIL PROTECTED]>
> > wrote:
> > > It looks like UserID and UserName are one in the same.
> > >
> > > Have 2 fields: FirstName and Surname and format it yourself. That way
> > > you'll get what you what and reduce the likelihood of errors.
> > >
> > > Then you don't need the instructions and the users don't have to think
> > > about what they're doing.
> > >
> > >
> > >
> > >
> > >
> > > On Wed, Apr 23, 2008 at 4:11 PM, barry.b <[EMAIL PROTECTED]>
> > wrote:
> > >
> > > >  CF7, using FlashForms
> > >
> > > >   > > >   > > >  REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> > > >  FirstName'"
> > > >  READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
> > > >  STYLE="background-color:##DD;">
> > > >   > > >  REQUIRED="yes" message="Please ensire the format is 'Surname,
> > > >  FirstName'"
> > > >  READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
> > > >  STYLE="background-color:##FF;"  />
> > >
> > > >  I wanted to add a simple message to the right of the UserName
> > textbox:
> > >
> > > >  * Please ensure the format is
> > > >  'Surname, FirstName'
> > >
> > > >  obviously straight HTML is ignored...
> > >
> > > >  suggestions?
> > >
> > > >  thanx
> > > >  barry.b
> > >
> > > --
> > > Chris
> > > --
> > > Chris Velevitch
> > > Manager - Adobe Platform Users Group, Sydney
> > > m: 0415 469 095www.flashdev.org.au
> > >
> > > Adobe Platform Users Group, Sydney
> > > April meeting: Setting Fire To Your Community
> > > Date: Mon 28th April 6pm for 6:30 start
> > > Details and RSVP onhttp://apugs2008april.eventbrite.com/- Hide quoted
> > text -
> > >
> > > - Show quoted text -
> > > >
> >
>

--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread barry.b


OK ... that's the styles covered ... but to add instructional text to
the right of the flashform  textbox? the label of the textbox is
already being used.

to be honest, I'll settle for a tooltip when it gets focus instead.
Anything. I'm rapidly losing being "fussy"

but surely free text can be added onto the flashform? is there no such
thing as

* Please ensure the format is 'Surname, FirstName'

... I'm not asking for _too_ much, am I?



On Apr 23, 5:09 pm, "Blair McKenzie" <[EMAIL PROTECTED]> wrote:
> Also, to put multiple things on one line:
> 
>
> 
>
>
>
> On Wed, Apr 23, 2008 at 5:09 PM, Blair McKenzie <[EMAIL PROTECTED]> wrote:
> > Remember you can pass in styles, so:
> > 
>
> > Blair
>
> > On Wed, Apr 23, 2008 at 4:55 PM, barry.b <[EMAIL PROTECTED]> wrote:
>
> > > Chris, that idea got shot down in flames when I suggested it an hour
> > > ago. it's an admin section, nobody really cares and it's just about to
> > > go live.
>
> > > to do so means that the "people picker" pop-up that puts the name
> > > there for a new record needs to be reworked and then the call to it in
> > > 4 other places needs to be rewritten and the whole lot to be tested
> > > again. I didn't write this thing, I just gotta finish it.
>
> > > I was just trying to be somewhat nice to the users, given the lack of
> > > intuititivity of the rest of the app (IMHO everyone should own a copy
> > > of "Don't Make Me Think!"http://safari.oreilly.com/0321344758)
>
> > > so I take it I should just give up now and stick post-it's saying this
> > > on the users machine?
>
> > > meh, no biggee.. thanx anyhoo.
> > > b
>
> > > On Apr 23, 4:46 pm, "Chris Velevitch" <[EMAIL PROTECTED]>
> > > wrote:
> > > > It looks like UserID and UserName are one in the same.
>
> > > > Have 2 fields: FirstName and Surname and format it yourself. That way
> > > > you'll get what you what and reduce the likelihood of errors.
>
> > > > Then you don't need the instructions and the users don't have to think
> > > > about what they're doing.
>
> > > > On Wed, Apr 23, 2008 at 4:11 PM, barry.b <[EMAIL PROTECTED]>
> > > wrote:
>
> > > > >  CF7, using FlashForms
>
> > > > >   > > > >   > > > >  REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> > > > >  FirstName'"
> > > > >  READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
> > > > >  STYLE="background-color:##DD;">
> > > > >   > > > >  REQUIRED="yes" message="Please ensire the format is 'Surname,
> > > > >  FirstName'"
> > > > >  READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
> > > > >  STYLE="background-color:##FF;"  />
>
> > > > >  I wanted to add a simple message to the right of the UserName
> > > textbox:
>
> > > > >  * Please ensure the format is
> > > > >  'Surname, FirstName'
>
> > > > >  obviously straight HTML is ignored...
>
> > > > >  suggestions?
>
> > > > >  thanx
> > > > >  barry.b
>
> > > > --
> > > > Chris
> > > > --
> > > > Chris Velevitch
> > > > Manager - Adobe Platform Users Group, Sydney
> > > > m: 0415 469 095www.flashdev.org.au
>
> > > > Adobe Platform Users Group, Sydney
> > > > April meeting: Setting Fire To Your Community
> > > > Date: Mon 28th April 6pm for 6:30 start
> > > > Details and RSVP onhttp://apugs2008april.eventbrite.com/-Hide quoted
> > > text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Chris Velevitch

Use:-

[html text goes here]

You may also need to wrap that inside of

...

to get it to appear next to the field.


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

Adobe Platform Users Group, Sydney
April meeting: Setting Fire To Your Community
Date: Mon 28th April 6pm for 6:30 start
Details and RSVP on http://apugs2008april.eventbrite.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: My Yearly WebDU Rant

2008-04-23 Thread Dale Fraser

Thanks everyone for the responses.

Its good that no one has said, save your money etc. And I think that
probably once going I would probably see the light and want to go every
year.

I know that was the case with Max. From what I hear it's a very polished
event.

Thanks again.

Regards
Dale Fraser
http://learncf.com
http://flexcf.com


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Wednesday, 23 April 2008 5:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: My Yearly WebDU Rant


I stand corrected!!!

Still, great they are going to be here. I plan on buying Hemant a
drink or two. :oD

Mark

On Wed, Apr 23, 2008 at 4:50 PM, Chris Velevitch
<[EMAIL PROTECTED]> wrote:
>
>  On Wed, Apr 23, 2008 at 4:14 PM, Mark Mandel <[EMAIL PROTECTED]>
wrote:
>  >  I don't know if people realise this as well, but there will be 2 Adobe
>  >  ColdFusion engineers in attendance at webDU this year:
>
>  ...
>
>
>  >  I think it's pretty amazing that the Daemon crew got these two guys to
>  >  travel all the way, to let's face it, the ass end of the world ;o)
>
>  Mark, it's the other way around. Adobe staff fall over themselves
>  trying to get permission to come, as they hold WebDU in high regard.
>
>
>
>  Chris
>  --
>  Chris Velevitch
>  Manager - Adobe Platform Users Group, Sydney
>  m: 0415 469 095
>  www.flashdev.org.au
>
>  Adobe Platform Users Group, Sydney
>  April meeting: Setting Fire To Your Community
>  Date: Mon 28th April 6pm for 6:30 start
>  Details and RSVP on http://apugs2008april.eventbrite.com/
>
>
>
>  >
>



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



[cfaussie] Re: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread barry.b

many thanx Chris - that's getting me closer.

the strange thing is that I'm already using type=horizontal" and as
soon as I add the  ... both text boxes and the label/
text go vertical. remove the label/text and the two text boxes are
horizontal again.





* Please ensure  the format is 'Surname, FirstName'



--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Chris Velevitch

Check the width.

On Wed, Apr 23, 2008 at 6:28 PM, barry.b <[EMAIL PROTECTED]> wrote:
>
>  many thanx Chris - that's getting me closer.
>
>  the strange thing is that I'm already using type=horizontal" and as
>  soon as I add the  ... both text boxes and the label/
>  text go vertical. remove the label/text and the two text boxes are
>  horizontal again.
>
>  
>
>  REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
>  FirstName'"
> READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
>  STYLE="background-color:##DD;">
>   REQUIRED="yes" message="Please ensire the format is 'Surname,
>  FirstName'"
> READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
> STYLE="background-color:##FF;"  />
>  
>
> * Please ensure  the format is 'Surname, FirstName'
>  
>  
>
>
>
>  >
>



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

Adobe Platform Users Group, Sydney
April meeting: Setting Fire To Your Community
Date: Mon 28th April 6pm for 6:30 start
Details and RSVP on http://apugs2008april.eventbrite.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: Who is working for whom in Sydney, and are they looking for new people?

2008-04-23 Thread M@ Bourke
>when I was first interviewed some two years ago by Gruden,
MX had only just come out,

this is why you shouldn't post so much on a public mailing list, MX has been
around now for about 7 years (or at least the beta??) not 2.
I agree totally with what Scott said.
Also look at it this way, people from all these companies you mentioned are
on this list.
now if I was a competitor with say Gruden for example and I wanted to have a
better team of Ninja's I wouldn't look at these posts and go "well gruden
don't want him maybe we should take him", its not logical.
if you sound to desperate it will sound like something is wrong with your
skill set/references that your not mentioning. just let people know your
looking for a job and leave it at that.
spend less time whinging and more time gaining new skills.
most frame works out there you can brush up on in an hour.
spend some time getting a basic grasp of the top 4 frameworks.

when a new version of CF comes out (preferably in the beta stage) grab a
copy and in your own time (don't expect to only work when you employer is
paying you, your employer won't be in your next job interview) build a
little personal project for yourself that only you will ever see but uses
every single tag and function so that way ya know exactly what is there and
what they do etc.

Hope those tips help, just remember this is a public list, odds are in your
next interview the person sitting across from you has read this list etc.

"There would need to
be fairly exceptional circumstances for us to consider such a
candidate."

why not write back (politely) and say "hi, that was 2 years ago, since then
I've become a super ninja and have solidly been OO'ing and using XYZ
frameworks etc etc."
and if you haven't take it as friendly advice from them and get cracking
improving on your weaknesses, that's the fun thing about this industry,
finding out your weaknesses and improving on them then reaping the rewards.

best of luck
M@

--~--~-~--~~~---~--~~
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: Who is working for whom in Sydney, and are they looking for new people?

2008-04-23 Thread Scott Barnes
One other point - M@ has a way with just slamming a point right between the
eyes, and that's why we deported him to the UK, that and he's just having
way to much fun there - is to *buddy up.*

Don't do this alone, find your local CFUG and get them to help you, as in
the end they'll gain a storm trooper in the CF Battles :) and if the CFUG
ditches you, well that's just bloody poor form (highly doubt that will ever
happen).

There is never a bad developer, just bad teachers and/or students with bad
attitudes :) eheh



On Wed, Apr 23, 2008 at 7:24 PM, M@ Bourke <[EMAIL PROTECTED]>
wrote:

> >when I was first interviewed some two years ago by Gruden,
> MX had only just come out,
>
> this is why you shouldn't post so much on a public mailing list, MX has
> been around now for about 7 years (or at least the beta??) not 2.
> I agree totally with what Scott said.
> Also look at it this way, people from all these companies you mentioned
> are on this list.
> now if I was a competitor with say Gruden for example and I wanted to have
> a better team of Ninja's I wouldn't look at these posts and go "well gruden
> don't want him maybe we should take him", its not logical.
> if you sound to desperate it will sound like something is wrong with your
> skill set/references that your not mentioning. just let people know your
> looking for a job and leave it at that.
> spend less time whinging and more time gaining new skills.
> most frame works out there you can brush up on in an hour.
> spend some time getting a basic grasp of the top 4 frameworks.
>
> when a new version of CF comes out (preferably in the beta stage) grab a
> copy and in your own time (don't expect to only work when you employer is
> paying you, your employer won't be in your next job interview) build a
> little personal project for yourself that only you will ever see but uses
> every single tag and function so that way ya know exactly what is there and
> what they do etc.
>
> Hope those tips help, just remember this is a public list, odds are in
> your next interview the person sitting across from you has read this list
> etc.
>
> "There would need to
> be fairly exceptional circumstances for us to consider such a
> candidate."
>
> why not write back (politely) and say "hi, that was 2 years ago, since
> then I've become a super ninja and have solidly been OO'ing and using XYZ
> frameworks etc etc."
> and if you haven't take it as friendly advice from them and get cracking
> improving on your weaknesses, that's the fun thing about this industry,
> finding out your weaknesses and improving on them then reaping the rewards.
>
> best of luck
> M@
>
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: My Yearly WebDU Rant

2008-04-23 Thread M@ Bourke
>Taxis   $200

maybe fly them to sydney airport and get them to get the train to the hotel,
instead of flying them to adelaide airport and having them catch a cab to
sydney.

its been almost 2 years since I've been in oz but surely taxi's haven't gone
up that much?
surely the person can get a hotel near by the conference and just walk there
each day.
I guess the further away they are the cheaper the accom, but this could be
lost on taxi expense.
or am i the only 1 who ever catches the train from the airport and thinks
"woh what an expensive short train ride" lol.

M@

--~--~-~--~~~---~--~~
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: My Yearly WebDU Rant

2008-04-23 Thread Scott Barnes
Actually I used to get a limo between Sydney to North Ryde / Hilton every
time i travelled to Sydney. Last week I caught the train for the first time,
a whopping $13.50 (heh) and I got to the Hilton in less time. Now by that
math, you should arrive at the Casino/Hotel of Choice not only in less time
but less outlay.

So there you go, you just freed up some beer funds... YESthis year
Microsoft aren't going to be there with the AMEX (those limos rack up ya
know).

Scott.



On Wed, Apr 23, 2008 at 7:36 PM, M@ Bourke <[EMAIL PROTECTED]>
wrote:

> >Taxis   $200
>
> maybe fly them to sydney airport and get them to get the train to the
> hotel, instead of flying them to adelaide airport and having them catch a
> cab to sydney.
>
> its been almost 2 years since I've been in oz but surely taxi's haven't
> gone up that much?
> surely the person can get a hotel near by the conference and just walk
> there each day.
> I guess the further away they are the cheaper the accom, but this could be
> lost on taxi expense.
> or am i the only 1 who ever catches the train from the airport and thinks
> "woh what an expensive short train ride" lol.
>
> M@
>
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: My Yearly WebDU Rant

2008-04-23 Thread Justin Mclean

Hi Dale,

I live in Sydney and I'm a freelancer/contractor. I've gone every year
it has been run and paid for it with my own money (and time). It has
paid for itself many times over in terms of new work found, knowledge
gained, inspiration and networking. It has the highest ratio of Adobe
employees, guru's and interesting people to attendees than of any of
the other conferences I've been too.

Basically it costs money not to go!

Justin
--~--~-~--~~~---~--~~
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: Web on the Piste 2008 - Early Bird Registration closes April 30th!

2008-04-23 Thread Scott Barnes
*Off topic note:*

If anyone wants some reasoning or thoughts behind why this is also worth
attending let me just say this.

My wife was pregnant with my daughter and she was due in August last year
(the same time WOTP was on). I not only still attended this fine conference,
had  blast and made it home 3 hours before she gave birth.

Never question my commitment to the community ;)

Seriously, Skiing/Snowboarding, Drinking, Quality Geek-out Conversations,
Great atmosphere and above all else i learnt a lot :)

On Wed, Apr 23, 2008 at 4:02 PM, Chris Velevitch <[EMAIL PROTECTED]>
wrote:

>
> Web on the Piste 2008 will take place on August 20th & 21st at the
> ultimate venue, Queenstown, New Zealand.
>
> Visit www.webonthepiste.com for the latest news and to register. Early
> Bird registration closes on April 30th.
>
> Web on the Piste 2007 was an outstanding success with 100% of the
> attendees surveyed saying they will be back again next year. With 21
> top local and International speakers, awesome sessions, the most
> amazing location, great social events and some skiing to boot it
> really was the best conference of the year. This years conference is
> going to be all about Usability and Rich Internet Technologies such as
> Flex, Silverlight and AJAX.
>
>
> --
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095
> www.flashdev.org.au
>
> Adobe Platform Users Group, Sydney
> April meeting: Setting Fire To Your Community
> Date: Mon 28th April 6pm for 6:30 start
> Details and RSVP on http://apugs2008april.eventbrite.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: My Yearly WebDU Rant

2008-04-23 Thread Mark Mandel

Is this where I bust out the 'Do you know how much it costs me to go
to cf.Objective()?' card?

I honestly don't think you can put a price on what you get out of
conferences - there is * always * a return on investment.

Mark

On Wed, Apr 23, 2008 at 7:50 PM, Justin Mclean <[EMAIL PROTECTED]> wrote:
>
>  Hi Dale,
>
>  I live in Sydney and I'm a freelancer/contractor. I've gone every year
>  it has been run and paid for it with my own money (and time). It has
>  paid for itself many times over in terms of new work found, knowledge
>  gained, inspiration and networking. It has the highest ratio of Adobe
>  employees, guru's and interesting people to attendees than of any of
>  the other conferences I've been too.
>
>  Basically it costs money not to go!
>
>  Justin
>
>
> >
>



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



[cfaussie] Re: My Yearly WebDU Rant

2008-04-23 Thread Scott Barnes
Not true.. I'm still having nightmares about once attending a Web Government
Governance Conference in 2007... talk about pain..

:)

On Wed, Apr 23, 2008 at 7:52 PM, Mark Mandel <[EMAIL PROTECTED]> wrote:

>
> Is this where I bust out the 'Do you know how much it costs me to go
> to cf.Objective()?' card?
>
> I honestly don't think you can put a price on what you get out of
> conferences - there is * always * a return on investment.
>
> Mark
>
> On Wed, Apr 23, 2008 at 7:50 PM, Justin Mclean <[EMAIL PROTECTED]>
> wrote:
> >
> >  Hi Dale,
> >
> >  I live in Sydney and I'm a freelancer/contractor. I've gone every year
> >  it has been run and paid for it with my own money (and time). It has
> >  paid for itself many times over in terms of new work found, knowledge
> >  gained, inspiration and networking. It has the highest ratio of Adobe
> >  employees, guru's and interesting people to attendees than of any of
> >  the other conferences I've been too.
> >
> >  Basically it costs money not to go!
> >
> >  Justin
> >
> >
> > >
> >
>
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: My Yearly WebDU Rant

2008-04-23 Thread Mark Mandel

Okay.. within reason then ;o)

What were you even doing... actually, I don't want to know what you
were doing there.  It sounds more painful than I want to hear ;o)

Mark

On Wed, Apr 23, 2008 at 7:53 PM, Scott Barnes <[EMAIL PROTECTED]> wrote:
> Not true.. I'm still having nightmares about once attending a Web Government
> Governance Conference in 2007... talk about pain..
>
> :)
>
>
> On Wed, Apr 23, 2008 at 7:52 PM, Mark Mandel <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > Is this where I bust out the 'Do you know how much it costs me to go
> > to cf.Objective()?' card?
> >
> > I honestly don't think you can put a price on what you get out of
> > conferences - there is * always * a return on investment.
> >
> > Mark
> >
> >
> > On Wed, Apr 23, 2008 at 7:50 PM, Justin Mclean <[EMAIL PROTECTED]>
> wrote:
> > >
> > >  Hi Dale,
> > >
> > >  I live in Sydney and I'm a freelancer/contractor. I've gone every year
> > >  it has been run and paid for it with my own money (and time). It has
> > >  paid for itself many times over in terms of new work found, knowledge
> > >  gained, inspiration and networking. It has the highest ratio of Adobe
> > >  employees, guru's and interesting people to attendees than of any of
> > >  the other conferences I've been too.
> > >
> > >  Basically it costs money not to go!
> > >
> > >  Justin
> > >
> > >
> > > >
> > >
> >
> >
> >
> > --
> >
> >
> > E: [EMAIL PROTECTED]
> > W: www.compoundtheory.com
> >
> > > >
> >
>



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



[cfaussie] Re: Web on the Piste 2008 - Early Bird Registration closes April 30th!

2008-04-23 Thread Kai Koenig

I actually think I have a picture of Scott running to the gate in
Queenstown after having been paged multiple times :)

>My wife was pregnant with my daughter and she was due in August last
>year (the same time WOTP was on). I not only still attended this fine
>conference, had  blast and made it home 3 hours before she gave birth.
> 
>Never question my commitment to the community ;)
> 
>Seriously, Skiing/Snowboarding, Drinking, Quality Geek-out
>Conversations, Great atmosphere and above all else i learnt a lot :)
>
>On Wed, Apr 23, 2008 at 4:02 PM, Chris Velevitch
><[EMAIL PROTECTED]> wrote:
>
>Web on the Piste 2008 will take place on August 20th & 21st at the
>ultimate venue, Queenstown, New Zealand.
>
>Visit www.webonthepiste.com for the latest news and to register. Early
>Bird registration closes on April 30th.
>
>Web on the Piste 2007 was an outstanding success with 100% of the
>attendees surveyed saying they will be back again next year. With 21
>top local and International speakers, awesome sessions, the most
>amazing location, great social events and some skiing to boot it
>really was the best conference of the year. This years conference is
>going to be all about Usability and Rich Internet Technologies such as
>Flex, Silverlight and AJAX.
>
>


--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Scott Barnes
Barry why not inject the label in via AS code? From memory ASFusion.com had
something on their site years ago about doing this. As at the end of the day
you've got Flex 1.x for free under the hood, take it out for a test spin ;)

http://www.asfusion.com/examples/





On Wed, Apr 23, 2008 at 6:28 PM, barry.b <[EMAIL PROTECTED]> wrote:

>
> many thanx Chris - that's getting me closer.
>
> the strange thing is that I'm already using type=horizontal" and as
> soon as I add the  ... both text boxes and the label/
> text go vertical. remove the label/text and the two text boxes are
> horizontal again.
>
> 
> REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> FirstName'"
>READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
> STYLE="background-color:##DD;">
> REQUIRED="yes" message="Please ensire the format is 'Surname,
> FirstName'"
>READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
>STYLE="background-color:##FF;"  />
> 
>* Please ensure  the format is 'Surname, FirstName'
> 
> 
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: Web on the Piste 2008 - Early Bird Registration closes April 30th!

2008-04-23 Thread Scott Barnes
Got held up in customs.. apparently in NZ there is actually a "Scott Barnes"
whom is wanted by interpol for a spree of armed robberies.. I always get
pinned for this every time i go through NZ. Wish they'd hurry up and catch
him.




On Wed, Apr 23, 2008 at 8:07 PM, Kai Koenig <[EMAIL PROTECTED]> wrote:

>
> I actually think I have a picture of Scott running to the gate in
> Queenstown after having been paged multiple times :)
>
> >My wife was pregnant with my daughter and she was due in August last
> >year (the same time WOTP was on). I not only still attended this fine
> >conference, had  blast and made it home 3 hours before she gave birth.
> >
> >Never question my commitment to the community ;)
> >
> >Seriously, Skiing/Snowboarding, Drinking, Quality Geek-out
> >Conversations, Great atmosphere and above all else i learnt a lot :)
> >
> >On Wed, Apr 23, 2008 at 4:02 PM, Chris Velevitch
> ><[EMAIL PROTECTED]> wrote:
> >
> >Web on the Piste 2008 will take place on August 20th & 21st at the
> >ultimate venue, Queenstown, New Zealand.
> >
> >Visit www.webonthepiste.com for the latest news and to register. Early
> >Bird registration closes on April 30th.
> >
> >Web on the Piste 2007 was an outstanding success with 100% of the
> >attendees surveyed saying they will be back again next year. With 21
> >top local and International speakers, awesome sessions, the most
> >amazing location, great social events and some skiing to boot it
> >really was the best conference of the year. This years conference is
> >going to be all about Usability and Rich Internet Technologies such as
> >Flex, Silverlight and AJAX.
> >
> >
>
>
>  >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: My Yearly WebDU Rant

2008-04-23 Thread Scott Barnes
I lost a bet, and at the time ..actually I'm boring myself thinking of the
story I'm about to tell and i won't inflict that upon you folks.
Anywho, 9/10 i rarely attend a conference that leaves me with deep regret -
even the ones i help plan somehow turn out good/fun (yeah I'm equally
surprised).
On Wed, Apr 23, 2008 at 7:57 PM, Mark Mandel <[EMAIL PROTECTED]> wrote:

>
> Okay.. within reason then ;o)
>
> What were you even doing... actually, I don't want to know what you
> were doing there.  It sounds more painful than I want to hear ;o)
>
> Mark
>
> On Wed, Apr 23, 2008 at 7:53 PM, Scott Barnes <[EMAIL PROTECTED]>
> wrote:
>  > Not true.. I'm still having nightmares about once attending a Web
> Government
> > Governance Conference in 2007... talk about pain..
> >
> > :)
> >
> >
> > On Wed, Apr 23, 2008 at 7:52 PM, Mark Mandel <[EMAIL PROTECTED]>
> wrote:
> >
> > >
> > >
> > > Is this where I bust out the 'Do you know how much it costs me to go
> > > to cf.Objective()?' card?
> > >
> > > I honestly don't think you can put a price on what you get out of
> > > conferences - there is * always * a return on investment.
> > >
> > > Mark
> > >
> > >
> > > On Wed, Apr 23, 2008 at 7:50 PM, Justin Mclean <[EMAIL PROTECTED]
> >
> > wrote:
> > > >
> > > >  Hi Dale,
> > > >
> > > >  I live in Sydney and I'm a freelancer/contractor. I've gone every
> year
> > > >  it has been run and paid for it with my own money (and time). It
> has
> > > >  paid for itself many times over in terms of new work found,
> knowledge
> > > >  gained, inspiration and networking. It has the highest ratio of
> Adobe
> > > >  employees, guru's and interesting people to attendees than of any
> of
> > > >  the other conferences I've been too.
> > > >
> > > >  Basically it costs money not to go!
> > > >
> > > >  Justin
> > > >
> > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > >
> > >
> > > E: [EMAIL PROTECTED]
> > > W: www.compoundtheory.com
> > >
> > > > >
> > >
> >
>
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: My Yearly WebDU Rant

2008-04-23 Thread Dale Fraser
I don't want this to turn into a flame war, I'm happy with the responses,
sounds like WebDU is good stuff and I defiantly want to experience it.

 

Regards

Dale Fraser

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Barnes
Sent: Wednesday, 23 April 2008 7:40 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: My Yearly WebDU Rant

 

Actually I used to get a limo between Sydney to North Ryde / Hilton every
time i travelled to Sydney. Last week I caught the train for the first time,
a whopping $13.50 (heh) and I got to the Hilton in less time. Now by that
math, you should arrive at the Casino/Hotel of Choice not only in less time
but less outlay.

 

So there you go, you just freed up some beer funds... YESthis year
Microsoft aren't going to be there with the AMEX (those limos rack up ya
know).

 

Scott.



 

On Wed, Apr 23, 2008 at 7:36 PM, M@ Bourke
<[EMAIL PROTECTED]> wrote:

>Taxis   $200

maybe fly them to sydney airport and get them to get the train to the hotel,
instead of flying them to adelaide airport and having them catch a cab to
sydney. 

its been almost 2 years since I've been in oz but surely taxi's haven't gone
up that much?
surely the person can get a hotel near by the conference and just walk there
each day.
I guess the further away they are the cheaper the accom, but this could be
lost on taxi expense.
or am i the only 1 who ever catches the train from the airport and thinks
"woh what an expensive short train ride" lol.

M@ 


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



[cfaussie] Re: My Yearly WebDU Rant

2008-04-23 Thread M@ Bourke
it is, Scott wanted Geoff to rename it "Web on the Piss" but then Geoff had
to tell him that it sounded to similar to "web on the piste"
if you look around close enough during the day time you'll even notice there
is people speaking :P

is a great show the one i went to, looking forward to my next one whenever
that will be, be sure to go to the dinner, most networking is done then IMO,
its only about $100 more ya don't want to miss it, its great value.


On Wed, Apr 23, 2008 at 11:31 AM, Dale Fraser <[EMAIL PROTECTED]> wrote:

>  I don't want this to turn into a flame war, I'm happy with the responses,
> sounds like WebDU is good stuff and I defiantly want to experience 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: My Yearly WebDU Rant

2008-04-23 Thread MrBuzzy
And then there's the cost you just can't quantify... SOTR08 = 3 weeks
staying with the in laws :O

On Wed, Apr 23, 2008 at 8:37 PM, M@ Bourke <[EMAIL PROTECTED]>
wrote:

> it is, Scott wanted Geoff to rename it "Web on the Piss" but then Geoff
> had to tell him that it sounded to similar to "web on the piste"
> if you look around close enough during the day time you'll even notice
> there is people speaking :P
>
> is a great show the one i went to, looking forward to my next one whenever
> that will be, be sure to go to the dinner, most networking is done then IMO,
> its only about $100 more ya don't want to miss it, its great value.
>
>
> On Wed, Apr 23, 2008 at 11:31 AM, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> >  I don't want this to turn into a flame war, I'm happy with the
> > responses, sounds like WebDU is good stuff and I defiantly want to
> > experience 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Who is working for whom in Sydney, and are they looking for new people?

2008-04-23 Thread Eliseo

In that case can someone point me in the direction of the Sydney
CFUG? ;)


--~--~-~--~~~---~--~~
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: Who is working for whom in Sydney, and are they looking for new people?

2008-04-23 Thread M@ Bourke
monthly meeting is generally advertised on this list each month.
google would be ya best bet or contact Robin (who is on this list) his site
is www.rocketboots.com.au (think I spelt that right)

cheers
M@

--~--~-~--~~~---~--~~
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] Hosting, Designing, eCommerce Development Packages

2008-04-23 Thread Green Pikes

Hosting, Designing, eCommerce Development Packages


Unix Hosting Packages
Starting from US$ 3.33/month
=
2 GB to 500 GB Web Space  -  5 GB to 2000 GB Data Transfer  -  5 to
2000 Email Accounts  -  REAL Audio & Video Streaming  -  Midi
Streaming  -  PHP, CGI, Perl Support  -  mySql Databases  -  JSP
Support  -  JAVA Servlets Support  -  Built in CGI Scripts


Windows Hosting Packages
Starting from US$ 6.66/month
=
2 GB to 500 GB Web Space  -  5 GB to 2000 GB Data Transfer  -  5 to
2000 Email Accounts  -  WINDOWS Media Streaming  -  REAL Audio & Video
Streaming  -  PHP, CGI, Perl Support  -  mySql Databases  -  ASP and
ASP.Net v2 Support  -  MS ACCESS Support  -  MS SQL Server Support  -
COLD FUSION MX 7 Support


Web Designing Packages
Packages starts from US$ 100/-
==
* Upto 15 Page Web Designing
* Logo and Graphics Design
* Contact and Feedback Forms
* Free Uploading of Website to your hosting space
* Domain Name Registration and Web Hosting Bronze Package for 1 Year


Hosted eCommerce Solution
Packages starts from US$ 33/month
==
Our hosted store front is a feature rich PHP eCommerce shopping cart
application designed to make it easy for you to display and sell your
range of products or digital downloads online using a professional
great looking store. Our store front includes everything your business
needs to sell on the internet. This store is a full content management
system that requires no HTML or programming knowledge to operate.


===
For further details visit our website at www.shazuna.com
OR  contact us at [EMAIL PROTECTED]
OR call us at +92-322-8210788, +92-344-2027736
===

--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread barry.b

@Chris

that was close enough for a solution - it was the width, although not
width running off the form. the  needed a width specified
otherwise it thought it was miles long, wrapping the controls.

same code as before, just adding width="400" fixed it.






* Please ensure  the format is 'Surname, FirstName'



@Scott - it's a cockroach app: I just want it to go away and take it's
pain with it ... now live and kicking as of 22 min ago... NEXT!

--~--~-~--~~~---~--~~
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] the great Aussie brain drain (was: Who is working for whom in Sydney, and are they looking for new people?)

2008-04-23 Thread barry.b


well it seems that, in the same fashion as Brisbane talent acts as a
feeder into Sydney to fill positions (and Melbourne - g'day Ben.Y),
Australia feeds into the U.S

a little bird has told me [1] that Barnes isn't the only one to get a
promotion and lured state-side. A long-time Adobe/MACR/Allaire -er
will be soon making themselves at home in SanFran to help along
another Adobe (and former MACR) server product I hold dear.

Scott - sounds like you'll soon have another ex-pat drinking and
sparing partner [2]. Keep this up and there'll be no one left in the
country...





[1] the "little bird" lives in the public domain and is easy to find.
Don't give me grief, OK?
[2]
http://maps.google.com.au/maps?f=d&hl=en&geocode=&saddr=San+Francisco,+San+Francisco,+California,+United+States&daddr=redmond+washington&mra=pe&mrcr=0&sll=42.716099,-122.284698&sspn=19.036047,36.914062&safe=on&ie=UTF8&ll=42.714732,-122.651367&spn=19.036047,36.914063&z=5

--~--~-~--~~~---~--~~
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: adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread barry.b


[gee I wrote that badly and not as polite as I try to be]

it should have said:

> @Chris
>
> Thanks for the prod in the right direction - that was close enough for a 
> solution. you were right - it was the width, although not width running off 
> the form.

I try not to be rude if I can help it...



On Apr 24, 9:23 am, "barry.b" <[EMAIL PROTECTED]> wrote:
> @Chris
>
> that was close enough for a solution - it was the width, although not
> width running off the form. the  needed a width specified
> otherwise it thought it was miles long, wrapping the controls.
>
> same code as before, just adding width="400" fixed it.
>
>          REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> FirstName'"
>         READONLY="true" LABEL="User No.:" WIDTH="70" MAXLENGTH="8"
> STYLE="background-color:##DD;">
>
>          REQUIRED="yes" message="Please ensire the format is 'Surname,
> FirstName'"
>         READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
>         STYLE="background-color:##FF;"  />
>
> 
>         * Please ensure  the format is 'Surname, FirstName'
> 
>
> @Scott - it's a cockroach app: I just want it to go away and take it's
> pain with it ... now live and kicking as of 22 min ago... NEXT!
--~--~-~--~~~---~--~~
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: My Yearly WebDU Rant

2008-04-23 Thread Geoff Bowers

On Apr 23, 8:37 pm, "M@ Bourke" <[EMAIL PROTECTED]>
wrote:
> is a great show the one i went to, looking forward to my next one whenever
> that will be, be sure to go to the dinner, most networking is done then IMO,
> its only about $100 more ya don't want to miss it, its great value.

Please note the banquet this year has been replaced with a special
networking event open to *all* delegates.

I can't really say too much without spoiling the fun, but we've gone
all out to line up an environment where delegates can really let there
hair down and relax -- webdu is not the sort of conference to cast you
out at 5pm to fend for yourself.  We've also tried very hard to be
inclusive, and provide for the broad spectrum of social misfits,
closet genii, generation XYZ, and so on represented by our beloved web
dev community.  It's a tough call but we're having a crack ;)

The standard ticket includes, in addition to the conference tracks,
catering for morning/afternoon tea/coffee, lunch, and the special
event (with food and drinks).  Every year we spend a little bit extra
to try and ensure the food is great -- powdered chicken and macaroni
cheese ala MAX style catering is avoided at all costs.  New venue and
catering this year, but we're hopeful we'll be able to maintain these
high standards.

Hope to see you all there!

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



[cfaussie] adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Scott Thornton

typo in  message="Please ensire the format is 'Surname,FirstName'"

spelling of ensure.

Have a nice day.

God I wish I was still bed.


>>> "barry.b" <[EMAIL PROTECTED]> 24/04/2008 9:23 am >>>

@Chris

that was close enough for a solution - it was the width, although not
width running off the form. the  needed a width specified
otherwise it thought it was miles long, wrapping the controls.

same code as before, just adding width="400" fixed it.






* Please ensure  the format is 'Surname, FirstName'



@Scott - it's a cockroach app: I just want it to go away and take it's
pain with it ... now live and kicking as of 22 min ago... NEXT!




--~--~-~--~~~---~--~~
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: My Yearly WebDU Rant

2008-04-23 Thread Joel Cass

Another way to think about it is on a percentage of income basis. As I
learnt in first year business, at least 10% of your income should be
allocated to R&D/training purposes (Most companies it is much more).

If it falls within 10%, go.

I went a couple of years ago and thoroughly loved it. Hope to go again.

Joel

On Wed, 2008-04-23 at 20:31 +1000, Dale Fraser wrote:
> I don't want this to turn into a flame war, I'm happy with the
> responses, sounds like WebDU is good stuff and I defiantly want to
> experience it.
> 
>  
> 
> Regards
> 
> Dale Fraser
> 
>  
> 
> From:cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Scott Barnes
> Sent: Wednesday, 23 April 2008 7:40 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: My Yearly WebDU Rant
> 
> 
>  
> 
> Actually I used to get a limo between Sydney to North Ryde / Hilton
> every time i travelled to Sydney. Last week I caught the train for the
> first time, a whopping $13.50 (heh) and I got to the Hilton in less
> time. Now by that math, you should arrive at the Casino/Hotel of
> Choice not only in less time but less outlay.
> 
> 
>  
> 
> 
> So there you go, you just freed up some beer funds... YESthis year
> Microsoft aren't going to be there with the AMEX (those limos rack up
> ya know).
> 
> 
>  
> 
> 
> Scott.
> 
> 
> 
> 
>  
> 
> 
> On Wed, Apr 23, 2008 at 7:36 PM, M@ Bourke
> <[EMAIL PROTECTED]> wrote:
> 
> >Taxis   $200
> 
> maybe fly them to sydney airport and get them to get the train to the
> hotel, instead of flying them to adelaide airport and having them
> catch a cab to sydney. 
> 
> its been almost 2 years since I've been in oz but surely taxi's
> haven't gone up that much?
> surely the person can get a hotel near by the conference and just walk
> there each day.
> I guess the further away they are the cheaper the accom, but this
> could be lost on taxi expense.
> or am i the only 1 who ever catches the train from the airport and
> thinks "woh what an expensive short train ride" lol.
> 
> M@ 
> 
> 
>  
> 
> 
> 
> > 


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