Tuesday, August 28, 2012

Create an Image Slideshow

Click on one of the videos below to watch a tutorial on Creating an Image Slideshow
If you do not have Quicktime you can view the tutorial using a Flash player:
Flash

Tutorial Video (Flash Player)

Copy and paste this code


<script type="text/javascript">
$(document).ready(function(){
  $('#crossslide').crossSlide({
     sleep: 5,
     fade: 1,
shuffle: true
    }, [
     { src: 'http://www.wou.edu/student/admissions/californiagold/images/cal_1.jpg'},
{ src: 'http://www.wou.edu/student/admissions/californiagold/images/cal_2.jpg'},
{ src: 'http://www.wou.edu/student/admissions/californiagold/images/cal_3.jpg'}
    ]);
});
</script>


<div id="crossslide">&nbsp;</div>



Please feel free to email me if you have any questions, gauntzd@wou.edu.

Wednesday, August 1, 2012

Contribute CS4 Basic Features

Click on one of the videos below to watch a tutorial on Contribute CS4 basic features.
If you do not have Quicktime you can view the tutorial using a Flash player:
Flash

Tutorial Video (Flash Player)
Please feel free to email me if you have any questions, gauntzd@wou.edu.