Learn Workflow

Optimize your development workflow with tools and techniques for more efficient project management, version control, collaboration, and automation.
  1. Quick Tip: Test Your Movie in Different Flash Players with FireFox

    Quick Tip: Test Your Movie in Different Flash Players with FireFox

    Tutorial Intermediate

    Flash Player is a plugin that is constantly upgraded, and it could be necessary to check your project is compatible with different versions. We'll look at...

  2. Beginner’s Guide to FlashDevelop – Basix

    Beginner’s Guide to FlashDevelop – Basix

    Tutorial Beginner

    Two common misconceptions about Flash Professional: first, you have to buy it in order to make Flash apps and games; second, it's a decent tool for writing...

  3. 10 Awesome Uses for Automator Explained

    10 Awesome Uses for Automator Explained

    Tutorial Intermediate

    This post aims to give you a quick look into the potential of Automator by creating some very simple and actually quite handy workflow applications of your...

  4. Understanding the PureMVC Open Source Framework

    Understanding the PureMVC Open Source Framework

    Tutorial Intermediate

    Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Activetuts+. This tutorial was first published in May, 2009. ...

  5. From PSD to HTML: Building a Set of Website Designs Step by Step

    From PSD to HTML: Building a Set of Website Designs Step by Step

    Tutorial Intermediate

    Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. Today I'm going to take you through my entire...

  6.  How to use Lookaheads and Lookbehinds in your Regular Expressions

    How to use Lookaheads and Lookbehinds in your Regular Expressions

    Tutorial Beginner

    Today, we'll be reviewing the intricacies of regular expressions. More specifically, we'll discuss both how and why you should use positive/negative...

  7. Quick Tip: Even Quicker Markup with Sparkup

    Quick Tip: Even Quicker Markup with Sparkup

    Tutorial Beginner

    Most of us are familiar with the popular Zen Coding utility by now. For those who aren't, it turns the process of creating complex markup into a CSS-like...

  8. Integrating Adobe Flash with Other CS5 Applications - Basix

    Integrating Adobe Flash with Other CS5 Applications - Basix

    Tutorial Beginner

    Since the early release of the Adobe Creative Suite, integration between its products has been one of the key features. After Adobe's merger with Macromedia,...

  9. Tailor Your Flash Workspace by Creating Custom Panels

    Tailor Your Flash Workspace by Creating Custom Panels

    Tutorial Intermediate

    In my last tut: Create New Features for Flash with JSFL we created new commands for Flash. Now we're going to take things further by creating entirely new...

  10. Create New Features for Flash with JSFL

    Create New Features for Flash with JSFL

    Tutorial Intermediate

    In this introduction to the JavaScript for Flash (JSFL) scripting language, you'll learn how to automate repetitive tasks and add new commands to the Flash...

  11. Quick Tip: Compile a Debug Version of Your Flash Project

    Quick Tip: Compile a Debug Version of Your Flash Project

    Tutorial Intermediate

    In this Quick Tip I'll show you how to use Config Constants to compile different debug and release versions of your code, so you can easily switch between them.

  12. Thinking in Commands: Part 2 of 2

    Thinking in Commands: Part 2 of 2

    Tutorial Intermediate

    During this tutorial we'll further extend the command framework from the first part. We'll create a scene management framework, with easily understandable...