Currently Browsing

Programming

How to be the Dungeon Master using only JavaScript and CSS? James Edwards explains how. It would be a nice touch for a top-down RPG game like Dawn. The essence of our maze script lies in our ability to create a three-dimensional perspective from a two-dimensional map. But before we can make sense of how the perspective works, we must...

I’m making this request now as it’s the 1st of January, 2008. Hoosgot (as in “Who’s got?”) time to help me code a multiplayer, AJAX-enhanced, browser-based roleplaying game? I’m talking, of course, about Dawn: Chronicles of Light, which is now a singleplayer, JavaScript browser-based (actually IE-based) game. Try it out if you got any time and let’s see what we...

Another great article from MetaTitan, how to check your blog’s link popularity with Google, Yahoo and Alexa. Check the original article or read more to see the code.

2 PHP tutorials. The first one helped me A LOT, when it came to upgrading a large site, and the client wanted a multilanguage site engine. The second one is a simple flat counter How to switch languages on a multilingual web site 1. First create a language directory, we will call it languages. 2. Create two language files, let’s...

I needed some structural updates for a site, and among them, I added some JavaScript snippets. I will show you 3 of them in this article: The simplest, most lightweight clock ever written in JavaScript Form field hints using a bit of CSS Show/Hide Switch Function for a HTML element (DIV)