Skip to content

#cfunited Notes – “Digging Through the Flex Framework”

Important skill Why? Everything isn’t always out of the box open source times are rough (set yourself apart) Real world examples Tips become familiar with class hierarchy FB keyboard shortcuts source location (including default CSS) finding component that best fits needs preserve compiler generated code Class Hierarchy important to know wehre you are so you [...]

#cfunited Notes: “Practical Refactoring: Making Bad Code Good”

Walked in and heard: “if you get nothing else from this session. it should be USE VERSION CONTROL” Well then. Nice to hear it again. CompareNoCase – leads to comparing two things. worse CF function ever. “if something is true, then its false. that will blow your mind.” Breaking down if’s into multiple rather than [...]

#cfunited Keynote

Liz/Stellr: Encouraged people to get out there and provide for the community in any way that they can (twitter/blog/C4FF) Rules (highlights): no Ben Nadel eating photos belly flops are the only way to enter the pool don’t ask any Adobe employees about release dates Ben Forta/Adobe: Update on the Open Initiative and Language Advisory Committee. [...]

#360Flex Wrap-up

I had heard about these conferences for quite some time but this is the first one that I have attended. It definitely lived up to everything I’ve heard and will definitely be back! I like that it rotates and can’t wait for which town I will attend in next! I took numerous photowalks and here [...]

#360Flex Notes – “Flex, CF, and LCDS Magic” – Nick Kwaitkowski

Magic you say? 4 lines of code to get data from app server to clients CF –> Adobe CF 7+ works but 8+ has LCDS baked in. No Railo/BlueDragon/etc. LCDS –> middleware app designed to move data Flex –> 2.0.1+ Data –> any serializable data including DB, LDAP, email, FTP, mapping software, web services, etc. [...]

#360Flex Notes – “Building real time applications with Blaze DS/LCDS” – Dan Blackman

The why?!? CF request/response applications Flex RIA persisted data is not refreshed automatically stateful approach to managing data – no more sessions refreshed through manual client interactions or AS Flex Real-time Apps persisted data is refreshed via interactions w/ server stateful approach w/ server side sync refreshed through polling, long polling, or RTMP data management [...]

#360Flex Notes – “Using RSLs” – Chase Brammer

Using SVG for edit in place in Flex apps – clients complained about size/speed. Advantages reduce file size library caching code reuse faster compile time single point of distribution/update collaborative and community work Disadvantages cross domain issues can’t create signed RSLs debugging quick editing must download the whole RSL (doesn’t trim unused classes) RSLs act [...]

#360Flex Notes – “Integrating Accessibility in an Enterprise-level Flex App” – Michelle Bagur

History Rehabilitation Act – 1973 you can’t discriminate based on disability Section 508 – 1998 required federal agencies to make their technology accessible to people with disabilities any group that gets money from the federal government also falls under this ie. universities, benefits, http://section508.gov/ Principles of accessibility (developed by WCAG) perceivable operable understandable robust Compliance [...]

#360Flex Notes – “Breaking down your apps with Mate” – Laura Arguello

I sat through half of this session but felt lost because I know nothing about Mate Seems like a great framework that is headed in the right direction without much overhead. Definitely going to look into it more.

#360Flex Notes – “Programmatic Skinning in Flex” – Jeremy Saenz

What is skinning? graphical – quick and easy files from Creative Suite. nice for distribution (Scale Nine) programmatic – not style-able with CSS, animation limited to component itself, inflexible when acting as a generic skin stateful – not really a skinning style programmatic skinning provides the power to create a skin that is just as [...]