Tuesday, May 26, 2015

May 26, 2015 - Week 9

HAVE YOUR STUDENTS MAKE A WEBSITE!

Websites can be really fun to make, and it is a great way to better understand a subject. A great way to do this is on a free website such as WordPress or Wix. It can be used as a blog, or it can be made into a website by changing the default home page. There are also programs, such as DreamWeaver that you can use to create websites outside of a blog site. I prefer, though, using WordPress to create my websites.

With WordPress, and Wix, you can pay to have your domain (URL) to be whatever you want. Originally, the domain will be yourdomain.wordpress.com, but this can be changed! For a fee. :)

Tuesday, May 19, 2015

May 19, 2015 - Week 8

How many of you have used a program called Hour of Code? This initiative is to educate more people in the coding of programs. Today, I helped Ana and Elsa make snowflakes by building blocks of code. Your students can use this new found skill to build an app with a program I mentioned last week. AppInventor.com allows the students to learn about coding as well, and uses the same format as Hour of Code.

To carry on with the coding theme of the week, take a look at Dream Weaver. Dream Weaver is an Adobe program that allows you to build a website from scratch, and it shows you how it is coding the website. It uses the HTML format of coding, which is different from Java or the building block format. The code below is for my test website Minced Monkey Meat.




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Minced Monkey Meat</title>
<style type="text/css">
.CS {
font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: capitalize;
color: #F00;
background-color: #000;
}
</style>
</head>

<body>
<table width="1000" border="1">
  <caption class="CS">
  <span class="CS">    Minced Meats
  </span>
  </caption>
  <tr>
    <td width="109" height="92" class="CS">&nbsp;</td>
    <td width="709" class="CS">Monkey Meat</td>
    <td width="160" class="CS">&nbsp;</td>
  </tr>
  <tr>
    <td height="128" class="CS">&nbsp;</td>
    <td class="CS">Birdy Feet</td>
    <td class="CS">&nbsp;</td>
  </tr>
  <tr>
    <td height="118" class="CS">&nbsp;</td>
    <td class="CS">Gopher Guts</td>
    <td class="CS">&nbsp;</td>
  </tr>
  <tr>
    <td height="196" class="CS">&nbsp;</td>
    <td class="CS">Eyeballs in Puss</td>
    <td class="CS">&nbsp;</td>
  </tr>
</table>
<p class="CS">&nbsp;</p>
<p class="CS">&nbsp;</p>
</body>
</html>

Tuesday, May 12, 2015

May 12, 2015 - Week 7

There are many educational apps in the app store for both Apple and Android products. Students can use websites and programs to create apps for their cell phones that help them better understand the material they are learning. Today we built apps using ibuildapp.com. It is very simple, but it is slightly frustrating to me. I prefer to use a program called App Inventor. Unfortunately, App Inventor is only compatible with Android devices. The nice part about it though, is whoever has the link can download it for eternity. ibuildapp.com is compatible with both Apple and Android, but you do have to pay in order to have it installed for more than 24 hours. Building an app seems difficult, but students will get the hang of it quickly using these two programs.


Tuesday, May 5, 2015

May 5, 2015 - Week 6

Looking at a website, how can you tell if it is a real website or if it is a hoax? This can become a big challenge for students who need accurate information for projects and/or papers. Can you imagine if a student was mislead thinking they needed three cups of acid to mix in with their chlorine? This would end in a disaster if it got into the wrong hands, or the student didn't know how dangerous it was and began drinking it (this is way out there, I know). As a teacher, you should not only ask your students to explore for answers, but also provide them with a couple accurate websites. They should also be shown that not all websites are real, and that some people create fake ones. Not all websites ending in .edu, .org, or .net are considered accurate websites anymore. Anyone can purchase that ending for their domain.

After looking at the websites, we explored some podcasts. Making a podcast is easy. You can make a video and upload it to YouTube, or you can do a voice recording like we did in class. For our podcasts we used Garage Band where many of us read a book that teaches students how to do something. Your students can do this as well, whether create a video or an audible podcast. For mine, I read a book on why it is important to brush your teeth, starting at a young age.

Tuesday, April 28, 2015

April 28, 2015 - Week 5

Tyler Ciscell, a fourth grade teacher for Elkton Grade School came in today to present on Web 2.0. He showed us many websites that he uses in the classroom. Those highlighted in pink are the links we used in class, and the others are on his website for his students to use. Each has a brief description of what the website does.

  • Story Bird
    • Create a Story or Poem
  • Prezi
    • Powerpoint type program
  • Popplet
    • less clean than prezi
  • Wordpress
    • Website
  • Socrative
    • Quizzing Website
  • Google Docs/Slides/Spreadsheet
    • Online Docs w/ Groups
  • Hippo Campus
    • Math
  • Easel.ly
    • infographics
  • Games for Change
    • Contemporary Social Issues
  • Vocaroo
    • Voice Recorder 
  • Timeglider
    • Timeline Creator

After Tyler left, we took a look at the ISTE Standards for Teachers. It is important for teachers to know the standards that they are expected to teach at as well as what their students are expected to know.

Tuesday, April 21, 2015

April 21, 2015 - Week 4

Today's lesson was about using the iPads to create a movie trailer. We were given 30 minutes to plan out and create a movie trailer using iMovie. This is a great way to get your students excited about what they are learning, and allowing them to be creative about it. It also allows the students to be a part of the video, or be the camera-person.