Tutorials Page 66

  • By
    Great Tools to Use in Your Projects

    Every day it's a new tool available on the market. 30 days means 30 tools. For sure your time is dedicated for winning projects and dealing with your clients. We are here to help you, that's why we happily selected best tools to use. Your team...

  • By
    Win a Bronze Pass for OSCON Austin!

    OSCON Austin is fast approaching (May 16-19, 2016) and O'Reilly has an awesome bonus for DWB readers:  a 30% off discount code of PC30DWALSH.  Even better is that O'Reilly is allowing me to give away on free Bronze pass to their awesome conference! Conference Highlights

  • By
    CSS user-select

    In my quest to contribute to every Mozilla project possible, I spent some time last Friday making updates to Firefox DevTools.  The JSON Viewer component needed some love so that was first on my list.  While viewing the CSS for the JSON Viewer component, I saw something I...

  • By
    mix-blend-mode: multiply

    One of my favorite interview questions is "how do you stay current on emerging front-end techniques and APIs?"  I always get the standard "blogs" and "RSS" answers but rarely do I ever hear "from gurus on Twitter."  I find that strange because I learn loads from Twitter...

  • By
    Get Weather from Command Line

    There's an awesome script making the rounds on Twitter and I've been as excited as everyone else so I thought I'd show it.  Many of us live eight hours a day within the command line (although I'm not a vim hippie like some of you) so I try...

  • By
    No Coding Needed – 20 New Pre-built Websites Examples

    Pre-built websites represent a new and exciting trend in web design. They give the user a solid foundation to work from, and they serve as excellent conceptual design tools as well. The 20 examples shown here, the latest in Be Theme's extensive selection of 190+ pre-built...

  • By
    React Authentication is Easy with Auth0

    There are a lot of great tools out there for creating modern apps that can often make our lives easier, but one aspect that is often tricky and time-consuming is authentication. The landscape around building applications today is different than it used to be, which can...

  • By
    Docker: Remove All Images and Containers

    I've moved to a new project at Mozilla which uses a much different stack than I'm used to; suddenly I'm thrust into a world of Mercurial, Docker, and a few other technologies I'm not accustomed to.  You know what that leads to:  foul language, frustration, booze, and...lots of starting over.

  • Media Temple Hosting
  • By
    console.time & console.timeEnd

    The console.time and console.timeEnd methods allow developers to time any routine and get a duration in milliseconds.  Since JavaScript performance is becoming increasingly important, it's good to know basic techniques for benchmarking routines.  One of the most basic benchmarking tools is console.time with console.timeEnd. console.time starts the time and console.timeEnd stops the timer and...

  • By
    Web Audio API

    The Web Audio API allows developers to load and decode audio on demand using JavaScript.  The more I evaluate awesome games for Firefox OS TVs, the more I get to learn about these APIs that I normally wouldn't touch.  The following is a very basic introduction to the WebAudio API...