Tag: timer

  • JavaScript Tutorial 34 – Redirect Page in JavaScript

    In this video tutorial I go over how to redirect a page in JavaScript. With timing events it is possible to also display a message to your visitors about your page being moved to a new location, so also go over redirecting after a set timer. Original source

  • Array Slideshow Animation Tutorial JavaScript CSS3 HTML5

    Lesson Code: http://www.developphp.com/view.php?tid=1380 Learn to program Array based animated slideshows that you can fully customize using HTML, CSS and JavaScript. You can extend the programming to place dynamic server side content into the array, then traverse over a dynamic array as a slideshow. This can also be done using CSS3 keyframes, but it takes more…

  • Javascript countdown timer tutorial setTimeout clearTimeout programming html

    Lesson Code: http://www.developphp.com/video/JavaScript/Countdown-Timer-Tutorial-setTimeout-clearTimeout Learn to program Javascript countdown scripts that will update your HTML page when the timer reaches zero. We use a custom function that utilizes setTimeout and clearTimeout to start the countdown, as well as making it shut off when the countdown reaches 0 and updating the page. Original source