|
tigerpower
中级用户
   大师兄
积分 377
发帖 99
注册 2005-8-26
状态 离线
|
『楼 主』:
[投票]您最喜爱用哪个浏览器上网
使用 LLM 解释/回答一下
我发觉每个浏览器都有点不爽的地方。
IE比较容易中招,一个一个窗口切换不方便
Firefox似乎比较慢,浏览btchina这样的网页也有问题
Opera整页缩放很有吸引力,但要切换代理服务器的话太麻烦了
Firefox有一些命令行的选项比如-p, -new-window, -chrome,这个还是比较方便的
哈哈,平时还是用firefox多一点:)
I find that each browser has some annoying aspects.
IE is more prone to getting into trouble, and it's not convenient to switch between windows one by one.
Firefox seems to be relatively slow, and there are also problems when browsing pages like btchina.
Opera's full - page zoom is very appealing, but it's too cumbersome to switch proxy servers.
Firefox has some command - line options such as - p, - new - window, - chrome, which is relatively convenient.
Haha, usually I use firefox more often : )
|
|
2006-5-7 00:01 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
Firefox + IETab比较好的。
Firefox + IETab is better.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-5-7 00:41 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
|
2006-5-7 10:18 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
整页缩放是不是把网页整体按比例放大缩小?在IE地址栏中输入代码按回车就行了
放大1.5倍
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)+50)+'%');}else s.setAttribute('zoom','150%')
缩小0.5倍
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)-50)+'%');}else s.setAttribute('zoom','50%')
可以制作一个 放大.url 的快捷方式放到 收藏夹 的 链接 栏里,需要放大时点一下就可以了,呵呵,很方便的
Last edited by electronixtar on 2006-5-7 at 12:27 ]
Is page zooming scaling the entire web page proportionally? Just enter the code in the IE address bar and press Enter.
Zoom in 1.5 times
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)+50)+'%');}else s.setAttribute('zoom','150%')
Zoom out 0.5 times
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)-50)+'%');}else s.setAttribute('zoom','50%')
You can create a "Zoom In.url" shortcut and put it in the "Links" bar of Favorites. Just click it when you need to zoom in. Hehe, it's very convenient.
Last edited by electronixtar on 2006-5-7 at 12:27 ]
|
|
2006-5-7 12:21 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我喜欢用Maxthon,已经习惯了,觉得GreenBrowser 和 Tencent 都不如Maxthon好用。
Firefox 的页面装载速度固然够快,可是非常吃内存!
I like using Maxthon, I'm already used to it, and I think GreenBrowser and Tencent are not as easy to use as Maxthon.
Although Firefox's page loading speed is fast enough, it consumes a lot of memory!
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-5-7 12:22 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Maxthon是不错,之前用过较长的一段时间,尤其是每次启动时可以选择上次打开的tab页面,真方便啊。而Firefox就不行,即使安装extension也只能要么全都打开,要么都不打开。
Maxthon is pretty good. I used it for a long time before. Especially, it's really convenient that you can choose the last opened tab pages every time you start it. But Firefox can't. Even if you install an extension, you can either open all or none.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-5-7 12:55 |
|
|
tigerpower
中级用户
   大师兄
积分 377
发帖 99
注册 2005-8-26
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
那两句javascript厉害,不过只要一点链接就又恢复原样了,只能照你说的做个快捷啦。
不过有弊也有利,有时候看图片倒是不要放大的;)
Those two lines of JavaScript are impressive, but as soon as you click a link, it goes back to the original state. I can only make a shortcut as you said. But there are both drawbacks and advantages. Sometimes when looking at pictures, you don't need to enlarge them; )
|
|
2006-5-7 13:24 |
|
|
3742668
荣誉版主
      
