Teacher Technology Workshops

Podcasting

Great sample of teacher and student podcasts: Mabry Middle School

Source for Free Music Clips: www.freeplaymusic.com

Audacity Download

Lame MP3 Encoder - necessary for Audacity to convert to MP3
When you download Lame from home, it will be in a zipped file. Right click on the folder and select Extract All. Open the new folder on the desktop and double click on the lame.exe file. The .exe file extension usually indicates a file that will install something on your computer.

PowerPoint - Adding .flv Video

To insert flv video into PowerPoint, one way is to make use of the VLC Media Player.

First, install the VLC Media Player which can be downloaded free at http://www.videolan.org

Once done, follow these steps:

To view the video, click on the Slide Show Button located near the bottom, left corner of your PowerPoint window.

Turning Point

Before You Begin:
(The following steps should only have to be followed once J … We'll see.)

Run a Polling Test

Create a Slide

MAKE SURE YOU HAVE FOLLOWED THE STEPS FOR DISPLAYING THE TABLE AT THE BOTTOM OF THE SLIDE.  YOU CANNOT GO BACK AND ADD IT ONCE YOU HAVE CREATED YOUR SLIDE!!

Set Correct Answer

Advanced MS Word (Christmas Cards)

Christmas Clip Art: Font Downloading Tips:
  1. Click on link to download font.
  2. Choose Save and Save folder to Desktop.
  3. Right Click on Folder and Select "Extract All". A new folder with the same name will be created on your desktop. This is the folder where the usable font is located.
  4. Click on the Start button on your Desktop.
  5. Select the Control Panel and Double Click on the Font folder.
  6. Now, open the new font folder on your desktop and drag the font into the Font Folder you opened in the control panel.
  7. The next time you view your font list in Word or PowerPoint, the new font should appear.
Font Downloading Sites:

Basic html for Web Pages

Basic html code for your Quia Webpage:

 

Headings (big to small):
<h1></h1>
<h2></h2>
<h3></h3>
 

Breaks:
<br /> returns text one line
<p> double space between lines
 

Other:
<center>Center Text</center>
<b>bold</b>
<i>italics</i>
<u>underline</u>
 

Add Web Link: 
<a href=”http://www......”>Name to appear on page</a>
 
            Example: <a href=”http://www.quia.com/pages/solpracticepage.html”>Couliette’s Page</a>
 
            Will Look Like:  Couliette's Page
 

Adding Word Documents/ppt/Images:
Save document or image to desktop first
From the Quia Instructor Zone, click on the Files Tab.
Click Upload
Browse for file
Upload file.
 
Edit your Classpage.
Go to Section 4
Make sure cursor is located at the bottom of the window.
At the bottom of Section 4, choose what you want to import.
Click on the Browse Button
Select item and click on ok
 
Search for new html code…copy and paste it to the location you would like it to appear in your document.
 

Image code:
<img src='/files/quia/users/couliettegoodwin/bike.jpg' border=0 width=450>
 
To change the size of the object, simply add width=150.  Change number to increase/decrease size.
 
Changing the number after border= will add a border around your image.

 

Power Point Basics

Notes coming soon.