Posts Tagged ‘tutorial’
Retrieving an RSS Feed in PHP
Posted by Wez | Filed under PHP, Text Tutorials
RSS Feeds are widely used throughout the internet today and on all kinds of websites. From websites like Digg to most blogs. If you want to display an RSS feed on your website its probably easier than you think.
For this example I'm going to show you how to display the RSS feed for The Tutorial Blog using PHP.
PHP News System Part 3
Posted by Wez | Filed under PHP, Text Tutorials
If you haven't already viewed part 1 and part 2 then view them if you're new to PHP.
In part 3 of this tutorial you will learn how to display your posts, edit and delete them.
(more...)
PHP News System Part 2
Posted by Wez | Filed under PHP, Text Tutorials
If you haven't already seen part 1 of this tutorial then watch it here.
For the second part of this tutorial you will learn how to create a cookie to log the admin user in and create the tables for your news system.
PHP News System Part 1 (With Sound)
Posted by Wez | Filed under PHP, Video Tutorials
Importing PSD Files Into Flash
Posted by Wez | Filed under Flash/Actionscript, Photoshop
Installing Brushes in Photoshop
Posted by Wez | Filed under Photoshop
Increase Window Height and Width in Visual Basic
Posted by Wez | Filed under Visual Basic
Sessions in PHP
Posted by Wez | Filed under PHP
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.

