Author: d4mer

  • Using Bootstrap with Angular 2

    Using Bootstrap with Angular 2

    [ad_1] https://i.ytimg.com/vi/OrH90MiFthM/hqdefault.jpg Text version of the video http://csharp-video-tutorials.blogspot.com/2017/08/using-bootstrap-with-angular-2.html Slides http://csharp-video-tutorials.blogspot.com/2017/08/using-bootstrap-with-angular-2_14.html Angular 2 Tutorial playlist Angular 2 Text articles and slides http://csharp-video-tutorials.blogspot.com/2017/06/angular-2-tutorial-for-beginners_12.html All Dot Net and SQL Server Tutorials in English https://www.youtube.com/user/kudvenkat/playlists?view=1&sort=dd All Dot Net and SQL Server Tutorials in Arabic https://www.youtube.com/c/KudvenkatArabic/playlists In this video we will discuss 1. How to install and use Bootstrap with…

  • Tutorial Maya 2015: Oclusión Ambiental y Luces

    https://i.ytimg.com/vi/o9BSeLPplVQ/hqdefault.jpg En este tutorial se explica como aplicar oclusión ambiental luego de tener nuestro proyecto hecho y así poder aplicarle luces y que no solo se vea la olcusión ambiental si no que también se proyecten luces y sombras y además que los objetos puedan emitir luz propia. source

  • Photoshop CC Tutorial: How to create a textured Pop Art Photo Effect (Easy & Quick!)

    Photoshop CC Tutorial: How to create a textured Pop Art Photo Effect (Easy & Quick!)

    https://i.ytimg.com/vi/6Bkj-nHZlac/hqdefault.jpg Get the latest version of Photoshop CC here: http://bit.ly/2ekhRiF In this Adobe Photoshop Tutorial, I will be using Photoshop CC to demonstrate how to quickly create a textured pop art photo effect. Steps: 1. Convert your layer to a smart object and apply a threshold adjustment. 2. FIll in unwanted portions with white on…

  • Python Flask and Vue Tutorial – Video 1

    Python Flask and Vue Tutorial – Video 1

    SPONSORS ◅ Linode Web Hosting ($20.00 CREDIT) http://bit.ly/2HsnivM My Website http://bit.ly/2XTdIrx Web Development in 2019 http://bit.ly/2Ux54Np … Original source

  • how to make a closed book with a name in blender 3d v2.76 : spoken tutorial (beginner, +)

    how to make a closed book with a name in blender 3d v2.76 : spoken tutorial (beginner, +)

    https://i.ytimg.com/vi/hLysviGjN8k/hqdefault.jpg how to make a closed book with a name in blender 3d v2.76 : spoken tutorial (beginner, +) Tutorial of an open book with text written in it : https://youtu.be/kvPvOEHRILs source

  • postgres tutorial for beginners part 1

    Use Postgres in your Rails, Django, Laravel and any application you can think of. In this video, I have demonstrated how to use Postgres, import, and export CSV … Original source

  • Importing MySQL Database

    Importing MySQL Database

    Allowing remote MySQL connections lets you import databases and tables from your personal computer. This video shows you how to import mySQL database … Original source

  • How to to create easy coin in Blender 3d

    How to to create easy coin in Blender 3d

    https://i.ytimg.com/vi/D3uKqHg3dDw/hqdefault.jpg This is a tutorial about how to create a coin in blender This is just a starting.. in next tutorial i’ll try to make more easy and good tutorial….. source

  • PostgreSQL – How to Install pgAdmin 4 in Server mode on Ubuntu 16.04 LTS

    In this video tutorial, you will learn how to install Postgresql pgAdmin 4 in Server mode on Ubuntu 16.04 LTS . PgAdmin 4 is a rewrite of the popular pgAdmin3 … Original source

  • JavaScript Tutorial For Beginners #17 – For Loops

    An easier way to iterate through a loop is via the for loop, which we’ll talk about in this JavaScript tutorial. A for loop does exactly the same thing as a while loop, but it has the advantage of organizing it’s components more locally and neater. As always, if you have any questions, fire ahead…