shop.americastestkitchen.com Open in urlscan Pro
151.101.193.124  Public Scan

Submitted URL: http://click.email.americastestkitchen.com/?qs=b82152a83c6540ee75c62f82b0c01df3d5773afa82939be3f61b98f495e1c4ccfc9409cc35d946d7849d404551e3...
Effective URL: https://shop.americastestkitchen.com/shop-cookbooks/the-complete-salad-cookbook.html?utm_source=Email&utm_medium=ePromos&utm_term=Boo...
Submission: On March 09 via api from SE — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://shop.americastestkitchen.com/catalogsearch/result/

<form id="search_mini_form" action="https://shop.americastestkitchen.com/catalogsearch/result/" method="get">
  <div id="algolia-searchbox">
    <label for="search">Search:</label>
    <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;" id="algolia-autocomplete-tt"><input id="search" type="text" name="q" class="input-text algolia-search-input aa-input" autocomplete="off"
        spellcheck="false" autocorrect="off" autocapitalize="off" placeholder="Search for products, categories, ..." role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0" dir="auto"
        style="position: relative; vertical-align: top;">
      <pre aria-hidden="true"
        style="position: absolute; visibility: hidden; white-space: pre; font-family: &quot;Proxima Nova Rg&quot;, sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
    </span>
    <span class="clear-cross clear-query-autocomplete"></span>
    <button id="algolia-glass" class="magnifying-glass" type="submit" title="Search" width="24" height="24"></button>
  </div>
</form>

POST https://shop.americastestkitchen.com/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLmFtZXJpY2FzdGVzdGtpdGNoZW4uY29tL3Nob3AtY29va2Jvb2tzL3RoZS1jb21wbGV0ZS1zYWxhZC1jb29rYm9vay5odG1sP1N1cnZleV9pZD0mYXRjPWVwU2FsYWQmY2RzX3Jlc3BvbnNlX2tleT0mY2RzX3RyYWNraW5nX2NvZGU9JmNvdXBvbmNvZGU9UFIwMzAyMjImZXh0Y29kZT1FUDIyQzRRREEmaj03NTMwOSZqYj0yNTA5OSZsPTI2X0hUTUwmbWlfZWNtcD0mbWlkPTcyMTEzNzAmc2ZtY19zdWI9MjM2MjA4Mzkmc2s9QzA5RTJDM0JFNjk3QjQyNUIyREY2M0M1OEMyOEFEMUYmc291cmNla2V5PUJFMjIwMzNEQSZ0YWc9ZXBjb21wbHNhbGFkLTIwJnU9MzU0MjEwNTc%2C/product/5295/

<form data-product-sku="CL35"
  action="https://shop.americastestkitchen.com/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLmFtZXJpY2FzdGVzdGtpdGNoZW4uY29tL3Nob3AtY29va2Jvb2tzL3RoZS1jb21wbGV0ZS1zYWxhZC1jb29rYm9vay5odG1sP1N1cnZleV9pZD0mYXRjPWVwU2FsYWQmY2RzX3Jlc3BvbnNlX2tleT0mY2RzX3RyYWNraW5nX2NvZGU9JmNvdXBvbmNvZGU9UFIwMzAyMjImZXh0Y29kZT1FUDIyQzRRREEmaj03NTMwOSZqYj0yNTA5OSZsPTI2X0hUTUwmbWlfZWNtcD0mbWlkPTcyMTEzNzAmc2ZtY19zdWI9MjM2MjA4Mzkmc2s9QzA5RTJDM0JFNjk3QjQyNUIyREY2M0M1OEMyOEFEMUYmc291cmNla2V5PUJFMjIwMzNEQSZ0YWc9ZXBjb21wbHNhbGFkLTIwJnU9MzU0MjEwNTc%2C/product/5295/"
  method="post" id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="5295">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="5295">
  <input name="form_key" type="hidden" value="5FB1fPoLe9zGbTds">
  <div class="box-tocart">
    <div class="fieldset">
      <!--<div class="field qty">-->
      <div class="qty-box">
        <label for="qty"><span>Qty</span></label>
        <div class="control">
          <span class="qty-decr" value="-">-</span>
          <input type="number" name="qty" id="qty" min="1" value="1" title="Qty" class="input-text qty" data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:10000}}">
          <span class="qty-incr" value="+">+</span>
        </div>
      </div>
      <div class="actions">
        <button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
          <span>Add to Cart</span>
        </button>
        <div id="instant-purchase" data-bind="scope:'instant-purchase'">
          <!-- ko template: getTemplate() -->
          <!-- ko if: showButton() --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript">
    require(['jquery'], function(jQuery) {
      jQuery(".qty-incr,.qty-decr").on("click", function() {
        var minQty = 1;
        var $button = jQuery(this);
        var oldValue = $button.parent().find("input[type=number]").val();
        if ($button.attr('value') == "+") {
          var newVal = parseFloat(oldValue) + 1;
        } else {
          // Don't allow decrementing below zero
          if (oldValue > minQty) {
            var newVal = parseFloat(oldValue) - 1;
          } else {
            return;
          }
        }
        $button.parent().find("input[type=number]").val(newVal);
      });
    });
  </script>
