Friday, September 02, 2011

UDF Uncaught ReferenceError: $ is not defined

UFD Uncaught ReferenceError: $ is not defined


The Uncaught ReferenceError: $ is not defined error appears when the jquery library is called at the end of the page.

Check the spot where jquery is called.

Thursday, August 18, 2011

Skype 5.5 For Windows Unstable

Skype version 5.5 For Windows is Unstable. It is obvious the problem is with the new Visual Style.


To disable the Skype Visual Style:

Click Tools > Options

Change the Visual Style to 'Classic Windows'.


Save Changes.

Skype 5.5 For Windows Unstable

Tuesday, July 19, 2011

The value of the property 'LoadPage' is null or undefined, not a Function object

If you've used the tag. Internet Explorer versions below 9 will display the error:


"The value of the property 'LoadPage' is null or undefined, not a Function object"

Do not use the body onLoad. This tag is not compatible on older browsers.

The solution is to use this instead:

if ( window.addEventListener ) {
window.addEventListener( "load", LoadPage, false );
}
else
if ( window.attachEvent ) {
window.attachEvent( "onload", LoadPage );
} else
if ( window.onLoad ) {
window.onload = LoadPage;
}

Thursday, February 10, 2011

Google Chrome Stuck Refuses to Update

The Google Chrome update is stuck refuses to install. Clicking on About -> Update refuses to update Chrome.


You may run into this problem if the Windows temp files directory is moved to a partition other than the default location.

The solution:

You need to force Chrome to update.

1) Quit Chrome and make sure no stray instances are running

OPEN a DOS box. Type cmd in the run box in the start menu. Copy and paste the command that begins from reg. exe and ends at /v cmd. Paste the entire line in the DOS box and hit enter

2) Run the following from a command prompt to get the magic incantation:
reg.exe query "HKCU\Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}" /v cmd
(use {4ea16ac7-fd5a-47c3-875b-dbf4a2008c20} if you're on canary rather than stable, beta, or dev)

3) Run the command obtained from the previous step. For example:
"C:\Users\YOU\AppData\Local\Google\Chrome\Application\9.0.597.84\Installer\setup.exe" --rename-chrome-exe