Skip to content

IBM Master the Mainframe Challenge

Congratulations to CW students Abdul-Qadir, Kenny, Julio, David, Mark, Steven, Jonathan, Juan, Jordan, Anthony, Marcelo, Matthew, Michael, Francis, and JumpStart High School student Laila. These students completed the IBM Master the Mainframe contest Phase 1. In industries such as banking, finance, healthcare, insurance, retail, utilities and government, the mainframe continues to form the foundation of

Winter Fest at CW

The Event Planning and Promotion class organized the “Winter Fest,” and event intended to provide students hands-on experience on promotion and community outreach. Students were able to network with other students, faculty, and staff, as well as learning what it takes to have a successful fundraising event. The Winter Fest included refreshments, games, and raffle

Redefining what “college” means

An education from an accredited two or four-year college program is a must-have for many career fields. Credit hours completed Students achievement has long been used a measurement of readiness to receive their diploma. However, as different class formats such as online and hybrid courses change the landscape, more people are pushing for a learning-based

Online College: No longer just for “non-traditional” students

Since its introduction, online college education has been touted as an opportunity and solution for nontraditional college students—older students, students who may have put their college education on hold, or others outside the under-25 first-time college student demographic. However, as discussed in this article from US News (http://www.usnews.com/education/online-education/articles/2015/10/07/online-education-not-just-for-nontraditional-students-anymore ),  the number of students in that

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });