Programming Tutorials

Here I will put the source code and any other appropriate material for my video tutorials.

peter

Swift Programming Basics - Intro - Part 1

Posted by Peter on Sat May 30, 2015 at 1:44pm

In this introduction to the swift programming basics series I show you what you will need to get started and write our first program in Swift.

View the Full Tutorial Post & Source Code

Views: 2554


peter

Password Security - Basic PHP Login System Part 3

Posted by Peter on Mon Mar 24, 2014 at 2:16pm

This short tutorial series shows you how to create a very basic login functionality, that you can add to your websites. In the third part of this series of tutorials, I cover password security best practices in PHP, using Bcrypt. We continue with the code from the previous lesson and implement a more secure way of storing passwords.

View the Full Tutorial Post & Source Code

Views: 7021


peter

Python For Beginners - 1 - Introduction

Posted by Peter on Sun Nov 10, 2013 at 4:32pm

This is the first video in a new series that I will teach you how to program in Python. This video will give you an overview of the Python programming language, and get you set up to be able to run Python on your computer. After I show you where to download and install Python, I show you how to make a Hello World program in Python.

View the Full Tutorial Post & Source Code

Views: 2975


peter

MySQL Database - Basic PHP Login System Part 2

Posted by Peter on Thu May 09, 2013 at 4:28am

This short tutorial series shows you how to create a very basic login functionality, that you can add to your websites. In this second video I show you how to create a MySQL database, connect to it and how to retrieve information from it. Over the series I will add more to the system including password security and will probably finishing up by using it to create a simple blog.

View the Full Tutorial Post & Source Code

Views: 5802


peter

Basic PHP Login System Part 1

Posted by Peter on Sun Apr 21, 2013 at 10:44pm

This short tutorial series shows you how to create a very basic login functionality, that you can add to your websites. In this first video I go over the basics of logging in using Sessions, without using a MySQL database. Over the series I will add more to the system and eventually include database connection as well as password security best practices, finishing up by using it to create a simple blog.

View the Full Tutorial Post & Source Code

Views: 15623


peter

Improving HTML & CSS - Introduction Tutorial For Beginners Part 4

Posted by Peter on Wed Apr 10, 2013 at 8:38pm

In this fourth part of the series I continue to extend the basic page from the last tutorial with CSS to make it look better. This Introduction tutorial series is to help anyone who would like to learn how to make their own website from scratch.

View the Full Tutorial Post & Source Code

Views: 3276


peter

CSS - Introduction Tutorial For Beginners Part 3

Posted by Peter on Wed Apr 10, 2013 at 8:23pm

In this third part of the series I go over the basics of CSS. This Introduction tutorial series is to help anyone who would like to learn how to make their own website from scratch.

View the Full Tutorial Post & Source Code

Views: 3306


peter

HTML5 - Introduction Tutorial For Beginners Part 2

Posted by Peter on Wed Apr 10, 2013 at 2:01pm

In this second part of the tutorial series I go over a few more of the basic html elements. This Introduction tutorial series is to help anyone who would like to learn how to make their own website from scratch.

View the Full Tutorial Post & Source Code

Views: 3571


peter

HTML5 - Introduction Tutorial For Beginners Part 1

Posted by Peter on Mon Feb 11, 2013 at 3:05pm

In this first tutorial of the series I go over the basics of HTML5 and show you some of the basic html tags. This Introduction tutorial series is to help anyone who would like to learn how to make their own website from scratch.

View the Full Tutorial Post & Source Code

Views: 3913


©2024 Peter Entwistle All Rights Reserved.