Thursday, December 1, 2011

Fun Photo

This project "Fun Photo" is a MAJOR GRADE! It teaches us how to take different photos and blend them togather to create a polish perect real photo.This project also teaches us some basic photoshop skills and it is a fun activity as well.





This is a picture of my background.A WWE wrestling ring.






This photo will be crop into the ring with me and my friend.



This photo will also be crop with the guy (john cena) jumping off the top rope on to me and my friend.

Monday, November 7, 2011

Adding a Touch of Style

Getting Started

Four parts of a style rule:
  • Bracket
  • Tag Name
  • Property
  • Semi- colon
  • Example of a coded style rule:
    • body{color: black; background: white; }
  •  Style rules located in html documents:
    • The header
  • Code used to identify style rules:
    • <style type= "text/css">
Linking to a Separate Stylesheet
  • Example of proper coding for linking a separate stylesheet:
    • <link type="text/css" rel="stylesheet" href="style.css">
  • Where tag should be placed in the html document:
    • Within the <head> ... </head>
  • What value should the link element's rel attribute be sent to allow the browser to recognize the URL for your styesheet?
    • "stylesheet"
  • Does an external stylesheet or a style element have priority on a web page?
    • Style elment if it is below the style link
  • What does /* stlye.cass-- a simple style sheet */ mean?
    • example of a comment
Margins
  • What code would you write to make a 25% margin on the left and a 10% margin on the right?
    • <style type="text/css"> body { margin-left: 25%; margin-right: 10%; } </style>
  • If you want a header (h1) to start some to the left, what code would you write to make that happen?
    • h1 { margin-left: -8%; }

Monday, October 31, 2011

WEB GRAPHICS

1.Raster, or bitmap, images are made up of what?
Raster, bitmap, and images are made up of:small colored dots called pixels.

2. Vector images are made up of what?
Vector images are made up of: images based on mathematically defined points called vectors connected by lines and curves.

3. What happens to a raster type image when you increase its size?
The raster type image pixelizes: when you increase its size and it looses quality.

4. Give three file extensions of raster images types
three file extensions of raster images types are : gif, jpg, and png

5. What is the process of softening the edges of an image so it appears smoother?
The proccesss of softening the edges of an image so it appears smoother is called antialiasing.

6. What is the website where GIMP can be downloaded?
http://www.gimp.org/ is the website where GIMP can be downloaded.

7. What is an open source application?
Open Source application is the code for the program that is freely distributed

Thursday, October 20, 2011

What four things should you consider while you are planning your website?

Audience, Content, Design, Ease of Use

How do you determine your target audience for your website

When you build a website for your business it has to be built so it draws visitors looking specifically for the product or service you provide if the goal is to draw online sales or have someone find out more about your company if they were referred to you. This requires narrowing down what type of information, features and products your targeted audience would be looking for. To be found on the Internet by visitors that have the potential of being actual customers the website needs to contain quality information, keywords and phrases the targeted audience would search for and project a professional appearance.

Monday, September 26, 2011

Photopigments

Photopigments are unstable pigments that alter their chemical processes when exposed to light. This chemical process helps kick-start the seeing process.

Thursday, September 22, 2011

Memory!


My earliest chilldhood memory was when i was at a private elementry school.We went on a felid trip to this farm in the counrty.It was in october and my mom came to help out with all the other parents, It was a fun farm where you could feed the goats and the rest of the farm animals, go through maze's and get prizes.At the end of the day when we where about to go home we got to pick out pumkins and took a class picture on these hay stacks full of hay. That was my second time going there,later that day  my sister,mom and I crave out the pumkin and eat a big dinner.

Tuesday, September 20, 2011