Comments (2 Comments) | Send a Comment

  1. Josh – thanks from all of us @ CrossLoop you for your neat post on us. We created a really simple screencast for helpers like you so that they could send it over and people could learn how to download it ahead of time.
    http://youtube.com/watch?v=5CycDlbOzAE
    Thanks and if you or your readers have any questions, please feel free to email me anytime

  2. That’s a nice screencast. Next time I need to get somebody to download it, I’ll have them view that.

Send Comment



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });