Tag: Development

  • PHP PDO Tutorial Connect Database and Query Example

    PHP PDO Tutorial Connect Database and Query Example

    Lesson Code: http://www.developphp.com/video/PHP/PDO-Tutorial-Connect-Database-and-Query-Example Learn how to connect to a mysql database and … Original source

  • How to Apply Bootstrap CSS to a Django Form (Django Tutorial) | Part 50

    How to Apply Bootstrap CSS to a Django Form (Django Tutorial) | Part 50

    [ad_1] https://i.ytimg.com/vi/_oMY2o2NhWM/hqdefault.jpg Enjoyed my video? Leave a like! GitHub Link: https://github.com/maxg203 Personal Website: http://maxgoodridge.com Original source

  • Django Tutorial for Beginners – 25 – Bootstrap and Static Files

    Django Tutorial for Beginners – 25 – Bootstrap and Static Files

    [ad_1] https://i.ytimg.com/vi/Dv15y5CgCyE/hqdefault.jpg Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • 3. MySQL Database Tables Creation PHP Script Logic Tutorial

    3. MySQL Database Tables Creation PHP Script Logic Tutorial

    Lesson Code: http://www.developphp.com/video/PHP/MySQL-Database-Tables-Creation-Script-Logic Learn to script table creation into your MySQL database to … Original source

  • File Upload Drag and Drop Tutorial HTML5 JavaScript PHP

    Code: http://www.developphp.com/video/JavaScript/File-Upload-Drag-and-Drop-Tutorial-HTML5-JavaScript-PHP In this programming exercise you can gain insight into building file upload applications with popular Drag and Drap features like YouTube, Facebook and other highly successful websites offer along with the regular file upload mechanisms. It is very easy to do with the new HTML5 Drag and Drop features. It is all simple…

  • Javascript Tutorial – how to make a basic calculator

    just making a simple calculator in Javascript, hope you guys like it. please like this video if you like it, or subscribe to my channel 😀 Original source

  • Blender Basics – Tutorial 04: Textures

    Blender Basics – Tutorial 04: Textures

    https://i.ytimg.com/vi/YrH4iuS5ylQ/hqdefault.jpg Blender Basics – Tutorial 04: Textures Welcome to the fourth tutorial of the Blender Basics tutorial series. In this tutorial we will be looking at textures in Blender. Written Tutorial: http://oldetinkererstudio.com/tutorial-blender-basics-textures/ Blender Reference Manual – https://docs.blender.org/manual/ja/dev/index.html Blender Hotkeys Reference – https://wiki.blender.org/index.php/Doc:2.4/Reference/Hotkeys/All Polka Dot Pattern – http://www.publicdomainpictures.net/view-image.php?image=118656&picture=polka-dot-pattern-background Vintage Paper Pattern – http://www.publicdomainpictures.net/view-image.php?image=205466&picture=damast-vintage-tapeten-blau Blender is the…

  • JavaScript Arguments Object Function Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/JavaScript-Arguments-Object-Function-Tutorial In this exercise we explore the Arguments object in JavaScript. Which enables us to create special functions that can intake an undetermined amount of arguments. All of the functions we write, have an arguments object tied to them that we can access. Original source

  • PHP Project : Create MySQL database [3]

    PHP Project : Create MySQL database [3]

    Online Demo: http://pamicloud.com/import/main.php Source Code: http://itbigdig.com/courses/php/import_project.html create database using mysql from wamp … Original source

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