Tag: content

  • Flash PHP MySQL CMS Content Management System Website Tutorial

    Flash PHP MySQL CMS Content Management System Website Tutorial

    Source Files – http://www.developphp.com/video/Flash/CMS-System-Development In this Flash ActionScript 3.0, PHP, and MySQL tutorial video and source file download you can learn how to build… Original source

  • Folding Content Nav Menu CSS3 Animation JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/CSS/Folding-Content-Nav-Menu-CSS3-Animation-JavaScript-Tutorial Learn to create various folding content effects with click triggers and toggle mechanisms. Learning these visual effects can greatly enhance your front-end design work. The best part is that it’s so simple to do, that no 3rd party frameworks or libraries are needed. The code is slim, and the visual effects are…

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

  • HTML5 template Element Tutorial JavaScript Programming

    Lesson Code: http://www.developphp.com/video/HTML/HTML-template-Element-Tutorial-JavaScript-Programming Learn how to use the HTML5 template element. The template element is used to clone HTML fragments using JavaScript, Ajax and JSON after the page has loaded. PHP and MySQL can be tapped into via Ajax requests, and JSON format data that reflects your database content can be returned to your application.…