How would you describe Aspenware’s use of perks to help improve retention?Explain whether you would do anything differently?Point out other perks that could be used to drive employee satisfaction and retention? Determine if these perks could be offered in companies that are different from Aspenware?Case Study:Aspenware Uses Perks to Help RetentionAspenware, a software developer in Denver, goes beyond free lunches and days off for skiing. It offers employees free time to pursue projects that have potential as a startup, subsidiary, or new line of business. Janet McIllece recently spent 10 to 20 hours per week for six months trying to find ways to explain complex data on the health of a stream to nontechnical audiences. Aspenware freed her to work on the project with her brother, a biologist with the U.S. Fish and Wildlife Service. They also paid for a three-day visit to Spokane for the project. Financing would have been available had the project turned into a business, with ownership stakes for McIllece. But that did not occur.The market for software developers is very tight, forcing employers to devise ways to retain them. Some notable perks include pet-sitting services, in-house chefs, and a lifetime supply of Pabst Blue Ribbon beer. But the in-house incubation program at Aspenware goes beyond that, allowing employees to discover their entrepreneurial and creative nature. The company carves out time and provides financing for ideas that may lead to a new line of business or a spin-off start-up.Aspenware’s founder stated, “Any of our people can get a job anywhere given their talent…there are lots of things we have to try to make sure this is an environment people want to be in.”These words highlight how companies must provide the kinds of perks people want to improve employee retention.
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 });