Your Web News in One Place

Articles by TutsPlus - Code from March 2013

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
07:31 am GMT - Fri, March 29, 2013
TutsPlus - Code Building Windows Store Applications With jQuery 2.0
With the release of Windows 8, Microsoft introduced Windows Store applications, which can be authored using traditional web languages that leverage the underlying engines powering Internet Explorer 10...
08:56 pm GMT - Thu, March 28, 2013
TutsPlus - Code Guard is Your Best Friend
A common argument against using preprocessors, like Sass, is that they introduce too much complexity, and are difficult to get started with. Especially today, though, this couldn’t be further f...
10:57 pm GMT - Wed, March 27, 2013
TutsPlus - Code Round Table #1: Should Exceptions Ever be Used for Flow Control?
I’m pleased to release our first ever round table, where we place a group of developers in a locked room (not really), and ask them to debate one another on a single topic. In this first entry,...
11:36 pm GMT - Tue, March 26, 2013
TutsPlus - Code Prototyping with Meteor
Meteor is far more than a quick prototyping tool, but it sure is great for prototyping. In this tutorial, we’ll walk through the process of turning a simple HTML wireframe into a functional appl...
10:17 pm GMT - Sun, March 24, 2013
TutsPlus - Code The 11 Phases of a Web Developers Career (As Illustrated by Memes)
The career of a web developer is an interesting one with many slopes. Considering a learning curve this steep, you can fully expect to live through periods of frustration, enlightenment, self-righteo...
12:12 am GMT - Sat, March 23, 2013
TutsPlus - Code Intro to Flask: Adding a Contact Page
In the previous article in this mini-series, we leveraged Flask to build a simple website that contains “Home” and “About” pages using a generalized workflow that we can apply ...
02:53 am GMT - Fri, March 22, 2013
TutsPlus - Code Node.js Events
In this lesson, we’ll continue on with my Node.js: Step by Step series, and dig into events! Download Video ...
06:48 pm GMT - Wed, March 20, 2013
TutsPlus - Code Speaking With jQuerys Core Team Lead: Dave Methvin
Most of us are familiar with the jQuery JavaScript library, and likely use it in at least some of our projects. But how much do we know about the people who tirelessly give their time to maintaining t...
09:16 pm GMT - Tue, March 19, 2013
TutsPlus - Code Developing with Sass and Chrome Developer Tools
In this tutorial, we’ll review the process of better integrating Sass debugging into our workflow with Chrome Developer Tools.Introduction – SassSass stands for Syntactically Awesome Style...
02:16 am GMT - Tue, March 19, 2013
TutsPlus - Code Make Backbone Better With Extensions
Backbone is becoming wildly popular as a web application development framework. Along with this popularity comes countless extensions and plugins to enhance the power of the framework, and fill in hol...
08:20 am GMT - Fri, March 15, 2013
TutsPlus - Code Getting Into Ember.js
There are a lot of JavaScript libraries available, and most are really good at providing the traditional DOM-centric interactions that your typical websites need. But when it’s time to build a m...
01:23 am GMT - Fri, March 15, 2013
TutsPlus - Code Pro Workflow in Laravel and Sublime Text
Not too long ago, I built a handful of generators for Laravel, which ease the process of various tasks. Today, thanks to help from Gaurav Narula, we’re turning things up a notch with the release...
10:09 pm GMT - Wed, March 13, 2013
TutsPlus - Code Relational Databases for Dummies
Web apps can be split into two major components: a front-end that displays and collects information, and a back-end for storing the information. In this article, I’ll demonstrate what a relation...
01:54 am GMT - Wed, March 13, 2013
TutsPlus - Code TDD Terminology Simplified
The core idea of Test-Driven Development (TDD) is writing tests before writing any functional code, and then writing only the least possible amount of code required to make the tests pass. It may soun...
06:48 pm GMT - Mon, March 11, 2013
TutsPlus - Code The Whens and Whys for PHP Design Patterns
There are plenty of articles that explain what design patterns are, and how to implement them; the web doesn’t need yet another one of those articles! Instead, in this article, we will more disc...
09:11 pm GMT - Fri, March 8, 2013
TutsPlus - Code Windows Apps for Web Developers
When the editor of Nettuts+ requested an article to show Windows developers love by listing popular web development apps, I was all over it. OSX devs get a lot of attention, so it’s good to...
05:51 am GMT - Fri, March 8, 2013
TutsPlus - Code Streamline your Process with Volo
Front-end developers face a variety of challenges when creating sites that have repetitive solutions. All sites use a similar DOM skeleton, as well as many common features and attributes. Volo aims to...
11:49 pm GMT - Wed, March 6, 2013
TutsPlus - Code Check Out the New Recommended Resources on Nettuts+
We’ve added a new page to the site, which will help coders grab top quality software, tools and gear. It’s filled with our favorite resources that we recommend for developers. You can jump...
02:05 am GMT - Wed, March 6, 2013
TutsPlus - Code Headless Functional Testing with Selenium and PhantomJS
Let’s build a system for performing functional tests on web applications, using Selenium and PhantomJS. The resulting system will allow us to write easy test scenarios in JavaScript, and test th...
09:50 pm GMT - Mon, March 4, 2013
TutsPlus - Code The Command Line is Your Best Friend
The command line can either be your best friend, or your worst enemy. It simply depends on how you use it, and what you use it for. If you’re one of the many people who cringe at the mere though...
12:48 am GMT - Sat, March 2, 2013
TutsPlus - Code Best of Tuts+ in February 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...
12:45 am GMT - Sat, March 2, 2013
TutsPlus - Code Active Record: The Rails Database Bridge
In the past, to build a web application, you required the skills to code in your business logic language and your database language. More recently, however, back-end frameworks are leaning toward usin...
09:43 pm GMT - Thu, February 28, 2013
TutsPlus - Code Team Collaboration with Github
Github has become the corner stone for all things open source software. Developers love it, collaborate on it and are constantly building awesome projects through it. Apart from hosting our code, Gith...
06:40 am GMT - Thu, February 28, 2013
TutsPlus - Code Your One-Stop Guide to Laravel Commands
In this day and age, it's quite normal for a developer to have an understanding of consoles, and how to issue basic commands. But what if you could code your own custom commands to improve your wo...