Disable restart after Windows Automatic Updates

  1. Click Start -> Run
  2. Enter “gpedit.msc”
  3. Go to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
  4. Double-click on “Re-prompt for restart with scheduled installations” “No auto-restart for scheduled Automatic Update installation”
  5. Disable it! Enable it!
  6. Reboot the computer

Multiple CSS Background Images

One of the biggest annoyances with CSS is the inability to apply more than one background image to a box.

I’m currently working on a site that is in particular need of this. The only way to tackle it, at the moment, is to throw an ass-load of span or div tags in the mix (or to rely on tags that are slightly more meaningful, if they’re appropriate, but that’s not always possible). Continue reading “Multiple CSS Background Images”