说是 xp update 后,ie 需要点击才能看到 activex 内容。没太搞明白,javscript嵌入就没问题了吗?谁还用ie啊,:(
Preparing Websites with Active Content for Announced Browser Changes
FlashObject: Javascript Flash detection and embed script
Many of you have read about the announced changes in Microsoft Internet Explorer. You may have some questions about what’s going to happen to your websites that use embedded (”active”) content and applications. Active content can include Macromedia Flash, Shockwave, or Adobe Acrobat files. You are probably starting to consider what you’re going to do to be prepared.
How Will the Browser Changes Affect My Site?
What will the effect of the browser changes actually be? How soon are these changes happening? Will users still be able to view active content tomorrow or next week?
Users will be able to view embedded content and applications in their present form—until they update their Internet Explorer browsers on Windows. The browser update was first released as an optional update in February 2006. After users update the browser, they have to click embedded or “active” content before they interact with it. Check out the resources on the Microsoft Developer Network (MSDN), where you can get more information.
Some sites will not be affected by the change. The updated browser prompts users to click before displaying active content coded using
Many of you will want to fix your sites to work around the mandatory browser changes. The good news is that you can apply one of several design-arounds to your site right now.
dapper opera 9 输中文 空格键选字以后 光标跑到文字前面(就好像是古代从右向左书写顺序一样)其它浏览器(或者别的程序)无此问题
据eexpress说是 阿拉伯 international fonts 设置的问题,可我发现 opera 无法保存这个设置。
guoshuang2006-04-24+换用 fcitx 输入法后正常。
guoshuang2006-04-27+ 感谢 nmvr2600 找到正确答案,如下
以下为引用内容:
scim-pinyin在opera中输入中文总是从右向左(默认配置下),这个问题困扰了很多人了,但是有些人的却可以正常使用。因为我 原来使用的系统是没有这个问题的,我就使用虚拟机全新安装了一个。终于找到了方法,不过确是非常的简单。
打开scim设置窗口,在全局设置里将embed preedit String into client window(将预编辑字符串嵌入到客户端窗口)那个选择取消掉。就是第一个(我现在英文环境下)。
然后重新登录X,打开opera测试下。输入正常!
SCIM
$sudo apt-get install scim scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
$sudo sh -c ” echo ‘export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE=”scim” ; scim -d ‘ > /etc/X11/Xsession.d/95xinput ”
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
注:在Dapper下省略后两步
注:在Dapper里也可以直接选择系统->系统管理—>语言支持(language support)勾选Chinese 就会自动安装和配置scim
Fcitx
$sudo apt-get install fcitx
$sudo sh -c ” echo ‘export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE=”fcitx” ; fcitx ‘ > /etc/X11/Xsession.d/95xinput ”
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
注:在Dapper下省略后两步。
重启 x window 即可。
安全问题
Upgraded Opera’s bundled version of Flash to 7.0.63.0 to address vulnerability described in Secunia Advisory 19218
其它
Fixed problem with e-mail messages not opening in Gmail.
Fixed stability issue reported by SEC-Consult Unternehmensberatung GmbH.
x5推波助澜地…
4月5日,大家的网站都把css去掉,看看没有css的页面什么德行,推广html标签 semantic(语义)化。
BTW:顺便发现 firefox 的小改动,以前在 view - page style -no style 切换后,点击链接后,就又回到 base page style 了。现在的 firefox(20060324 Firefox 1.5.0.1) 能记住刚才的选择了。