What is your widget going to be?
Tuesday, September 25, 2007
HTML Web Design - Homework Assignment 06
Posted by
Joshua
at
12:48 AM
0
comments
Labels: html - homework
Monday, September 24, 2007
Multimedia - In Class Assignment 06
Gimp Glowing Text / Animation Tutorial
Click on the following link to start the tutorial:
Start tutorial
Posted by
Joshua
at
10:07 PM
0
comments
Labels: multimedia - in class work
HTML Web Design - In Class Assignment 10
"World of Widgets" - Project 02:
Project Overview
Posted by
Joshua
at
6:14 PM
0
comments
Labels: html - in class work
Sunday, September 23, 2007
Multimedia - In Class Assignment 05
Create an Animation with GIMP!
A relatively easy way to create animations is to use a graphics program to create an animated ".gif" file.
Before starting, I would like you to read through the following article:
.gif file format
**Send me an email when you finish reading this, stating "I have finished reading the article."
Now that you are familiar with what a .gif file is, you will be creating your own animated gif.
- Open GIMP.
- Create a new Document.
- Make sure the "Layers" dialog window is open.
- Each layer that you create represents a "frame" in your animation.
- Animation is played from your bottom-most layer, to your top-most layer.
- To preview your animation, go to: Filters -> Animation -> Playback
- You can delay the transition of a frame by typing (3500ms) in the "layer properties"
- Your animation must have at least 10 frames.
Examples of some animations:
- Print out your name, with one letter on each frame.
- A stick figure skateboarding.
- Stick figure playing the guitar.
- A frowning face that morphs into a smiling face.
Posted by
Joshua
at
8:57 PM
0
comments
Labels: multimedia - in class work
Friday, September 21, 2007
Thursday, September 20, 2007
HTML Web Design - In Class Assignment 09
Practice CSS positioning by following the instructions in this document:
More CSS Positioning Practice
Posted by
Joshua
at
10:08 PM
0
comments
Labels: html - in class work
Wednesday, September 19, 2007
Multimedia - In Class Assignment 05
Research an Operating System Other than Windows XP
Create a Google document named “Operating System – Research”
Answer the following questions:
1. What is the name of the Operating System?
2. What is the company that sells the Operating System?
3. What was the 1st release of the Operating System?
4. What is the latest release of the Operating System?
5. How many lines of code are in the Operating System?
6. What programming language is the Operating System developed with?
7. What are 3 features of the Operating System?
8. How much does the Operating System sell for?
9. What are the minimum hardware requirements to run the Operating System?
10. Name 2 ways the Operating System is similar to Windows XP, and 2 ways that it is different.
Posted by
Joshua
at
11:37 PM
0
comments
Labels: multimedia - in class work
Monday, September 17, 2007
Multimedia - Lesson 08
We will begin class with your 1st test. Please click the following link to start:
Start test
Posted by
Joshua
at
9:23 PM
0
comments
Labels: multimedia - lessons
HTML Web Design - Lesson 11
We will begin class with your 1st test. Please click the following link to start:
Start test
Posted by
Joshua
at
9:19 PM
0
comments
Labels: html - lessons
Wednesday, September 12, 2007
HTML Web Design - In Class Assignment 08
Practice CSS by working on the tutorials at the following link: (link will only work at school)
More CSS Practice
Posted by
Joshua
at
7:08 PM
0
comments
Labels: html - in class work
HTML Web Design - Homework Assignment 05
What is CSS and how does it benefit you as a web developer?
Posted by
Joshua
at
12:17 AM
14
comments
Labels: html - homework
Sunday, September 9, 2007
HTML Web Design - Lesson 10
Intro. to CSS
- CSS stands for Cascading Style Sheets.
- Styles define how to display HTML elements.
- Styles are normally stored in style sheets.
- External style sheets are stored in CSS files.
- External style sheets can save you a lot of work.
- Use external style sheets!
- Language used to describe how an HTML document should be formatted.
- Examples:
- Setting the font name.
- Changing font sizes.
- Formatting table or container borders.
- Positioning html tags.
- It enables you to change the appearance and layout of ALL the pages in your web site, just by editing one single CSS document!
- 3 locations:
- External style sheet (recommended for most instances)
- Internal style sheet (use when appropriate)
- Inline style (use when appropriate)
- Highest precedence
- Inline style
- Next precedence
- Internal style sheet
- Least precedence
- External style sheet
- <link rel="stylesheet" type="text/css" href="mystyles.css" />
Posted by
Joshua
at
11:11 PM
0
comments
Labels: html - lessons
Multimedia - What's my grade?
This link will only work if you're logged on to the network at school!
What's my grade?
Posted by
Joshua
at
7:07 PM
0
comments
Labels: multimedia - syllabus
HTML Web Design - What's my Grade?
This link will only work if you're logged on to the network at school!
What's my grade?
Posted by
Joshua
at
6:53 PM
0
comments
Labels: html - syllabus
Thursday, September 6, 2007
HTML - Software
Microsoft Visual Web Developer Express
- Click on the following link to download and install:
Posted by
Joshua
at
12:24 AM
0
comments
Labels: html - software
Multimedia - Software List
Gimp (this is a 2-step installation)
- Click on the following link:
- Download and Install:
- GTK+ 2 Runtime Environment
- The GIMP for Windows
Download Inkscape
Blender
Download Blender
Posted by
Joshua
at
12:20 AM
0
comments
Labels: multimedia - software
Wednesday, September 5, 2007
Multimedia - In Class Assignment 04
You are a graphic artist for a computer company. Your assignment is to design an advertisement for a multimedia computer.
**Project is due Monday 17-September.
You will be using GIMP to complete the assignment.
- Name of the computer is: Multimedia Speedster 2010
- Specifications to include (you must use at least 5)
- Computer
- Monitor
- CD-RW/DVD drive
- Microphone
- Keyboard
- Mouse
- Speakers
- ...etc.
- Your specifications MUST BE real components.
- You can search for them on the internet.
- Include the price for each component.
- Your total price limit is $3500
- Logo for "Multimedia Speedster 2010"
- Is it there and spelled correctly?
- Does it look attractive?
- Is it eye-catching?
- Computer components
- Are there 5 or more?
- Is the price listed?
- Are they real components?
- Are they spelled correctly?
- Is the total price under $3500?
- Overall
- Layout
- Presentation
- Effort
Posted by
Joshua
at
9:50 PM
0
comments
Labels: multimedia - in class work
Tuesday, September 4, 2007
Multimedia - In Class Assignment 03
Create a Logo with GIMP
Today we will be doing a GIMP tutorial. This tutorial will get you a little more familiar with the layout and tools in GIMP. It will also prepare you for future assignments.
Start tutorial
Posted by
Joshua
at
4:39 PM
0
comments
Labels: multimedia - in class work
Monday, September 3, 2007
Multimedia - Lesson 07
Hardware and Multimedia
Lecture/Powerpoint/Notes
We will begin class with a quiz...
Click to Start
Posted by
Joshua
at
6:01 PM
0
comments
Labels: multimedia - lessons
Sunday, September 2, 2007
Multimedia - In Class Assignment 02
Business Analysis
***don't forget about the quiz tomorrow on chapters 2 & 3***
Background: Many business Web sites market products or services directly to consumers; such sites are referred to as business-to-consumer (B2C) sites. Sites that market to other businesses are referred to as business-to-business (B2B) sites.
Directions: Research 4 business Web sites. Complete the chart below by listing the site address, the company name, and the type of site. For B2C sites, describe the age, interests, or gender of the site's target audience. For B2B, describe the type of company that the business is targeting. List any media components that you find used on the site. Then make one recommendation for improving the site.
**You will be recording your answers on Google Documents
- Create a new spreadsheet in Google Documents.
- Name the spreadsheet "Business Analysis" - points will be deducted if this is not named correctly.
- Your spreadsheet will have 5 column headers:
- Site Address
- Company Name
- B2B or B2C ?
- Media Components
- A=Animation
- G=Graphics
- P=Photos
- S=Sound
- V=Video
- Target Audience/Recommendation for Improvement
Posted by
Joshua
at
5:12 PM
0
comments
Labels: multimedia - in class work
Multimedia - Lesson 06
Multimedia and Society
Lecture/Powerpoint/Notes
Posted by
Joshua
at
3:58 AM
0
comments
Labels: multimedia - lessons
Multimedia - Lesson 05
The Internet and Multimedia
Lecuture/Powerpoint/Notes
Posted by
Joshua
at
3:57 AM
0
comments
Labels: multimedia - lessons
Saturday, September 1, 2007
HTML Web Design - Lesson 09
HTML Tables
- The opening/closing table tags are: <table> </table>
- The border attribute is used to specifiy a specific size of border for the table.
- The height and width attributes specify the size of the table.
- These attributes take either a percentage or a fixed pixel value.
- A table row is represented by: <tr></tr>
- Table data (column) is represented by: <td></td>
- Table data can span columns with the colspan attribute.
- Set the value to the number of columns the table data will span.
- Table data can span rows with the rowspan attribute.
- Set the value to the number of rows the table data will span.
<table height="100%" width="100%" border="1">
<tr>
<td colspan="2">Banner goes here</td>
</tr>
<tr>
<td rowspan="2">Side links go here</td><td>Content here</td>
</tr>
<tr>
<td>Content here</td>
</tr>
</table>
Result
Posted by
Joshua
at
6:18 AM
0
comments
Labels: html - lessons