Programming Tutorials by Jeremy Morgan
Here are a collection of tutorials I’ve done on various technologies and platforms. If you’d like to see something new here, contact me!
Get notified every time I post a tutorial by Adding my tutorial RSS Feed or you can get feeds straight to your inbox when they are added!
Intro to ASP.NET MVC 4
Posted Wednesday, May 01, 2013
In this tutorial we’ll explore ASP.Net MVC 4 and give you a taste of this awesome new package.
View this tutorial
Share this:
How to Build C# apps on Your Raspberry Pi
Posted Thursday, March 28, 2013
Want to run and build C# .Net applications on your Raspberry Pi? In this article I’ll show you how.
View this tutorial
Share this:
How to Watch Netflix in Ubuntu Linux
Posted Friday, March 15, 2013
Want to run Netflix on your Linux box? It’s really easy, and free! Plus you don’t need a virtual Windows install anymore.
View this tutorial
Share this:
How to Set up the Ultimate PHP Dev Machine in Ubuntu 13.04
Posted Thursday, March 07, 2013
How To Set up the Ultimate PHP Development Machine in Ubuntu 13.04 (Raring Ringtail) and write better software.
View this tutorial
Share this:
Raspberry Pi Programming For Beginners
Posted Tuesday, February 26, 2013
Want to learn how to program on the Raspberry Pi? This is a beginners guide to getting started with Python.
View this tutorial
Share this:
How To Set Up Wireless Networking with Ubuntu on a G4 PowerBook
Posted Tuesday, February 12, 2013
Today I’m going to explain how to set up wireless networking on G4 PowerBook running Ubuntu 10.04
View this tutorial
Share this:
Raspberry Pi how to: Set up a SVN Server
Posted Monday, February 11, 2013
A step by step guide to setting up an SVN Server on your Raspberry Pi
View this tutorial
Share this:
How to install Linux on a PowerBook G4
Posted Sunday, February 10, 2013
A complete tutorial on how to Install Ubuntu Linux on a Powerbook G4 (PowerPC) machine
View this tutorial
Share this:
C# .Net Tutorials - How to Learn C# Part 6 - Iteration Statements
Posted Friday, February 01, 2013
In part 6 of my learning C# tutorial series we’re going to talk about iteration statements. This is a crucial part of your foundation as a C# .NET coder
View this tutorial
Share this:
How to Build a Raspberry Pi File Server
Posted Monday, January 28, 2013
A step by step guide to setting up your Raspberry Pi to share files to every computer on your network.
View this tutorial
Share this:
Raspberry Pi How to: Learning Linux Commands
Posted Tuesday, January 22, 2013
A step by step guide to Linux command line basics for using your Raspberry Pi
View this tutorial
Share this:
How to Install Octopress in Windows
Posted Saturday, January 12, 2013
A step by step tutorial showing you how to put Octopress on your Raspberry Pi
View this tutorial
Share this:
Remote Desktop with Raspberry Pi
Posted Thursday, December 27, 2012
Do you want to remote into your Raspberry Pi and see a graphical desktop? It’s actually really easy. If you don’t want to dedicate a monitor or the TV to the pi but still want to use it, here’s your solution.
View this tutorial
Share this:
How to Install Node.js on Your Raspberry Pi
Posted Thursday, December 20, 2012
A step tutorial for installing Node.js on your Raspberry Pi
View this tutorial
Share this:
How to Overclock your Raspberry Pi
Posted Monday, December 17, 2012
Do you want to safely overclock your Raspberry Pi? Here’s how you need to do it.
View this tutorial
Share this:
A Cleaner Display of Your IP in Windows
Posted Wednesday, December 12, 2012
How you can build a quick program in C++ to show just your ip address from the prompt.
View this tutorial
Share this:
The Raspberry Pi Web Server Speed Test
Posted Saturday, December 08, 2012
What’s the fastest Web Server for the Raspberry Pi? In this article I aim to find out.
View this tutorial
Share this:
C# .Net Tutorials - How to Learn C# Part 5 - Selection Statements
Posted Thursday, November 29, 2012
In part 5 of my learning C# tutorial series we’re going to talk about selection statements. This is a crucial part of your foundation as a C# .NET coder
View this tutorial
Share this:
C# .Net Tutorials - How to Learn C# Part 4 - Variables and Types
Posted Monday, November 26, 2012
Part 4 of my Tutorial series on learning C# .Net which takes a look at variables and types in C#
View this tutorial
Share this:
Tutorial: How to Set Up a Raspberry Pi Web Server
Posted Saturday, November 24, 2012
People are doing a lot of cool things with the Raspberry Pi. One of the first things I thought to do was to see if I could make a Raspberry Pi web server. Being a web developer and overall geek I figured it might be kind of fun to do, and as I found out it’s really easy.
View this tutorial
Share this:
C# .Net Tutorials - How to Learn C# Part 3 - Coding Basics
Posted Monday, November 19, 2012
Part 3 of my tutorial series on learning C# .Net, a thorough look at the language and .Net Framework.
View this tutorial
Share this:
C# .Net Tutorials - How to learn C# Part 2 - Namespaces
Posted Saturday, November 17, 2012
Part 2 of my tutorial series on learning C# .Net which takes a deeper look at C# namespaces
View this tutorial
Share this:
C# .Net Tutorials - How to learn C# Part 1 - Introduction
Posted Tuesday, November 13, 2012
Part 1 of my tutorial series on learning C# .Net, a thorough look at the language and .Net Framework.
View this tutorial
Share this:
Using Ternary Operators in C#
Posted Tuesday, October 30, 2012
A step by step guide for using ternary operators in C#. These operators can simplify and clean up your code.
View this tutorial
Share this:
How To Install Octopress on Ubuntu Linux 12.10 (Quantal Quetzal)
Posted Wednesday, October 10, 2012
A step by step guide to installing Octopress on Ubuntu Linux 12.10 (Quantal Quetzal)
View this tutorial
Share this:
Tutorial: How to Install Apache PHP and MySQL on Ubuntu 12.10 Quantal Quetzal
Posted Tuesday, October 09, 2012
How to install Apache, PHP and MySQL on Ubuntu 12.10 (Quantal Quetzal)
View this tutorial
Share this:
Tutorial: How To Create an Ajax Drop Down Menu With PHP and MySQL
Posted Friday, September 21, 2012
A learning excersize to build a drop down with AJAX with vanilla JavaScript. Helpful for explaining how AJAX works.
View this tutorial
Share this:
Tutorial: How to connect to MySQL with Python
Posted Thursday, September 13, 2012
A step by step guide to connecting to a MySQL database with Python. Super easy.
View this tutorial
Share this:
C# Tutorials - Introduction: .Net Architecture Basics
Posted Friday, July 06, 2012
A nice introduction to C# and the .Net Architecture. I explain the basics and show you how to get started.
View this tutorial
Share this:
Linux Tutorial: 5 Cool Vim Command Line Tricks
Posted Thursday, May 31, 2012
some cool VIM command line tricks to help you get the most of this powerful editor.
View this tutorial
Share this:
Python For The Absolute Beginner
Posted Monday, May 21, 2012
Want to try out some Python? Here’s a primer on getting started with this awesome language.
View this tutorial
Share this:
Linux Tutorial: How to Build Apache, PHP5 and MySQL from Source ( The Hard Way)
Posted Sunday, May 20, 2012
A step by step guide for building a LAMP stack from source for ultimate customization.
View this tutorial
Share this:
How to upload a file with PHP
Posted Tuesday, October 04, 2011
Step by step tutorial to show you how to upload a file with PHP.
View this tutorial
Share this:
Linux Tutorial: How to Show Realtime dmesg Output in Linux
Posted Tuesday, September 27, 2011
How to show your dmesg output in Linux in realtime.
View this tutorial
Share this:
How to Capture The Output of a Linux Command in C++
Posted Friday, September 23, 2011
A quick way to capture the output of a Linux command in your C++ program
View this tutorial
Share this:
Tutorial: How to Get the Linux Version From The Command Line
Posted Saturday, August 20, 2011
Several ways to get the Linux version from the command line.
View this tutorial
Share this:
Tutorial: How to use Vim instead of Vi with an alias
Posted Wednesday, August 17, 2011
a quick tutorial that shows you how to swap VIM for Vi with a single line.
View this tutorial
Share this:
Tutorial: How to install Apache, PHP and MySQL in Ubuntu the easy way
Posted Saturday, July 30, 2011
The easiest way to set up a LAMP stack in Ubuntu
View this tutorial
Share this:
Photoshop Tutorial: How to Make a Software Box
Posted Thursday, June 23, 2011
Have you seen those cool software boxes and wondered how to make them? I’ll show you how.
View this tutorial
Share this:
Tutorial: Awesome Gel Buttons in Photoshop
Posted Wednesday, May 04, 2011
Want to build those slick gel buttons that Apple made so famous? Here’s a step by step.
View this tutorial
Share this:
Tutorial: XSLT in 5 minutes
Posted Wednesday, March 16, 2011
A simple introduction to XSLT stylesheets and how you can make them work for you.
View this tutorial
Share this:
How to make CURL work with XAMPP in Windows
Posted Tuesday, March 01, 2011
A short guide to getting curl to work with XAMPP in Windows.
View this tutorial
Share this:
How to use a custom thumbnail when posting a WordPress link to Facebook
Posted Tuesday, December 07, 2010
Have you seen those custom thumbails that come up when certain links are posted to Facebook? I’ll show you how to do that with Wordpress.
View this tutorial
Share this:
Java Tutorial: Hello World
Posted Friday, October 15, 2010
The proverbial Hello World! app, in Java
View this tutorial
Share this:
Tutorial: How to install the Google GO compiler on Ubuntu Linux
Posted Saturday, November 14, 2009
Want to try out Google Go? Here’s a guide to getting it working in Ubuntu.
View this tutorial
Share this:
How to install WordPress
Posted Saturday, February 07, 2009
A step by step guide for installing Wordpress
View this tutorial
Share this:
Tutorial: How to write text files in C#
Posted Monday, February 02, 2009
How to write a text file in C#, step by step.
View this tutorial
Share this:
How to write text files with C++
Posted Friday, January 30, 2009
Step by step description of how to write text files with C++. Using Bloodshed C++
View this tutorial
Share this:
Tutorials: How to work with arrays in PHP
Posted Tuesday, August 05, 2008
An easy guide to working with arrays in PHP
View this tutorial
Share this: