Your Web News in One Place

Articles by TutsPlus - Code from April 2013

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
07:53 pm GMT - Mon, April 29, 2013
TutsPlus - Code HTTP: The Protocol Every Web Developer Must Know Part 2
In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTT...
09:52 pm GMT - Fri, April 26, 2013
TutsPlus - Code Test-Driving Shell Scripts
Writing shell scripts is very much like programming. Some scripts require little time investment; whereas, other complex scripts may require thought, planning and a larger commitment. From this perspe...
01:46 am GMT - Fri, April 26, 2013
TutsPlus - Code Promised-Based Validation
The concept of “Promises” has changed the way we write asynchronous JavaScript. Over the past year, many frameworks have incorporated some form of the Promise pattern to make asynchronous ...
01:46 am GMT - Fri, April 26, 2013
TutsPlus - Code Promise-Based Validation
The concept of “Promises” has changed the way we write asynchronous JavaScript. Over the past year, many frameworks have incorporated some form of the Promise pattern to make asynchronous ...
09:13 pm GMT - Tue, April 23, 2013
TutsPlus - Code Testing Laravel Controllers
Testing controllers isn’t the easiest thing in the world. Well, let me rephrase that: testing them is a cinch; what’s difficult, at least at first, is determining what to test.Should a con...
06:53 pm GMT - Mon, April 22, 2013
TutsPlus - Code Meet the Connect Framework
Newcomers to NodeJS typically find its API difficult to grasp. Luckily, many developers have created frameworks that make it easier to work with Node. Connect is one such framework. It sits on top of ...
01:27 am GMT - Sat, April 20, 2013
TutsPlus - Code Writing a Shell Script From Scratch
Writing shell scripts can be rather daunting, primarily because the shell isn't the most friendly of languages to use. However, I hope to show you in this tutorial that shell scripting is actually...
09:46 pm GMT - Thu, April 18, 2013
TutsPlus - Code Reflection in PHP
Reflection is generally defined as a program’s ability to inspect itself and modify its logic at execution time. In less technical terms, reflection is asking an object to tell you about its pro...
03:20 am GMT - Thu, April 18, 2013
TutsPlus - Code Getting Into Ember.js: Part 3
I hope that you’re starting to see that Ember.js is a powerful, yet opinionated, framework. We’ve only scratched its surface; there’s more to learn before we can build something trul...
10:41 pm GMT - Tue, April 16, 2013
TutsPlus - Code IRC is Back: Heres Your Starter Guide
How of many of your remember Compuserve? What about Prodigy? I'm asking because, back in the good ‘ole days, they were popular services that allowed you to communicate with other people from...
07:00 pm GMT - Mon, April 15, 2013
TutsPlus - Code Digging Into Rails 4
Rails 4 is rapidly approaching. In this article, let’s take a look at some of the new features that it offers, as well as the changes that may affect your current applications.Some BookkeepingCa...
06:23 pm GMT - Thu, April 11, 2013
TutsPlus - Code PSR-Duh!
In a previous lesson here on Nettuts+, you learn about PSR; however, that article didn’t detail the process of integrating that coding style into your projects. Let’s fix that!Note: t...
07:37 am GMT - Thu, April 11, 2013
TutsPlus - Code Laravel 4 Mastery
Perhaps it goes without saying that I’m fairly passionate about the Laravel framework (probably irritatingly so, for some of you). I liked it so much to the point of creating a massive course fo...
02:16 am GMT - Wed, April 10, 2013
TutsPlus - Code Aspect-Oriented Programming in PHP with Go!
The concept of Aspect-Oriented Programming (AOP) is fairly new to PHP. There’s currently no official AOP support in PHP, but there are some extensions and libraries which implement this feature....
05:00 pm GMT - Mon, April 8, 2013
TutsPlus - Code HTTP: The Protocol Every Web Developer Must Know Part 1
HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed systems, and is the foundation of the modern web. As a web develop...
08:42 pm GMT - Fri, April 5, 2013
TutsPlus - Code Where in the World is John Resig?
He brought us jQuery, the most widely used JavaScript library on the planet. Then he brought us Processing.js, a JavaScript port of the popular data visualization programming language. Now, John Resig...
02:08 am GMT - Fri, April 5, 2013
TutsPlus - Code Getting into Ember.js: The Next Steps
In my introductory article, I went over the basics of the Ember.js framework, and the foundational concepts for building an Ember application. In this follow-up article, we’ll dive deeper into s...
05:27 pm GMT - Thu, April 4, 2013
TutsPlus - Code Something New and Exciting: Tuts+ Hub
We’re ready to announce something new and exciting the Tuts+ Hub beta!As you know, Tuts+ is all about helping people learn. With Hub, weve worked to deliver an experience that makes i...
07:54 pm GMT - Wed, April 3, 2013
TutsPlus - Code Decoding the iOS 6 SDK Available Now!
Rockable Press is proud to present our latest release: Decoding the iOS 6 SDK. Written by five seasoned iOS experts and packed with almost 500 pages of essential iOS 6 development fundamentals, this g...
07:06 pm GMT - Wed, April 3, 2013
TutsPlus - Code Building Large, Maintainable, and Testable Knockout.js Applications
Knockout.js is a popular open source (MIT) MVVM JavaScript framework, created by Steve Sandersen. Its website provides great information and demos on how to build simple applications, but it unfortuna...
02:47 am GMT - Wed, April 3, 2013
TutsPlus - Code Best of Tuts+ in March 2013
Each month, we bring together a selection of the best tutorials and articles from across the whole Tuts+ network. Whether you’d like to read the top posts from your favourite site, or would...
10:31 pm GMT - Mon, April 1, 2013
TutsPlus - Code Taming Slim 2.0
Slim is a lightweight framework that packs a lot of punch for its tiny footprint. It has an incredible routing system, and offers a solid base to work from without getting in your way. Let me show you...