TimeGT launching soon!

 

Turning off win xp master volume beep sound

Aren’t you annoyed by the beep that is so loud?

I got pretty frustrated after trying to look for disablement under volume control preferences. Nothing there. Also turning off all sound notifications at control panel (including Exclamation sound) didn’t help.

Still nothing, just one aloud beep.

Windows Master Volume Control

Windows XP Volume Control

 

Here’s the quickest way I found to disable it:

  1. Go to My Computer
  2. rightclick for Properties
  3. tab Hardware
  4. button Device Manager
  5. menu View
  6. set checkbox Show Hidden Devices
  7. navigate to Non-Plug and Play drivers
  8. open Beep
  9. tab Drivers
  10. button Stop
  11. combo Disabled
  12. button OK
  13. Congratulations!

 

Windows XP Volume Control

Disabling beep driver forever

 

If you find a better way, please let me know :)

Share:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Comments (2) Wednesday, September 24, 3:34 pm

Usability of the week: MS Project 2007 search dialog

How to search for all tasks in MS Project file?

You can’t. By default MS Project is searching for only expanded tasks. So it is obvious to expect search dialog to have checkbox for all-nodes search.

But looks like there is no such checkbox so you always have to expand.

Instead of the checkbox the search dialog has pretty much only two combos: “Test:” and “Field:” (”Search:” has just “Up” and “Down”) :

MS Project search dialog

Maybe it’s just me but they look funny and probably used only for about 0.1% of the searches people do? :)

PS! Should we be worried when project file size suddenly drops from 1MB to 400KB but all information is still there?

Share:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Comments (0) Monday, September 15, 4:43 pm

Refreshing eclipse workspace with ant script

 

Did you knew that if you have ant build.xml in eclipse Ant view then you can refresh your eclipse workspace simply using:

<eclipse.convertPath filesystempath=”${basedir}” property=”resource.basedir”/>
<eclipse.refreshLocal resource=”${resource.basedir}” depth=”one”/>

?

Very handy for build scripts to make sure eclipse resources are in sync after the build.

Thanks to Roland for the tip!

Share:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Comments (0) Wednesday, September 10, 3:02 pm