|
Author: Kris Hadlock Publisher: New Riders, 2008 Pages: 160 ISBN: 978-0321555588 Aimed at: Those upgrading from ActionScript 2.0 Rating: 3 Pros: Lots of code in AS2 and AS3 to compare Cons: Not strong on the deeper ideas and principles Reviewed by:
ActionScript is a JavaScript like language that has recently changed from version 2.0 to version 3.0 and changed the way that many common things, like events, are handled. As such a book that helps point out how to upgrade sounds like a really good idea.
It sets out to explain the differences between AS2 and AS3 but to follow it, you need to be prepared to read a lot of code. The code listings are in colour and presented as a green AS2 version followed by a Red AS3 version. There are also lots of side notes and explanations but it is arguable that this isn't the best way to communicate fairly easy to understand changes.
For example the section on defining constants says that AS2 didn't have constants and so programmers often used static public variables for the job. Then there follows an AS2 listing with static public variables being used in place of constants and after this a similar listing with constants replacing the variables. The problem here is that while it shows how to best convert an AS2 program into an equivalent AS3 problem it does little to explain what const and static are all about.
The point is that while in AS2 you might have used static fields to provide something like a constant the two are not related features - a static field is a read/write class rather than instance filed and a constant is a read/only instance field. This means that if you don't really understand static then you are unlikely to make correct and best use of const in the future.
The same sort of problem occurs throughout the book. On the other hand if you like real world side-by-side comparisons of how code in AS2 can be converted into AS3 then this might be useful to you. For me it simply missed the opportunity to tell me the principles and then perhaps provide one or two simple illustrations of the idea.
The final problem with this book is that it is very short at around 140 pages and so doesn't really provide value for money. It also doesn't cover as wide a range of approaches to AS3 as you might expect from a book with the subtitle "making the move from ACTIONSCRIPT 2.0". If you are a complete beginner you might get something out of the very practical presentation of changes in the language but your time would be better spent in getting a better grip on the science and art of programming and AS3 in particular. If you are an expert and looking for a quick summary of changes in the language - this isn't it.
Beginning WordPress 3
Author: Stephanie Leary Publisher: Apress, 2010 Pages: 432 ISBN: 978-1430228950 Aimed at: Developers wanting to start using WordPress Rating: 3.5 Pros: Good introduction to web development using WordPress Cons: Poor production values Reviewed by: Ian Elliot
This introduction to WordPress is aimed at wo [ ... ]
|
Android Apps with App Inventor
Author: Jörg H. Kloss Publisher: Addison-Wesley Pages: 600 ISBN: 978-0321812704 Aimed at: Newcomers to App Inventor Rating: 2 Pros: Includes a dozen projects Cons: Not beginner-friendly Reviewed by: Harry Fairhead
Do you need a book to learn how to use App Inventor?
| | More Reviews |
|