Your Web News in One Place

Articles by TutsPlus - Code from January 2014

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
07:00 pm GMT - Thu, January 30, 2014
TutsPlus - Code JavaScript Animation That Works (Part 2 of 4)
In the last post, we introduced the idea of spriting, an easy way to animate in JavaScript that works in all browsers. We also walked through how to set up the sprite as a background image for a div ...
09:30 pm GMT - Tue, January 28, 2014
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, photography, Photoshop, ve...
07:00 pm GMT - Tue, January 28, 2014
TutsPlus - Code Setting Up a Local Mirror for Composer Packages With Satis
Installing all your PHP libraries with Composer is a great way to save time. But larger projects automatically tested and run at each commit to your software version control (SVC) system will take a l...
07:00 pm GMT - Mon, January 27, 2014
TutsPlus - Code How to Use New Relic Custom Dashboards & Why Youd Want To
Today we’re going to look at New Relic custom dashboards. Specifically, I will show you three ways that I tend to use custom dashboards:creating an overview dashboard from existing chartscreatin...
12:37 am GMT - Sat, January 25, 2014
TutsPlus - Code SOLID: Part 3 Liskov Substitution & Interface Segregation Principles
The Single Responsibility (SRP), Open/Closed (OCP), Liskov Substitution, Interface Segregation, and Dependency Inversion. Five agile principles that should guide you every time you write code.Because ...
12:41 am GMT - Fri, January 24, 2014
TutsPlus - Code Validation and Exception Handling: From the UI to the Backend
Sooner or later in your programming career you will be faced with the dilemma of validation and exception handling. This was the case with me and my team also. A couple or so years ago we reached a po...
12:50 am GMT - Wed, January 22, 2014
TutsPlus - Code Working With LESS and the Chrome DevTools
This is a complete tutorial to using LESS with Chrome’s DevTools. If you’ve already used Sass with Chrome’s DevTools, you’ll most likely already be familiar with the concepts i...
01:09 am GMT - Tue, January 21, 2014
TutsPlus - Code SOLID: Part 2 The Open/Closed Principle
Single Responsibility (SRP), Open/Closed (OCP), Liskov’s Substitution, Interface Segregation, and Dependency Inversion. Five agile principles that should guide you every time you need to write c...
11:28 pm GMT - Fri, January 17, 2014
TutsPlus - Code Better Responsive Images With the Element
This article will introduce you to <picture>, a new proposed element created to try and solve the problem of serving the version of content images which better suits the device currently visitin...
11:28 pm GMT - Fri, January 17, 2014
TutsPlus - Code Better Responsive Images With the picture Element
This article will introduce you to <picture>, a new proposed element created to try and solve the problem of serving the version of content images which better suits the device currently visitin...
12:42 am GMT - Fri, January 17, 2014
TutsPlus - Code Ember.js Testing
When I started playing around with Ember.js almost a year ago, the testability story left something to be desired. You could unit test an object without any trouble, but a unit test is only one way to...
11:31 pm GMT - Tue, January 14, 2014
TutsPlus - Code JavaScript Animation That Works (Part 1 of 4)
HTML is the language the web is built in, and it is kind of a strange beast. Although it was originally intended as a way to easily share academic information across the Internet, it has been slowly t...
05:15 am GMT - Tue, January 14, 2014
TutsPlus - Code Launch!
After the massive success of PSDTUTS, it seemed like a good idea to branch out into tutorials on other subjects. Since one of the most requested types of tutorials has always been for web development...
04:30 am GMT - Tue, January 14, 2014
TutsPlus - Code Launch!
After the massive success of PSDTUTS, it seemed like a good idea to branch out into tutorials on other subjects. Since one of the most requested types of tutorials has always been for web development...
03:45 am GMT - Tue, January 14, 2014
TutsPlus - Code Launch!
After the massive success of PSDTUTS, it seemed like a good idea to branch out into tutorials on other subjects. Since one of the most requested types of tutorials has always been for web development...
12:13 am GMT - Tue, January 14, 2014
TutsPlus - Code Browser Testing in the Cloud Redux
I’ve written quite a bit about browser testing solutions trying to help identify techniques and tools that make cross-browser development easier. My last article on the subject covered how to us...
02:22 am GMT - Sat, January 11, 2014
TutsPlus - Code Building a Customer Management App Using AngularJS and Laravel
When creating a single-page app we should use some kind of framework to do some of the job for us, so we can focus on the actual functionality. AngularJS fits here perfectly, because features like dyn...
11:40 pm GMT - Thu, January 9, 2014
TutsPlus - Code Creating a Photo Tag Wall With Twilio Picture Messaging & PHP
Twilio’s recently announced Picture Messaging has vastly opened up what we can do with text messaging, now we can attach photos to our text messages and have them get used in different ways.In o...
01:39 am GMT - Wed, January 8, 2014
TutsPlus - Code Ember Components: A Deep Dive
Ember.js is a JavaScript MVC framework that allows developers to create ambitious web applications. Although pure MVC allows a developer to separate concerns, it does not provide you with all the tool...
11:43 pm GMT - Mon, January 6, 2014
TutsPlus - Code Writing Robust Web Applications The Lost Art of Exception Handling
As developers, we want the applications we build to be resilient when it comes to failure, but how do you achieve this goal? If you believe the hype, micro-services and a clever communication protocol...
12:46 am GMT - Sat, January 4, 2014
TutsPlus - Code Testing in Node.js
A test driven development cycle simplifies the thought process of writing code, makes it easier, and quicker in the long run. But just writing tests is not enough by itself, knowing the kinds of tests...
03:38 am GMT - Fri, January 3, 2014
TutsPlus - Code Acceptance Testing With Codeception
Typically new features for web applications are tested by visiting the appropriate page in a browser, maybe filling out some form data, submitting the form, and then developers or testers hope to see...
01:23 am GMT - Wed, January 1, 2014
TutsPlus - Code Introduction to HTML5 Desktop Apps With Node-Webkit
Using Node.js, we can create web applications easily. Now, thanks to the node-webkit we can also create desktop apps with it, using a unique combination of HTML5 and Node.IntroductionThe library combi...