Preparation
Read the articles assigned for this unit. Pay particular attention to Zmuda’s 2012 article. In the Capella University Library, research taglines for resources you can use in this discussion.
Discussion
A newly launched product that creates disruptive innovation has a clear-cut and compelling tagline. For example, Apple’s tagline is “think different,” which clearly appeals to a market that sees itself as creative and innovative, while playing on a similar tagline from the competition (IBM’s “Think”).
For this discussion, complete the following:
- Describe why a tagline is an important part of blue ocean strategy.
- Evaluate a tagline for a product from a publicly traded company, in an industry you have not used in the course to date.
Your post to this discussion must include at least one cited scholarly reference (peer-reviewed journal or practitioner journal) in addition to the course assigned readings, and must be a minimum of 250 words in length. Remember to list your references in APA format at the end of your post.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

