Sunday, May 18, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Apr 2008 >>
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      

Search

Categories
 • Adobe (61) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (6) [RSS]
 • AIR (96) [RSS]
 • Appearances (105) [RSS]
 • Books (66) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1081) [RSS]
 • Flash (91) [RSS]
 • Flex (319) [RSS]
 • Jobs (81) [RSS]
 • JRun (12) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (12) [RSS]
 • MAX (141) [RSS]
 • Regular Expressions (12) [RSS]
 • SQL (36) [RSS]
 • Stuff (492) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (131) [RSS]
 • Wireless (96) [RSS]

Other BLOGs
 • Ray Camden
 • Tim Buntel
 • Sean Corfield
 • John Dowdell
 • Steven Erat
 • Brandon Purcell
 • Charlie Arehart
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
April 6, 2008

Heading To Cleveland For Flex Camp

I am on the way to Cleveland for Flex Camp tomorrow (posting this on my cell phone from a rest stop on the Ohio Turnpike). I had originally planned to present an opening session and take part in a closing Q&A panel, but I'll have to miss the Q&A as I have to be in San Francisco next. I understand that attendance for Flex Camp Cleveland is up around 150, which is great, and I am looking forward to meeting everyone in the morning.

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
Every time I give a talk, someone always asks, "That's all good and nice that helping users learn is the key to

creating passionate users... but who's going to do all that extra work? Who's going to make the extra tutorials and

better docs?" Answer: your user community. Think about all the things a strong user community can do for you: tech

support, user training, marketing (evangelism, word of mouth), third-party add-ons, even new product ideas. And

that's not including any extra sales you might make on community/tribe items like t-shirts, stickers, and other

gear.
# Posted By Pedro | 4/7/08 4:29 AM
Hi Ben,

Great to see you are doing very well in the Flex tour. It's Rodrigo Paolucci, CMO from Samba Tech LatAm, I met you at Flex meeting in Sao Paulo.

Just discovered your blog, I'll keep following it.

All my best
# Posted By Rodrigo Paolucci | 4/7/08 10:04 AM
Ben - I know have a very busy schedule but just wanted to thank you very much for making it to Flex Camp Cleveland. Hope to catch you again when you have more time.
# Posted By Greg M | 4/8/08 8:23 AM
It was painful to have to miss the Flex Camp, Ben, due to work commitments, but I'm glad you were able to make it. It seems like it was a resounding success. Hopefully, we'll be able to do it again.
# Posted By Brian Meloche | 4/9/08 9:33 PM
Are you going to post those pictures?
# Posted By Dan | 4/10/08 9:31 AM
You warned about dashes in XML.
E4X treats them as subtraction operators.
So what's the work around?

[data]
[first-child]
[second-child]Hello world![/second-child][/first-child]
[/data]

(I've substituted square brackets for less-than and greater-than.)

This doesn't work...

{xmlService.lastResult.data.first-child.second-child}

This was suggested by the Adobe Flex team [http://www.nabble.com/e4x-Dash-td16386671.html]...

{xmlService.lastResult.data.descendants("first-child")}

which may work for one child but not more...

{xmlService.lastResult.data.descendants("first-child").descendants("second-child")}

I also tried this...

{xmlService.lastResult.data.eval("first-child").eval("second-child")}

Any suggestions?

Also, what about name spaces?

{xmlService.lastResult.data.content:encoded]
# Posted By Rex Kilian | 4/10/08 11:09 AM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved