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

Home > Articles

Getting Started with Macaw: The Rest of the Tools on the Macaw Interface

Learn about the tools in the Macaw interface, including Page Manager, the various tools such as Select and Eyedropper, the canvas, and the menu bar, in this chapter from Getting Started with Macaw: Build responsive websites with a cutting-edge application.
This chapter is from the book
04fig00.jpg

Here we’ll introduce you to all of Macaw’s other tools and show you where they’re located throughout the application.

The Interface

Macaw’s interface is more akin to the interface of a graphics application than a web design text editor. This is part of its appeal because for many users the interface of a graphics application is much more familiar, and less intimidating, than a traditional text editor. These types of interfaces tend to be more approachable because users can draw shapes and text directly on a canvas or page, without having to create everything through lines of code. To make it easier to describe Macaw’s interface as well as to help you get oriented to where everything is, we’ve divided it into five main areas (see Figure 4.1):

  • The top area contains the Page Manager, page tabs, options bar, breakpoint and DOM information.
  • The left side contains the toolbar and links for global styles, swatches, and feedback.
  • The large area in the middle is the canvas (where you’ll create your site).

    Figure 4.1

    Figure 4.1 Macaw’s full interface.

  • The right side contains the Inspector, Outline, and Library panes. Each shows different information, based on which element(s) are selected on the canvas.
  • Lastly, at the very top of the screen (or window if you’re on Windows) is the standard operating system menu bar. All sorts of actions can be accessed here. The various drop-down menus work just like other applications you have on your computer.

Top area

The top area contains a handful of helpful items.

Page Manager

In the upper-left corner is a small, three-line list icon that accesses the Page Manager (see Figure 4.2). Clicking this icon shows a list of all of your pages. There you can add, rename, or copy pages.

Figure 4.2

Figure 4.2 Page Manager icon.

Page tabs

The tabs next to the Page Manager icon are open windows for any of your site’s pages (see Figure 4.3). Each new project you create starts with a blank page with the title “index” (feel free to keep or rename this page as desired).

Figure 4.3

Figure 4.3 Page tab.

Options bar

The information shown in the options bar changes depending on what is currently selected, whether it be a tool from the toolbar or an element on the page (see Figure 4.4). It consists of information and settings that can be adjusted to alter the next action you’ll make with your currently selected tool or to modify attributes of any currently selected element.

Figure 4.4

Figure 4.4 Options bar.

One common item that shows up in the options bar is the View Mode toggle (see Figure 4.5).

Figure 4.5

Figure 4.5 View Mode toggle.

This toggle allows you to switch between normal, outline, and wireframe view modes. Keep in mind that the options bar is visible only when certain tools are selected.

Breakpoint and DOM information

To the right of the options bar is the breakpoint and Document Object Model (DOM) information (see Figure 4.6). This area simply tells you which breakpoint you’re currently looking at and whether you can edit the DOM. The “DOM” text turns blue, and a little pencil icon appears when you can edit the DOM. When you cannot edit the DOM, the “DOM” text turns gray, and the pencil icon changes to a lock icon.

Figure 4.6

Figure 4.6 Breakpoint and DOM information.

Left side

The left side contains the toolbar and a few other commonly used items.

Select tool

030fig01.jpg

You use the Select tool (keyboard shortcut: V) to select whole elements or groups on the canvas.

Direct Select tool

030fig02.jpg

You use the Direct Select tool (keyboard shortcut: A) to select a single element within a group or component.

Text tool

031fig01.jpg

You use the Text tool (keyboard shortcut: T) to create or edit text elements. Macaw has two types of text elements: point text and paragraph text. Clicking once on the canvas with the Text tool will make a point text field that has auto width and behaves like an inline element. Clicking and dragging on the canvas with the Text tool will create paragraph text, which has set dimensions and behaves like a block element (which means it can also be made scrollable if desired—more on that later). The actual text within text elements can have various tags applied to them: spans, links, regular and strong emphasis. Each of those tags may be styled as well.

Element tool

031fig02.jpg

You use the Element tool (keyboard shortcut: R) to create or edit basic elements. With this tool, you can create empty elements that don’t have any content in them. This tool comes in handy when you’re prototyping or creating initial styles. Keep in mind, though, these elements should eventually be converted to containers for better structure and semantics when you publish the final project (more on that later).

Container tool

031fig03.jpg

You use the Container tool (keyboard shortcut: G) for grouping multiple elements. Containers have their own dimensions and can be styled like any other element.

To create a container with the Container tool, first select the tool from the toolbar and then click and drag on the canvas. Drag over the elements you want to group in a container and those elements will highlight as you drag. All of the highlighted elements will then be placed inside the new container.

Containers can also be created by selecting a bunch of elements and then selecting the Elements > Group command from the menu bar, or by pressing common.jpg-G (Mac) or Ctrl-G (Windows).

Button tool

032fig01.jpg

