Tag: GeekLaunch

  • Google-like BUTTON RIPPLE EFFECT in Pure CSS & JavaScript Tutorial

    A simple way to make your own button ripple effect, similar to that found in Google’s material design. Code can be found here: https://github.com/GeekLaunch/button-ripple-effect Live demo: https://geeklaunch.github.io/button-ripple-effect/index.html Note that this code is my own original creation, not copied from any external source. GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5,…

  • How to make Tic-Tac-Toe in JavaScript Tutorial (Part 1)

    Let’s make tic-tac-toe on the HTML5 canvas! This video is part 1 – part 2 comes next week! Grab the code from GitHub: https://github.com/GeekLaunch/tic-tac-toe/tree/part-1 http://geeklaunch.net/ Follow GeekLaunch on Twitter: https://twitter.com/Geek_Launch Support GeekLaunch on Patreon: https://www.patreon.com/GeekLaunch GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5, CSS 3, JavaScript, and PHP), Java programming,…

  • CALCULATOR JavaScript Tutorial

    How to make a simple calculator in JavaScript and SCSS/Sass. Still subject to rounding errors! 🙂 Grab the code from GitHub: https://github.com/GeekLaunch/calculator More about rounding errors in JavaScript: https://stackoverflow.com/questions/1458633/how-to-deal-with-floating-point-number-precision-in-javascript http://geeklaunch.net/ Follow GeekLaunch on Twitter: https://twitter.com/Geek_Launch Support GeekLaunch on Patreon: https://www.patreon.com/GeekLaunch GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5, CSS 3,…