What is your favorite color?

Wednesday, December 23, 2015

Scratch Intro

Throughout the scripts tab within a project on Scratch, there are many options to code. You can make the character turn a certain way, move a certain number of steps, say something, or change background or color. The options throughout the costumes tab is endless. The costumes tab allows you to go through their gallery in order to pick a character to replace or in addition to the cat. The costumes tab also allows you to draw on the character. Throughout the sounds tab, you can upload a voice file, record a voice file, or use one Scratch has stored. You can also change the backdrop to a picture saved on your computer or you can pick one from the array of backdrops Scratch offers. At the bottom left area of the screen, Scratch gives you the option to paint your own backdrop or to take a picture for your backdrop.

Thursday, December 3, 2015

Thanksgiving With Images

Image#1: Bora Bora Resort
1.I blurred the picture by using the Gaussian Blur under the filters tab on pixlr.
2.I turned the contrast down to -51 to give the picture a grayish tone.
3.I turned the blue offset to -31.


Image#2: Flower
1.I turned the brightness down to 20 to make the color be bolder.
2.I diffused it to the number 5 to make it less clear and make it seem almost as if it was a drawing.
3.I added a hue to 15 so the picture would have a bluer undertone.


Image 3: Punta Cana Resorts:
1. I turned the color vibrancy up to 100 in order for the color to show up more.
2.I turned the exposure to 19
3. I turned the saturation to -100 to make this picture black and white.


Image 4: Donuts
1. I turned the brightness down to -40.
2.I turned the output levels up to add more white into the picture.
3.I turned the brightness to 4 and the contrast to 3.


Wednesday, November 18, 2015

W3Schools Test Results

On my test from W3Schools, I got a 8/25. Even though this did not count for a grade, it was a good learning experience and allowed me to realize my weak spots in this unit.  I definitely would like to work on memorizing more codes in order to use them correctly to express the correct item. I still have many codes to memorize in order to be able to create a website from scratch.

Friday, November 13, 2015

Tags I've Learned

<html>- This creates an html document
<head> This designs a heading of a document
<title> This creates a title in a document
<body> This clearly highlights the contents
<h1>,<h2>... This designates what type of heading it will become
<p> Shows a paragraph is starting
>p align=right> The paragraph will now be aligned to the right
<p align=center> The text will be aligned in the center
<br>This will indicate a break in the text

Thursday, November 12, 2015

Intro to HTML

To get the lesson done today, I used the tools available on w3schools. They gave us tags so that we could understand where to put certain words in order to create what kind of paragraph we wanted. I used notepad to practice typing these tags. I want to know how to insert pictures into a document using tags.