Your Web News in One Place

Articles by TutsPlus - Code from November 2012

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
07:57 pm GMT - Thu, November 29, 2012
TutsPlus - Code Tuts+ Jobs: Dream Jobs for Web & Creative Professionals
We’ve been building something really awesome over the last couple of months, and it’s finally time reveal it! We’re extremely excited to announce the launch of the Tuts+ Jobs.Tu...
07:31 pm GMT - Thu, November 29, 2012
TutsPlus - Code Testing JavaScript with PhantomJS
I don’t think I need to convince you that testing your JavaScript code is a good idea. But, it can sometimes prove tedious to test JavaScript code that requires a DOM. This means you need to tes...
12:36 am GMT - Wed, November 28, 2012
TutsPlus - Code Chrome Dev Tools: Networking and the Console
In Part 1 – Chrome Dev Tools: Markup and Style, we reviewed two panels: Elements and Resources. Moving on, now, we’ll take a look at the next two panels: Network and Console.Network PanelT...
07:54 pm GMT - Mon, November 26, 2012
TutsPlus - Code Chatting with Obama For Americas Director of Frontend Development: Daniel Ryan
Whether you lean further to the right or the left, there’s little doubt that, if you’re a Nettuts+ reader, you’ll likely agree that technology is rapidly shaping politics. In Un...
09:23 pm GMT - Sat, November 24, 2012
TutsPlus - Code How to Add Custom Configuration Settings for an (ASP).NET Application
Since its release, ASP.NET applications and components have looked to the web.config file to load any settings they need to function. However, adding custom settings to add flexibility and robustness ...
09:56 pm GMT - Wed, November 21, 2012
TutsPlus - Code Mockery: A Better Way
Mockery is a PHP extension that offers a superior mocking experience, particularly when compared to PHPUnit. While PHPUnit’s mocking framework is powerful, Mockery offers a more natural language...
06:14 am GMT - Wed, November 21, 2012
TutsPlus - Code Get Connected to the Backbone: New Course
I’m pleased to announce that, after many hours of work, my newest Tuts+ Premium course on Backbone is now available – and the first eight lessons are free to all! See the lesson outli...
02:40 am GMT - Tue, November 20, 2012
TutsPlus - Code Building Single Page Web Apps with Sinatra: Part 2
In the first part of this mini-series, we created the basic structure of a to-do application using a Sinatra JSON interface to a SQLite database, and a Knockout-powered front-end that allows us to add...
01:14 am GMT - Sat, November 17, 2012
TutsPlus - Code A First Look at the HTML5 History API
HTML5 introduces a variety of new goodies for front-end developers, such as the additions to the browser’s history object. Let’s take a look at its new features in this lesson.Introduction...
02:07 am GMT - Fri, November 16, 2012
TutsPlus - Code Why Haskell?
Being a purely functional language, Haskell limits you from many of the conventional methods of programming in an object-oriented language. But does limiting your programming options truly offer us an...
04:03 am GMT - Thu, November 15, 2012
TutsPlus - Code Responsive Grids With Susy
Are you happy with with any of the CSS grid libraries available? No? I don’t blame you. Enter Susy, a plugin for the Compass CSS framework that lets you create your own custom grid framework, mi...
10:00 pm GMT - Tue, November 13, 2012
TutsPlus - Code Getting Started with Parse
I am a big fan of Parse, a technology that makes developing web and mobile apps faster. It lets you store, sync and push data in the cloud without writing a line of server-side code. Read on to see ho...
12:00 am GMT - Tue, November 13, 2012
TutsPlus - Code What to Expect From Laravel 4
If you’re keeping up on the latest news in the PHP community, then you likely know that Laravel 4 is on the near horizon. Its creator, Taylor Otwell, recently recorded a handful of screencasts ...
11:34 pm GMT - Sat, November 10, 2012
TutsPlus - Code 20 All Too Common Coding Pitfalls For Beginners
Regardless of our current skill level, we all were beginners at one point in time. Making classic beginner mistakes comes with the territory. Today, we’ve asked a variety of Nettuts+ staff ...
10:25 pm GMT - Thu, November 8, 2012
TutsPlus - Code Building Single Page Web Apps with Sinatra: Part 1
Have you ever wanted to learn how to build a single page app with Sinatra and Knockout.js? Well, today is the day you learn! In this first section of a two-part series, we’ll review the process ...
12:56 am GMT - Thu, November 8, 2012
TutsPlus - Code Announcing Crafttuts+: Teaching Everything Craft and Handmade!
We’re excited to let you know about the latest addition to the Tuts+ family Crafttuts+!Crafttuts+ is focused on teaching everything crafty fundamental craft skills, decorations,...
08:04 pm GMT - Tue, November 6, 2012
TutsPlus - Code The Latest Updates to jQuery Mobile
Not too long ago, the jQuery team released jQuery Mobile 1.2. This new release has some fantastic changes! In this article, we're going to review some of the new widgets available to developers, t...
07:49 pm GMT - Mon, November 5, 2012
TutsPlus - Code Best of Tuts+ in October 2012
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...
07:48 pm GMT - Mon, November 5, 2012
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...
05:54 pm GMT - Thu, November 1, 2012
TutsPlus - Code Better CoffeeScript Testing With Mocha
Recently, I’ve been doing a considerable amount of CoffeeScript work. One problem I ran into early-on was testing: I didn’t want to manually convert my CoffeeScript to JavaScript before I ...
03:13 am GMT - Wed, October 31, 2012
TutsPlus - Code An Introduction to Handlebars
If your site’s data regularly changes, then you might want to take a look at Handlebars. Handlebars is a template processor that dynamically generates your HTML page, saving you time from perfor...