Posts Tagged “software”

I’ve switched over to Wordpress for easier maintenance of the site. Honestly, it’s just a lot easier than Expression Engine, even though I liked EE a lot. This gives me some nice features that I’ve been wanting to implement, such as better comments without spam, easier posting and management (and rich text editing too), so hopefully this turns out better and motivates me to post a little bit more.

Everything is already transferred over, so hopefully there weren’t too many jags on the feed readers, if any. I’d like to actually start posting more of the stuff I’ve learned so that other people don’t have to suffer as much as I did, so it’ll probably end up being a braindump for a little while.

Comments No Comments »

Integration

It looks like Adobe’s main push in Creative Suite 3 was integration among all the different pieces of software, mostly among Flash, Photoshop, Illustrator, and Fireworks. Importing and transferring files into Flash is extremely easy, and for the most part creates vector graphics and transfers text properly. What’s that mean? You can do all your storyboards in Illustrator and transfer to Flash, which doesn’t have as powerful of design tools and options.

You can even paste right into Dreamweaver if you want to, but I don’t think any self-respecting developer worth their salt would do that.

Flash-specific Updates

Well, the obvious pick is the arrival of ActionScript 3, which allows actual class-based, object-oriented programming. Everything is an object now, and everything can be strongly typed correctly, rather than halfway. It’s a definite improvement over AS2 and it’s just a lot easier to be in there developing now.

The coolest new thing in AS3 is E4X, a new way of working with XML that essentially replaces XPath/XQuery, etc., and it’s built into the XML object so you can perform data selection inline.

Also nice is the new event model, which consists of attaching event handlers to objects that raise events, rather than using anonymous functions like before.

Comments No Comments »