My Journal

1

This week I worked on my website by ading the folder urls and finsihed working on the screen. I had a little trouble moving the folder links to the right possition on the screen, but eventually i figured it out. I also put a backgrouond on the screen. The last thing a tried to do but failed was adding a picture of a pc and wires to make it look like it is powering the screen.

2

Today I was able to arragnge the folder image pc correctly. The reason it was not working becuase I had not labeled the image as absoulute so it was not able to move around. I also had not set the pixels placements correctly

3

This class I started my christmas project for my parents. When you click on a key it adds ornaments and then finally the star on top of the tree. I was able to get the base of the code, but when I tried to complete the array it didnt quite, work and their were some errors in the console. I eventually fixed the errors in the console, but it still doesn't work. Im going to try and fix that next class.

4

Molly helped my try something new with my project. In stead of doing and array of different obects, i made a fucntion so that when I click anywhere on the tree the same ornament apears. I also added a hover animation on the top of the tree. When you hover over the top a star will start to apear and then glow.

5

Last class we started off with making a background color generator, although i did not really understand how the code worked, i sort of understood the process it was doing. Today i had tried to finish what I was doing but I still did not under stand it well enough. Molly helped me with it and my ordering of some things were wrong and eventually it worked. It was a project when wherever you hover you curser affects how much red and green there is in the background color.

6

This week I made my valintines day project for ajai. What he wnated me to make was a him scoring a ball into a goal. I first thought that I could do an animation, but I decided to do a funtion instead. The way I did it was I made two divs, one for the ball and one for the goal. I then created a function and added an event lister for every click. I set two variables to be the x and y axis pixels on every click. Then I set the balls corrdanites to to variable x and y. The part I had trouble was when the ball was clicked onto the goal, it appeared under it not over. Miles helped me and showed me something called the Z index, wich sets wich div is at the top and bottom. I then set the ball to be the highest div.