Tag: choice

  • Javascript Form Select Change Options Tutorial Dynamic List Elements HTML5

    Lesson Code: http://www.developphp.com/video/JavaScript/Form-Select-Change-Dynamic-List-Option-Elements-Tutorial In this Javascript video lesson you will learn how to program dynamic select form list elements. To demonstrate the logic we will show how to change options of a select list based on the selection the user makes from the first list. A web application developer will definitely need to know how…

  • Exam Application Programming Tutorial JavaScript Quiz Online Test

    Lesson Code: http://www.developphp.com/video/JavaScript/Exam-Application-Programming-Tutorial-Quiz-Online-Test Learn to create a Quiz, Test or Exam software using JavaScript and HTML. The main objective is to give the user multiple choice questions one at a time in sequence and grade them at the end of the exam. Perfect for school classrooms or educational entities online. The multidimensional array tutorial from…

  • Custom Alert Box Programming JavaScript CSS HTML Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Custom-Alert-Box-Programming-Tutorial JavaScript comes equipped with stock dialog boxes that work well enough for alerting, confirming, and prompting for values. But most of the top interactive websites create their own custom dialog windows. Creating these windows yourself gives you more control over the interaction with the user, and allows you to customize every single…

  • Custom Confirm Box Programming JavaScript CSS Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Custom-Confirm-Box-Programming-Tutorial Learn to create custom confirm boxes using core JavaScript and CSS. We supply handy tips for using the custom confirm box to perform specific operations via Ajax. We also show how to externalize your JS and CSS for improved modularity and compartmentalization. This tutorial follows the custom alert box programming tutorial, which…