Showing posts with label embed. Show all posts
Showing posts with label embed. Show all posts

Tuesday, May 13, 2014

Adobe Voice: Easy Tool for Quick Presentations

I tried out the new Adobe Voice iPad app yesterday and made a video for my 9th grade students to view. In preparation for our Romeo and Juliet unit, we viewed and closely analyzed West Side Story. Keep in mind this is an English teacher's interpretation of film analysis.  We discuss mise-en-scene, composition, motifs, camera angles, types of shot, and the overall feel of the film.  I want my students to understand that artists make purposeful choices in the creation of their art and as an audience, if we look with an "informed eye" we can see the artists' intentions. Take a look and tell me what you think!




Adobe Voice is easy to use.  The tutorial guided me through the steps, recording my voice for each slide, selecting layouts, music, and themes.  It is limited on choices, but I can't complain because the price (FREE) more than makes up for the limited choices.  The templates that are available provide enough options to create a schnazzy final product.



 I would like the ability to add more text to the slides, but the app is called Adobe VOICE, so the obvious emphasis is on speaking rather than reading.  As a workaround, I could save PPT slides as jpgs and upload the jpgs to Adobe Voice.  The caveat is that you run the risk of resorting back to the proverbial "death by PowerPoint" phenomena.  This is designed to be short, quick talking points--- granted my example above is on the long side, but I wanted my students to see and understand the progression that I presented. Keep in mind, the longer your presentation, the longer it takes to upload to the Adobe Voice site on the web. Sharing to social media or via email is easy, and once the presentation has been uploaded, you can grab the link or embed code.

Here are some tips:


  1. Write a script about what you will say for slide.  Stick to the script! Don't ramble!
  2. Use inflection and articulation when recording your script. No one likes monotony. 
  3. Vary the layout and size of the pictures to keep your viewer intrigued.
  4. Use bigger pictures for more important moments.
  5. Search for pictures to use or create your own.
  6. Smash Adobe Voice with other tools by converting PPTs or other visuals to jpgs for easy use with Adobe Voice.


Adobe Voice can be used by experienced and novice iPad users.  For those who are looking to creating presentations for a flipped classroom experience on their iPads or want students to create their own, this is an easy and versatile tool.


Saturday, April 12, 2014

iFrame, You can frame, We all can frame...

I've been dappling with very basic html embed codes and trying out how to embed a webpage inside of another webpage on this blog and my Weebly portfolio site. This is a nifty trick to use when you want more of a wow-factor visually.  Seeing the webpage can be more effective to showcase a website than merely hyper-linking to it or including an embedded RSS feed list. For additional easy HTML codes, check out this printable HTML Cheat Sheet for Bloggers. If you have another way of embedding a web page inside of a webpage, please share!


Insert an Object


To embed a webpage inside of a webpage, try using this code, swapping out the specific web address where "example" is shown. The numbers for width and height can also be adjusted to make the frame larger.

<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>




After adding the specific web address, open the HTML editor on your site, figure out where you want the frame to be, and paste it in.  I will toggle back and forth between the HTML editor and the Compose view, adjusting the height and width as needed.  With more experience, I am sure I will learn what the optimal numbers are, but for now, this trial and error approach works.



iFrame Generator


Another option is to use an online iFrame generator that creates the code for you. Copy/paste or type in your specifications and... WHA-LA! ... the iFrame code is generated for you! Simply copy/paste the code into the HTML editor as shown above.


<iframe src="https://blog.edmodo.com/2014/04/10/animal-tales-brody-certified-therapy-dog-and-leader-of-the-paws-pack/" style="border:0px #000000 solid;" name="Edmodo Blog Guest Post" scrolling="yes" frameborder="1" marginheight="px" marginwidth="0px" height="600px" width="668px"></iframe>

Here is what it looks like once the code is pasted in to the HTML editor.