topics

全部话题 - 话题: browser
首页 4 5 6 7 8 末页 (共10页)
N********n
发帖数: 8363
1
来自主题: Programming版 - 10-year anniversary of 1st Browser War
(excerpt from "An Oral History of the Internet", Vanity Fair)
Thomas Reardon was 21 years old when Bill Gates offered him a senior
position at Microsoft, in 1991. Reardon became a program manager for
Internet Explorer.
Thomas Reardon: I was the first at Microsoft to know about Netscape,
co-founded by Mark Andreessen and Jim Clark. I remember calling down
there and saying, Hey, I’m with Microsoft, and I’m looking around
at all these people who started Web browsers because I think we’re
going to d
x**n
发帖数: 461
2
现在做的project要求在web browser存几个变量,以便让所有的page都可以accees。但
是又不允许传回server,所以cookie是不行了。有人知道有什么办法没有?
先谢谢了。
m******t
发帖数: 2416
3

Google "browser offline storage". Firefox 3 supports it.
IE >=7 should as well.
v****s
发帖数: 1112
4
javascript在browser里面怎么被interpret的?
比如firefox?谢谢
v****s
发帖数: 1112
5
yes, im asking how the client's browser handle js.
seems that FF is using spidermonkey to interpret the js ?
X****r
发帖数: 3557
6
来自主题: Programming版 - 问一个web browser 的问题
Modern browsers will prevent user from opening local files from web
pages, including direct link, via iframe, via script src, etc.
Recalled from my momery, may not be very accurate.
I don't know any book on that. Why do you care about file:// anyway?

file://? Do you have any good book covering this topic to recommend?
Thanks.
l*****v
发帖数: 498
7
手机上performance是个很大的问题。pc上原来是有这个趋势的,一些mmrpg游戏都可以
用web做出来,但手机和pad很难支撑browser的客户端脚本的运行要求。
个人觉得苹果掀起的手机和pad浪潮在一定程度上阻碍了html5的发展
n*****t
发帖数: 22014
8
Google x server in web browser
l**********n
发帖数: 8443
9
来自主题: Programming版 - 用Java写一个简单的browser
embedded browser有现成的库
J****r
发帖数: 274
10
来自主题: Programming版 - 用Java写一个简单的browser
JavaFX 2有自带的embedded browser, webkit based.
http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm
s*****w
发帖数: 1527
11
可能我没说清楚,
2个web browser 都可以同时打开page1的,你这个可以区分吗?
谢谢!
s*****w
发帖数: 1527
12
if i open 2 pages in the same browser,
in 1st page i click "button A",
in 2nd i click "button B".
if there have the same session ID, how can i distinguish them ?
(for our backend, there's only 1 pipe from web server to backend, when i get
data back, i need to know where to send the result to ...)
h******b
发帖数: 6055
13
同一个电脑不同tab可以看看ngstorage插件搞本地储存。
不同电脑肯定需要后台啊。除非你hack Chrome用户的本地储存,但不同browser不同用
户肯定不行啊。
随便加个parse这样的后台和用户管理一个晚上吧。免费注册免费使用。
w*s
发帖数: 7227
14
就是在网页上有一个 public folder, 大家可以去里面下载黄片。
跟个file browser一样。
node.js有什么简单的方法吗?
谢谢!
c********1
发帖数: 5269
15
If you use Apache web server, you get the feature for free by setting the
fold to be browsed by anyone.
You can browser a directory and download files without coding.
r***e
发帖数: 38
16
来自主题: Security版 - [转载] 关于browser security的问题
【 以下文字转载自 Programming 讨论区 】
【 原文由 roche 所发表 】
偶在java版发了,觉得还不完全只是java的事,所以在这儿再贴一回
能给偶讲讲怎么在自己的browser里搞出个certificate来?(client certificate)
偶是说,怎么去request一个certificate,再import到自己里面
Am I right saying these?
//bow
r***e
发帖数: 38
17
【 以下文字转载自 Programming 讨论区 】
【 原文由 itis 所发表 】
This involves the public security algorithm.
The basic idea is:
1. Your web server generates a CSR, which contains
the identification of your website and the public key
for your site.
2. CA (Certificate Authority) uses its own private key
to encrypt your CSR, which is basically a certificate.
3. install the certificate in your web server.
4. Now the browser connects to your server and try to begin
a SSL session. It reads the certificate, and decrypts
I**A
发帖数: 2345
18

Under linux that I am using, netscape stores the accepted certificates in
.netscape/cert7.db. It is not a temp file, though. It is in a Berkeley DB
hash format, you need to know how to covert it to readable texts. I never
did this, but this web page may be useful.
http://www.drh-consultancy.demon.co.uk/cert7.html
I think other OS or browser should do something similarly.
If you know the server, then with high probability you can find out which
authority signs its certificate, then you can try t
p**k
发帖数: 59
19
来自主题: Software版 - 另外再介绍一个browser

