Praxis: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
Line 79: Line 79:
= 1974 - 2018 =
= 1974 - 2018 =
<div style="font-size: 10px;">
<div style="font-size: 10px;">
     <div class="content">
     <div id="ole" class="content">
1974 is the actual start because that's when I took training at the schools Control Data was running and actually did first programming, but I went back for a 4 year degree majoring in Math and CS and only had operator jobs before 1980. I did have a DP course at a community college before CDC in '73 which pushes it back to my teens. The Control Data Institute I went to btw, was in the building shown on the Bob Newhart Show at that time on Michigan Avenue as being where he had his office.
1974 is the actual start because that's when I took training at the schools Control Data was running and actually did first programming, but I went back for a 4 year degree majoring in Math and CS and only had operator jobs before 1980. I did have a DP course at a community college before CDC in '73 which pushes it back to my teens. The Control Data Institute I went to btw, was in the building shown on the Bob Newhart Show at that time on Michigan Avenue as being where he had his office.


Line 124: Line 124:
   coll[i].addEventListener("click", function() {
   coll[i].addEventListener("click", function() {
     this.classList.toggle("active");
     this.classList.toggle("active");
     var content = this.nextElementSibling;
     var content = document.getElementById("ole");
     if (content.style.display === "block") {
     if (content.style.display === "block") {
       content.style.display = "none";
       content.style.display = "none";

Revision as of 15:26, 25 November 2021