{"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-05-26'\r\n\t    AND StartDate < '2026-07-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=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=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=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=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\">29 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=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                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5880\">FIDIC Conditions of Contract for Design Build (2017) - The Yellow Book (2017)<\/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\">01 June<br>to<br>02 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5880\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5880\">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=5636\">Internal Auditor Quality Management System (QMS) ISO 9001:2015<\/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\">01 June<br>to<br>02 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5636\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5636\">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=5827\">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\">01 June<br>to<br>03 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5827\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5827\">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=5569\">Road to Registration for Candidate 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\">01 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5569\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5569\">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=5786\">Essential Financials, Project Life Cycle and Whole-life Life Cycle Analysis<\/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\">03 June<br>to<br>04 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5786\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5786\">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=5722\">Mastering of SharePoint as an End User<\/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\">03 June<br>to<br>04 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5722\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5722\">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=5811\">Advanced Excel - Microsoft Excel Level 3<\/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 June<br>to<br>05 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5811\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5811\">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=5570\">Getting Acquainted with being a Resident Engineer on Pipeline 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\">04 June<br>to<br>05 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5570\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5570\">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\">08 June<br>to<br>09 June                    <\/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=5750\">FIDIC Contracts and Agreements 2017 Edition<\/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\">08 June<br>to<br>09 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5750\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5750\">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=5571\">Getting Acquainted with Road Construction and Maintenance<\/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\">08 June<br>to<br>09 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5571\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5571\">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=5622\">Managing Lifecycle in Large & Complex 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\">08 June<br>to<br>09 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5622\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5622\">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=5613\">JBCC Edition 6.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\">09 June<br>to<br>10 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5613\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5613\">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=5935\">AI for Project Management: Driving Efficiency through Intelligent Insights<\/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\">10 June<br>to<br>11 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5935\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5935\">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=5691\">Enhancing Mentorship Skills and Unlocking Potential<\/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\">10 June<br>to<br>11 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5691\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5691\">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=5660\">Problem Solving and Decision Making<\/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\">10 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5660\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5660\">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=5959\">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\">10 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5959\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5959\">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=5799\">Coaching Skills for Managers and Supervisors<\/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 June<br>to<br>19 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5799\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5799\">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=5572\">Getting Acquainted with Water Reticulation 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\">18 June<br>to<br>19 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5572\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5572\">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=5637\">Implement an ISO 14001 Environmental Management System (EMS)<\/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 June<br>to<br>19 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5637\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5637\">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=5900\">Project Management Essentials for Engineers & Other BEP Professionals<\/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 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5900\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5900\">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=5651\">Design Thinking and Innovation for Engineering Professionals<\/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\">22 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5651\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5651\">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=5573\">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\">22 June<br>to<br>23 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5573\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5573\">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=5888\">Mastering the Inspection 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\">22 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5888\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5888\">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=5646\">Strategy in Motion : Managing with Intent<\/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\">22 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5646\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5646\">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=5682\">Ethics in Action<\/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\">23 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5682\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5682\">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=5703\">Microsoft Word For Technical Report Writing<\/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\">23 June<br>to<br>24 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5703\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5703\">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=5812\">Excel for Engineers and Other Built Environment Professionals<\/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\">24 June<br>to<br>25 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5812\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5812\">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=5623\">Managing Project Requirements - 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\">24 June<br>to<br>25 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5623\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5623\">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=5836\">Mastering Engineering and Construction Contracts (Contract Comparison, FIDIC, NEC, JBCC & GCC)<\/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\">24 June<br>to<br>25 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5836\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5836\">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=5574\">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\">25 June<br>to<br>26 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5574\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5574\">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=5938\">AI in Finance: Tools & Prompt Engineering Techniques<\/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\">29 June<br>to<br>30 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5938\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5938\">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=5844\">Effective Project Communication<\/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 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5844\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5844\">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=5652\">Planning Strategic Feasibility Studies: An Engineers Perspective<\/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\">29 June<br>to<br>30 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5652\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5652\">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=5775\">Professional Services Agreements for Consulting Engineers and Other Built Environment Professionals<\/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 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5775\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5775\">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=5946\">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\">29 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5946\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5946\">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=5904\">Construction Regulations Legal Framework: Compliance, Roles, Risks & Responsibilities made clear<\/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\">30 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5904\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5904\">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=5575\">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\">30 June                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5575\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5575\">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}]}}