Tutorials Page 94

  • By
    JavaScript Regex: String Does Not Contain

    For some reason I think that regular expressions can solve every problem and for some reason I always find out the regular expression I'm trying to create is too complicated and probably not the best route to getting what I want.  Case in point:  I needed to...

  • By
    The Absolute Best Black Friday Deals in Web Development

    Psst…hey, yeah, you. Looking for the best Black Friday deals for everything web development and design related? Well, you've come to the right place, scroll on to see what awesome deals we've gathered for you. 1. X by Themeco Probably the market leader for premium elegant...

  • By
    Template Literals

    Seemingly every language has a template string enhancement, and within JavaScript we've written our own to allow more seamless development without the need to concatenate everything.  Some of these template helpers even allow for looping, iteration, and conditional support.  Native implementations always start small but I'm excited about template literals in...

  • By
    20 Tools To Make A Web Developer’s Life Easier

    If you work as a web developer nowadays, you're sure to have your work cut out for you. The influence the Internet has in our everyday lives is undeniable, therefore it is natural for all businesses and organizations to have a strong presence online. This means...

  • By
    500

    Over the past four or so months, I've been having a hell of a time with seeing 500 errors on my site.  And while I'm on my site a few hours a day, the amount of 500s my visitors must have seem is probably huge.  And that's...

  • By
    Collaboration Tools for Peak Performance in Web  Development/Design Projects

    Creative individuals are not the most organized people in the world. You could be an accomplished web designer or web developer to the core, but unless you draw some rules and stick to them, your projects would get out of hand. If you wish to avoid...

  • By
    Tweet For Code #4

    You don't need a thousand lines of code to make a big difference in any coding language.  Oftentimes it's quite the opposite:  a few tiny code snippets can do a world of good and accomplish big things.  I asked my Twitter followers to tweet to me...

  • By
    Access Intern Command Line Arguments

    SitePen's excellent client side testing tool, Intern, comes with an excellent command line utility to run tests and customize how those tests are run.  The options provided are great but what if I want to make the command line more dynamic?  What if I...

  • Media Temple Hosting
  • By
    Eliminating Distractions II

    One year ago I wrote about eliminating distractions, something everyone should focus on doing.  And being a work-from-home father of a energetic one year old, I need all the focus I can get while I'm at work.  Life improved a little bit but a month ago I had another...

  • By
    Safe Function Calls with attempt

    As browser implement new APIs, the truth is that though the APIs provide more power, I'd argue they bring about more volatility.  Whether it's the API that's the issue or us trying to use it, you're bound to run into errors which may break parts of...