Tuesday, December 20, 2016

Topic Website

Home Page

Habitat
My final assignment was on the Komodo Dragon and facts about them. The process I went through for this was to first look up facts on the Komodo Dragon then add them inane add in pictures that match with the facts. Next, I had to add in what the Komodo Dragon scales look like into the background. Finally, I had to add in the surrounding design to make it look good. For me I learned how to polish a website up to make it look better, also how to add more sidebar links. I would have done the sidebar differently to make it look better since there is nothing below the links so it doesn't look good. I would have also spaced out more so it looks nicer.What I would keep the same is to keep everything somewhat similar to the background. The experiences that came from this that I will use later in future projects is to keep it looking like the background and to make it look somewhat similar to this project. This project took me awhile and I could have made it look better, but this is what I did and I can't do more. Thank you for listening and check out my website

Friday, December 16, 2016

5 of my best works

Castle

From this project I learned a multiple of things such as cutting out parts of shapes and how to grab faces and put them up or down. I learned this from Mr. Netterville, my animation teacher, teaching us and going through the process. I picked this project because it took me a long time to do and it was one of my first maya animations. On this project my strength is the towers on the castle, my weaknesses are on the height of the part top of the towers and the floating pyramid in the center. What I will do with what I have learned will be used on other projects I do. What I would change in this project is changing the multiple of the same looking houses. This was a fun but big project since it was my first.

Hammer Time


 I learned to grab the the vertexes and make it look like a hammer. How I learned to make a hammer in maya is using my teacher Mr. Netterville for help. I picked this project because it actually looks ok to use, I am actually pretty proud of this project. My greatest strength for this project for is probably the hammer head because it looks pretty good for a hammer head of course, and my greatest weakness for this project is that I could have added more in the background but I didn't. The one thing I would change is again the background because I could have added more. It was fun to make and it looks good to.

Ice Cream Shop 




I learned how to put everything on a circle and make it spin into a video. I learned how to do it from the help of my teacher who I have already talked about and my other classmates. I picked this project because this is one of the big ones I did that took a while to make and there were multiple parts to it. My greatest strength for this project was how I could make what I wanted metallic and make everything spin in the way I wanted, my biggest weakness for this was on the spoon how the handle goes through the cup spoon part. The one thing I would change is how you can see the handle. It was hard and I ran into some problems but in the end I got it done.

Salt Shaker and Wine Glass


I learned how to poke hole in the top of the salt shaker and how to use loft and revolve. I learned to do this because my teacher taught use how and if I ran into a problem my classmates would help me. I picked this project because in this project we learned a whole other way to make things such as loft and revolve. My greatest strength is being able to make these and them looking good, and to be honest I don't think I had any weaknesses on this project. The one thing that I would have changed in this project is when making the holes in the salt shaker I had ran into a problem that was so dumb.

Pen 

I learned a lot on this final project one being which is how to make a spring and how to align multiple parts. I learned to make this again form my teacher. I picked this project first it being my final and second because it was the one that everyone made it based on what there pen looks like. My greatest strength on this project is making the clip of the pen because for me I like it, but my greatest weakness is that I didn't put it in any position such as it leaning or anything. The one thing I would have changed is that I would have put on a background. My final is over and I had a fun 2016 but I am so ready for 2017.

Monday, December 12, 2016

Tutorial Critic

This is a great tutorial to learn how to animate using the application Adobe Animate CC on the mac. If you want to learn how to I do recommend it, check it out if you want.

Animation Article critic

This website has an old and poor design but has lots of nifty information to use to find the right animation school and more. I recommend looking at it and read it to find out what you can learn.

Friday, December 9, 2016

Animation critic

The Ocean maker
The bast short animation I have ever seen. If I were to rate it I would rate it 10/10. It has all of the points of a good animation. The multi-plane animation is amazing. The quality of the graphics are so good. It has drama, action, and strategy. It was so good. I loved this animation.

Tuesday, December 6, 2016

Ice cream Animation

Ice Cream Animation




The Maya animation application is the application which I used to make this "Ice cream shop". I had to use many tools to make this project. I leaned a lot from using maya while creating this project. It was a hard and long process but I think I did alright with being new with using this application. I had a few mistakes while making this but that just helps me for the next time. I hope you enjoyed watching this and have a nice day.

Thursday, November 17, 2016

My Project Blog Post


My project is on what I learned in quarter 1, I had a set of requirements that I needed to complete this project such as a walk cycle, a multi-plane animation, and using the puppet pin tool.

