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

Author: Jade

0

Contract PHP/MySQL Programmer Needed

Are you passionate about games?!? Like animals? Do you live in Northern Virginia? Then perhaps you’re the person I’m looking for. My name is Jade and I started programming my first game when I...

0

VGXPO Success!

Wow, I had a great time and I got to meet a ton of really great people!! Steve Reid and Gano Haine gave excellent advice on how to pitch a game idea. They stressed...

2

VGXPO Meet N Greet List

Here’s a list of everyone I’m planning to talk to/meet this coming Saturday. Heh, I’m bringing resumes, business cards, and hopefully my finished business plan. Matt Shaw – Chief Technology Officer at Mythic Entertainment...

0

Design1online.com to Attend East Coast Games Summit

It’s time to be out and about! Design1online.com will be attending the upcoming VGXPO at the Pennsylvania Convention Center on November 22nd and 23rd. Hopefully we’ll get a change to talk face to face...

0

CSS Javascript Properties

document.getElementById(“id_name_here”).style property = whatever; CSS Property JavaScript Equivalent background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat backgroundRepeat border border border-bottom borderBottom border-bottom-color borderBottomColor border-bottom-style borderBottomStyle border-bottom-width borderBottomWidth border-color borderColor border-left borderLeft...

0

Useful AJAX Functions

/************** * Purpose: initalize ajax * Precondition: none * Postcondition: ajax xmlhttp object running **************/ //global variables var xmlhttp = false; //initalize ajax var queryString; //check if we’re using IE try {   xmlhttp...

5

BioShock: Graphic Violence in Video Games

Since when have playing games become all about how much blood sprays your screen when you bash someone over the head with a tire iron? Just this weekend I was over at my Cousin’s...

3

Lesson 7: Pits of Doom — Join, Login & Lost Password

In the last lesson we created a database class to make doing queries quick and easy to handle. Then we converted over the current character file and map editor to use the database when...