You use the Button tool (keyboard shortcut: B) to create or edit button elements. The text in buttons is centered by default. The button type (submit for forms, button for general use, and reset to clear a form) can be set in the Advanced palette in the Inspector.

Input tool(s)

032fig02.jpg

You use the Input tool (keyboard shortcut: N) to create or edit various form input elements: single-line text fields, multiline text areas, select (that is, popup or drop-down) menus, check boxes, and radio buttons. To access the various input elements, click and hold on the current Input Tool icon, or use the keyboard shortcut Shift-N. Keep in mind that input fields are editable. Any text you type inside the element will be used as placeholder text when you publish your project.

Embed tool

032fig03.jpg

You use the Embed tool (keyboard shortcut: M) to create or edit embedded elements such as HTML, iframes, maps, and videos. Unfortunately, Macaw doesn’t always display every kind of embedded content while in the editor or while previewing in the browser. But the embedded content will display correctly when you publish your project.

Hand tool

032fig04.jpg

You use the Hand tool (keyboard shortcut: H or spacebar) to pan (click and drag) around your page. When this tool is active, a thumbnail of the whole canvas is displayed in the upper right, and can be clicked to pan quickly to anywhere on the canvas.

Eyedropper tool

032fig05.jpg

You use the Eyedropper tool (keyboard shortcut: I) to select and match colors from existing elements. This tool works very much like eyedropper tools in other standard graphics applications.

Global Styles

033fig01.jpg

You use this tool to access any global styles you’ve created for the current project and create new ones.

Swatches

033fig02.jpg

You use this tool to open the Swatches palette (Keyboard shortcut: S), which includes any swatches you saved for the current project. This icon is only clickable when an element that can have a swatch applied to it is selected on the canvas. Click a swatch to make it the background color of the selected element.

Feedback

033fig03.jpg

You use the Feedback tool to send feedback directly to the developers of Macaw, right from within the app. As we mentioned earlier, Macaw is a pretty new tool and is constantly being refined and improved upon. If you run into a bug, or you have any feature requests, please let the developers know!

The canvas

The large area in the middle is known as the canvas. This is where you’ll do the bulk of your creating. Let’s explore a few key portions of the canvas.

The grid

The grid—keyboard shortcut: common.jpg (Mac) or Ctrl (Windows)—is the invisible structure of your site (see Figure 4.7). Any quality site is designed using a grid. It gives you guidelines for separating and organizing your content. The default breakpoint is set with a 12-column grid, but this grid can be edited to your liking using the Inspector on the right. Various other attributes of the grid can be modified in the Inspector as well, but we’ll get into those later in this book when we start making a site. You can turn the visibility of the grid on or off from the menu bar by selecting View > Toggle Grid.

Figure 4.7

Figure 4.7 The grid (in light gray) over a blank page.

Ruler and breakpoints

At the top of the canvas is your ruler (see Figure 4.8). The ruler shows you the width of your site. You can use the ruler to quickly jump between your various breakpoints (once you’ve created more than one).

Figure 4.8

Figure 4.8 The ruler features arrow markers for each breakpoint (only one breakpoint is shown).

Resize handle

To the right of the grid (but still within the canvas) you’ll see the resize handle (see Figure 4.9). You can click and drag this handle to see how your site responds to various screen widths. If you have only one breakpoint, any elements on your page will just squish or stretch based on the adjusted width. Once you have more breakpoints and set various properties for each element on your page (at each breakpoint), the various elements on your page will respond as you’ve defined in real time as you drag the resize handle.

Figure 4.9

Figure 4.9 Resize handle.

The right side

The right side is where the Inspector, Outline, and Library panes are located.

Inspector

All the various properties, such as dimensions, color, font, border styles, and effects, that can be edited for the currently selected element show up here (see Figure 4.10). The properties that appear change depending on what element on the canvas is selected (not all properties are applicable to all elements). The Inspector will be used constantly to modify and tweak the various elements in your design. The various features of the Inspector will be covered in more detail when we create a project in later chapters. Even when you have nothing selected, properties appear in the Inspector that you can edit. These properties apply to your overall project: breakpoints (add, rename, delete), background images/color, grid properties, and page title.

Figure 4.10

Figure 4.10 The Inspector.

Outline

The Outline pane shows you the structure of your site (see Figure 4.11). You can control how items are ordered visually, change their tag types, add or remove HTML classes, and nest elements within others. The outline gives you a lot of control over structure of your pages, so if you’re a control freak, you’re going to love it!

Figure 4.11

Figure 4.11 The Outline pane.

Library

The Library lets you import images of all kinds (including SVG) for use on the canvas (see Figure 4.12). Any components you create will appear here as well. These items are shared among all pages in your project.

Figure 4.12

Figure 4.12 The Library pane.

The menu bar

The Macaw menu bar is located at the top of your screen. It functions like other menu bars in other applications on your computer (see Figure 4.13). You can access common actions associated with working with files and projects on your computer, actions such as setting preferences, saving, printing, copying/pasting, and grouping.

Figure 4.13

Figure 4.13 Menu bar.

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