lang="en-US"> Jade – Page 26 –  Design1online.com, LLC

Author: Jade

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...

3

PLEX Source Code Version 0.06

Total Time – 8 hours I’ve fixed scrolling. The board now scrolls without a problem. To simplify things I’m currently working on selecting and moving blocks from only the top two levels. Another thing...

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...

0

Plex Source Code Version 0.05

Okay, I spent another two hours working on the movement problems I was having in Plex. After printing the moves out in my debugger I figured out the reason why movement wasn’t working was...

3

Text-Based Role Playing Games

Role playing games are one of the biggest hits on the internet. Every day a new free message board site pops up giving people of all ages the chance to setup their very own...

1

Plex Source Code Version 0.04

Total Time – 4 hours So I have the board scrolling now without a problem. However when I check character movement to see if the character is moving to a valid block it doesn’t...

3

PLEX Character Puzzles

Total Time – 2 hours. I would have spent more time working on my code but it seems that my laptop has died and I have to go get it fixed. Joy… For each...