Loading

Tag Archives: disable

Disable DOM DTD validation

setValidating(false) will not prevent DTD validation, but you can set http://apache.org/xml/features/nonvalidating/load-external-dtd feature to false. I think is a Xerces-only feature, though, it may not be recognized by other parsers.

DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
factory.setValidating(false);
[...]

Disable splash screen on your Netbeans Application

Just add
run.args.extra=–nosplash
to the project.properties file

Bookmark It

Hide Sites

$$(‘div.d304′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

How to disable internal Loudspeaker

My Compaq Evo has two internal speakers, the PC speaker (the one responsible for beeps, etc) and another conventional loudspeaker connected internally to the sound board. One would expect that conecting the headphones to the headphones jack will automatically shut off/disable the internal speaker but it doesn’t. You must first go to the Volume Control [...]