Baseball Management Game

For the love of the game, I’ve decided to create a baseball game you can play online and own a team. All the teams and players will be fictional, but based on real baseball situations and statistics.

There may be different worlds or leagues. We’ll see if it gets popular.

Eventually this game will be ready for anyone to play for free. Users will be able to act as a manager with a few owner options.

Features may include:

  • Avatars
  • Friends
  • Building your own team from the ground up

Nginx Webmin Module

This project aims to give a user interface to those wishing to update nginx settings through webmin and to use nginx to server up some pages. Sometimes it's faster to not use the command line to fix everything or set up a new site. With this webmin module you'll be able to work on your nginx server from webmin.

Contact

To prevent automated spam submissions leave this field empty.

Focus blur field fillers

Do you need a fast easy way to add default text in your form input text fields? Here's a quick solution with jQuery. First make a text field.

<form id="form">
	<input type="text" id="textfield" />
</form>

Then add the javascript after the jQuery file.

Filtering Drupal Views with first letter

Drupal Views now comes with a contextual filter that filters content by the first letter, which is a great feature. But it's a contextual filter, not a regular filter. If you start experimenting with the glossary view, which using this feature, you'll notice it places the letter in the url and changes pages. You can't use it for ajax filtering and you can't use it easily with other filters, or as an exposed filter. That's exactly what I needed, an exposed filter, so I built a module to handle this problem.

Building a Standing Desk

Using ideas from other standing desks on IKEA Hackers, I came up with my own version. I call it the VIKA standing desk, since it uses mostly VIKA system products. The entire project cost about $260 (without taxes).

Baseball United

For about a year I've been in development with Baseball United, a website that intends to be the social network for baseball. The site has been built on the Drupal 7 platform. Several custom modules and hundreds of programming hours later, the site is live and active with baseball teams and stats.

Thanks to the new Drupal Commerce module there is a store full of baseball-related products, thus far featuring Akadema. This could not have been done with Ubercart, the old dog of Drupal 6 commerce sites.

Flagging for other users

For this project, I needed to create a way for admins to recommend items to other users. In other words, bookmark a page for someone else.

Drupal 7 already has a great module for bookmarking, called Flag. It allows users to 'flag' content to say they like it (similar to Facebook) or to bookmark it for future reference. But it does not come out for the box with links to flag for other users.

BooDroo.com

BooDroo is a site built using Drupal 7. Some of the modules being used are: Commerce, Date, Organic groups, Mobile codes, Rules, and Views. I also created custom modules to communicate with Twilio (a service converting online information into a SMS sent to mobile phones) and to process Commerce carts through Google Checkout. SMS are also saved as content so that users can view messages online, as well as via text messaging.

Updating Debian with fresh install on new drive

The following are the steps I take update Debian by making a fresh install on a clean drive.

Create a drive. There's plenty around to explain this step if you're not sure.

Format and mount the drive.

mkfs.ext4 /dev/sdb1 #enter your drive here
mount /dev/sdb1 /mnt

Install deboostrap and bootstrap the system using your arch and preferred distrobution. Mount proc and dev.

Pages

Subscribe to Justin D Hoffman RSS