Tag: Software (Industry)

  • Simple Javascript A.I. tutorial – Part 1

    Here is a simple Javascript A.I. tutorial for beginners. You need to have basic knowledge on HTML, CSS and JavaScript, as well as programming basics. This tutorial is a starting point for people who want to implement A.I. in their projects. You are free to “steal” ideas and techniques from this 🙂 In this tutorial…

  • Плазменная sci-fi пушка в Cinema 4D и After Effects

    https://i.ytimg.com/vi/v8hQyuTY1FA/hqdefault.jpg http://photoshop-master.org/disc138/ – курс “Супер Моушн” http://videosmile.ru/ – наш сайт. Присоединяйся! http://photoshop-master.org/mc/spacecollection/ – бесплатные мини-курсы от VideoSmile! http://vk.com/ru_videosmile – наша группа ВКонтакте; В этом уроке мы создадим мощную плазменную пушку. Сначала мы смоделируем ее в Cinema 4D, а затем проведем композ в After Effects. Файл с проектом вы можете скачать на нашем сайте http://videosmile.ru/ в…

  • Javascript Essentials (Revised)

    This is a revised edition of the JavaScript Essentials video I published well over 3 years ago. This includes some corrections to my previous video as well as some updated essentials. It is also a direct replacement for the previous video, so there is no need to watch both. Original source

  • Low Poly Art Tutorial – Photoshop CS6

    Low Poly Art Tutorial – Photoshop CS6

    https://i.ytimg.com/vi/PNh2ob3zzrk/hqdefault.jpg Make your very own low poly art with Photoshop! Follow along as I show you how to make an awesome portrait or art illustration 🙂 Image: http://www.desktopwallpapers4.me/animals/black-panther-15480/ Song List: Kasbo – Visible Copyright Free Music – Virtual Riot – Energy Drink [DUBSTEP] ________________________________________ ► Photoshop CS6 Tutorials http://bit.ly/1iivTAe ► iMovie Tutorials http://bit.ly/1qqGZ8D ► Final…

  • MySQL Tutorial #2 – Creating a Database

    MySQL Tutorial #2 – Creating a Database

    In this episode we will create a new database with some tables. We will add columns and I will show you the differenet properties you can choose for a column. Original source

  • JavaScript Tutorial For Beginners

    Discount on Udemy Courses : http://www.in28minutes.com/p/in28minutes-udemy-courses-discount-codes.html. JavaScript Tutorial For Beginners. This tutorial is for total beginners for programming with examples. After a brief Introduction to JavaScript, you will learn variables, expressions and loops in JavaScript. You will also learn how to use Chrome console to execute JavaScript statements. Udemy Original source

  • Kurs JavaScript odc. 3: Gra w wisielca. Przetwarzanie łańcuchów

    Wesprzyj na Patronite ► https://patronite.pl/pasja-informatyki Trzeci odcinek kursu pozwoli nam zrozumieć jak w JavaScript przetwarzane są napisy, czyli tzw. łańcuchy (stringi). Oczywiście moglibyśmy potestować zachowanie się łańcuchów na jakichś przykładowych sentencjach, ale to by było nudne. Zamiast zajmować się na sucho takimi klasykami, wypłyńmy na nieco głębszą wodę i zróbmy sobie dzisiaj grę komputerową, która…

  • javaScript call apply and bind

    How To Use .call(), .apply() and .bind() In Javascript. Learn by code examples. javascript call apply bind javascript call and apply javascript call method call function javascript call vs apply vs bind js call() & apply() vs bind()? How To Use .call(), .apply() and .bind() In Javascript how apply and call functions work in javascript…

  • Plesk 12.5 Tutorials – How to create mysql database and user

    Plesk 12.5 Tutorials – How to create mysql database and user

    Original source

  • Javascript Closure tutorial ( Closures Explained )

    What are closures in javaScript and how and where to use them. So what is closure in javascript? “whenever you declare a function inside another function, the inside function(s) is/are recreated again each time the outside function is called” “Closures are functions that refer to independent (free) variables. In other words, the function defined in…