Tag: Page

  • 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…

  • Magic Header Scroll Page Tutorial JavaScript CSS HTML

    Lesson Code: http://www.developphp.com/video/JavaScript/Magic-Header-Scroll-Page-Tutorial Learn to program a header that magically changes as the user scrolls down the page. When the user scrolls back to the top of the page we will make the header change back to its original display settings. Original source

  • Javascript Scroll Tutorial Load Dynamic Content Into Page When User Reaches Bottom Ajax

    Lesson Code: http://www.developphp.com/video/JavaScript/Scroll-Load-Dynamic-Content-When-User-Reach-Bottom-Ajax Learn to make dynamic page content appear only when user scrolls down to the bottom of your page content using Javascript. We are using the onscroll event for the window object and several DOM properties to create the functionality. *object.offsetHeight – *window.pageYOffset – *window.innerHeight. It serves as a smart way for dynamic…

  • Smooth Auto Scroll Animation Tutorial JavaScript HTML CSS Programming

    Lesson Code: http://www.developphp.com/video/JavaScript/Smooth-Auto-Scroll-Tutorial In this JavaScript programming lesson we are going to scratch program smooth auto scrolling effects on your web pages. After we discuss the core programming that makes the magic happen, we show how to externalize and reuse your scripted creation. Original source

  • Java EE Tutorial #3 – JPA Database Connection Part 1

    Java EE Tutorial #3 – JPA Database Connection Part 1

    Java EE Tutorial #3 – JPA Database Connection Part 1 In this Video I show you how to use Databases in Java EE. We will work with JPA and Glassfish JDBC … Original source