Application Security

How to Clear Your Windows 7 Clipboard

Clearing your Windows clipboard is important because the clipboard keeps the copied content and makes it available to anyone that has access to the computer. The clipboard stores your copied data temporarily, whether that is sentences, usernames, or even passwords. The information copied is stored even after it has been pasted and it could become…

Application Security

Suppressing Javascript Errors, including iFrame Content

  Even though most browsers are configured to suppress Javascript errors, you want to ensure that you handle these errors effectively. The best way to do this is to put all of your Javascript code within try/catch statements: function HandleBillingCodeFieldChange(idx)     {         try         {             $(“#bc_changed_” + idx.toString()).val(“1”);         }         catch(Exception){}    …

Photo of servers

Automatic and Manual Resource Pools in Operations Manager 2012 (#SCOM, #SYSCTR)

  NOTE: If you experience a situation where removing an Operations Manager server from the All Management Servers resource pool causes the server to become grayed out see http://support.microsoft.com/kb/2853431. As outlined in the “SC12_OpsMgr_Deployment” on page 12: (http://www.microsoft.com/en-us/download/details.aspx?id=29256) there is a slight issue with this as it’s currently written. Resource Pools Network monitoring in System…