Amy Hickman's EDU 558 Blog
Sunday, November 18, 2012
Saturday, November 10, 2012
Module 10 Blog
Here is the image I chose from compfight:
Argalia, Luca. "Ammasso delle Pleiadi." Photo. Flickr December 5, 2008 http://www.flickr.com/photos/7321165@N03/3118030471/.
The license can be found at this site: http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en
I also have an instrumental mix that could be used as background to a lesson, or often times, I will play music in my class when students are writing or working independently.
http://freemusicarchive.org/music/Jonah_Dempcy/Syncretic_Beliefs/jonah_dempcy_-_01_-_azurescent
The license for this can be found at the following link http://creativecommons.org/licenses/by-nc/3.0/
This is the link to my class wordle
In regards to the fair use of copyright material, I refer to my podcast in the next post. This is fair use of the material because, although the stories are copyrighted, but I am reading them to aid students in learning themes. The podcast sampling was created to allow students to work on an individual level with their ipads, allowing me to differentiate learning and allowing students to work at their own pace. It is an alternative to doing a read aloud with the students, and would not
be used anywhere but in the classroom.
Tuesday, October 23, 2012
Module 8 blog
Sunday, October 14, 2012
Module 7 Blog
Sunday, September 30, 2012
Module 6 Blog
I haven't decided how I will design an over all website hierarchy. I could use an Index page and use the iframe tag to display my other pages from the main page. I could also have individual pages with a master css file. Both choices have there benefits. The second one gives me entire control over each website allowing me to better cascade my css files on to each page that need special items. The first choice is nice because the navigation and non-content area will be the same no matter what page they are on and there is less chance of human error affecting the navigation on indivual pages of my site.
2. how will you name files/post to make sure they are easy to organize and maintain?I will be using a plain english naming convention, along with underscore spacing for ease of reading, or camel casing of words in a file name or div name. Using plain english naming convention will help in the fact that I will not be trying to remember the file name of everything.If my name for all links is "Links" That will make things easier to do.
what could you include in your page to make it easy to find in a search engine?The 2 thing I plan to start with for Search engine Optimization would be using metatag and em, or strong tags for keywords in the html. Also I will be sure to name each page easily which will serve as a description of the site. Having Alt=text on embedded files will also help with search engine being able to find the page and rank it better.
Saturday, September 22, 2012
Module 5 Blog
In your journal, answer the following questions...
1. How does this page violate the Perceivable category? How do you know?
One of the perceivability issues for me was the blue background and blue font. It made it difficult for me to read the text, and distinguish between the text and background. Also, the title was fuzzy, and the mission possible title was also difficult to read.
2. How does this page violate the Operable category? How do you know?
The operability could be a challenge to people who do not have a mouse, or a laptop with a pad, because there are 2 links on the page. Without those tools, they would not be able to follow the links.
Another issue I found was that when I opened the page in Internet Explorer, there was the sound track of the mission impossible movie. When I had it open in Mozilla Firefox, there was no sound. People with different web browsers would not have the same access to information on the site. However, on Internet Explorer, when you access the video, the theme song does not turn off, so it was hard to hear the video.
3. How does this page violate the Understandable category? How do you know?
I think the sound issue could also fall under the understandable category. It was hard to understand the video in Internet Explorer because of the background music.
4. How does this page violate the Robust category? How do you know?
Again, this site worked differently in Internet Explore than Mozilla. Although I am a veteran IE user, with computer problems I have had, we have been using Firefox more.Trying this site in both browsers opened my eyes to the reality that not all sites work the same in different browsers.
After running the site through the WAVE analysis, I also learned that there was not a heading, there was an unidentified element in the top left corner, a table without cells, text that is written badly, without alternate text.
Adjusted coding
<p align="center"><img SRC="images/title.gif" WIDTH="622" HEIGHT="51" alt="EDU 558: Website Accessibility"/></p>
<p><embed width="128" src="http://patmw.tripod.com/music/missionimp.mid" style="height: 47px"/> </p>
<tr>
<th>4 layers of accessibility</th>
<td>Perceivable </td>
<td>Understandable </td>
<td></td>
</tr>
<tr>
<td></td>
<td>Operable </td>
<td>Robust</td>
</tr>
</table>
<p align="center"><img alt="" src="images/Image2.gif" width="366" height="87" alt="Mission Impossible"/></p>
<marquee bgcolor="#000080" scrollamount=2
direction="up" loop="true" width="35%" onmouseover="this.stop();" onmouseout="this.start();" > <center>
<font color="#ffffff" size="+1"><strong> Your mission,
<br> if you choose to <br>accept it,<br>is to find as many<br>
accessibility <br>mistakes <br>as possible <br> on this site</strong></font> </center></marquee></p>
<img alt="warning" src="images/warning_1.gif" width="300" height="186" /> </p>
<p align="center"> <img alt="some of the problem may not be obvious!!!"src="images/img23.jpg" height="21" /> </p>
<img src="images/link2.jpg" width="476" height="142"></a><a href="http://webaim.org/resources/cynthiasays/"><img alt="click here to check site with Wave" src="images/link3.jpg" width="476" height="142" class="style1" /></a></p>
<p>
For my schools website, the main issue I found was using java script and missin structure elements.For my personal site, I need to make sure it is useable on multiple browsers, as that is something I was not even aware of was an issue. I need to make sure the plug ins to use embedded multi-media is kept to a minimum. I need to think about concerns for slower internet connections.