Tutorials Page 10

  • By
    Automatic Image Tagging with Cloudinary

    Cloudinary serves so many purposes when it comes to your site's media: easy upload with any number of languages and methods, served from cloud and CDN for optimal speed, image manipulation on the fly by simple URL modification, and even background removal with one of their amazing add-ons.

  • By
    Recursive Find from Command Line

    Probably a dozen times a day I need to search any given project for specific code keywords.  Most of the time it's within a specific project but then there are times where I don't remember which directory or project the specific text is -- from my blog to my many...

  • By
    Fresh Showcase of Professional Tools

    Today, we are really happy to finish our one month long research and present to you a fresh showcase of professional tools and services. You'll find what is hot on the market and what everyone, including us, recommends in terms of awesome solutions to start using...

  • By
    How to Complete Web Projects Faster with a Design Collaboration Tool

    As developers, we're constantly making changes and revisions during a web project – everyone's requesting changes to the design, even as the project has moved into the development phase – and throughout the revision process, we're always looking for ways to save time. The problem is...

  • By
    Git Hook – npm install if package.json is Modified

    Most of the projects I work on these days contain a frequently-modified package.json file to manage dependencies.  You would think by know I'd be used seeing the package.json file when I did a git pull and it would trigger something in my head to execute npm install to ensure I...

  • By
    Image Optimization with Cloudinary

    We're always looking for ways to improve site speed; we lazy load, minify and concatenate, create sprites, experiment with caching, and just about everything else we can think of.  With all of the performance optimization strategies available, the best way to decrease page size always comes back to...

  • 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
    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...

  • Media Temple Hosting
  • By
    A Short List of Good Design to Code Services

    It makes sense to place development in the hands of qualified individuals or coding teams that will get the work done, and get it done right. A question many web designers are confronted with is which coding outfit to choose. Are they all about the same, or...

  • By
    Object.keys

    I adore JavaScript objects.  Love them.  You're probably asking "well, why don't you marry them?"  Trust me:  if I could, I would.  Arrays are nice and all but object keys provide another level of structure and information that is invaluable.  For example, it's much faster search an object...