What kind of computer do you have? And don't say "a white one."
What kind of computer do you have? And don't say "a white one."
Last Friday I published a rudimentary Tic-Tac-Toe game. Today, instead of playing against another person, you play against the computer.
Here's a small, flash-based Tic Tac Toe demo I just made today. On its own, it's nothing special.
Yet another thing I hate to do by hand is create backups of my database on demand. I hate giving them names, and I hate typing out a long linux command to get it done. However, when upgrading to a new version of drupal, or making any big system change, it's important to have a working database backup.
Our savior, yet again, is a function written to our .bashrc file.
Update: This script has been improved here.
While developing a new Drupal site, one tends to install lots of modules to shape his site into something specific. The problem is, doing so through a GUI takes much more time than I care to spend.