Browsing Tag

Videos

The Magic of WordPress Custom Post Types: New on Premium
plusvideos

The Magic of WordPress Custom Post Types: New on Premium

In this in depth Premium video tutorial, I’ll teach you how to use custom post types, taxonomies, and meta boxes to extend your WordPress application into CMS-like territory.

Become a Premium member to read this tutorial/screencast, as well as hundreds of other advanced tutorials and screencasts from the Tuts+ network.

Stop Nesting Functions! (But Not All of Them)
videos

Stop Nesting Functions! (But Not All of Them)

JavaScript is over fifteen years old; nevertheless, the language is still misunderstood by what is perhaps the majority of developers and designers using the language. One of the most powerful, yet misunderstood, aspects of JavaScript are functions. While terribly vital to JavaScript, their misuse can introduce inefficiency and hinder an application’s performance.

The Intro to Rails Screencast I Wish I Had
videos

The Intro to Rails Screencast I Wish I Had

Isn’t it funny how most “introduction to Ruby on Rails” screencasts are overly simplistic, and rely on generators like scaffolding? The teacher typically follows up the tutorial by stating that most Rails developer don’t use scaffolding generators. Well that’s not much help then! I’d like to give you the tutorial I wish I had. Along the way, we’ll also rely heavily on test-driven development to build a simple app.

How to Deploy your First Rails App: New on Premium
plusvideos

How to Deploy your First Rails App: New on Premium

In this Premium video tutorial, we’ll teach you how to deploy your first Rails web application with Heroku. Particularly if you’re somewhat new to Rails, you may find that you’re met with a long string of errors when pushing your app and database to their servers. Don’t worry, though; this screencast will take you through the entire process from scratch.

Become a Premium member to watch this video, as well as hundreds of other advanced tutorials and screencasts from the Tuts+ network.

Next Generation JavaScript with AMD and RequireJS: New on Premium
plusvideos

Next Generation JavaScript with AMD and RequireJS: New on Premium

I don’t know about you, but I’m always looking for better ways to organize my JavaScript. Recently (only a week or so ago), I’ve discovered what seems to be the best pattern yet. In this tutorial, I’ll introduce you to AMD: Asynchronous Module Definition and RequireJS. Hang on tight; it’ll be a wild ride!

Become a Premium member to read this tutorial/screencast, as well as hundreds of other advanced tutorials and screencasts from the Tuts+ network.

How to Integrate rspec into a Sinatra App
videos

How to Integrate rspec into a Sinatra App

In today’s video tutorial, I’m going to teach you how to use rspec within a Sinatra application. Along the way, we’ll also arrange for autotesting with Growl notifications so that our tests run automatically when we save our projects. If you’re quite new to the idea of testing, this is the perfect introduction.

Python from Scratch: Object Oriented Programming
videos

Python from Scratch: Object Oriented Programming

Welcome back to lesson four in our Python from Scratch series. This tutorial will assume some prior knowledge of variables, data types, functions and print output. If you’re not up to date, check out the previous three articles in the series to catch up.

Today, we’re going to be delving into the subject of Object Oriented Programming (OOP). OOP is a very powerful way of organizing your code, and a solid understanding of the concepts behind it can really help you get the most out of your coding.


This entry is part 4 of 5 in the Python from Scratch Session
Ruby for Newbies: Testing Web Apps with Capybara and Cucumber
videos

Ruby for Newbies: Testing Web Apps with Capybara and Cucumber

Ruby is a one of the most popular languages used on the web. We’re running a Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this episode, you’ll learn about testing your Sinatra apps with Cucumber, Capybara, and Rspec.

How to Use the Nettuts+ Phing Build Script
videos

How to Use the Nettuts+ Phing Build Script

We’ve created a build script for Phing that will give designers the ability to automatically compress, concatenate, and Prefixize all of their stylesheets and scripts — simply by typing five characters. I’ll show you how to use it in this quick tip video.

How to Create an Alfred Extension
videos

How to Create an Alfred Extension

Today, I’m going to teach you how to build a plugin for the popular Mac productivity application, Alfred, with PHP. As you’ll find, it’s a lot easier than you might expect! Even better, this allows us to extend Alfred to provide any additional functionality that we require.

Page 3 of 3312345678...Last »