Publishers of technology books, eBooks, and videos for creative people

Home > Articles > Design > Voices That Matter

13 Nifty Things About Macaw: The New Application for Designing Responsive Websites and Prototypes

If you’ve been looking for a more visual way to build responsive websites and prototypes, it’s time to check out Macaw, and the book Getting Started with Macaw. In this article, Joe Chellman looks at some of most interesting aspects, big and small, of this new web design application.
Like this article? We recommend

Macaw (see Figure 1) is a new application for building responsive websites and prototypes visually. “New” in this case means less than a year old, having been released to the public in March 2014. You might have heard of its Kickstarter campaign, or read about it somewhere online, but statistically speaking, you probably aren’t familiar with Macaw yet. If you’re a working web designer or developer, and you’re interested in making responsive websites that work on many types of devices, you should absolutely check it out.

Figure 1

Figure 1 The Macaw UI, showing the macawbook.com project.

The Macaw website gives a nice glance at what sets it apart from the old-school visual web design applications, but in this article we’re going to dig a little deeper and talk about some of the other things that are exciting and interesting about Macaw.

1: Breakpoints

In responsive web design, we use CSS media queries to create breakpoints, which tell a browser, “Here’s a condition where we want to change things around in some way with CSS.” Breakpoints are most commonly based on the width of the window or device (for example, “when the browser window is at least 600 pixels wide, do this”). Writing media queries by hand is fine, but keeping track of which ones you’ve created, and what styles need to change, can often be a chore. With Macaw, you don’t have to think about that stuff.

In Macaw, it’s really easy (in fact, it’s essential) to create breakpoints. Once created, you can change nearly everything about every element on the page: positioning, size, color, border, visibility, and so on. It’s also easy to switch breakpoints, so you can compare a very small screen state to a large screen state with a couple keystrokes. It’s much more pleasant, and more visually-oriented, than working directly with CSS, or even CSS frameworks or preprocessors like Bootstrap or Sass (and don’t get me wrong, I do love Sass).

2: Flexible, Responsive Grids

Designing to a grid is essential for maintaining readability and organization in a design, and Macaw makes grids a basic and essential part of its workflow. Macaw’s grids are columnar, so you choose the overall width (it doesn’t have to span the full width of the page), the number of columns, and how wide the gutters should be. This should be familiar from other graphics applications, but in Macaw, a grid can also be flexible, maintaining its proportions as the window resizes.

In most graphics applications, a document uses one grid, but in Macaw, the grid may also be changed at each breakpoint. This allows you to keep all the same elements on the page, but change their layout, drastically if you want to, at any breakpoint.

3: Local Preview Server with Auto-Refresh

