{"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-06-26'\r\n\t    AND StartDate < '2026-08-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=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=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\">01 July                    <\/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=5768\">Managing Projects with MS Project<\/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\">01 July<br>to<br>02 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5768\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5768\">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=5577\">Getting Acquainted with Planning, Scheduling and Programming for Construction 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\">02 July<br>to<br>03 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5577\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5577\">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=5661\">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\">06 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5661\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5661\">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=5751\">FIDIC Conditions of Contract for EPC Turnkey Projects (2017) - The Silver Book<\/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 July<br>to<br>07 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5751\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5751\">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=5624\">Managing Project Business Case - The Systems Approach<\/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 July<br>to<br>07 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5624\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5624\">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=5813\">Introduction to Financial Modelling Using Excel & VBA<\/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 July<br>to<br>09 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5813\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5813\">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=5638\">ISO 45 001:2018 Occupation Health and Safety<\/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 July<br>to<br>09 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5638\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5638\">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=5704\">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\">08 July<br>to<br>09 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5704\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5704\">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=5940\">AI in HR: Tools, Prompts & Practical Applications<\/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 July<br>to<br>14 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5940\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5940\">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=5683\">Emotional Intelligence for Success<\/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 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5683\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5683\">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=5776\">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\">14 July<br>to<br>15 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5776\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5776\">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=5828\">Biological Wastewater Treatment Principles and Design<\/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\">15 July<br>to<br>17 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5828\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5828\">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=5723\">Advanced Communication and Business Writing 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\">16 July<br>to<br>17 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5723\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5723\">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=5670\">Introduction to Project Finance for Infrastructure Development<\/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\">16 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5670\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5670\">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=5943\">Understanding the 6 Stages of the Project Life Cycle to register as a Construction Project Manager or Construction Manager<\/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\">16 July<br>to<br>17 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5943\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5943\">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=5739\">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\">20 July<br>to<br>21 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5739\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5739\">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=5752\">FIDIC Green Book Second Edition 2021 Short Form<\/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\">21 July<br>to<br>22 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5752\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5752\">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=5896\">Principles of Finance (Finance for Non-Financial Managers)<\/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 July<br>to<br>23 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5896\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5896\">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=5578\">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\">22 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5578\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5578\">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=5579\">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\">23 July<br>to<br>24 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5579\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5579\">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=5800\">Advanced Management 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\">27 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5800\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5800\">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=5829\">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\">27 July<br>to<br>29 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5829\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5829\">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=5580\">Pressure Pipeline and Pump Station Design and Specification<\/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 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5580\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5580\">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=5705\">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\">27 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5705\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5705\">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=5677\">The Neuroscience of Leadership<\/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\">28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5677\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5677\">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=5782\">Quality and Risk Management, incorporating ISO9001 to Increase Effectiveness of your Project Delivery<\/a><\/td>\r\n                    <td align=\"center\">1.00<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">29 July<br>to<br>30 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5782\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5782\">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\">30 July<br>to<br>31 July                    <\/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                    <\/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}]}}