Announcing Envato’s 7th Birthday Bundle!

By David Appleyard It’s Envato’s seventh birthday and, to celebrate, we’ve created another fantastic Birthday Bundle! With $500 worth of items available for just $20, it’s worth getting excited about. Consider it our way of saying a huge thank you to all the authors and buyers who have been part of our journey over the […]

How to Collaborate On GitHub

By Jonathan Cutrell If you don’t already know, GitHub is an incredibly effective way to collaborate on development projects. Providing a place for anyone with an internet connection to have an avenue where they can share code with the world for free (not to mention the robust supporting tools for source inspection and easy viewing […]

Building Ribbit in Scala

By Patkos Csaba In this tutorial we will implement the Ribbit application in Scala. We’ll be covering how to install the Play web framework, a NetBeans plugin for it, and finally the code in Scala. If you are new to Scala, check out this previous tutorial which will help you set up your environment and […]

Tuts+ & Envato Are Coming to the UK

By David Appleyard We’re excited to let you know that we’re currently planning our first Tuts+ and Envato meetup in the UK! We’ll have a great venue, some exciting goodies to give away, and you’ll have the opportunity to meet various Envato staff (as well as fellow Tuts+ readers!). If you’re interested in joining us, […]

Xdebug – Professional PHP Debugging

By Hendrik Maus Our Agenda Introduction to the topic. Downloading and installing Xdebug on your local machine (Mac OS X 10.6.6+, MAMP 2.1.1). Integrating with PhpStorm. Practice debugging.   What You Will Need A Mac running Mac OS X 10.6.6+. If you are on 10.8.X you may need to install XQuartz as Apple removed X11. […]

FB Web Tips

Interview With Nicholas Zakas of Box

By Rey Bango Having people you can learn from is an essential part of being a successful developer. No amount of reading will ever fully prepare you for the ever-changing web landscape, so being able to look to seasoned and experienced mentors is vital. Nicholas Zakas is one of those people that you can look […]

FB Web Tips

Adding Bitcoin Payment Processing to Your Website

By Gabriel Manricks Bitcoin has definitely started to become more mainstream, and with its global reach and minimal fees, it is a payment method worth considering. In this article, we will take a look at what Bitcoin is, as well as how to start accepting them in your applications.   What Is Bitcoin? First things […]

Build a Complete MVC Web Site With ExpressJS

By Krasimir Tsonev At the end of this tutorial, we will have a complete web application, with a working control panel. The idea is to manage every part of the site in separate restricted areas. The layout was created in Photoshop and sliced to CSS(less) and HTML(hogan) files. Now, I’m not going to be covering […]

FB Web Tips

Two-Factor Authentication With Duo-Security

By Rey Bango In my last article about two-factor authentication, I created a screencast that outlined how to use the Authy two-factor authentication system to easily improve the login security of your website. This time, we’re going to look at another service by Duo Security which offers a solid security API, guides, and pre-built libraries […]