Skip to content

Category Archives: 360Flex Notes

#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 [...]

#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.
LCDS – expensive? yes and no.
BlazeDS [...]

#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 service – life cycle service – provides data sync between [...]

#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 like diet pills for the size.
What is an RSL
Purpose
To quickly reduce your apps file [...]

#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
How do you know? test, find impaired user, combination of automated tools/best judgement
Is the [...]

#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 flexible, if not more, [...]

#360Flex Notes – “Making your Flex appliations standout with a great UX” – Francisco Inchauste

What is XD?
Buzzword really. been around awhile.
sum of interactions with anything (product, company, environment, application)
subjective, best practices
emotion/cognition
not just “beauty is only skin deep”
XD is much deeper than just “eye candy”
UX Recession Challenges
scarce resources ($)
rush to market (if I am out there first, I will win)
UX isn’t understood
Why of UX?
Foundation is more important than a bunch [...]

#360Flex Notes – “Advanced Data Visualization” – Tom Gonzalez

Release of Axiis as open source Data Visualization Framework
Caution: Alpha level code. Beta coming in a few months
What?
more than just a set of charting components
lightweight framework used to assemble and development charting functions
way to describe patterns in data
Why?
Client needs are normally quite specific leaving the developers feeling like they need “one more feature” to fully [...]

#360Flex Notes – “Putting the UX in Flex” – Joe Johnston

What is UX?
overarching experience a person has as a result of their interactions
water bottle – FAIL
the “what” before the “how”
UX Process
1 Research
2 Persona Development
3 Wireframe Development
4 Design Framework
5 Vision Prototype
Timeframe is highly dependent on other project load and budget for this specific project.
Research
“customers sometimes do not know what they want” or most of the time
“it [...]