Question: I encountered bug in Opera and IE, when set up Google Friend connect on my site -
If any Javascripts running inside the body tag or inside a table which is directly a child of body, then most of the times this error is bound to happen. The solution is to move the script to the top or bottom of the body tag or even moving it after the body. The script can also be put inside a function and then calling it from window.onload. Another solution to this problem is to add defer=”defer” in the script tag.
I checked my code for scripts which were running inside the body tag and was a direct child to it. Then I moved all my Javascript codes to bottom of the body tag so that it will not interfere while parsing the page. I tested my site in IE after I made the change and I could see the difference, the error was not happening any more. please do
Question: Why am I receiving errors when viewing Friend Connect gadgets in Internet Explorer? -
You are likely running into a well known Internet Explorer bug. This is usually caused by some errors in your HTML. We recommend that you test your HTML code in an HTML validator to help you find the errors in your code.
The workaround for most of these issues is to move BOTH Friend Connect <script> tags to be direct children of <body>. The best place to put the <script> sections is at the end of your markup right before </body>.
For example:<body>
<!—- your markup with the FC <div id=”xyz”></div> section —->
<script src=”http://www.google.com/friendconnect/script/ friendconnect.js “></script>
<script>
// FC code
</script>
</body>This should fix the issue but if you continue to run into errors, please post your issue in the discussion forum.
HighslideがVersion 4.1.4になってました。 -
Version 4.1.4 (April 17 2009)
- Fixed overflowing captions caused by rightpanel fix in 4.1.3.
Version 4.1.3 (April 16 2009)
- Fixed unwanted caching of Ajax content in IE.
- Fixed memory leaks when using slideshow controls or thumbstrip.
- Fixed size calculation issue with
useBox.- Fixed unwanted scrollbars while crossfading in rare situations.
- Fixed rightpanel exceeding viewport.
- Fixed controls flickering and disappearing when crossfading and using arrows.
- Fixed thumbstrip not sliding to active thumbnail in IE6.
- Added hs.creditsPosition.
- Added internal document ready event and used it for unobtrusive mode.
IE8にアップグレードすれば解決できるということですが…
This problem occurs because a child container HTML element contains script that tries to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method.
For example, this problem may occur if a DIV element is a child container in a BODY element, and a SCRIPT block in the DIV element tries to modify the BODY element that is a parent container for the DIV element.
How do I fix this problem? The easiest way for you to fix the problem is to upgrade to Internet Explorer 8. This problem no longer occurs in Internet Explorer 8. To upgrade to Internet Explorer 8, visit the following Microsoft Web site:
HighslideがVersion 4.1.2になってました。 -
Version 4.1.2 (March 27 2009)
- Fixed bug on multiple overlays with html option defined.
- Fixed bug with outlineWhileAnimating.
HighslideがVersion 4.1.1になってました。 -
4.1.0でおかしくなってたアニメーションのパフォーマンスが改善されているようです。
Version 4.1.1 (March 23 2009)
- Fixed animation performance issues in 4.1.0.
- Fixed dimmingGeckoFix.
- Fixed crash with numberPosition on single object.
- Fixed bug in the Highslide onBlur event.
HighslideがVersion 4.1.0になってました。 -
Version 4.1.0 (March 13 2009)
- Added thumbstrip to slideshows.
- Added overlay positions relative to the viewport.
- Added overlay options: html, relativeTo, className, offsetX, offsetY.
- Rewrote animations to using a common animate function.
- Fixed size miscalculation with HTML and useBox = true.
- Fixed dimmer size not recalculated after reflow.
- Fixed JS error on reflowing non-scrollable popups.
こんな便利な機能があったなんて、今まで知りませんでした。
バックアップからのブックマークの復元
Firefox がクラッシュ、電源の問題など予期せぬ事態により終了した場合、ブックマークを構成するファイルが破損してしまい、ブックマークが利用できなくなることがあります。Firefox は当日と過去 5 日分のブックマークをバックアップしており、ここからブックマークを復元することができます。
Version 4.0.12 (February 4 2009)
- Fixed bug in resizeTo when using no border.
- Fixed inline allowSizeReduction bug.
- Fixed flickering on opening HTML popups.
- Added hs.openerTagNames and hs.dynamicallyUpdateAnchors options to increase performance on HTML heavy pages.
FeedBurner was unable to process your feed. Please check the Troubleshootize - FeedMedic page for messages about possible problems with your original feed content. — 最適化 ::XMLソース
で、そのフィード・メディックでは、 “FeedBurner had trouble retrieving your Source Feed:”って言われてしまう。 feedburnerはトラブルが多いからやめちゃおうかな。