GeekArticles
Web Tools
FlexAdobe Flex 2: Training from the Source
Author: feeds.feedburner.com |
Published: 26th Mar 2008 |
Visited: 64 times |
Add CommentFiled in: FlexUsing project-based tutorials, this book/CD volume is designed to teach the techniques needed to create sophisticated, professional-level projects with Flex.
Read Article Sponsored Links
Related Articles
• JetBrains' Dmitry Jemerov on IntelliJ 8, Flex, and Scala
Dmitry Jemerov is a lead developer on IntelliJ IDEA. In this wide-ranging interview with Artima, Jemerov discusses the main focus areas for the upcoming IntelliJ 8 release, as well as his views on support for Flex and Scala.
...
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...