It’s a common requirement for e-mail or password inputs – the second input should not be copy pasted from the first one, to make sure it’s what the user wanted to put in. When using spark my Flex 3 method didn’t work, so just in case someone needs to do the same thing, here’s the [...]
Archive for the ‘Uncategorized’ Category
From photoshop design to a Flex 4 skin
When looking at some old project folders I’ve found one of the first skins I’ve created while starting with the Flex 4 skinning model, and I thought it might be an interesting case to look at, source code is included at the end of the post. It’s based on a really nice design done by [...]
FlexPMD released
There’s a new project on Adobe Open Source called FlexPMD (if You’re wondering what PMD stands for the answer is simple – nothing). It’s a tool that scans Actionsript and MXML code and points out bad practices, unused variables, etc. Really helpfull if you’re trying to keep the code clean and get a habit of [...]