Archive for the ‘Drupal Modules’ Category

Creating a Drupal Mafia style game

meta_description: 
Building a mafia style game in Drupal, First we must decide what we plan to do and which similarities to the standard mafia style game we which to implement. Then we'll go on to define the tables needed to manage the data needed for the game.

I have always wanted to create a web based game from scratch, and started quickly abandoned a few. (Crazy 8's was ready as a stand alone but let it sit I might try later to port to Drupal)

Now since using Drupal for a majority of my development I thought I'd try one for Drupal. By using Drupal I already have an admin interface in which to interact with, a user registration system, and a fairly well documented api in which to develop the game.

read more

Drupal Sitemaps

meta_description: 
Adding a sitemap module to create a sitemap.xml file to help focus the search engine bots on the content I want them to focus on.

Because this domain was bought and used for a while for development and testing for all kinds of things its got continual search bot traffic to those old urls. Some of them I do not want to delete and force a 404 to get rid of.

A couple of google gadgets and other things I'd like to keep. But the robots are not searching the new content they are continually pulling things that will never change.

A sitemap.xml file would help as the fact that those pages would not be listed should get them to give more attention to the newer / real content.

read more

Search
Categories
Archives

You are currently browsing the archives for the Drupal Modules category.