</form>

POST javascript:void(0);

<form data-marketing-key="global-footer-email-form" id="global-footer-email-form" action="javascript:void(0);" method="POST" data-remote="true" class="form formy email-newsletter-form">
  <div id="form-group-box" class="form__group"><input placeholder="Email Address…" name="email" value="" class="form__group--input form__email" type="email"> <input value="Submit" class="form__group--submit tomato form__submit" id="newsletter-submit"
      type="submit">
    <div class="form__message" id="form-newsletter-error-text"></div>
  </div>
  <div class="show-sucess-msg"></div>
  <small class="form__info"> <a href="javascript: void(0);" class="form__info--link atkGlobal-email-use" id="click-me">How we use your email address</a> </small>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://shop.americastestkitchen.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
 * 
 * Support
 * My Account Change
    * Sign In
    * Pay Book Invoice
    * Print Return Label

 * Sign In

Our Sites
America's Test Kitchen Cook's Illustrated Cook's Country Cooking School ATK Shop
Kids

SAVE 20% ON OUR BEST BUY SANTOKU KNIFE FROM MAC! SHOP NOW! ▸ X


Search
Search:



My Cart
My Cart
Close You have no items in your shopping cart.


 * Cookbooks
   
   
   SHOP ALL BOOKS
   
   BEST SELLERS
   
   NEW RELEASES
   
   COMING SOON - PRE-ORDER NOW
   
   ANNUAL BOOK SERIES
   
   
   SHOP BY INTEREST
   
   FEATURED CATEGORY: WINTER COMFORT
   
   FROM THE TV SHOW
   
   FOR EQUIPMENT
   
   FOR BAKING
   
   BY DIET OR LIFESTYLE
   
   FOR ENTERTAINING
   
   
   SHOP BY MEAL
   
   BREAKFAST
   
   LUNCH
   
   DINNER
   
   DESSERT
   
   SHOP THE WINTER COMFORTS COOKBOOK COLLECTION! ▸

 * Kitchen & Home
   
   
   SHOP ALL MERCHANDISE
   
   KITS FOR COOKS OF ALL AGES
   
   APPAREL
   
   PRINTS
   
   HOME & ACCESSORIES
   
   KITCHEN & HOME BEST SELLERS
   
   
   SHOP BY INTEREST
   
   KITCHEN TOOLS
   
   HIGHLY GIFT-ABLE
   
   FOR THE BAKER
   
   SHOP OUR SELECTION OF NEW APPAREL ▸
   
   SHOP OUR EXCLUSIVE TOTE BAGS ▸

 * Kids
   
   
   SHOP ALL KIDS
   
   KIDS BOOKS
   
   KIDS BEST SELLERS
   
   KITS FOR KIDS
   
   MONTHLY CHEFS' CLUB BOXES
   
   
   SHOP BY AGE
   
   BABIES & TODDLERS
   
   NEW FAMILIES
   
   AGES 5-8
   
   AGES 8-13
   
   SUBSCRIBE NOW! MONTHLY CHEFS' CLUB BOXES ▸

 * Magazines
   
   
   SHOP ALL MAGAZINES
   
   COOK'S ILLUSTRATED
   
   COOK'S COUNTRY
   
   BOTH COOK’S MAGAZINES
   
   SPECIAL ISSUES
   
   DIGITAL DOWNLOADS
   
   SAVE 40%! COOK'S ILLUSTARTED
   MAGAZINE ▸
   
   SAVE 52%! COOK'S COUNTRY
   MAGAZINE ▸
   
   SAVE 74%! ON BOTH COOK'S ILLUSTRATED AND COOK'S COUNTRY
   MAGAZINES ▸

 * Sale
   
   
   SHOP ALL SALE
   
   EXCLUSIVE EQUIPMENT DEALS
   
   $21.99 COOKBOOK SALE
   
   CLEARANCE
   
   ON SALE! COOK'S COUNTRY EATS LOCAL ▸
   
   ON SALE! COOKING AT HOME WITH
   BRIDGET & JULIA ▸
   
   

 * Home
 * Cookbooks
 * The Complete Salad Cookbook

Skip to the end of the images gallery

Skip to the beginning of the images gallery


THE COMPLETE SALAD COOKBOOK

In stock

SKU
CL35
Special Price $21.99 Regular Price $32.99 Savings: $11.00 (33%)
Qty
- +
Add to Cart

Add to Cart



SAY GOODBYE TO SO-SO SALADS.

--------------------------------------------------------------------------------

The Complete Salad Cookbook is a game-changing compilation of foolproof salad
recipes. A modern guide to preparing healthful, colorful, and fresh salad meals,
this cookbook will transform the way you think about greens, fruits, vegetables,
grains, and proteins. Build better salads with our innovative tips and tricks
that guide you through assembling salads, storing and buying greens, and
preparing dressings. Recipes incorporate unexpected toppings such as marinated
tofu, pomegranate seeds, chocolate, and more (even octopus!). You’ll learn
creative ingredient combinations to maximize flavor and get useful
building-block recipes for adding heft to any salad. Introductory resources
showcase the range of salads with beautiful, full-color photographs with notes
that explore the different types of arrangements (tossed, composed, layered,
warmed and wilted, etc.) to help you understand the interplay between texture
and flavor. Our multifaceted approach to salads gives you the recipes and tools
you need to create satisfying salads all year long.

 * LOOK INSIDE
 * DETAILS & SHIPPING


