Book Image

Axure RP Prototyping Cookbook

By : John Henry Krahenbuhl
Book Image

Axure RP Prototyping Cookbook

By: John Henry Krahenbuhl

Overview of this book

<p>Axure has quickly become one of the leading tools for rapid prototyping in use today. Driving Axure’s popularity and wide spread adoption is the ability to iteratively develop interactive HTML prototypes of websites and applications. With the AxShare cloud-based service, prototypes are easily shared amongst clients and team members. Prototypes can even be viewed on Android, iPhone, and iPad, appearing like a native application.</p> <p>This guide provides fast, practical, step-by-step recipes to create your own custom prototypes for mobile and desktop. You can now easily create your mobile-first designs as well as responsive and adaptive web design interactions. Using real-world examples developed from today’s hottest technological trends, you can take your skills to the next level!</p> <p>This book takes you through the latest methods to create Adaptive Web Layouts (AWD) with Axure RP 7 Pro, and create widgets for Responsive Web Layouts (RWD). Prototyping for mobiles will now be easier as you will be able to include jQuery Mobile into your Axure Prototypes. You will learn to connect to Social Media sites such as Facebook, Twitter, YouTube, and Pinterest and create ecommerce order checkout flows to make your prototypes come to life. With this book and Axure RP Pro, you will witness increased productivity in your team by leveraging Axure Team Projects.</p> <p>You will see how to create custom templates for specifications to impress your clients, create Masters and build your own custom Widget libraries. You will learn to use AxShare to quickly share password protected prototypes with clients and teammates, and explore integrate Axure Prototypes with external JavaScript Libraries.</p> <p>Finally, you will be able to setup Android and iPad/iPhone emulators to quickly view your prototypes and run them native on Android, iOS and Windows 8.1 devices. By applying the recipes in "Axure RP Prototyping Cookbook", your prototypes on your iPhone, iPad, Android device, or browser will have never looked better!</p>
Table of Contents (16 chapters)
Axure RP Prototyping Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Sketching, scanning, and prototyping


Most folks start the design process by developing quick sketches of the concepts. These sketches can be elaborate or rudimentary. Oftentimes, these sketches evolve into paper prototypes that illustrate the flow or steps a user would take to complete a task. By scanning your drawings, making adjustments with your favorite image editing software (Gimp, Adobe Photoshop, and so on), and Axure, you can quickly create a clickable prototype.

Getting ready

To go through this recipe, you will need to have digital scans of your sketches and access to the image editing software of your choice.

How to do it...

You will now create a carousel including thumbnails from digital scans of simple, freehand-drawn sketches.

  1. Using your image-editing tool, first organize your images and crop them appropriately. You will have to organize the images and visualize the user flow just as you would do for paper prototypes.

  2. Start Axure and under Create New select RP File.

    Note

    If you already have Axure open, select File in the main menu, and then click on New, in the drop-down menu to create a new RP document.

  3. In the Sitemap, add additional child or sibling pages as necessary to complete your flow by clicking on the Add Page button icon or by right-clicking on any page in the sitemap. In the menu that appears, mouse over Add, and then click on the Child or the Sibling page.

  4. Double-click on any page title in Sitemap to select that page. You will see the wireframe for the associated page shown.

  5. While holding down the mouse button, drag the Image widget, and place it on the wireframe.

  6. Double-click on the Image widget on the wireframe, and select the appropriate scanned sketch.

  7. While holding down the mouse button, drag the Hot Spot widget, and place it over the item you would like to make clickable.

  8. While holding down the mouse button, drag the corners of the Hot Spot widget on the wireframe to the desired size.

  9. With Hot Spot selected, in the Widget Interactions and Notes pane, click on Create Link….

  10. In the Sitemap pop up, click on the associated page in the user flow.

  11. Repeat steps 7 through 10 for each region on your wireframe that you would like to make clickable.

  12. Repeat steps 4 through 11 for each page in Sitemap that you would like to make a part of the prototype.

  13. You can now choose to preview or save a copy of the prototype. To preview the prototype, click on the Preview button in the toolbar. To save a copy of the prototype, click on the Publish button in the toolbar, and select Generate HTML Files…. You can also generate the prototype by going to the main menu, selecting Publish, and clicking on Generate HTML Files….

How it works...

Using this recipe, you are able to convert your paper sketches into clickable digital prototypes. Each paper sketch becomes a page in the Sitemap through the use of the Image widget. To accomplish this, you opened the scanned image with the Image widget to display your paper sketch on the page.

To create clickable regions, you used Hot Spot and associated the next page in the flow using Create Link…. You used as many image map regions as clickable elements needed for the interactions on a page.