Archive for April, 2008
Sliders in Cocoa/Objective C Xcode
Posted by Wez | Filed under Cocoa/Objective-C
A video tutorial showing the basics of cocoa/objective c and how to get the value of a slider.
User Login Page Using PHP and MySQL
Posted by Wez | Filed under PHP
A follow up tutorial on the user sign up page. This tutorial will show you how to see if the username and password are found in the database and if they are then a cookie will be created.
User Signup Page Using PHP and MySQL
Posted by Wez | Filed under PHP
The first thing that we do in this tutorial is create a table and add 3 fields to it then we connect to the database and check to see if the user has input all the required information, if the user has then they will be added to the database. I'll add a line for line explanation later on.
Basic Actionscript 3 Game Part 1
Posted by Wez | Filed under Flash/Actionscript, PHP, Text Tutorials, Video Tutorials
A video tutorial showing how to create a basic game using Actionscript 3.
(more...)
PHP and MySQL User Register Page
Posted by Wez | Filed under PHP
A tutorial showing how to create a page which lets someone add a user to a database, its a little bit rushed and not well explained but I hope it helps in some way. I will add a better explained video tutorial soon on how to create a user system using PHP and MySQL.
What you will learn to do in this video tutorial is to create a basic HTML form which asks the user for their username and password, when the submit button is clicked their username and password will then be added to a MySQL database.
AS3 Key Movement
Posted by Wez | Filed under Flash/Actionscript
Learn how to move a movieclip with the arrow keys using Actionscript 3.0.
