Posts

Showing posts from January, 2017

PR2-Journal Reflection

Image
           The objective of this project was to create a website from scratch based on the interviewed company. I interviewed 5STARS (a.k.a Shoe Magic) in which this business specializes in creating sneakers based on the consumer's desires with whatever design that they can possibly think of. The motto of the company is that it "gives back to people the freedom to do what they couldn't do ever before". This company sparked my interests due to the creativity of the company and flexible it is.If this company ever existed in real-time, I would support and sponsor this company with all the resources that are in my grasp.                    The website was not hard to make at all since I worker in a team of 3 people which aided me through my efforts. I was given the role of a coder while the designer (who is Marissa), designed the logo of the company. I managed to refer to w3schools.com as well as sneakerfrea...

LB7-Journal Reflection

Image
                         The objective f the Mad Libs game was to incorporate JavaScript functions along with CSS and HTML to enhance the game. The game required the user to input their own words, specifically words that fit what the input field required. For instance, if an input field asked to put in a verb or a pronoun, the user could've put whatever word that suits it's requirements. The words would then be accumulated to form a wacky story to which it was outright ridiculous. In order to complete this assignment, I had to use a variety of JavaScript statements to which I had difficulty to achieve. It required a lot of CSS to be used as well to show how the story would be shown. Emphasis had to be taken into account as well due to how the words would clearly outline its significance.                The webpage itself had to be customized to such an extent that the elements o...

LB9-Journal Reflection

Image
                              The objective of this lab was to create a form from scratch using JavaScript, CSS and HTML. We had ti incorporate previous knowledge from before and we also had to use new skills related to form-submit actions. We also used JavaScript loops and statements assigned to each HTML name to which each piece of data was branched off into another JavaScript statement. For each category that the user input into the fields of information, I created code to counteract different inputs of the user and to formulate a response to their data input. In other words, my created code was used to validate input data.                 The lab itself was not hard at all since there was some assistance in creating my web form website to which I referred to w3schools.com, the JavaScript Bible as well as the given code by the Ms.Ramirez. Anyhow, I felt very comf...

Boolean Statements- Reflection Journal

Image
             The objective of this exercise was execute code that holds value to be either true or false.  the boolean statement can decide wether a value can be true or false when used to compare values such as numerical statements and greater than or less than values. With this piece of code, it can be used to compare values for mathematical statements. The usage of this code depends on the person using the code since it doesn't really serve a purpose besides executing math calculations or anything that requires a greater than or less than value. The exercise itself isn't difficult at all and depends on how the boolean function is used such as the person making a boolean function.