Monday, November 17, 2014

Week 13 Day 2 - Wednesday, Nov 19 - Homework

1. Continue working on coding for project 2. At least 3 pages/secitons must be fully coded with foundation, and all intended text and image/media content placed by next class, Monday, Dec 1, 8:30am.

University Buildings (including AAS labs) will be open and accessible thru this weekend, in addition to Nov 24-26 and Nov 29-30. 

University will be closed officially Thursday + Friday (Nov 27-28). 

CAA Print Center will not be providing print service support between Nov 22-30.

No classes next week. Have a fun and safe thanksgiving break!

Wednesday, November 12, 2014

Orbit Javascript code (to modify slideshow setting)

Orbit Foundation Documentation

In order to make modification to the Foundation Orbit slideshow settings, be sure to following the instructions below

1. Comment out the following lines of code near the closing body tag
    <!--<script>
      $(document).foundation();
    </script>-->

    
2. Add the following javascript code before the closing body tag
   
<!--add for orbit slideshow-->
    <script>
    $(document).foundation({
  orbit: {
 animation: 'fade', // Sets the type of animation used for transitioning between slides, can also be 'fade'
 timer: true, // Does the slider have a timer active? Setting to false disables the timer.
 timer_speed: 5000, // Sets the amount of time in milliseconds before transitioning a slide
      pause_on_hover: true, // Pauses on the current slide while hovering
 resume_on_mouseout: true, // If pause on hover is set to true, this setting resumes playback after mousing out of slide
 navigation_arrows: true,
 slide_number: false,
 bullets: false // Does the slider have bullets visible?
  }
});
    </script>

    
3. Following the provided html comment instructions to make adjustments to various slideshow settings

Monday, November 10, 2014

Week 12 Day 1 - Monday, Nov 10 - Homework

1. Continue working on layout design for Project 2. All content (image and text) should be included in your comp design of all "pages/sections"

Upload your PDF file into the Project 2 Design submission folder onto DROPBOX for review by Wednesday, Nov 12 at 8:30am. Be sure to label your file as P2_Design_LastName.pdf.

Scheduled design critique for Wednesday, Nov 12, 8:30am.