Archive for the ‘Adobe Flex/Air’ Category
So you have a application, and you want to know how much it takes of your (or the users) system memory ?
Easy, just use the following code:
I build a lot of Flex Applications on PhP / MySQL Backends. Now these PhP backends most of the time check if the users has the correct rights for e.g. opening a database or getting some data or what ever.
When a new user of the Flex or AIR application want’s to change their password or create a new user with password I triggerd a nice little php password create script that makes a nice MD5 (with salt) password out of the given readable password.
20,000 rows into FX datagrid on Nexus One + 10.1.
LoadTime:1813ms Render: 396ms with real-time sorting
Thanxs Ted for sharing that with me on Twitter !
It had the… Wow effect on me !
As you might or might not know, I like to give a Hands-on session on the Adobe Max 2010.
Some Flex friends of mine like to see a good PhP hands-on session. But a few friends don’t make the Adobe Max people just give me the opportunity to actually do a Hands-on session on the Adobe Max 2010.
So let’s vote !
Ever wanted to create or generate passwords within Adobe Flex / Flash Builder or AS3 ?
Well it’s quite simple to do this.
You only need 11 lines of code for generating a password (well 13 if you count the function statement)