PHP Forum // Add Sub Category

July 6th, 2008 Mod Posted in PHP | No Comments »

5th addition to the PHP forum tutorial which involves adding the sub categories for the forums.

AddThis Social Bookmark Button

PHP Tutorial: Installation and The Basics

July 5th, 2008 Mod Posted in PHP | No Comments »

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)

1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp

2. on windows go to C:\xampp

it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.

There’s also something called WAMP
http://www.wampserver.com/en/

There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&a…

Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/

Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparis…
http://www.context.cx/

AddThis Social Bookmark Button

PHP Forum // Admin: Add Forum Cat

July 5th, 2008 Mod Posted in PHP | No Comments »

Adding onto the administrative section by making the add forum category useful.

AddThis Social Bookmark Button

PHP Forum // Additional Layout + Admin Start

July 5th, 2008 Mod Posted in PHP | No Comments »

Beginning of the administrative section and some layout change.

AddThis Social Bookmark Button

JavaScript Tutorial 1.2: Variables

July 5th, 2008 Mod Posted in Javascript Mods | No Comments »

In this installment, I’ll be covering JavaScript variables and how they’re used, as well as going back and making sure you’ve got a thorough understanding of strings and their proper syntax.

I apologize for the plethora (I think there are two, actually…) of grammatical mistakes that take place throughout (just one “page,” actually…) the course of this tutorial.

Bloody YouTube cuts off the last second of the video so the “red to white and back” effect doesn’t deliver on its last promise.

AddThis Social Bookmark Button

CSS Body Tutorial

July 5th, 2008 Mod Posted in CSS | No Comments »


AddThis Social Bookmark Button

Part 2 in PHP Forum Tutorial

July 5th, 2008 Mod Posted in PHP | No Comments »

Creating the login and logout functions.

AddThis Social Bookmark Button

PHP Forum // Basic Layout

July 5th, 2008 Mod Posted in PHP | No Comments »

Part 1 in PHP Forum Tutorial. Creating a simple layout.

AddThis Social Bookmark Button

JavaScript Tutorial 1.1: The Very Basics

July 5th, 2008 Mod Posted in Javascript Mods | No Comments »

This tutorial will cover the really basic things about JavaScript, mainly proper syntax of strings, method of script inclusion, and the commonly used alert() and document.write().

To those of a keen eye, you’ll get a glimpse of my recent history at 1:33, and for that I apologize.

“absolutely necessity”: that should be “absolute.”

AddThis Social Bookmark Button

CSS Basics 1: Importing Stylesheets and Basic Styles

July 5th, 2008 Mod Posted in CSS | No Comments »

AddThis Social Bookmark Button