May 4, 2007

Supermarket warrior

Donna Giordano.JPG

Donna Giordano, a 25-year veteran of the of the grocery wars, has a lot to say about what's for dinner. As president of QFC, she runs 77 supermarkets in Washington and Oregon. But QFC is part of the giant Kroger Corp, and only a tiny part at that, so she has to convince the bean counters back in Cincinnati that Seattle shoppers care about quality.

The newest QFC, which opened this week at 5th and Mercer on Lower Queen Anne, is more than twice the size of the old store in the no-man's land behind Key Arena. Same footprint as the 6-month-old Whole Foods, less than a mile away at Westlake and Denny, though QFC runs leaner (half the employees). But they both have all the accoutrements of upscale soops: flowers, bistro, displays of fresh fish, on-site sushi makers, a wine steward, a cheese expert. Whole Foods built its reputation on organic; QFC integrates a generous selection of organic produce and "natural" foods throughout the store.

Parent company Kroger is almost unbelievably huge: 2,500 supermarkets under 24 banners (including Fred Meyer, which targets what marketers like to call "value-driven" shoppers), $66 billion in sales, 300,000 employees. Giordano marshalls QFC's 5,500 employees as an autonomous division, targeting Seattle's unique upscale consumers.

Ironically, as supermarkets reinvent themselves to imitate experience of shopping at the Pike Place Market, increasing numbers of foodies are shopping at Seattle's six neighborhood farmers markets, reopening this month.

Giordano isn't worried. "Seattle is a foodie city," she says.

Posted by Ronald Holden at May 4, 2007 6:26 AM

Recent Entries

TIK logo.gif
The International Kitchen
Cooking school vacations in Italy, France & Spain.

Archives
Links

The International Vineyard, a new way to learn about wine in France, Italy and Spain: three-night programs for wine lovers in less-traveled regions.

The International Kitchen, the leading source for culinary vacations in France and Italy.

French Word-A-Day, fascinating lessons about language and daily life in Provence

Belltown Messenger, chronicle of a Seattle neighborhood's denizens, derelicts, clubs, bars & eateries. Restaurant reviews by Cornichon.

Small Screen Network, where food & drink celebrities like Robert Hess have recorded terrific videos.

French Chef Sally is my friend Sally McArthur, who hosts luxurious, week-long cooking classes at the Chateau du Riveau in the Loire Valley.

Local Wine Events.com, the worlds leading Food and Wine tasting calendar. Spirits and Beer events as well. Post your own event or sign up to be notified when new events are po sted to your own area.

VinoLover, Seattle wine promoter David LeClaire's bulletin board of tastings, dinners and special events.

Wine Educator Dieter Schafer maintains a full schedule of Seattle-area tastings and seminars for amateur wine drinkers and professional alike.

Nat Decants, a free wine e-newsletter from Natalie MacLean, recently named the World's Best Drink Writer at the World Food Media Awards in Australia. Wine picks, articles and humor; no ads.



Powered by
Movable Type 3.35
More blogs about food wine travel.
Who links to me?
var HOST = 'www.cornichon.org'; // Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran. function setCookie (name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; } function getCookie (name) { var prefix = name + '='; var c = document.cookie; var nullstring = ''; var cookieStartIndex = c.indexOf(prefix); if (cookieStartIndex == -1) return nullstring; var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length); if (cookieEndIndex == -1) cookieEndIndex = c.length; return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); } function deleteCookie (name, path, domain) { if (getCookie(name)) document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } function fixDate (date) { var base = new Date(0); var skew = base.getTime(); if (skew > 0) date.setTime(date.getTime() - skew); } function rememberMe (f) { var now = new Date(); fixDate(now); now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); setCookie('mtcmtauth', f.author.value, now, '', HOST, ''); setCookie('mtcmtmail', f.email.value, now, '', HOST, ''); setCookie('mtcmthome', f.url.value, now, '', HOST, ''); } function forgetMe (f) { deleteCookie('mtcmtmail', '', HOST); deleteCookie('mtcmthome', '', HOST); deleteCookie('mtcmtauth', '', HOST); f.email.value = ''; f.author.value = ''; f.url.value = ''; } //-->