http://weblogs.macromedia.com/flexteam/
http://www.adobe.com/products/flex/
http://www.adobe.com/devnet/flex/
http://quietlyscheming.com/blog/
http://butterfliesandbugs.wordpress.com/
http://blogs.adobe.com/aharui/
These are a few shortcuts that I’ve worked into my development routine that I couldn’t live without.
If several of these are new to you, try out just one or two at a time and see how you like them. Once they are second nature, try adding a few more. My theory is that the less I have to rely on my mouse when developing the better.
Want to learn more? Don’t forget that you can bring up a list of relevant shortcut key options at any time by pressing Ctrl+Shift+L.
Note: Mac users – just swap out the command key for control in each of these combos.
find the orignal post here
The following example shows the customize data grid by applying a copy and paste functionality.
The idea is very simple but i think its useful, the data copied in clipboard can directly paste in excel and it will pasted in proper columns rather than in a single column, I tested this on Excel 2007.
for the running examples click here
for the complete source here
i found a very useful component for people working with charts in flex i always wanted to add annotations and save them on the server side.
sample and source code