We won again!

Great victory for the People - Tax Cut!

Office and IE

Properly Validate TextArea Length (IE vs. Firefox)

Let’s consider this example, where HTML page has a TEXTAREA and an INBOX.  When user types inside TextArea, Inbox should show the length of TextArea string. <script type=”text/javascript”> function TTLength(objTT){ var tt= document.getElementById(‘TXT1’); tt.value = objTT.value.length; } </script> <textarea onKeyDown=”TTLength(this);” onKeyUp=”TTLength(this);” rows=”10″> This Text Area Contains a string With Newline […]

Office and IE

IE10 is not saving passwords and user names

I hope this post will help a lot of frustrated users out there. PROBLEM: IE10 was working fine, but at one point it stopped saving user names and passwords for web sites. This most securely-configured browser, so switching was not an option.   Here is my solution.  Please see, if it […]

Office and IE

How to Remove Search Box in IE8

Do you hate an extraneous search box that is cluttering your valuable real estate space in an IE address bar? This article was tested with IE8 on Windows XP and Windows 7.   Remove Search box using gpedit.msc If you are using IE8, there is a simple way to remove […]