Skip to main content

Posts

Showing posts from October, 2018

WBL Workshop

Hello everyone! This is about A WBL meeting we had. It's basically a meeting where we learn about work safety, requirements, our rights and many more. We also get information about different scholarship and opportunities we have for jobs for example. This is important because we need to do a scholarship program before we graduate school. BEcause we need the soft skills and its more of like a new experience for everyone that will help us build up as students and as young adults. We were also given information about programs that will Help us in colleges like financial aid and free books.

Lab 4

Hello everyone! SO basically for this lab we had to create a ninja. And it would kick block and punch with different buttons. In this lab, we were to make a ninja containing numerous attributes. With a specific end goal to include those qualities, we initially need to make a variable named ninja. When we got the variable, we currently need to include things that make it a ninja. This is the place we add articles to the variable. Essentially questions offer attributes to the variable. In the event that we need to make the ninja var one of a kind, We needed to include a name, what it enjoys and for me, I included the best shading. Since the ninja variable is characterized with articles, we were influence the ninja to do a few activities, or else it would simply be only data about the ninja. First I added 3 catches to the page and set up the onClick tag. In particular, we were just permitted to make the capacity inside the ninja variable. This is the place we utilize an idea called strat...

Lab 3

Hello everyone! Lab 3 was a basic follow the instruction lab. We got an outline from MIT and we had to read and understand what tag is used for what and how javascript works and some basic jquery. In lab 3, I did many exercises which mainly focused on jQuery syntax and selectors and click event handler. For the first exercise, I placed some text on a div, then I made an input box and a button. The input asks for a color and the button replaces all the instances of the color with the color from the user input. For the button, I, first created a variable called button and set it equal to the id of the button in the HTML to make it an object. Afterwards, I made an on-click function using the button object to store the color of the input box and then store the value of the current colors to element. Lastly, I selected all the instances of the current color by using the element object and then changed the value of it to the value of the input. That is the first exercise. These skills are ...

lab 2

Hello everyone! Lab 2 was very easy and simple. It's more of a checking of what we have done in the past and to refresh our mind. First was to create a text using JavaScript. You do this by typing in document.write. You can also apply HTML tags in the string if you wrap it around with another quotation. The next way you can type in text is by using innerHTML. We first had to create a tag and then change the HTML of that specific tag using its id. Once we did that, we created a secret text that can only be viewed in the console log. I find that interesting and it could be helpful for web developers knowing what it does. The next step to the lab is using alerts. The message that i typed in the alert tag would pop up in the user's browser as an actual alert. Another type of alert that we used is prompt. The user would be asked a question, then they have to enter a value to answer the question. Finally we used confirm. This would give the user a question and they have to answer ...

Lab 1

Hello everyone! This is lab one and it's our first lab for Web senior year. So for this, we had to create a basic webpage that is to introduce our self and it also will be used as our portfolio. So first, I created a portfolio site for all my labs and projects. So for this, I have a basic Html document and Some CSS and javascript. The HTML is very basic so I have multiple divs in it to make it look organized. I made a navigation bar so it's easy to surf around and its hassle free. I also have my profile picture on my webpage. SO everyone can know what I look like. I also have some epic css in it so the background goes radiant and changes color. It looks very beautiful and professional and the code is very easy. I also created a table for both labs and projects. So this way all my labs and projects can be organized. here is a picture to show what it looks like.