F1 2011
Force Feedback: Full
Pedals: Separate
Shift Lights: Yes
Released: Sep 20, 2011

Yet another piece on our long-running series: The Logitech G27 Racing Wheel for Casual Racing Gamers. Here, I cover setting up your G27 racing wheel to play Formula 1 2011 PC. Developed and published by Codemasters, F1 2011 is a sequel to F1 2010 and features simulator-type open-wheel racing among all official F1 teams and drivers of the 2011 season. F1 2011 PC

MWO – MechWarrior Online developer Piranha Games revealed a new gameplay trailer at the Game Developers Conference. See the PC trailer.

I created some nice work week-related functions in PHP that will calculate and return the next available work day, based on any particular date and number days from that date. These were helpful for me in scheduling,appointments, or deadlines for users and clients that are open only Monday-Friday for a 5 day work week. Get a date!

Date-related PHP can be one of the more… frustrating aspects of scripting. Whereas match calculations are the same no matter when or where you perform them, date calculations might appear to work properly in development and then fail later when you aren’t looking. Don’t forget your timezones!

There are quite a few scripts out there for checking whether the Caps Lock key is on. However, the top searches for a helpful JavaScript function turn up a lot of dated, obsolete code that usually doesn’t work or uses techniques that are frowned upon, such as obtrusive JavaScript.

In this article I will show you a modern, unobtrusive, cross-browser way of detecting Caps Lock. See the script