RalphCapper.euThe resource for Web People - Design, Development and SEOComponent returned failure code: 080004005- July 31, 2008 So, you&8217;re suddenly getting this error uncaught exception: Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) nsIDOMScreen.width&8221; nsresult: &8220;0&215;80004005 (NS_ERROR_FAILURE)&8221; Check your HTML does not have two elements with the same ID in it. It can cause this. Thanks to http:www.howtocreate.co.ukemailsCraigStrickland.html for solving a brain-teaser!http://www.ralphcapper.eu/2008/component-returned-failure-code-0x80004005/ Google video sitemap woes- July 31, 2008 I recently wrote a page to generate a video sitemap for Google, which is similar to the normal sitemap format: http:www.google.comsupportwebmastersbinanswer.pyanswer=80472&38;ctx=sibling You then submit the sitemap here: https:www.google.comwebmasterstoolssitemaps After a period of waiting, if you check back you&8217;ll see if it was parsed correctly or not. You might get this, like I did: Error: Unsupported file format Your Sitemap does ...http://www.ralphcapper.eu/2008/google-video-sitemap-woes/ New Google analytics code- July 30, 2008 The new code to replace the &8216;legacy&8217; goes like this: var gaJsHost = (("https:" == document.location.protocol) "https:ssl." : "http:www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.comga.js' type='textjavascript'%3E%3Cscript%3E")); var pageTracker = _gat._getTracker("UA-xxxxxx-1"); pageTracker._initData(); pageTracker._trackPageview(); Which generates, promptly, for me the following error: _gat is not defined var pageTracker =...http://www.ralphcapper.eu/2008/new-google-analytics-code/ |