9.21.23
so last class we learned about how a website can be stored on a computer and in the cloud and you have to do some fancy stuff on terminal to put the computer website in the cloud. when i add code to the terminal it should update the website.
this is how you do it:
cd ./desktop/c26om.github.io
git add .
git commit -m "add a message"
git push
10.11.23
today I had a lab with molly and we started working on a project with boxes and i learned how to make an image change when you hover over it. i'm really happy i took this class this year and i think i'll learn how to make a lot of cool things
10.12.23
today we did a little javascript coding which gave me cs0 flashbacks. but we also learned how to use the console to detect and collect data for what keys are pressed, where the mouse moves to, and how many clicks someone clicks. these things are called event listeners. and when i used to change elements of a website that's called the console - i just learned that.
11.1.23
today i had another lab and we worked on a javascript event listener to move a blue box. this was cool because i learned how to use coordinates and event listeners. the javascript is a little confusing but i'll keep working and hopefully it'll start making more sense.
11.7.23
today we made functions in java and we learned what a function does. it can basically make repeating images or do something a bunch of times so you don't have to make a hundred divs and it can just repeat an image with one piece of code instead of 500.
11.30.23
today I almost finished my gratitude project. i added a button and got the picture changing to work on space bar press. theres a weird issue when you press the space bar a heart div shows up in the corner but i'm working to find out why that happens and fix that.
12.4.23
i was playing around with chatgpt that molly told us to use and now event listeners are conceptually starting to make sense. i know that it's 'listening' for a certain event in the document (wherever you put it)
12.14.23
recently we resolved an issue where in a certain position there would be a random heart that spawned in the top left corner by making the click count -1 when the button was pressed, because it used to register as a click and put a heart in the corner.
1.9.24
today we worked on adding random variables to a page and then assigning names to the numbers so that a name will randomly be generated when the page is loaded. you use a random number then multiply it by 5 and round to the nearest integer, and each thing in the list is assigned to a number that will be output randomly.
1.23.24
i finished the snow project and used an array to make the different types of snowflakes then randomized their positions. my code wasnt working so i asked chat gpt for help and it said i needed to add a 'push' so molly and i are going to review what it means in lab tomorrow. also i can't push because terminal is broken so we'll figure that out too.
3.14.24
today i finished drawing my font and uploaded it.
4.2.24
today i worked on making the font more uniform so it looks more organized. i resized some of the letters and re-aligned them to the gridlines so they look more uniform and legible.
4.11.24
today i figured out how to download the font as a file. i did some research and learne how to create a link to it and add it to my website. i've added it on some pages and will continue to add it to my website unti its completed.