Browsing Category

Other

Building Static Sites with Jekyll

Building Static Sites with Jekyll

A full-blown CMS is rarely necessary. Sometimes, you only need to create a light, static website … but you have just enough pages to make the process of copying template files and making cross-site markup changes a chore. Today, I’ll demonstrate a simple solution—Jekyll—that will make creating small websites a breeze.

How to Query Web Services with a Build Script
videos

How to Query Web Services with a Build Script

Do you hate that your favorite web service can’t be used in your build scripts? Well, are you sure that’s the case? I’ll show you how to use a popular tool, Phing – which is essentially a port of the popular Apache Ant for PHP – to query the Nettuts+ Prefixr API in today’s quick tip.

Build Communication Apps with Twilio: New Premium Tutorial
plusvideos

Build Communication Apps with Twilio: New Premium Tutorial

In this two-part Premium tutorial, we’re going to cover Twilio, a web service that allows you to integrate web applications with telecommunications. This is neat because you can use a phone to access your web app, or even your web app to access phones!

Become a Premium member to read this tutorial, as well as hundreds of other advanced tutorials and screencasts.

How to Customize the Command Prompt

How to Customize the Command Prompt

I’m a big fan of the terminal: whether you’re leveraging a handful of commands (or more!) to improve your development process, or just using it to quickly move around your drives and open files and folders, the command line is an awesome tool. However, if you use it often, you’ll want to customize it to your needs. I’ll show you how to do that today!

How to Create a Web Service in a Matter of Minutes

How to Create a Web Service in a Matter of Minutes

Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in July, 2010.

Offering your content or logic as a service on the web is a great idea. For starters it allows you to build numerous front-ends for your own information without having to access the databases all the time (and thus making scaling your system much easier).

Vim Essential Plugin: PeepOpen
videos

Vim Essential Plugin: PeepOpen

In this episode of our “Vim Essential Plugins” quick tip series, we’ll take a look at the only application in our list that isn’t free: PeepOpen. But, don’t let this deter you from picking up one of the most useful applications available for Vim users.


This entry is part 8 of 8 in the Vim Essential Plugins Session
An In Depth Guide to mod_rewrite for Apache

An In Depth Guide to mod_rewrite for Apache

Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published last September.

When people think of .htaccess configuration, the first thing that might pop into their minds is URL manipulation with mod_rewrite. But they’re often frustrated by mod_rewrite’s complexity. This tutorial will walk you through everything you need to know for the most common mod_rewrite tasks.

Quick Tip: The Power of Google Analytics Custom Variables

Quick Tip: The Power of Google Analytics Custom Variables

Familiarity with your users and their needs is the most important aspect of any successful site or web campaign. Google Analytics is the perfect tool to gather this sort of information. But there’s much more you can find out about your users when you begin using custom variables to make better decisions.

Vim Essential Plugin: NERDTree
videos

Vim Essential Plugin: NERDTree

In this episode of Vim Essential Plugins, we’ll review the fantastic NERDTree plugin, which is a much improved replacement for the traditional file explorer.


This entry is part 7 of 8 in the Vim Essential Plugins Session
The Perfect Workflow, with Git, GitHub, and SSH
videos

The Perfect Workflow, with Git, GitHub, and SSH

In this lesson, we’ll focus on workflow. More specifically, we’ll use the helpful GitHub service hooks to automatically update a project on our personal server whenever we push updates to a GitHub repo.

Page 1 of 912345678...Last »