I learned all the things I was required to put on this project, there was a lot of steps to do all of the projects. I would have made the fridge into separate parts so I could have done the walk cycle and have more scenes different next time because the walk cycle was wrong and with more scenes would have made since. I would have done every thing else the same because it was an alright video. I will also redue a whole new character, one that is better. Overall, this project was fun but difficult at the same time.

Friday, September 16, 2016

Hexadecimal Color Sampler



This website that I made took awhile to make and I learned a lot of color coding from this. It took a lot of time see what codes were right and which were wrong.

Here is the code in TextMate for the website

<html>
<head>
<title> Hexidecimal Color Sampler</title>
<style type="text/css">
body{ /* you know what to do */
font-family:verdana;
background-color:#666;
}
div{
padding:12px;
border: solid thin #ffffff;
border-radius:20px;

}

</style>
</head>
<body>
<h1> Hexidecimal Color Sampler</h1>
<h2>#RRGGBB</h2>
<!--  Roy G Biv  -->

<div style="color:white;background-color:#CC0000;">
<strong>RED - #CC0000</strong>
</div>
<div style="color:white;background-color:#ee6600;">
<strong>Orange - #ee6600</strong>
</div>
<div style="color:white;background-color:#ffff00;">
<strong>YELLOW - #ffff00</strong>
</div>
<div style="color:white;background-color:#40ff00;">
<strong>GREEN - #40ff00</strong>
</div>
<div style="color:white;background-color:#0040ff;">
<strong>BLUE - #0040ff</strong>
</div>
<div style="color:white;background-color:#0000ff;">
<strong>INDIGO - #0000ff</strong>
</div>
<div style="color:white;background-color:#bf00ff;">
<strong>VIOLET - #bf00ff</strong>
</div>
Lighter Colors:
<div style="color:white;background-color:#ffcccc;">
<strong>PINK - #ffcccc</strong>
</div>
<div style="color:white;background-color:#fc9;">
<strong>pastel ORANGE - #e60</strong>
</div>
<div style="color:white;background-color:#fff68f;">
<strong>pastel YELLOW - #fff68f</strong>
</div>
<div style="color:white;background-color:#aeeeae;">
<strong>pastel GREEN - #aeeeae</strong>
</div>
<div style="color:white;background-color:#aaeeff;">
<strong>pastel BLUE - #aef</strong>
</div>
White, Black and shades of gray...
<div style="color:white;background-color:#000;">
<strong>BLACK - #000</strong>
</div>
<div style="color:white;background-color:#404040;">
<strong>darkest GRAY - #404040</strong>
</div>
<div style="color:white;background-color:#aaaaaa;">
<strong>medium GRAY - #aaaaaa</strong>
</div>
<div style="color:white;background-color:#eeeeee;">
<strong>light GRAY - #eeeeee</strong>
</div>
<div style="color:black;background-color:#ffffff;">
<strong>WHITE - #fff</strong>
</div>
</body>
</html>

Monday, August 29, 2016

Wayback Machine Project

www.addictinggmes.com then:                                       The titles link of the games are blue. The background is all white with no color. Some of the pictures don't show up. The Title of the website is all grey. There is a small little description.
www.addictinggames.com now:                       The background is black. There is many different links for different genres of games and they are not blue. Many of the pictures couldn't show up but for a different reason. Many more games. Many sections such as recent, new, and popular games. There are ads in the recent version.













www.myspace.com then:                                 Not many stories on the front page. It has a blank grey and white background for most of the front page. Little description of the website. Only three sections. 




   www.myspace.com now:                           Filled with news and entertainment. Has a sidebar for sections of the site. There is a sign up/ login in the top corner of the site. It has a slideshow in the main part of the home page. The new site actually has pictures.            







www.youtube.com then:
Youtube started out as a video-dating website. Half the screen is blank. There is no videos on front page of the website. There are five large tabs next to the logo. It asks you who you are interested in.





www.youtube.com now:
There are many videos on the front page of the website. It is no longer a dating website. There are many more tabs and they of to the sidebar. It is very different such as viewer count, subscribers, and many, many people are on.

Monday, May 16, 2016

Ear Pockets

Our team was the ear pockets and this is our product
Will doing this product we communicated well together.
We struggled a little on focusing though.
We will focus more the next time we work.
I have definitely  learned now on how to make a website and that is very valuable to learn.
I put the whole website together and made a part of the animation

Web Hosting Options

InMotion 1&1 Bluehost