-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBTS.html
85 lines (75 loc) · 4.17 KB
/
BTS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="bee_old.png" type="image/png">
<title>Debug Site</title>
</head>
<body class="homepage">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="Martin_HOA1External.js"></script>
<link href="Martin_HOA1Beautifying.css" rel="stylesheet"/>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<div class="jumbotron">
<div class="container text-center">
<h1>HEADING FOR BEHIND THE SCENES</h1>
</div>
</div>
<nav class="navbar navbar-inverse"></nav>
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="bee_old.png" target="_blank" rel="noreferrer" title="Logo" class="me-3 d-none d-md-inline-block"></a>
<img src="bee_old_blink.png" alt="Logo" height="50">
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="Martin_HOA1Debugging.html">Main Debugging</a></li>
<li class="active"><a href="BTS.html">Behind the Scenes</a></li>
</ul>
</div>
</div>
</nav>
<div class="padding">
<p>During today's TLE session of 9/12/2024</p>
<br>
<p>As we all know me, Jaz, McVernon and aswell as you Sir Jason we tried to fix Henry's code. We did all of sorts of
things in an attempt to fix it, all the way from Double-Checking to more Quadruple-Checking, copying code, sending
code to each other, debugging so much painful minutes wasted on this one problem but it still wasn't enough to fix.
</p>
<br>
<p>
So I told Henry to email me the code so that I can debug it at home with Visual Studio Code or maybe even ask help
from Mr. Chat GPT. When I finally got home I booted up my laptop and opened up the code and VSH to try and see what
the problem with the code is. I tried many things from seeing if maybe the function name was wrong to removing and adding
and readded to code but it still wasnt working so I finally asked the assistance of Chat GPT and apparently the
quotation marks of the various things such as the "id" part on the "p" tag was not matching with others, so after an hour
of debugging code, doing everything we can at school the entire root cause of the problem was not the code itself nor the
syntax but it was the <i>QUOTATION MARKS</i>, the <i>QUOTE MARKS</i>.
</p>
<figure>
<img src="quotemarks.png" class="center">
<figcaption>Wrong Quote Marks</figcaption>
</figure>
<p>
I knew the problem was something about the computer and not the
code itself. It was the keyboard's fault for giving the wrong type of QUOTE MARKS aaaaaaaaaaaaaaaaaaaa <i>*American
Screaming*</i>. I CAN'T BELIEVE THE CAUSE OF ALL OF THIS WAS THE QUOTE MARKS OF ALL THINGS. Hahahahaha so I guess we now dont
only have to <strong>triple check the tags</strong>, and <strong>syntax</strong> but also the <mark><b>SYMBOLS WE
USE</b></mark>. In conclusion as I learn right now with this situtation/problem that was a bit ridiculous I have
learned that coding has its ups and downs but in the end learning what the problem was is kinda
funny and its rewarding to fix it, so just keep coding and have fun with it and I am once again finding the fun of
coding again after 2 months hiatus due to summer break. I'm excited to learn more about programming this subject
and I hope that we will have one of the best years as the last year of high more and this being possibly my last year
here in St. Paul after a very long 12 years of me being here since kinder. You (Sir. Jason) and Ms. MR are definetly
great teachers when it comes to programming.
</p>
<figure>
<img src="quotemarksgc.jpeg" class="center">
<figcaption>The Quotes Marks Discussion</figcaption>
</figure>
</div>
</body>
</html>