Tag: html

  • JavaScript Loading Bar – Tutorial

    Learn how to add a JavaScript loading bar to your custom js dialog box. I didn’t use any gif animations or images to create the loading bar. Download tut files: http://www.tim-hendriks.com/labs/tuts/jsloadingbar/JavaScript%20Loading%20Bar.zip More tuts: http://www.youtube.com/playlist?list=PL82D57207DA2CF0E5 Original source

  • Demo Chuyển PSD Thành HTML/CSS dùng Bootstrap

    Demo Chuyển PSD Thành HTML/CSS dùng Bootstrap

    [ad_1] https://i.ytimg.com/vi/Oc3KgnzBbPo/hqdefault.jpg Bản quyền video từ http://hocweb.com.vn Link download lab: http://www.mediafire.com/?kjr4sk9cahd5rme Link download file hội thảo: http://www.mediafire.com/?er61cdoghuq8z0y Link PSD đây các bạn: http://www.mediafire.com/download/c2dubexyebeq81b/Exponet.psd Link Source HTML hoàn chỉnh: https://drive.google.com/file/d/0B_BdtvnxfNMnNS1CZm4xLW1PRVk/edit Tài trợ bởi: http://maytinhgiare.net Original source

  • HTML5 + Javascript Date Time Form Input Types Tutorial Date and Time Fields

    Tutorial Script: http://www.developphp.com/video/HTML/Date-Time-Form-Input-Type-Tutorial Learn to program HTML5 Date and Time Form input attributes and tie the fields to Javascript for Ajax PHP processing. Use Opera for testing until the other browser vendors fix their stuff up. 2014 is the release date for HTML5 as a web standard, until then do not count on it. But…

  • Javascript effects: trigger animations & transitions on SVGs

    Triggering animations and transitions on SVG graphics using Javascript. Code & tutorials: http://learn-the-web.algonquindesign.ca/topics/javascript-effects/ Original source

  • Learn Front-End Web Development FAST :: Part 4 :: CSS Framework Intro (Bootstrap)

    Learn Front-End Web Development FAST :: Part 4 :: CSS Framework Intro (Bootstrap)

    [ad_1] https://i.ytimg.com/vi/7nROB4TPhVU/hqdefault.jpg Hey everyone. In this video we’ll look over how to use some CSS frameworks, particularly BootStrap. I’ll show you how to download the library, include it in your HTML and test it out, as well as refer to some online documentation. In the next series I’ll show you how to use some simple…

  • Custom Data Attributes HTML JavaScript CSS Tutorial

    Source: http://www.developphp.com/video/JavaScript/Custom-Data-Attributes-HTML-JavaScript-CSS-Tutorial Learn to use custom data attributes. Custom data attributes allow authors to create custom data to apply to their HTML elements when no other attributes make sense to use to store extra data. They help extend the information that html elements can communicate to a program or script. Custom data attributes can be…

  • Change Style Sheet Using Javascript Tutorial CSS Swap Stylesheet

    Lesson Code: http://www.developphp.com/video/JavaScript/Change-Style-Sheet-Using-Tutorial-CSS-Swap-Stylesheet Learn to change the entire style of your web page with a click using JavaScript that is targeting the href attribute of your familiar link element using the setAttribute method of JavaScript. DEMO: http://www.adamkhoury.com/demo/js_swap_css_stylesheet/ Original source

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

  • Bootstrap 3 Tutorial Pt.13 – Adding and Linking Pages

    Bootstrap 3 Tutorial Pt.13 – Adding and Linking Pages

    [ad_1] https://i.ytimg.com/vi/8zdhQftxyMo/hqdefault.jpg Homepage: http://bootstrapbay.com Source files: http://github.com/bootstrapbay/tutorials In this installment of our Bootstrap 3 tutorial, we add a new page and link it to our homepage. Our new page will serve as the theme details page. After creating the new page, we use the links in our navbar to link back to our hompepage (index.html).…

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