function addReplace() { | |
var y = document.getElementById("txt1").value; | |
var z = document.getElementById("txt2").value; | |
document.getElementById("txt1").value = +y + +z; | |
document.getElementById("demo").innerHTML = document.getElementById("txt1").value; | |
} | |
function add() { | |
var y = document.getElementById("txt1").value; | |
var z = document.getElementById("txt2").value; | |
var x = +y + +z; | |
document.getElementById("demo").innerHTML = x; | |
} |
DD 2016 by Ashahi Shafin
Friday, June 9, 2017
lab 17 reflection
In lab 17 what i did is make pop when adding two number and it will ask you if you want to replace the value of the first number if they say okay then the number change if they say no the number of the first value dose not change. I did this making a adding function and a replacement function.
the hardest hart was making it replace the value but i solve this help from my peers. I will not will being using this in the future because it work.
Wednesday, June 7, 2017
create pc reflection
In this project I made a tabloid that show the code that I did in my create of apcsp. What I did is make a background then I added text box copy and paste my code then i made a circle for function and rectangle for the code i did and then I was finished. There is no hardest part was nothing. I won't be using this in the future
.
create vi reflection
In this lab we make a video of our project. What I did is I got obs and then set it up to screen record then make sue it recored at 480p so it doesn't take up so much space. I also mute my mic so no one can hear me, they can only hear the sound that is coming out of the computer. Then I edit the video by removing some parts of the video. Then I just hand it in. The hardest part was editing the video and I solve it by searching it up. I won't do this in the future because it's waste of time.
Tuesday, May 23, 2017
WBL
Today Mr Frank thought us about making money and how we can use it to benefit our self. He showed us down when we make money we should have a plan when when should we use their money. For example Frank told us that every time we make money we should save at least one fifth of it. He also told us to use this app call stash invest, and this app we pay $5 a minimum and by part of a company you can even my packages which has multiple companies something you can make more money really fast Frank told everybody to to make one but some of us need to be 18 and older and need a credit card in my case I don't have one, but Frank told us this to ask her parents and use their credit card instead but I don't want my parents to use their credit card because I know they won't even let me use the app in the first place.
Wednesday, March 22, 2017
Lehman college leadership trip
In this trip we when to Lehman college and we met the U.S army and learn about leadership. We saw
two videos showing leadership and both showed that they lack of leadership. Then our group made like a rule that show our leadership and make. Then we had to read out our work which I did for my group and got a prize and they like it too. After that we had lunch, I didn't like the food because the chicken was bad and I wish they had seafood. After that they interviewed some of army member I remember one of them is Michael Wyn and he ride the helicopter and said that he sent to avation which is cool.Then we did servase and then left. The ride back was fun.
Thursday, March 16, 2017
Lab 14 reflection
What I did in this lab was I made a math calculator with buttons in the lab. With this we can simple math problems to find solutions like addition, subtraction, multiplication, and division. What I did first was make to inputs with one with the first number and then I added the input for the second number, I asking added the output so we can see the answers. I used in this lab was CSS, JavaScript, and able then add some CSS to this to make a color background and the heading a different color, and my table for the webpages. The hardest part of that lab at first was my math calculator was not working on the website it only show the heading but I asked for help and found out that I only need to press live on of Dreamweaver which make the make calculator show up, then i tested it out and it worked. I solved the problem was by asked for help and found out what I had to do. I think I won't use this in the future because I preferred to do math on a piece of paper now use a calculator because the calculator isn't always right.
Lab 13 reflection
What I did is copy my label 12 code and js and then added a pop out window that say the name and then with name email and phone number. I did this by using the window.alert code to make a pop out of what the user type and it will say hell (what the user type) and then I did the for the other form and it made it say the name email and phone number of the user. The hard part was making pop out window for the name email and phone number part because they had to be all together. I solved this by adding the ±' to make my code work. I won't use this in the future because I don't like forms.
Subscribe to:
Posts (Atom)