{"id":1045,"date":"2019-10-30T15:43:57","date_gmt":"2019-10-30T13:43:57","guid":{"rendered":"https:\/\/www.cesa.co.za\/?page_id=1045"},"modified":"2023-10-12T10:59:51","modified_gmt":"2023-10-12T08:59:51","slug":"course-list","status":"publish","type":"page","link":"https:\/\/www.cesa.co.za\/sce\/course-list\/","title":{"rendered":"Course List"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1045\" class=\"elementor elementor-1045\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-417e8d6c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"417e8d6c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47b5a6ec\" data-id=\"47b5a6ec\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48178d02 heading elementor-widget elementor-widget-heading\" data-id=\"48178d02\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Upcoming Courses<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3467752 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3467752\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3686b35\" data-id=\"3686b35\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-97e0788 elementor-widget elementor-widget-shortcode\" data-id=\"97e0788\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\r\n    jQuery(document).ready(function() {\r\n        jQuery(\"#myInput\").on(\"keyup\", function() {\r\n            var value = jQuery(this).val().toLowerCase();\r\n            jQuery(\"#tbl tbody tr\").filter(function() {\r\n                jQuery(this).toggle(jQuery(this).text().toLowerCase().indexOf(value) > -1)\r\n            });\r\n        });\r\n    });\r\n<\/script>\r\n<h1>Upcoming Courses<\/h1>\r\n<form method=\"get\" action=\"https:\/\/www.cesa.co.za\/sce\/course-list\/\">\r\n    <p><b>Show courses available in:<\/b><\/p>\r\n    <table border=\"0\">\r\n        <tr>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"1\" onclick=\"this.form.submit()\" > This month<br>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"2\" onclick=\"this.form.submit()\"  checked> Next 2 months\r\n            <\/td>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"3\" onclick=\"this.form.submit()\" > Next 3 months<br>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"6\" onclick=\"this.form.submit()\" > Next 6 months\r\n            <\/td>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"y\" onclick=\"this.form.submit()\" > This year\r\n            <\/td>\r\n        <\/tr>\r\n    <\/table>\r\n<\/form>\r\n<input type=\"text\" name=\"quicksearch\" id=\"myInput\" placeholder=\"Enter keywords to search the courses\" size=\"40\" class=\"printhide\"><br>\r\n\r\n<!-- SELECT SchoolEvents.SchoolCourseID, SchoolEvents.EventID, IF(ISNULL(SchoolCourses.CourseName),SchoolEvents.EventName,SchoolCourses.CourseName) AS EventName,\r\n        SchoolEvents.City,\tSchoolEvents.CostPerPerson,\r\n        IF(ISNULL(SchoolCourses.AccredNum),SchoolEvents.AccredNum,SchoolCourses.AccredNum) AS AccredNum,\r\n        IF(ISNULL(SchoolCourses.CPD),SchoolEvents.CPD,SchoolCourses.CPD) AS CPD,\r\n        SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints,\r\n        SchoolEvents.Cancelled, SchoolEvents.Venue,\r\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName, MIN(EventSchedules.ScheduleDate) AS StartDate,\r\n        MAX(EventSchedules.ScheduleDate) AS EndDate\r\n\tFROM ((SchoolEvents LEFT JOIN SchoolCourses USING (SchoolCourseID) \r\n    LEFT OUTER JOIN SchoolWebCategories ON (SchoolEvents.WebCategory=SchoolWebCategories.WebCategoryID))\r\n\tLEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName)\r\n\tLEFT JOIN EventSchedules ON SchoolEvents.EventID=EventSchedules.EventID\r\n\tWHERE Cancelled=0 \r\n        AND (SchoolEvents.WebCategory != 11 OR SchoolEvents.WebCategory IS NULL) \r\n        AND (SchoolCourses.WebCategory != 11 OR SchoolCourses.WebCategory IS NULL)\r\n\tGROUP BY SchoolEvents.SchoolCourseID, SchoolEvents.EventID, SchoolEvents.EventName, SchoolEvents.City, \r\n        SchoolEvents.CostPerPerson,\r\n        SchoolEvents.AccredNum, SchoolEvents.CPD, SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints, SchoolEvents.Cancelled, \r\n        SchoolEvents.Venue,\r\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName\r\n\tHAVING StartDate >= '2026-04-28'\r\n\t    AND StartDate < '2026-06-01'\r\n\tORDER BY  StartDate, EventName -->    <table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" id=\"tbl\">\r\n        <thead>\r\n            <tr>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Course Description<br><br><a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=&sort=EventName\" style=\"color:white; font-size:10px\">Sort by course<\/a><\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">SACPCMP CPD<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">CPD<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Venue<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Date\/s<br>(2026)<br>\r\n                    <a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=&sort=StartDate\" style=\"color:white; font-size:10px\">Sort by date<\/a>\r\n                <\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">&nbsp;<\/td>\r\n            <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5658\">Personal & Professional Resilience<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">29 April                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5658\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5658\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5738\">Advanced Tendering - Key Principles of Tendering<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 May<br>to<br>05 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5738\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5738\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5749\">Construction Claims<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 May<br>to<br>05 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5749\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5749\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5564\">Getting Acquainted with Estimating, Costing and Pricing of Construction Tenders<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 May<br>to<br>05 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5564\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5564\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5635\">Implement an ISO 9001:2015 Quality Management System (QMS) for Consulting Engineering Firms<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 May<br>to<br>05 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5635\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5635\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5719\">Microsoft Word Advanced<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 May<br>to<br>05 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5719\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5719\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5825\">Introduction to Wastewater Treatment<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">3<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">05 May<br>to<br>07 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5825\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5825\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5810\">Basic to Intermediate Excel - Microsoft Excel Level 1 & 2<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 May<br>to<br>07 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5810\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5810\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5774\">General Conditions of Contract (GCC 2015) for Professionals<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 May<br>to<br>07 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5774\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5774\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5842\">Project Management Professional (PMP) Course for the Built Environment Professionals<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">4<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 May<br>to<br>27 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5842\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5842\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5945\">The Direct Route to Registration as a Construction Project Manager or Construction Manager<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5945\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5945\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5932\">Understanding AI: Foundations, Tools & Prompt Engineering<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 May<br>to<br>07 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5932\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5932\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5565\">Getting Acquainted with Basic Stormwater Design<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">07 May<br>to<br>08 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5565\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5565\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5767\">Advanced Managing Projects with MS Project<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">11 May<br>to<br>12 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5767\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5767\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5620\">Managing Operational Readiness in Large Infrastructure Projects<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">11 May<br>to<br>12 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5620\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5620\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5700\">Team Leader and Supervisory Skills<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">11 May<br>to<br>12 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5700\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5700\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5927\">AI for Construction and Engineering: Practical Intelligence for Project-Based Environments<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 May<br>to<br>14 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5927\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5927\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5676\">Negotiation Skills<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5676\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5676\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5884\">New Engineering Contracts (NEC 4)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 May<br>to<br>14 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5884\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5884\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5566\">Road to Registration for Mature Engineers, Technologists and Technicians<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5566\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5566\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5701\">Technical & Business Report Writing<\/a><\/td>\r\n                    <td align=\"center\">2.00<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 May<br>to<br>14 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5701\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5701\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5659\">Conflict Management<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">14 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5659\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5659\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5607\">Getting Acquainted with the Management and Rehabilitation Design of Urban Road Pavements<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">14 May<br>to<br>15 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5607\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5607\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5567\">How to Develop an Infrastructure Asset Management Plan in 3 months<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May<br>to<br>19 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5567\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5567\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5826\">Introduction to Drinking Water Treatment<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">3<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May<br>to<br>20 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5826\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5826\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5874\">Leadership in Projects<\/a><\/td>\r\n                    <td align=\"center\">0.60<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5874\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5874\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5791\">Managing Project Risks - The Systems Approach<\/a><\/td>\r\n                    <td align=\"center\">1.20<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May<br>to<br>19 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5791\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5791\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5795\">Mastering the Art of Presentation<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5795\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5795\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5898\">Project Finance 2 - Commercial and Financial Structuring (Focus on PPP Subsegment)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 May<br>to<br>19 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5898\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5898\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5720\">Mastering Microsoft Teams with OneDrive - Basic to Intermediate<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">20 May<br>to<br>21 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5720\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5720\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5761\">Occupational Health & Safety Legal Liability and Due Diligence<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">21 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5761\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5761\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5917\">Mastering the Repair, Rehabilitation and Retrofit of Concrete Structures<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">25 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5917\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5917\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5702\">Professional Administrative Skills for Secretaries, PAs, Executive Assistants and Front Office Staff<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\"><\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">25 May<br>to<br>26 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5702\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5702\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5687\">Introduction to the Bills of Quantities<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 May<br>to<br>27 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5687\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5687\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5924\">General Conditions of Contract (GCC 2025) 4th Edition for Construction Works<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 May<br>to<br>28 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5924\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5924\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5621\">Managing Engineering Processes in Large Infrastructure Projects<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 May<br>to<br>28 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5621\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5621\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5891\">Professional Liability Issues for Engineering Services Consultants -  Liability of the Consulting Professional<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 May<br>to<br>28 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5891\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5891\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5721\">Basic Bookkeeping to Trial Balance<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">28 May<br>to<br>29 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5721\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5721\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5568\">Getting Acquainted with being a Resident Engineer on Roads Projects<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">28 May<br>to<br>29 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5568\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5568\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5953\">Transitioning from GCC 2015 to GCC 2025 (Understanding the Changes in the Fourth Edition of the GCC for Construction Works)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">29 May                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5953\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5953\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                    <\/tbody>\r\n    <\/table>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Upcoming Courses<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-1045","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/comments?post=1045"}],"version-history":[{"count":9,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions"}],"predecessor-version":[{"id":2722,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions\/2722"}],"wp:attachment":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/media?parent=1045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}