lang="en-US"> Tutorials – Page 14 –  Design1online.com, LLC

Category: Tutorials

0

Lesson 4: Pits of Doom — And Array We Go

In the last lesson we covered how to create a function, how to use some of php’s built in functions, and how to deal with sessions. Now we’ll take it even a step further....

2

Lesson 3: Pits of Doom — Mixing Things Up

In the last lesson we covered how to make a form, check to see if a button has been pressed, and display a message according to whether the user found the treasure or not....

1

Lesson 2: Pits of Doom — Breaking It Down

One of the best things to do if you’ve never made a game before or you don’t have much programming experience is to break things down into their most basic parts. We’ll start off...

2

Lesson 1: Pits of Doom — the planning stage

Before you start any kind of online game you need to take a minute to sit down and consider some of the following questions: What is my game called? What is my target audience?...

3

Pits of Doom Lesson 2: Breaking It Down

One of the best things to do if you’ve never made a game before or you don’t have much programming experience is to break things down into their most basic parts. We’ll start off...

2

Pits Of Doom Lesson 1: Planning Stage

Before you start any kind of online game you need to take a minute to sit down and consider some of the following questions: What is my game called? What is my target audience?...

0

Type Casting in ASP

Turns out you have to use the VB functions…. Asc – Converts the first letter in a string to ANSI code CBool – Converts an expression to a variant of subtype Boolean CByte –...

0

Learning PHP (Part 3)

In part 2 I covered else-if statements and more complicated if statements. One of the other concepts that’s essential to learning any kind of programming is loops. There are three different types of loops...

2

Learning ASP

Well, it looks like I’m resigned to learning several new languages if I’m going to program in them for the next several years. So I figured out how to turn on the IIS in...