积分 2013
发帖 718
注册 2006-2-18
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
IE,自然是IE。
其实microsoft的东东还是很好用的,既不用另外安装,兼容性又好。
用IE喜欢中招那是因为系统没有设置好的缘故。
一直用的都是IE,已经习惯了,偶尔用别的浏览器的时候感觉还蛮别扭的。
IE, of course IE.
In fact, Microsoft's stuff is still quite useful, it doesn't need to be installed separately, and has good compatibility.
If you like getting hit by malware when using IE, it's because the system isn't set up properly.
I've always used IE and have gotten used to it. Occasionally when I use other browsers, I feel quite awkward.
|
|
2006-5-7 18:28 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
没办法,几乎所有的网站都兼容IE,IE却不必费心思去顾及它们,Firefox就没有这优势。
不过,Firefox+adblock+tabmix最适合访问php论坛了。
There's no way, almost all websites are compatible with IE, but IE doesn't need to bother taking them into account, while Firefox doesn't have this advantage. However, Firefox + adblock + tabmix is the best for accessing php forums.
|

简单就是美 |
|
2006-5-7 21:57 |
|
|
xltyxs
新手上路

积分 12
发帖 4
注册 2006-5-23
状态 离线
|
|
2006-5-23 12:34 |
|
|
雨露
管理员
          DOS非常爱好者
积分 6209
发帖 2598
注册 2006-1-20
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
最近用了 Firefox最新版,发现其字体好难看,不知有办法解决吗?
Recently used the latest version of Firefox and found that the font is really ugly. I wonder if there's a way to fix it?
|

|
|
2006-5-23 15:04 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
如果是访问论坛字体不好看,可以在firefox设置里把最小字体设为12号。
If you find the forum font not to your liking, you can set the minimum font size to 12 points in Firefox settings.
|

简单就是美 |
|
2006-5-23 20:33 |
|
|
雨露
管理员
          DOS非常爱好者
积分 6209
发帖 2598
注册 2006-1-20
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我用Firefox看网页都字都变形了,还会乱码.字体只有缩小和放大,还是IE好呀!
Last edited by afnspy on 2006-5-30 at 20:26 ]
I use Firefox to view web pages and the characters are distorted, and there are also garbled characters. There are only options to shrink and enlarge the font. Still, IE is better!
Last edited by afnspy on 2006-5-30 at 20:26 ]
|

|
|
2006-5-23 21:00 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
原来论坛首页的“统计”已经默默地在统计用浏览器的数量和所占的比例了:
http://www.cn-dos.net/forum/stats.php?type=agent
用 MSIE 的最多。“Other”的比例也不少,但我不知道这个“Other”是不是指 Maxthon、GreenBrowser、腾讯TT 这些基于 IE 内核的浏览器?
更令我不解的是,“操作系统”的统计中,Windows的不多,Linux、Mac、SunOS更是少之又少,“Other”居然占了一半江山!这个“Other”是指什么系统呢?莫非是纯DOS和其它没见过的系统?
The statistics on the original forum homepage have quietly been counting the number of browsers and their proportions:
http://www.cn-dos.net/forum/stats.php?type=agent
The most are using MSIE. The proportion of "Other" is also quite a lot, but I don't know if this "Other" refers to browsers based on the IE kernel like Maxthon, GreenBrowser, Tencent TT, etc.?
What makes me even more puzzled is that in the statistics of "operating systems", there are not many Windows, and Linux, Mac, SunOS are even fewer. The "Other" actually accounts for half the江山! What system does this "Other" refer to? Could it be pure DOS and other systems I haven't seen?
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-5-30 20:19 |
|
|
雨露
管理员
          DOS非常爱好者
积分 6209
发帖 2598
注册 2006-1-20
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Linux 1734 占了第三,可以了呀 
OS/2 1 这样老兄不知是哪一位? 
Mac 82 这种贵族电脑用的人也还有相当一部分,不容易! 
Linux 1734 ranked third, that's good ;)
OS/2 1 I don't know which one you are referring to, buddy? :D
Mac 82 There are still quite a few people using this high-end computer, not easy! :)
|

|
|
2006-5-30 20:32 |
|