Macaw is built on web technologies, so drawing on its canvas is almost the same as drawing live in a browser. That’s immensely useful, but of course testing in real browsers, and on various other devices, is essential. Using the local preview server in Macaw, you get a local network address (something like http://192.168.1.100:5353) that you can open in any browser on any device in your local network to preview your work.

That’s pretty cool on its own, but even better, every time you preview your work, the other devices will automatically refresh. Having this feature built right into your design tool is very helpful.

4: Familiar, Visual Access to New(ish) CSS Features

CSS3 has been around for long enough to be well-supported in all the latest browsers, but it’s not always easy to remember the right syntax for, say, gradients in all browsers. There are tools like Autoprefixer that can help with this, but with Macaw, you don’t have to think about syntax—you can concentrate on using those visual features to their best effect, and let Macaw generate the CSS for you.

There are dialog boxes and panels for creating gradients, shadows, borders, and other standard visual effects, and they work in a similar way to other tools from the non-web world, so they’re familiar and easy to use (see Figure 2). Even if you know the syntax, it’s nice to be able to work in the more visual domain, getting less hung up on hex codes and browser prefixes, and more hung up on getting those pixels pushed into the right place with your eyes.

Figure 2

Figure 2 Some examples: the color picker, gradient editor, and shadow editor.

5: Sophisticated Typography Controls

A huge amount of the web is type, and Macaw makes working with type very pleasant. You can work with standard web fonts of course, but it also includes a “curated selection” from Google Fonts (which work in Macaw even if you’re not connected to the Internet), and integrates with Adobe TypeKit for an even wider selection of custom fonts.

Pretty much everything you can do with type in CSS3 is covered, including letter, word, paragraph spacing, indentation, font variants, and more (see Figure 3). Each text block also shows you its average line length, helping you keep things as pleasant to read as possible.

Figure 3

Figure 3 The typography panel with all options shown.

6: Easy Management of Positioning

When building a website, there’s a lot of time spent on setting up regions where content lives, and moving those regions around so everything’s placed where it belongs. In Macaw, just about everything you’ll need to position items on a page is available in palettes, and is responsive to breakpoints (see Figure 4). If you want your site’s header to be big on large screens, but turn into a narrow strip that stays fixed as the page scrolls on small screens, you can do that with a few clicks. And because there’s no waiting for the canvas to refresh, you can try out different alternatives immediately on the canvas. In the preview window, trying alternatives is much faster than designing in a static graphics application.

Figure 4

Figure 4 The positioning options area, shown in each of its three states: static, absolute, and fixed.

If you’re an experienced web developer coming to Macaw, giving up control of the exact CSS could be a little troubling. Trying the strategies we talk about in the book, like using containers efficiently, can help ease the need for direct control of the CSS used for positioning, and let you experiment more and work more visually.

7: Ability to Track Down Problems Visually

Being able to work less in code, and more visually, is a great feature of Macaw. Of course, if you’re used to writing all your own CSS, you’re probably confident that you know where any problems might come up. Even with the help of Firebug or Chrome Developer Tools, though, some problems can still be hard to track down.

One very interesting feature for debugging a design is Macaw’s Outline view mode (see Figure 5), which strips away all color and shows the bounding boxes for every element on the page. If you’ve ever wondered what is causing a scroll bar to appear at certain sizes of your responsive design, you’ll love Outline mode.

Figure 5

Figure 5 A section of a page with Outline view mode enabled.

Macaw also has a very powerful Outline pane (see Figure 6) for managing all the tags in a page (and much more). While you will spend a lot of time using it, these are separate features, not to be confused with each other!

Figure 6

Figure 6 The Outline pane shows a powerful outline of the elements in the current page.

8: Simple, Effective Tools to Manage Spacing

Elements in Macaw may be snapped to the current grid, and that’s really nice, but there are other tools for managing the alignment and spacing of elements. Dynamic guidelines (see Figure 7) help align elements while dragging, as well as an Align palette for managing the spacing and alignment of many elements at once. This is another example of tools that are expected in non-web contexts, but not always available in the web world. Having them in Macaw is very welcome.

Figure 7
Figure 7

Figure 7 The align palette appears when multiple elements are selected, while the green guidelines appear when dragging a single element. Offsets from nearby elements are also displayed.

9: Groups and Containers

In graphics applications, we group objects to make them easier to select and otherwise work on with one click. In Macaw, elements may also be grouped for that reason, but there’s a substantial, important difference. In Macaw, making a group creates a containing element (the same way we wrap elements with <div>, <section>, and other containing tags when writing HTML by hand). Creating containers using grouping is more pleasant than writing markup, and Macaw will rewrite your CSS to keep everything in place, accounting for any containers you create.

Groups in Macaw also become their own contexts for positioning and editing. This means you can open a group and work inside its boundaries, which ends up being a great way to manage positioning across breakpoints. We’ve found this to be the best way to work, and delve into it in detail in the project chapters of the book.

10: Generated HTML and CSS: It’s Pretty Good!

The first thing experienced web developers ask about Macaw is, “Is the CSS (and/or HTML) any good?” The answer, thankfully, is yes. Control freaks will need to let go of a bit of control (this is something I have needed to do myself), but Macaw’s CSS engine is remarkably efficient, and there are many options that let you choose how verbose and readable you’d like that CSS to be, depending on how you plan to use its published results.

You’ll probably find that the HTML and CSS Macaw generates is not exactly how you would have done it in every case, but the gains you can make in other areas, especially in terms of working visually, and being able to test across breakpoints rapidly, will likely more than make up for any differences. If you do want to make changes later on, the files Macaw produces are just HTML and CSS that can be edited in any software you like.

11: Built on Web Software

Macaw is built on web technologies like Node.js, Chromium, HTML, CSS, and JavaScript with relatively thin layers of OS-specific code. This means that how a project looks on the canvas is quite representative of how it will look and work in real web browsers, because Macaw is essentially a hot-rodded web browser. You still have to test in other browsers and devices, but it’s close enough to be very helpful.

Also, Macaw’s project files are just ZIP archives with a different extension, so between that, and the fact that your project is published to HTML and CSS every time you preview it, data lock-in is not a concern.

12: Makes the Simple Easy, and the Difficult Possible

Macaw gives you ready access to most of the functionality you need to create a very useful, beautiful, and responsive website. The features that it provides are born of the experience of web designers and developers who have worked in the business for years, so while it doesn’t cover every last thing, virtually everything it offers is useful. You can create any element (all tags are available in the Macaw Outline pane), lay out text and images, embed maps and videos, add web forms, embed custom HTML, or almost anything you need. All elements come with sensible default appearances (and a good CSS reset stylesheet to mitigate cross-browser appearance differences), so rapid prototyping is very doable.

For those wanting to do more advanced work, aside from adding to the project after publishing, you can also write custom JavaScript in the Scripts panel, add external JavaScript libraries or custom web fonts using Macaw’s Publishing settings, and more. Some of these more advanced topics are covered late in the book.

13: Developers Who Listen and Respond

Macaw is built by a small team, which I think is a virtue. These guys want to hear from you! There’s a Send Feedback command available via an icon that is always visible; there’s even a keystroke (Cmd-Opt-F on Mac, Ctrl-Alt-F on Windows). The feedback tool even lets you attach a copy of your project to the message, making it much easier for them to track down any bugs you find or answer questions.

In the course of writing the book, we sent a lot of feedback on bugs we found and ideas we had for how to make things better, and the Macaw team has always seemed genuinely interested. They’ve encouraged us, and everyone in the Macaw community, to speak early and often.

Final Thoughts

After working with Macaw for the past several months, I’ve found it to be a really interesting project that lets me work in a different way than I’m used to. You may find that it lets you get your normal work done faster, be more experimental, or communicate a reponsive design to a colleague or client more easily. Give it a try and see what you think!

Peachpit Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Peachpit and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Peachpit products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email ask@peachpit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.peachpit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020