Tag: User

  • How to Build a Weather App: Part 1 (Bootstrap, html, css)

    How to Build a Weather App: Part 1 (Bootstrap, html, css)

    [ad_1] https://i.ytimg.com/vi/PP_jdy7VX14/hqdefault.jpg In this project we build a weather app using bootstrap framework and plain Javascript. In the first part we build the interface using bootstrap. github link: https://github.com/zentech/weather-app-js link to web app: http://pctechtips.org/apps/weather/ Table of Content 1- Background Image 2- Transparent overlay 3- Navbar 4- Navbar title and icon 5- weather section Original source

  • In Place Editing CMS Development HTML JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/In-Place-Editing-CMS-Development-HTML-JavaScript-Tutorial Learn the logic behind building in-place content editing systems. We allow the user to edit content directly on the front-end where it displays. A good scenario to use this is granting a privileged user the right to edit some content in-place, save it to database when they finish editing, and restore the…

  • Photoshop CS6 Introductorio -01- Bienvenida al programa_Area de trabajo

    Photoshop CS6 Introductorio -01- Bienvenida al programa_Area de trabajo

    https://i.ytimg.com/vi/puK5A9FRWI4/hqdefault.jpg El contenido de este curso completo y archivos de la clase para descargas gratuitas en el enlace oficial del curso: http://gov3dstudio.com/psdintro/ No te aparece el mini Birdge? Este curso se basa en la Version CS6 extendida que forma parte del Master Suite CS6, si no lo tienes instalado es posible que no tengas las…

  • JavaScript Tutorial 24 – Taking user input from a form

    View the sample code here: http://codemahal.com/video/user-input-with-forms/ Original source

  • Javascript Tutorial : Textarea Counting and Limiting

    Lesson Code: http://www.developphp.com/video/JavaScript/textarea-Form-Field-Character-Counting-and-Limiting Learn to use Javascript to limit and count a text field in your HTML based forms. Show the user how many characters are remaining that they can type into that field. It will visually limit the amount they can type in real time also. Original source

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

  • 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 Capture Keyboard Input Tutorial HTML Application Programming

    Code: http://www.developphp.com/video/JavaScript/Capture-Keyboard-Input-Tutorial-HTML-Application In this Javascript and HTML programming lesson you can learn how to build a basic web application that captures keyboard input and allows you to access the properties of keyboard events. This is especially handy for game programming and interactive applications, but the ways you can apply it are completely up to you…