没有样式就是最好的样式

Archive for June, 2005


opera tips

Jun 1, 2005 Author: | Filed under: Uncategorized

★ Filling in forms automatically

Platform: All platforms

In File (Edit in Mac)> Preferences > Personal information you can enter personal information for quick retrieval in forms via the right mouse button, or as auto-completion.

★ How can I access local files in Opera?

Platform: All Windows versions

To access local files, just press Ctrl+N to get a new window and then C: [Enter], or whatever drive you’d like to access. Alternatively, you can type Opera:drives into the address bar, and Opera will list available drives for browsing.

guoshuang+ op8+ 应该是 file://localhost/c: 上面说法有误。

★ Running multiple instances/browsers

Platform: GNU/Linux

The following information only applies to versions of Opera that do not support SDI (separate windows, rather than all pages open within the main program window). Opera 6 has SDI support, which means that you can open separate windows. In this and newer versions, the option below has been removed.

Opera will not usually allow you to start multiple instances, since this will cause problems. If you really want to run multiple browsers, the command is:

opera -newbrowser

(The command “opera -help” will give you a list of other command line options.)

Note that this can cause problems with your cache, bookmarks and settings. Disabling Opera’s cache in “File > Preferences > Network > History” is often necessary, and you should be careful when editing bookmarks or changing other settings.

Running multiple instances is not tested and not recommended.

★ Starting Opera with Actions

You can start Opera with actions, in not so complicated way:

First, you need utility: Microsoft Scriptit (~ 300KB)This is little tool that you can program to start Opera and send it keystrokes. So you actually apply key of your will to action you would like to execute with opera (for instance, your custom Fullscreen). Let that key be F11. ScriptIt? needs text script to be run, and the script is, in this case edit script.ini to be:

[SCRIPT]

run=c:program filesoperaopera.exe

Opera={F11}

When you execute scriptit simply use:

ScriptIt script.ini

from command line Opera will be started and F11 will be sent to it, and action will be executed.

Now just change Opera shortcut to point to ScriptIt? with argument opera.ini and that’s it.

★ Spurl - Social bookmarks in Opera

You can use Spurl social bookmarking service in Opera. Go to spurl.net, get an account, follow the instructions for Opera - add a bookmarklet to your personal bar and add a new panel.

You can also create a keyboard shortcut for Spurl bar.

go to Preferences/Mouse and Keyboard/Keyboard setup Editcreate a new item in Application group. The key combination can be “0 ctrl”. The action “Focus panel, 11″. The number may need to be changed if there are other custom panels already installed.

Now you can activate the Spurl bookmarks just like you would normal Opera bookmarks. The great thing about Spurl are, of course, tags and the ability to share the bookmarks with others. Spurl can also be connected with your existing del.icio.us account.

to be continued…

what is it?

http://www.opera.com/support/tutorials/voice/

[Edit on 2005-6-1 13:25:29 By guoshuang]
[Edit on 2005-6-1 13:36:31 By guoshuang]
[Edit on 2005-6-2 8:29:10 By guoshuang]
[Edit on 2005-6-2 9:07:56 By guoshuang]
[Edit on 2005-6-2 9:38:35 By guoshuang]

firefox 中table(表格)默认样式 display 为 table

Jun 1, 2005 Author: | Filed under: Uncategorized

firefox中文社区看到这个话题。下面代码在 ff 中没有滚动条。根据 tifa 的解释,做了实验,果然。

ff 中table 默认的display是 table 而不是 block,设为 block以后出现滚动条。

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

[Edit on 2005-6-1 12:27:54 By guoshuang]

flash embeded for all browsers in future

Jun 1, 2005 Author: | Filed under: Uncategorized

据说是兼容所有浏览器的标准flash嵌入方法

[Edit on 2005-6-1 9:40:18 By guoshuang]

opera 下载管理器添加 打开已下载文件目录

Jun 1, 2005 Author: | Filed under: Uncategorized

opera 论坛看到。正好我在 linux 下,linux 版的 opera 的 transfer 窗口中果然有

Open transfer

Open transfer folder

这两个选项。在 windows 下删除下面的 Platform Unix, 就可以在 windows下的 opera 也出现这两个菜单。

Platform Unix, Item, 69696= Open transfer

Platform Unix, Item, 69697= Open transfer folder

[Edit on 2005-6-1 9:03:11 By guoshuang]