A Weather System That Works for You V.3
The first thing you may notice about this post is “what happened to version 2?” Well I had some difficulty getting the algorithm working on version 2, because of this…
The first thing you may notice about this post is “what happened to version 2?” Well I had some difficulty getting the algorithm working on version 2, because of this…
Over my winter break I programmed a weather application. Usually I program in JavaScript or Processing JS. For this application I programmed in a new framework created by developers at…
In this exercise I learned how to program a video game that would display moles in random holes for a random period of time, detect clicks and add points to…
For this exercise, I learned how to display a video player with a pause, play rewind, and fast-forward button. It also included a speed and volume bar. Going into this…
In this exercise I learned how to make a drop down menu that displays a list when you hover over a button. This was only my first or second time…
In this project, I learned how to write a program that found a list of all cities in the US, detect the letters in the names, and show the city…
In this exercise I learned how to get the hours, minutes, and seconds and display those values as hands on a clock. This is the project that introduced me to…
In this exercise, I learned how to listen to keystrokes and once a certain key was pressed, it would make a sound play. Before this I had never had experience…
A while back I took a programming course called JS30. It was a very good course that had you doing a mini lesson about Javascript each day for 30 days.…
This is one of the activities that I did when taking a Processing JS class on Khan Academy. In this project I learned how to write a program that would…