Office and Browsers

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 Browsers

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 Browsers

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 […]

Windows

Windows 7 – Can Improve Search and Offline Sync

I love Microsoft.  I love IE8 with unbelievable F12 tool for Developers.  I love IE security features, more powerful and versatile, than any other browser. I love simplicity and reliability of IIS.  I love SQL Server.  I am intrigued by mysteries and labyrinth of ASP.NET. From that perspective, you can […]

No Picture
Office and Browsers

Excel Macro to Toggle Wrap Text

This Excel macro allows changing cells in selection based on the first cell in a selection: If Selection.Cells(1, 1).WrapText = True Then Selection.WrapText = False Else Selection.WrapText = True End If   This is useful in Excel 2003 and bellow.  Starting from Excel 2007, there is a button to perform […]

No Picture
Office and Browsers

Photoshop 6.0 Still Shines Even After 12th Anniversary

Adobe Creative Suite 5 Design Premium Adobe Photoshop® CS5 Extended Adobe Illustrator® CS5 Adobe InDesign® CS5 Adobe Flash® Catalyst™ CS5 Adobe Flash Professional CS5 Adobe Dreamweaver® CS5 Adobe Fireworks® CS5 Adobe Acrobat® 9 Pro * Adobe Bridge CS5 Adobe Device Central CS5 12 years in Software is longer than life.  […]