What do you mean too big? I'm using 1600*1200,and I feel fine,I suppose
you meant every window is too small to see all the content? but hey, it's
better to see everything on one page lot of times when you want to compare,
and it's easy to switch the view too,easier to use than tag view I think.
BTW, have you ever tried out this browser: netomat? http://www.netomat.net/
The design is so innovative that I never know how to use it and even now, I
dont understand a thing...hehe, try that out, you
T*******x
发帖数: 8565
20
来自主题: Software版 - default browser的问题
我已经把firefox设成default browser了,但是用Google desktop gadget
看新闻的时候,每次都是启动IE,这个在哪里改啊?
c*****t
发帖数: 1879
21
来自主题: Software版 - 再问一次default browser的问题
有些软件是指定 IE,特别是 M$ 的东西。Google 的东西应该是可以弄到
Firefox 的。估计你的 IE 设置是如果不是 default browser,自动改成
default。
T*******x
发帖数: 8565
22
来自主题: Software版 - 再问一次default browser的问题
我在IE/Maxthon里面都取消了“check if IE/Maxthon is default browser”,
还是不行。好吧。谢谢。
l******d
发帖数: 1633
23
来自主题: Software版 - 再问一次default browser的问题
嗯,messenger那个是肯定没戏
default browser那个有时候会出问题,俺记得好像是删了注册表里一个啥
东西,然后让firefox check了一下就好了
w****g
发帖数: 597
24
来自主题: Software版 - Google will lunch Chrome Internet Browser
open-source cross-platform Google Browser
kx
发帖数: 16384
25
来自主题: Software版 - Google will lunch Chrome Internet Browser
居然还是个多线程的browser
d**s
发帖数: 920
26
怎么设置让Browser显示几个网页的snapshots ?
Hi, All:
Sometimes, I saw other people's brower (home page) can 显示几个网页的
snapshots.
Can anyone tell me how to do it on IE or FireFox ?
Thanks.
l****z
发帖数: 29846
27
【 以下文字转载自 NewJersey 讨论区 】
发信人: lczlcz (lcz), 信区: NewJersey
标 题: 为什么opera browser这么nc,没有auto detect这个选项?
发信站: BBS 未名空间站 (Sun Jun 17 23:33:28 2012, 美东)
刚刚看到opera12出来了,想试一试,然后发现opera竟然没有象IE或者firefox那样的
network的选项,选autodetect.必须要添proxy server的地址. 我根本不知道公司的
proxy是哪一个,结果公司里面用不了opera.
w*****n
发帖数: 94
28
text based browser --- lynx
p*q
发帖数: 312
29
公司的LAN,下载东西速度还可以。但只要是browser浏览网页,就特别慢。比方连google
,通常要2分钟左右。
firfox和IE症状一样。都慢。
已经试过清除cache等简单办法,都不灵啊。
可能是什么问题呢。高手指点!
a***n
发帖数: 40
30
来自主题: Windows版 - enlarging font size for browser
anybody knows how to enlarge the font size in the browser? I set the "text
size" from "view" to the largest, but it does not help much. Is there any
other way to make the font size larger?
I read sports articles from yahoo.com very often, and their font size is
toooo small. It is killing my eyesight.
Thanks.
vi
发帖数: 309
31
Thanks for the enlightening comments, and please forgive my slow learning.
When I put 'XML server' in google, there are lots of returns of different
brand XML server packages. This is why I am asking whether Microsoft IIS
includes an XML server.
Also, for the pages (ending .xml or .xsl) I included in another thread, as
well as many pages on the web, my browser (IE 6 and Mozilla 0.9.9) both only
shows the source code. I wonder whether there's some places I need to set up.
Thanks again.
v*********n
发帖数: 3983
32
I'm using vignette portal and vcm to build a website.
I have two content type definitions. One is called A and another is B. B is
relator relation of A. On the web page I first display content instance of
A, meanwhile my code calls linkbuilder.buildlink(request, vcmoid) to
generate the page URL for content of B. However when I click the URL link on
page A, it opens the XML of content instance of A in the web browser
instead of opening content instance of B. I checked request and vcmoid are
bo... 阅读全帖
X***n
发帖数: 366
33
UCSC genome browser.
Galaxy was for data analysis, right?
d****7
发帖数: 109
34
用UCSC genome browser
BED文件也得看是什么bed文件,如果是peak calling出来的bed文件,很小,直接上传
就行,但是如果是mapped reads的话,没法上传也没法看
如果是mapped reads的话,一般用bedtools把它转成bedGraph,再用bedGraphTobigWig
转成bigwig(转成bigwig的好处是loading快,只load当前窗口区域的data,而不是整个
file),如果测序比较深的话,bigwig也比较大,我们的chip-seq出来的bigwig一般都
好几百MB,没法上传,给自己机子架一个ftp或者http,把链接贴上去就行
fasta或者fastq应该是map之前的raw reads,对与chip-seq来说,看的事map之后的
signal track。想看raw reads的quality,有好多软件,fastqc是比较受欢迎还比较傻
瓜的一个,R里面好像也有一些能读raw reads的package
cisgenome可以,而且支持windows,还有图形界面,不过如果只是想看看track的话,
IG... 阅读全帖
m******5
发帖数: 1383
35
如题,用motif finder找了一些特征基因,显示在感兴趣的locus周围。
怎么把找出来的这些motif另存成bed file? 想转移到UCSC genome browser里看
首页 4 5 6 7 8 末页 (共10页)