Sunday, April 8, 2018
Power Skills Interview Skills
I thought choice c was funny because the girl didn't understand the situation at all like that interviewer asked her for her skills or strength and wanted to know her choices and the guy said there aren't any and then she said my answer is choice c because my 5 grade teacher told me to. After watching the second video the girl knewed what was her skills or strength was which is communication and she was able to explain it unlike choice c girl she didn't know what she doing. The job applicant I want be is someone who is really skilled and prepare for that job because then the interviewer will understand that I'm ready to work for them.
Power Skills Networking
The way I'm networking is by Facebook, Twitter, Snapchat, discord, steam, and what's. I think I'm networking with the right people because I can ask a question and it can be answered by a lot of people plus it help to see the events and news that is going on.
Saturday, April 7, 2018
Power Skills--Communication
It important to communicate your ideas clearly verbally or in written form because then no one will understand what you are saying or trying to do and if you don't communicate your idea then no one can help you with what you are trying to do.
Power Skills--Critical Thinking And Problem Solving
Problem Solving and Critical thinking a value skill as web designer because as you make a website you're going to run into problem like the code isn't working or something you want is not not there and this I'll happen that's why you'll need to ask help and and figure it out together or maybe look at your code again and make sure you are using it right.
Power Skills--Professionalism
Professionalism can be shown in school by making sure to get to school and classes on time, getting your work done in class, giving in homework on time.
Wednesday, April 4, 2018
Power Skills--Teamwork
In a team everyone must work together, this done by when they are working the team is splitting up the work so so they can get the work done fast and not only that they can help each other when they are stuck. There is a leader in a team and that person job is to make sure everyone is doing there work and everything get done in time.
Friday, March 2, 2018
CTE EXPO Reflection Journal
In the cte expo we had to show the freshmen what is web design and what we do in the class. We did this by showing our work that we worked on in class and presenting them, it was fun to show them them what we did because since they didn't know what it is like to make a website and some of the kids was amazed on what we did. But there was problems like the kids sometime did not care what we have to say and a lot of them didn't even look at what the softmore did and I felt bad for them since they work really hard on it and I hope this doesn't happened again. I think for next year we can do is make it like a tour and not let's take a kid and show them because then the kids will be interesting to them and then they would like to join web. I felt it went well but could be better.
Tuesday, January 16, 2018
Lab 26 Refection
In this lab we use JavaScript to make picture appear when you are scrolling down the page. Once again I was watching the video to this because it has every step to do this but hard thing about this lab was that sometimes my code will break and I'll spend my time trying to figure out why it wasn't working and not only to find out that I didn't close the function and then it made me mad because I could have finished this lab long time ago but the lab was easy and I don't see myself using this in the future because it's a lot of work and I don't like I'll be writing article any time soon.
Lab 25 Refection
In this lab we had to use JavaScript to make a password like wesbos in my case and then have pics appear this was easy to do because the video show me I need to add function that let me type in the console and once the password is typed it will start making picture appear and this fun to do the hardest part was making sure the code was right and I don't see myself using this in the future.
Tuesday, January 9, 2018
Lab 24 Refection
In this lab i have to use the video player and code it so it has volume and speed up and slow down and i thought this was going to be hard but the javascript for the this was pretty easy as soon as you watch the video and the code i use where
function togglePlay() {
const method = video.paused ? 'play' : 'pause';
video[method]();
}
function updateButton() {
const icon = this.paused ? '►' : '❚ ❚';
console.log(icon);
toggle.textContent = icon;
}
function skip() {
video.currentTime += parseFloat(this.dataset.skip);
}
function handleRangeUpdate() {
video[this.name] = this.value;
}
function handleProgress() {
const percent = (video.currentTime / video.duration) * 100;
progressBar.style.flexBasis = `${percent}%`;
}
function scrub(e) {
const scrubTime = (e.offsetX / progress.offsetWidth) * video.duration;
video.currentTime = scrubTime;
}
this made code keep in track of the video and it speed and it make sure it work.
function togglePlay() {
const method = video.paused ? 'play' : 'pause';
video[method]();
}
function updateButton() {
const icon = this.paused ? '►' : '❚ ❚';
console.log(icon);
toggle.textContent = icon;
}
function skip() {
video.currentTime += parseFloat(this.dataset.skip);
}
function handleRangeUpdate() {
video[this.name] = this.value;
}
function handleProgress() {
const percent = (video.currentTime / video.duration) * 100;
progressBar.style.flexBasis = `${percent}%`;
}
function scrub(e) {
const scrubTime = (e.offsetX / progress.offsetWidth) * video.duration;
video.currentTime = scrubTime;
}
this made code keep in track of the video and it speed and it make sure it work.
Wednesday, January 3, 2018
Lab 23 Refection
In this lab i had to make a check box that let you check of the list many way this lab was easy to do because i followed the video and the it show me that i needed and then i added this checkboxes.forEach(checkbox => {
console.log(checkbox);
if (checkbox === this || checkbox === lastChecked) {
inBetween = !inBetween;
console.log('STarting to check them inbetween!');
}
if (inBetween) {
checkbox.checked = true;
}
});
}
lastChecked = this;
}
checkboxes.forEach(checkbox => checkbox.addEventListener('click', handleCheck));
to my javascript to make to it work and it basically make sure you can you other check commands so you have different ways to use it. I don't see myself using this because it not useful.
console.log(checkbox);
if (checkbox === this || checkbox === lastChecked) {
inBetween = !inBetween;
console.log('STarting to check them inbetween!');
}
if (inBetween) {
checkbox.checked = true;
}
});
}
lastChecked = this;
}
checkboxes.forEach(checkbox => checkbox.addEventListener('click', handleCheck));
to my javascript to make to it work and it basically make sure you can you other check commands so you have different ways to use it. I don't see myself using this because it not useful.
Lab 22 Refection
In this lab we use javascript console to make interaction with the web page, i did this by making the console react to the the text on the page with a page click event on it and then it will add css to the text and you can check the information on the console to make it show the the character into from the stater kit and it show the age of the characters. The part of the lab was making sure the console was right because it hard but i follow the video so i was fine and i don't see myself using this in the future.
Subscribe to:
Posts (Atom)




