technews.am is a new community for breaking news across the technology sector. We are still in Alpha, so please bear with us.

More stories from nettuts »

NETTUTS  6 hours ago:

How to Create a PyroCMS Theme -

Like most content management systems, PyroCMS uses front-end themes. Though PyroCMS themes are built a bit differently than what you might be used to from other systems, they’re still quite easy to create.

NETTUTS  3 days ago:

The Linux Firewall -

There are several firewall applications for Linux, but what you may not realize is that, at the heart of all these programs is a single all-mighty application that is built right into the Linux Kernel: iptables.

NETTUTS  3 days ago:

Tuts+ Premium Cash Back Offer: 3 Days to Go -

This offer ends soon! Act now and don’t miss out on cash back when trying a monthly Tuts+ Premium subscription.

NETTUTS  5 days ago:

How to Write Testable and Maintainable Code in PHP -

Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create functionality.

NETTUTS  6 days ago:

Real Time Chat With NodeJS, Socket.io and ExpressJS -

NodeJS gives me the ability to write back-end code in one of my favorite languages: JavaScript. It's the perfect technology for building real time applications.

NETTUTS  May 13 13 :

Mass Assignment, Rails, and You -

Early in 2012, a developer, named Egor Homakov, took advantage of a security hole at Github (a Rails app) to gain commit access to the Rails project.

NETTUTS  May 10 13 :

Master Developers: Addy Osmani -

A bright star in the JavaScript community, Addy Osmani has skyrocketed to prominence not only for his fabulous JavaScript articles and open source contributions but for also being one of the friendliest and approachable developers around.

NETTUTS  May 10 13 :

Introduction to WordPress Plugin Development: Early Bird Tickets Now Available! -

We are excited to announce a fantastic new workshop led by Instructor Tom McFarlin: Introduction to WordPress Plugin Development

Are you an aspiring WordPress developer? Are you ready to take the next step and start building your own custom plugins for WordPress? Our newest Tuts+ Live Workshop is the perfect way to get started!

Early Bird tickets are half-price at only $49, but places are strictly limited so act fast to make sure you don’t miss out!

Introduction to WordPress Plugin Development

Our newest Tuts+ Live Workshop, Introduction to WordPress Plugin Development, teaches you everything that you need to know to start developing WordPress plugins; from setting up a local development environment, all the way through to building a WordPress plugin that’s ready for release into the WordPress Plugin Repository.

NETTUTS  May 08 13 :

10 Tips for Learning a New Technology -

We live in a very exciting time. Never before has education been so cheaply available to the masses (if not free).

NETTUTS  May 07 13 :

Use ECMAScript 6 Today -

Today, ECMAScript 6 is in the process of being finalized. ECMAScript is the foundation of JavaScript and, hence, exploring the proposed features today also means that we get a sneak peak at how we will be writing JavaScript in the near future! In this article, we’ll explore ten new features, with a significant focus on tools, browsers and transpilers.

NETTUTS  May 07 13 :

Try Tuts+ Premium, Get Cash Back! -

Try Tuts+ Premium and get cash back on a monthly subscription.

At $19 a month, Tuts+ Premium is fantastic value.

NETTUTS  May 06 13 :

15 Command Line Tools for Monitoring Linux Systems -

Do you need to monitor your Linux server’s performance? Most Linux distributions come equipped with many built-in monitoring tools.

NETTUTS  May 03 13 :

Python Power Tools: virtualenvwrapper -

In this series of videos, I’ll introduce you to several tools that you can add to your arsenal to become a better, more productive, programmer.

NETTUTS  May 02 13 :

Python Power Tools: virtualenv -

In this series of videos, I’ll introduce you to several tools that you can add to your arsenal to become a better, more productive, programmer.

NETTUTS  Apr 30 13 :

Getting Into Ember: Part 4 -

In my previous tutorial, I touched on how to use Ember.Object to define your models and work with datasets.

NETTUTS  Apr 29 13 :

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.

NETTUTS  Apr 26 13 :

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.

NETTUTS  Apr 25 13 :

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 code easier to write, read and maintain.

NETTUTS  Apr 25 13 :

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 code easier to write, read and maintain.

NETTUTS  Apr 23 13 :

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.