Skip to content

High-Tech Cures For Bad Posture

Hunched over out computers, stooped and squinting into our phones—with the majority of us spending over 10 hours a day looking at a screen of some kind, terrible posture has become the norm. Aside from looking sloppy, poor posture can lead to back pain, shoulder pain, and headaches.  The American Posture Institute estimates that over

May 2017 Coffee with the President

I had the opportunity to meet with three employees who have been at CW almost as long as I have!  They are Bob Onorato, Stacy Larson and Maria Gangi.  While I exaggerate just a bit, these three folks have been with CW for a while, and brought unique insights that only people who “remember when”

Day College Ice Cream Social

No matter what time of day or year, it’s always a perfect time for ice cream; but if that time of the year is summer with 85 degrees that’s even better! Student Activities sponsored the annual Ice Cream Social where Day Students, faculty and staff enjoyed ice cream from the Good Humor ice cream truck.

Summer Evening Orientation

CW welcomed our evening students during yesterday’s Adult College Summer Term New Student Orientation. During the event students were greeted by Dr. Warren Rosenberg, Provost and Vice President of Academic Affairs. Other presentations included Dr. Judith Lilleston, Associate Dean, Student Success & Retention, and Student Speaker Abeer Ghanem.

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'); } }); }); });