Category: Programming

  • Eliminate Render-Blocking JavaScript and CSS in Above-The-Fold Content in WordPress

    Eliminate render-blocking JavaScript and CSS in above-the-fold content in a WordPress website Original source

  • 2.5 using bootstrap grid, hidden, and visible classes – graduate webdev summer 1 2017

    2.5 using bootstrap grid, hidden, and visible classes – graduate webdev summer 1 2017

    [ad_1] https://i.ytimg.com/vi/ecxYZo6bAug/hqdefault.jpg Original source

  • JavaScript Tutorial – 10: JavaScript Object

    Object syntax: “key”: “value” – object can have object & function as well – array as well as they are objects – We can access a property using . notation – We can add or remove property anytime – i.e. movie.date = 1988 delete movie.category – We can add using . or [”] – When…

  • Animate Your Font Awesome Icons With JavaScript

    In this video we will create some animated font-awesome effects using vanilla JavaScript setTimeout and setInterval function. This is a simple project but I thought a cool one to share. I am really liking creating things with plain JS lately. CODE: Code for this video http://www.traversymedia.com/downloads/animicons.zip BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia…

  • Customize Navbar Bootstrap Tutorial

    Customize Navbar Bootstrap Tutorial

    [ad_1] https://i.ytimg.com/vi/6Ozf-_v4nGs/hqdefault.jpg In this video we will learn about: 1. Using basic template Bootstrap framework 2. Create a new stylesheet css 3. Using the navigation bar component 4. Change the background color navigation bar Bootstrap 5. Change the font menus navigation bar Bootstrap 6. Setting the menu float Bootstrap Framework Oke guys, just watch a…

  • Javascript Tutorial Part 5: Creating Javascript Arrays

    http://www.frameworktv.com | LearnToProgram is now Framework. Visit and join for free daily videos teaching digital skills like coding and design. SUBSCRIBE TO THE FRAMEWORK CHANNEL http://www.youtube.com/subscription_center?add_user=UC4msOaZNMfPwMe_ztV5jFH SUBSCRIBE TO OUR EMAIL LIST (LEARN FOR FREE!) http://www.frameworktv.com/?src=YOUTUBE Javascript Arrays are an easy to use and powerful construct. Javascript Arrays allow you to hold more complex data in…

  • Look mum, no hands! — Brain controlled JavaScript – Charlie Gerard – JSConf EU 2018

    A typical interaction with a device or interface involves touching it. Either you’re pressing buttons on a controller, swiping on a touchscreen or clicking on your laptop’s trackpad. But what if you could control things without the use of your hands? What if you could use… your thoughts? I have been tinkering with a brain…

  • Bootstrap 4 Grid System Explained!

    Bootstrap 4 Grid System Explained!

    [ad_1] https://i.ytimg.com/vi/VaW4na2qkwQ/hqdefault.jpg In this video I’m going to explain Boostrap 4 Grid system which is the best framework for creating responsive web sites. ““““““““““““““““““““““““““““““““““““““““““““““` Hey guys, I’m now using Patreon to share improved and updated video lesson material. For a small fee you can access all the downloadable files from this lesson (source code, icons…

  • Higher-order functions – Part 1 of Functional Programming in JavaScript

    💖 Support the show by becoming a Patreon https://www.patreon.com/funfunfunction In this video series, I will teach you how to do functional programming in JavaScript. In this first one, I will tell you about one of the most important concepts in functional programming: Higher-order functions. I will talk about what higher order-functions are, and then move…