WHAT YOU'LL FIND INSIDE:

--------------------------------------------------------------------------------

GRILLED CHICKEN COBB SALAD

Fresh greens, grilled chicken, creamy avocado, crispy bacon, and hard-cooked
eggs are the main ingredients of this classic salad. To put a new spin on the
dish, we grilled the avocado and greens to amp up the flavor. We prefer our
bacon extra-crispy. By adding a bit of water to the skillet we were able to
achieve crispy, tender pieces.

SOM TAM

The star ingredient of this classic Thai salad is green papaya, which easily
takes on the flavors of other ingredients. For our version of this dish, we used
a mortar and pestle to prepare the dressing, mashing together the chiles,
shrimp, and garlic into a paste. We finished the dressing by whisking in lime
juice, fish sauce, and brown sugar. After we shredded the papaya, we tossed it
in the dressing and let it sit for about 30 minutes. We used a microwave to prep
the green beans and finished the dish by mixing the beans and tomatoes with the
papaya mixture.

WHEAT BERRY AND ENDIVE SALAD WITH BLUEBERRIES AND GOAT CHEESE

For this hearty salad, we used nutty wheat berries, tangy goat cheese, sweet
blueberries, and endive. To prevent the grains from becoming soggy, we cooked
them until they were tender but still chewy (about 50 minutes to an hour). Our
lively champagne vinaigrette brought all the flavors together.

DETAILS

--------------------------------------------------------------------------------

Recipes: 266
Format: Softcover
Pages: 424
Item Number: CL35
Item Weight: 3.0 pounds


This item must be returned within 6 months of the purchase or ship date.
See return policy for details.

SHIPPING

--------------------------------------------------------------------------------

Shipping: Standard shipping ships within 2-3 days.

Need it faster? Choose expedited shipping at checkout.

FREE SHIPPING on all orders over $45

Terms and Conditions: One coupon code per ATK Shop order (includes All-Access
Member free shipping and select additional offers).


THE SECRETS TO SUCCESSFUL SALAD MAKING

--------------------------------------------------------------------------------

SALAD IMPROV

Learn our favorite techniques for boosting flavor and how to give your salads
that extra special touch. From toasting and blooming nuts and spices to shaving,
grating, and salting your vegetables, we provide salad prep hacks you’ll use
again and again on the fly.

MASTERING VINAIGRETTES

A great vinaigrette imparts flavor to salads and blends easily with the main
ingredients. Explore the science of emulsification and whisking, and learn tips
and tricks for making the perfect vinaigrette.

CURATED RECIPE LISTS

Find inspiration for your next meal with our themed recipe lists. Here’s a sneak
peek of some of the recipe groupings: winter salads, celebration salads, salads
in less than 30 minutes, and more.


Related Products
Check items to add to the cart or select all
Add to Cart
Quick View
Add to Cart

The Ultimate Meal-Prep Cookbook
Special Price $21.99 Regular Price $29.99 Savings: $8.00 (27%)

AddThis Sharing Buttons
Share to FacebookFacebookFacebookShare to TwitterTwitterTwitterShare to
EmailEmailEmailShare to PinterestPinterestPinterest
Sign up for our cooking newsletter

How we use your email address

Websites
 * America's Test Kitchen
 * Cook's Illustrated
 * Cook's Country
 * Online Cooking School
 * ATK Shop
 * Kids

Magazines
 * Cook's Illustrated
 * Give Cook's Illustrated
 * Cook's Country
 * Give Cook's Country
 * Digital Editions
 * Be a Recipe Tester

Customer Service
 * Website FAQs
 * Magazine FAQs
 * Contact Us
 * Give a Gift Membership
 * Redeem a Gift Membership

Corporate
 * About Us
 * Terms of Use
 * Privacy Policy
 * Non-Use Policy
 * Job Opportunities
 * Email Newsletter
 * Media Contact
 * Sponsor Our Shows


WE'RE HIRING!

Home of perfect recipes and dream careers.

Careers

© 2022 America's Test Kitchen. All rights reserved.


A FAMILY OF BRANDS TRUSTED BY MILLIONS OF HOME COOKS

Learn real cooking skills from your favorite food experts

The iconic magazine that investigates how and why recipes work

American classics, everyday favorites, and the stories behind them

Experts teach 200+ online courses for home cooks at every skill level

Kid tested, kid approved: Welcome to America’s Test Kitchen for the next
generation






HOW WE USE YOUR EMAIL ADDRESS

Close

America's Test Kitchen will not sell, rent, or disclose your email address to
third parties unless otherwise notified. Your email address is required to
identify you for free access to content on the site. You will also receive free
newsletters and notification of America's Test Kitchen specials.

Ok

Close


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?