Archive for November, 2011

Protect your site against hackers!

wow, just came across this report:

http://blog.imperva.com/2011/09/sql-injection-by-the-numbers.html

Just a good reminder of how persistent the hackers(crackers) are.

,

No Comments

How to stop links from opening a new window?

  1. in Firefox, type in the URL of about:config
  2. If it gives you a little warning click yes or “I’ll be careful” or whatever it says.
  3. Search for “browser.link.open”
  4. You’ll see 2 lines that start with that.
  5. Double click “browser.link.open_newwindow” and change it’s number to 3 if it is not already.  Then click Ok.
  6. Double click “browser.link.open_newwindow.restriction” and change it’s number to 0 if it is not already.  Then click Ok.

That’s it. 60 second fix! :)   No more annoying windows popping up cluttering your taskbar/list of windows.  Only tabs to see all at once — much more efficient! :)

No Comments