Tag: software

  • 3 ultra effektive Photoshop-Techniken

    3 ultra effektive Photoshop-Techniken

    https://i.ytimg.com/vi/-_Sj2iOqBX8/hqdefault.jpg In diesem Tutorial habe ich dir den Meister der Bildbearbeitung, Calvin Hollywood vor die Linse geholt. Er zeigt dir in diesem Kurz-Tutorial 3 seiner geilsten Photoshop Tipps. Photoshop kann ultra einfach sein und mega Spaß machen. Das zeigen wir dir hier im VLOG-style 😉 Mein Lightroom Videotraining kannst du hier runterladen: LIGHTROOM like a…

  • JavaScript Modules with Import/Export Syntax (ES6) – JavaScript Tutorial

    In this video I’ll be showing you how to use native JavaScript Modules with the import and export syntax in JavaScript – this works on major browsers such as Chrome, Firefox, Safari and Edge. Modules allow you to separate your code into individual chunks or components, allowing for easier maintainability and better file organization. Support…

  • Convert HTML5 Canvas to Image (PNG or JPG) – JavaScript Tutorial

    In this video I’ll be showing you how to convert an HTML5 Canvas into a downloadable or view-able PNG or JPG image. It’s super easy to do with Data URIs and Blobs. Support me on Patreon: https://www.patreon.com/dcode – with enough funding I plan to develop a website of some sort with a new developer experience!…

  • JavaScript Best Practices – Using Prototypes

    In this video, follow along with expert author Jeremy McPeak as he explains how to use JavaScript prototypes. For more information about the course, as well as more free lessons, visit http://oreil.ly/2p4CweU. When you’re creating multiple objects, Jeremy explains that you should look for the things that could be considered a prototype – things that…

  • Previewing Image Before File Upload – JavaScript Tutorial

    In this video I’ll be demonstrating how it’s possible to use some simple JavaScript in order to display a preview of an image before uploading it to the web server. Support me on Patreon: https://www.patreon.com/dcode – with enough funding I plan to develop a website of some sort with a new developer experience! Follow me…

  • Custom File Upload Button with FileList – HTML, CSS & JavaScript Tutorial

    Link to code: In this video tutorial I’ll be showing you how to create a completely custom file upload button from scratch using HTML, CSS and JavaScript (with FileList). This is a follow up to my previous video on creating a file upload button with a regular expression. Support me on Patreon: https://www.patreon.com/dcode – with…

  • Maya 2016 Tutorial | Making a Book [Basic]

    https://i.ytimg.com/vi/ED_W4e4HGwA/hqdefault.jpg Today in Maya Magic, we make a book source

  • Maya for Flame Artists – Part 3 – Optimizing the 3D Scene – 2017×1

    https://i.ytimg.com/vi/sv0D4faN40U/hqdefault.jpg Level: Intermediate Recorded in: Autodesk Flame Premium 2017 Extension 1 (2017×1) In part 3 of Maya for Flame Artists, we run through a series of techniques and workflows to optimize your 3D scene for Flame. This includes naming conventions, 3D scene structure, polygon reduction, grouping and combining. All essentials get a more efficient 3D…

  • The Date Object – Getting, Setting & Formatting Dates in JavaScript – Tutorial

    In this video I’ll be demonstrating how to use the native JavaScript Date object to work with dates on the client-side of your web application or website. In most cases, a library such as Moment.js may be more suitable for working with dates but sometimes this native object is enough to satisfy your requirements. Support…