Thursday, April 5, 2012

Flash CS3 – Concepts and Terms

1) What is the file ending for files created in Flash CS3?
-fAn FLA file


 2. What is the national standard for American television video broadcast?
The U.S. Video Standard is NTSC (National Television System Committee).

3. What part of the Flash interface displays the movie you are working on?
The stage displays the movie you are currently working on.

4. What needs to be selected for an object to follow a motion guide?
add motion guide

5. What is the gray area surrounding the Stage in Flash CS3? 
The work area surrounds the stage.

6. What is the magnetic pull of objects to a grid?The objects snap to the grid set up by Flash.

7. What is the default frame rate for Web playback in Flash CS3?
12 fps is the default framerate.

8. What is exporting your final Flash CS3 file called?
The final file type is SWF.

9.Designing for the Web is normally measured in what unit of measure?
The web is measured in pixels.

10. What are palettes in Flash CS3 called?
Flash uses panels instead of palettesFLA file file

Friday, February 17, 2012

MS bliink

My theme for the 2012 bliink contest will be how technology can be good and can also have bad effects of the way we live as well.

My teams specific topic is on how we can live in a world without technology and think of new ways on how to save the  environment by making new things with light,like a laser keyboard,virtual paper and pencils,Saving trees and not using up all of the worlds resources. These no doubt technology will sky rocket in the near future.But its how we will use it to determine or fate and how  technology  controls u in a way. How it can affect the way we live as well.

This directly relates to the theme because its showing how technology can make a better future!but there is always a downside to it too.!

For my teams website we will have at least five webpage.
A)The first is the introduction to the future of technology.
B)The second webpage will direct us in a would without technology.
C)The third webpage will direct in a world were we use up all of our resources and the effects of  what it can do to our planet.
D)The fourth is if we make more  technology  it will cause the loose of jobs and the unemployment rate will increase.(LUDDITES) and there history!

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.