Wow, the possibilities are endless here:

**General Ideas:**

  - Compile much less frequently.  Compiling is CPU intensive, and CPU's are watt hogs
  - Stop running those crazy unit tests all the time.  
  - Heck, shut down that Continuous Integration server!  Come on, you really only need to build every couple of days anyway, bottom line.
  - Limit checkins to your source control system.  Think of all those watts burning down the wire and on the remote server!
  - Stop commenting your code. (Okay, so that should probably be "Don't start commenting your code".....)
  - Save on Pixels.  Set your screen resolution to 64x480.  Fewer pixels, fewer watts!
  - Code only in APL. 
  - Don't code any more bugs.  Bugs require more compiles, more testing, more typing, and more CPU time.
  - If your system allows code folding, keep as much code folded as possible. Saves on monitor output.
  - Keep all your caffeinated beverages at room temperature.
  - Unplug your USB Missile Shooter.  Totally forget about the humping dog Memory stick.
  - Take the batteries out of that Light Saber behind your desk and use it without the soothing purple glow.
  - Generally, keep all your numbers small.  I'd suggest never using big numbers.  Big numbers probably use more energy.
  - Get a mouse-ball based mouse. That red light has to be burning watts.

**Since keystrokes require energy to process and display:**

  - Many languages let you put multiple statements on one line.  Do that as much as possible.  
  - Pursuant to that, never break long lines of code into multiple lines. 
  - Don't refactor.  Too often this creates more code that you have to scroll through.
  - Name all variables with as few letters as possible.  Preferably one letter.   Generally two. Three max.
  - Stop putting blank lines in between lines of code.  Saves on Enter keystrokes and scrolling!
  - Shoot, eliminate unnecessary white space altogether.  When you get right down to it, what exactly does white space ***do***?  Nothing, that's what.

That's all I can think of right now.  There has to be more stuff like this!  Come on guys, let's put our heads together and really go green!