Journalistic writing, digital media course concludes at Al Rai for Media Training

Farid Silwani, forth from left director general of the Jordan Press Foundation, poses for a photo with graduates of the journalistic writing and digital media course concluded this week at Al Rai for Media Training Studies (Photo by Abdullah Ayoub)

course provides attendees with tools to boost online content


AMMAN — Al Rai for Media Training Studies, a new component of the Jordan Press Foundation, run by its Al Rai Studies and Training Centre, on Thursday concluded its second English training course on journalistic writing skills and digital media.

The five-day course was designed for individuals who are passionate about journalism, as well as media and communication officers in the public, private, political and civil society sectors, along with diplomatic missions.

The specialised course focused on objective writing techniques and creating press releases, along with introducing participants to digital trends in the media.

The course also provided attendees with tools to boost content online and via traditional media.

During the graduation ceremony, Al Rai Centre for Studies Director Khaled Shuqran said the newly-established media training centre aims at empowering seasoned journalists with specialised technical skills and providing added value in the field of specialised media training.

“This is one of its other major roles as the top press institution in the country and a prestigious think tank,” he said.

This specialised English course was the second of its kind for the centre and was taught by Mahmoud Al Abed, acting editor-in-chief of The Jordan Times, and Mohammed Ghazal, the managing editor.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });