footbrain

May 30

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.

Apr 20

HighslideがVersion 4.1.4になってました。 -

Version 4.1.4 (April 17 2009)

Version 4.1.3 (April 16 2009)

Apr 04

KB927917: IEのバグ(仕様!) -

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:

Apr 02

HighslideがVersion 4.1.2になってました。 -

Version 4.1.2 (March 27 2009)

Mar 24

HighslideがVersion 4.1.1になってました。 -

4.1.0でおかしくなってたアニメーションのパフォーマンスが改善されているようです。

Version 4.1.1 (March 23 2009)

Mar 19

HighslideがVersion 4.1.0になってました。 -

Version 4.1.0 (March 13 2009)

Feb 15

バックアップからのブックマークの復元 -

こんな便利な機能があったなんて、今まで知りませんでした。

バックアップからのブックマークの復元

Firefox がクラッシュ、電源の問題など予期せぬ事態により終了した場合、ブックマークを構成するファイルが破損してしまい、ブックマークが利用できなくなることがあります。Firefox は当日と過去 5 日分のブックマークをバックアップしており、ここからブックマークを復元することができます。

Feb 09

Highslideが4.0.12になってました。 -

Version 4.0.12 (February 4 2009)

Feb 06

“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はトラブルが多いからやめちゃおうかな。