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

Category: Tutorials

0

Flash MMO Tutorials

I was looking for a bunch of these and surprisingly they were hard to find. Since I’d like to integrate a lot of Flash into WOS v2 I’ve decided to start there and then...

0

Connecting to a MySQL Database Using PHP

You would think this is really obvious but I see a TON of posts on devnetwork.net (great php/mysql site) where people include their database login/password in every page from a non-protected directory. Big no...

0

XAMPP: Learn PHP & MySQL Without Online Hosting!!

One of the questions I get most frequently is what I use to make my text-based games. My answer is always the same, PHP and MySQL. Let’s say you wanted to learn these languages,...

0

UDP Socket Programming

Okay, so I’m going over the deep end and I’m going to create a client/server setup in UDP (or TCP but i think dropped packets won’t be an issue) so I can get the...

0

Useful Allegro Functions

/*********** * Purpose: draw the buffer behind an image * Precondition: image to use * Postcondition: returns the image with the buffer behind it ***********/ BITMAP *blitBigger(BITMAP *image) { clear(buffer); //clear the buffer (or...

0

Learning PHP (Part 2)

In part 1, I talked about requirements for php, creating a file, variables, and if-else statements. Now on to harder concepts. Else-If Statements Before we covered the if-else statement. In an if-else statement if...

4

Learning PHP (Part 1)

When the Internet exploded in the .com age people were just starting to realize the potential of online programming languages. PHP, or Hypertext Preprocessing, is one of my favorite programming languages. One of the...