Your Web News in One Place

Articles by TutsPlus - Code from December 2013

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
09:44 pm GMT - Mon, December 30, 2013
TutsPlus - Code Using New Relic Custom Metrics to Monitor All the Things
When you first get introduced to New Relic, it’s easy to be overwhelmed by all the features. But just like with most tools, as you slowly climb the learning curve and get familiar with the featu...
01:13 am GMT - Sat, December 28, 2013
TutsPlus - Code Coding With Koding
Cloud IDEs have been around for a little while now, and they have been pretty good for things like pair programming, or cases where you want to code consistently no matter where you are. Koding just c...
02:07 am GMT - Fri, December 27, 2013
TutsPlus - Code Working With IndexedDB Part 3
Welcome to the final part of my IndexedDB series. When I began this series my intent was to explain a technology that is not always the most… friendly one to work with. In fact, when I first tri...
02:18 am GMT - Wed, December 25, 2013
TutsPlus - Code Managing the Asynchronous Nature of Node.js
Node.js allows you to create apps fast and easily. But due to its asynchronous nature, it may be hard to write readable and manageable code. In this article I’ll show you a few tips on how to ac...
09:24 pm GMT - Mon, December 23, 2013
TutsPlus - Code BDD With Behat
The BDD PHP framework Behat, allows you to test your PHP applications using human-readable sentences to write features and scenarios about how your applications should behave in order to test out its ...
11:50 pm GMT - Fri, December 20, 2013
TutsPlus - Code Intro to Shadow DOM
Take any modern web page and you will notice that it invariably contains content stitched together from a variety of different sources; it may include the social sharing widgets from Twitter or Facebo...
12:29 am GMT - Fri, December 20, 2013
TutsPlus - Code Coding in the Cloud
The Internet has allowed us to work anywhere we want, giving us tremendous flexibility in choosing where we'd like to plant ourselves to build the next great app. Not being tied to an office desk ...
12:25 am GMT - Wed, December 18, 2013
TutsPlus - Code Sending Emails With Laravel 4 & Gmail
Sending emails is crucial for any web application. Usually, an email is sent to notify the user of some kind of activity that has taken place on the site, for example, such as when updates have been m...
07:00 pm GMT - Mon, December 16, 2013
TutsPlus - Code Easy Ways to Contribute to Open-source Projects
When the jQuery project first started, I remember how passionate the team was about helping developers use the jQuery JavaScript library. It was a labor of love with all of us putting in countless num...
11:28 pm GMT - Fri, December 13, 2013
TutsPlus - Code SOLID: Part 1 The Single Responsibility Principle
Single Responsibility (SRP), Open/Close, Liskov’s Substitution, Interface Segregation, and Dependency Inversion. Five agile principles that should guide you every time you write code.The Definit...
02:20 am GMT - Fri, December 13, 2013
TutsPlus - Code WebGL With Three.js: Shaders
3D graphics in the browser have been a topic of interest since its introduction. But if you were to create your apps using plain old WebGL, it would take ages. Recently, some really useful libraries h...
01:00 am GMT - Wed, December 11, 2013
TutsPlus - Code Statamic 101
Statamic is a modern PHP CMS which really makes an effort to be easy and intuitive to use. From its flat-file design to its use of technologies, like markdown and Yaml, you can accomplish an outstandi...
01:49 am GMT - Tue, December 10, 2013
TutsPlus - Code AbsurdJS or Why I Wrote My Own CSS Preprocessor
As a front-end developer, I’m writing a lot of CSS and using pure CSS is not the most efficient way nowadays. CSS preprocessors are something which have helped me a lot. My first impression wa...
03:04 am GMT - Sat, December 7, 2013
TutsPlus - Code WebGL With Three.js: Models and Animation
3D graphics in the browser has been a hot topic since it was introduced. But if you were to create your apps using plain old WebGL it would take ages. That’s why some really useful libraries hav...
12:59 am GMT - Fri, December 6, 2013
TutsPlus - Code Kickstarting Your Rails Education
It's been a long time since I last coded on the server-side. In fact, if you've read some of my tutorials, you may have noticed that I use ColdFusion as my application server. While ColdFusion...
07:48 pm GMT - Thu, December 5, 2013
TutsPlus - Code New Development Courses Available on Tuts+ Premium
Tuts+ Premium courses teach you a single skill from top to bottom, inside out.Currently, more than 15,000 members are sharpening their skills in web design, web development, Photoshop, vector design, ...
12:10 am GMT - Wed, December 4, 2013
TutsPlus - Code Using Nodes Event Module
When I first heard about Node.js, I thought it was just a JavaScript implementation for the server. But it’s actually much more: it comes with a host of built-in functions that you don’t g...
07:00 pm GMT - Mon, December 2, 2013
TutsPlus - Code Recently in Web Development Nov 2013
We used to have an awesome series called "Recently in Web Development" which listed out cool happenings around the web development industry. It touched on interesting frameworks, tools, arti...
12:34 am GMT - Sat, November 30, 2013
TutsPlus - Code Interview With Jonathan Snook
I've met many web developers over the years and the common theme is that they tend to specialize in a specific aspect of web development. They're either designers, JavaScript coders, server-si...