Nettuts+ Author - Matt Vickers

PG

Visit Matt Vickers's Website

Matt Vickers is a coder at heart and a designer by necessity. If it involves coding, he'd probably be into it! He's currently employed at Vantage Studios Inc. in Winnipeg, MB as a Media Developer. You can also check out his personal site, Envex Labs, where he usually has something interesting to say!


Posts by Matt Vickers

WordPress as a CMS: New Plus Tutorial

Oct 28th in Plus by Matt Vickers
50

When most people think about WordPress, they think about blogs. If you look at the front page of WordPress.org, they talk a lot about blogging as well. What they don’t tell you is that WordPress can also double as a very powerful CMS; you just have to set it up properly. It can be a bit tricky to get setup and working the way that you want; but this is where I come in.

In this 3-part tutorial + screencast series, I’m going to take you through the three steps of using WordPress as a CMS. Become a PLUS member.

Continue Reading

The Ultimate Guide for Learning Mootools

The Ultimate Guide for Learning Mootools: New Plus Tutorial

Oct 14th in News by Matt Vickers
15

Getting started with any type of framework can be an intimidating experience. To help, this week we have an in depth tutorial and long screencast to provide a crash-course for this popular JavaScript library. With so much focus on jQuery, it’s easy to forget that Mootools is an equally powerful library with a huge following. Join today!

Continue Reading

preview

How to Code a Signup Form with Email Confirmation

Sep 23rd in PHP by Matt Vickers
86

In this tutorial, we are going to be creating a user signup form that adds a user to a database, and then sends out a confirmation email that the user must click on before their account will be activated.

Continue Reading

Checking User Name availability using Mootools and Request.JSON

Checking Username Availability with Mootools and Request.JSON

Sep 18th in JavaScript & AJAX by Matt Vickers
46

This tutorial will teach you how to check username availability with Mootools’ Request.JSON and PHP/MySQL

Continue Reading