Posts

Showing posts from December, 2019

Event Saturday

Image
 On Saturday 26 we attended    Latinx Heritage Celebration at Columbia University. This was a very fun event that taught us the future of VR coding and the Latin community involvement with code. Arriving there we were greeted with wonderful food and people who were very welcoming. To start the day we had a seminar and a q&a platform where we learned about how coding has effected peoples daily lives and how they are bringing it into their jobs. After this we had huge game of kahoot to test our prior knowledge on the latin x coding community. After we had this fun time we all moved into separate parts where we signed up for mini seminars. I chose the VR one where we learned how to edit simple code and change the way the 3D models looks. This 1 hour course taught us new code we can take home and work on.  We collaborated as teams of 2 to just use our creative minds to create new models. We also got to use the google cardboard to see how are code came to life and ...

Project 2

Image
For our first project of the class it was based on the famous show Shark Tank. Shark tank is famously known as  entrepreneurs having the chance to bring their dreams and ideas into real life in a reality show. The main point of the show is that they have to present their ideas to the five judges known as the sharks. The contestants try to convince any one of the sharks to invest money in their idea. If more than one shark wants to invest it begins a bidding war and the highest bid wins. The show is super interesting and fun to watch. Connecting this back to our project we were given teams of 3 to come up with our business and industry. After all that planning of this we had to wire frame  it and 2 representatives of the team would go out and interview the other teams for 7 minutes to gain enough information from them. After this our teacher gave each group a industry to work on. This meant we had to create a website for the business were given. After that we w...

Lab 6

Image
In lab 6 we had to continue lab 6 and create another simple  html page and use j Query animate to stop all the animations. I just copied lab 5 index to keep the same layout for the box and background. Creating a simple background, heading and the box we were going to use. The page is displaying the box and using the buttons it will have a effect on the box in the center.  First created the box using a div with an Id and using css to create the box.  Once the box was set I added another div that contained the 6 buttons in it. Then after this i made sure my j query tag was in the heading to begin adding the animations to the buttons. In order to change its size, shape, move it and do all at once i used the j query code. Adding the onClick effects allowed the lab to function correctly and do its job. After all of this was done i added another button called stop. This button would stop any animations mid way. to do so i slowed down some of the animations in order ...

Lab 5

Image
In lab 5 we had to create a simple  html page and using j Query animate the box in the center. In order to do this I began creating a simple background, heading and the box we were going to use. The page is displaying the box and using the buttons it will have a effect on the box in the center.  First created the box using a div with an Id and using css to create the box.  Once the box was set I added another div that contained the 5 buttons in it. Then after this i made sure my jquery tag was in the heading to begin adding the animations to the buttons. In order to change its size, shape, move it and do all at once i used the j query code. Adding the onClick effects allowed the lab to function correctly and do its job. These skills are very important to a web designer because learning how to use jquery to do animations adds a better skill set to the web designer and makes the site more intuitive. Some sites have buttons that change the layout or have a cool effect on t...

Lab 4

Image
Starting off with lab 4 we had too create a simple html web-page that included JS objects to help customize the ninja, and create buttons that would emit a sound and change text on screen. We would insert setup the heading, insert the image and buttons using CSS to set the buttons under the image.After this we first we would have to create a pop up asking the consumer questions about the ninja. Then we would take that information and insert it into a list next to the ninja.  I created variables to store the answers for the ninja and object. After this I added the buttons into the html document and when clicked they would play a sound and display text on the screen based on the button. This is very useful to us as future web designers because being able to take viewer feedback and create a list or variable to store it in helps keep track of the site. Using these objects and list allow people to make their own bio on the site because it would  take their information input...