没有样式就是最好的样式

Archive for April, 2005


opera 关闭 Menu Bar的方法

Apr 28, 2005 Author: | Filed under: Uncategorized

How do I remove the Menu Bar?

To remove the Menu Bar (the one with File/Edit/View and so on) open opera6.ini in your main Opera folder and insert the line

Show Menu=0

To access the Menu Bar in future, you can amend menu.ini by adding the line under

[Document popup Menu]

Submenu,”Main menu”,Browser Menu Bar,=

or you can amend input.ini to bring up the Menu Bar with f10

[Application]

F10 = Show popup menu,”Browser Menu Bar”

郭爽注:op8没有这个 input.ini,应该是 keyboard.ini。操作步骤为:把 %programfiles% 中 opeara 的 defaults 目录里的 standard_keyboard.ini,拷贝到 %appdata% opera 的profilekeyboard 目录中,然后修改

from :

http://my.opera.com/community/tips/windows/customizing/013.dml

更多官方 opera 设置技巧:

http://my.opera.com/community/tips/windows/customizing/

[Edit on 2005-4-28 17:28:28 By guoshuang]
[Edit on 2005-5-28 8:26:19 By guoshuang]
[Edit on 2005-5-28 9:41:03 By guoshuang]

新建浏览器类别

Apr 28, 2005 Author: | Filed under: Uncategorized

本来想叫 firefox 栏目,但看到 opera 8 这么酷!而且 netscape 8.0 应该很快会再次升级,IE 7也将推出…

对 webDesigner 来说,这可是吃饭的家伙,专列一下,相关技巧、设置、插件、动态等,也可能会有部分 web coding 的内容。

以前的日志,自己搜索 firefox 或者 opera netscape 浏览器 关键词

[Edit on 2005-4-28 14:05:05 By guoshuang]

opera 按钮

Apr 28, 2005 Author: | Filed under: Uncategorized

这个 opera: 很有意思,还可以这样用?有意思…这个功能用来添加一个自定义按钮,用来关闭文件菜单。

menu

BTW:opera for linux 中文输入很麻烦,拷贝过来都是 unicode,直接书写不能用空格键,只能用回车键选词,还必须多输几个字母才行…但 opera 8 在windows下很不错,中文显示也修改过了,不再是原来那种奇怪的样子,速度也很快…

[Edit on 2005-5-12 7:12:31 By guoshuang]

opera for linux ftp 目录

Apr 28, 2005 Author: | Filed under: Uncategorized

ftp://ftp.opera.com/pub/opera/linux/

使用 XMLHttpRequest 读取 xml文件

Apr 27, 2005 Author: | Filed under: Uncategorized

卡壳了半天,原来firefox必须在web环境中才可以,本机不行。顺便拿本站的歌曲列表做了个例子。原来那个好歌推荐 只对 IE 有作用,一直也没有修改。(自己看源代码,都写在一起了)

    [Edit on 2005-4-27 17:42:50 By guoshuang]
    [Edit on 2005-5-30 15:07:08 By guoshuang]
    [Edit on 2005-11-16 8:58:27 By guoshuang]

    在 firefox 下使用 innerText 的方法

    Apr 27, 2005 Author: | Filed under: Uncategorized

    Mozilla Firefox中文社区看到了两种方法,DOM3的 textContent 或者添加自定义 prototype,cool men…

    运行代码 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

    [Edit on 2005-4-27 11:00:14 By guoshuang]