Category: Uncategorized

document.getElementById return NULL when the control only have name attribute

A webpage was working well on the development machine but when I moved it to the server the document.getElementById returned null. Here an example: <script> alert(document.getElementById(“test”)); </script> <body> <input name=”test” type=”text” value=”testing..”> </body> The above alert should show the message “[object]” but it returns null. After few hours of troubleshooting it turned out that the

Signing in to Windows Live Messenger failed because the service is temporarily unavailable. Please try again later. Error 80040154

After I installed windows live essentials 2011 on Windows Vista I got this error. I tried the instructions in the link provided by the error message (http://windowslivehelp.com/solution.aspx?solutionid=f427b98c-8fc9-4e0c-9931-859ddf8caa69) but didn’t help. So I just run the installation again & run repair as follows: 1. Start –> Control Panel –> Programs. 2. Then locate "Windows Live Essentials

SQL Server 2008 setup support rules restart computer

1. Run “regedit” under program->run. 2. Navigate to: "HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager" 3. Double-click on the key “PendingFileRenameOperations” and clear its content or if there are command that should be run copy it to a file then replace it after you finish sql setup. Press “Ok”. 4. Now click on “Re-run” in “Setup Support Files” window &