Tutorials Page 70

  • By
    Mighty Deals:  57 Display Fonts, 230 Textures & 100s of Design Extras

    It's time for another exciting Mighty Deal Exclusive! This super mega bundle from Tom Chalky includes 57 hand-drawn fonts, 230 textures and brushes, and hundreds of extra design elements! If you were lucky enough to snag Tom Chalky's mega bundle in early 2015, you know how...

  • By
    10+ WordPress Themes That Will Add Value to Your Projects

    It takes time and effort to find the best of anything when you have dozens of candidates to choose from. This can be especially true when most of them happen to be labeled "premium". In the case of WordPress themes, we've done most of the work...

  • By
    Remote Debugging with Charles Proxy

    The most difficult part of supporting TV apps when you didn't create them and don't have access to the source code is debugging them when asked for help.  It's almost an unfair request -- "we wont give you access to edit the code but we want you...

  • By
    How to Test Firefox OS Apps on TV

    One of my responsibilities in my new role in Partner Engineering at Mozilla is testing HTML5-powered apps and games on Panasonic televisions.  The television in my office, a beautiful 60" 4K Ultra HD beast, is the perfect device for the job.  But how do I get the app...

  • By
    WordPress Publish Post Hook

    One of the best parts of WordPress is its hook/action system; this special hook system is WordPress' way of assigning callbacks when certain events occur. One event that there seems to be a lot of confusion over is which hook to use to detect when...

  • By
    Get Array Values Recursively with PHP

    I've been helping to write a WordPress plugin (I'm not ready to share it yet) and one of the tasks required is validating an array of user-selected values against a list of known valid values.  The known valid array is actually a key=>value array so unfortunately array_values wont help get...

  • By
    Mighty Deals:  Lifetime Access to SitePoint Premium

    No matter the language, programmers all share one common thread: a thirst for continued knowledge. With a Lifetime Membership to SitePoint Premium, you'll get all the education you could ever want! This deal gets you lifetime access to one of the best...

  • By
    Extend Native Prototypes in Node.js

    As someone who was on the legendary MooTools JavaScript team, I have some affection for extending the prototypes of native objects.  Of course the practice of extending prototypes is taboo these days as browser vendors are iterating and implementing new specs more quickly than the IE6 era, but extending natives in Node.js...

  • Media Temple Hosting
  • By
    List Recent git Commits from Command Line

    GitHub is an amazing service which brings the boring, sometimes difficult git command line tool to life.  Oftentimes instead of futzing with the command line I'll simply bring up GitHub and find what I need.  In the year 2016, however, I'm trying to break away from GUI...

  • By
    301 Redirect with Express

    If you've created a site using Node.js, there's a great chance you've used the Express framework.  Express has turned into a massive project and for good reason:  it's loaded with useful functionality, an easy API, and massive community support.  On of my recent projects was...