HI has anyone visited the Microsoft website?I f you have you may have seen the blue toolbar .I have looked at it's source but have not been able to find out...
Ankit Fadia
ankit@...
Jul 3, 1999 2:56 pm
10885
... I think the only way forward is to ensure that the default settings in all server implementations are cache-friendly. (e.g. in the case of Apache, that...
John Martin
jmartin@...
Jul 6, 1999 8:47 am
10886
... Thanks for the extra info. The point I was trying to make was really about deployment, not standards. [If everyone implemented 1.1 completely and...
John Martin
jmartin@...
Jul 6, 1999 8:47 am
10887
... I disagree. Expires information being sent by servers is only cache-friendly if the server operator actually spent some time thinking about what the...
Koen Holtman
koen@...
Jul 6, 1999 10:39 am
10888
... I'm suggesting that the mod_expires module is compiled in as my understanding is that it will allow Apache to at least send an Expires header. The content...
John Martin
jmartin@...
Jul 6, 1999 12:41 pm
10889
In a previous episode Koen Holtman said... ... I think I agree with what you mean, and disagree with what you said. mod_expires actually has to be *both*...
Patrick McManus
mcmanus@...
Jul 6, 1999 12:46 pm
10890
... Exactly. The issue is not one of technology but of deployment. ... I couldn't agree more. But I'm not sure the situation is as bleak as you think since...
John Martin
jmartin@...
Jul 6, 1999 1:00 pm
10891
In a previous episode John Martin said... ... you've said this a couple of times; can you cite a reference? -P -- Patrick R. McManus - AppliedTheory...
Patrick McManus
mcmanus@...
Jul 6, 1999 3:22 pm
10892
... Analyzing the logs of several very large ISPs. [Network Appliance makes NetCache, the most widely deployed commercial web cache product.] The amount of...
John Martin
jmartin@...
Jul 6, 1999 4:08 pm
10893
Hello fellow netizens' I seem to have lost the magic listerv command to unsubscribe of this list. Anyone remembers/have it stashed somewhere? thanx...
hk
hkduke@...
Jul 9, 1999 3:23 pm
10894
I have heard there are some method to access WWW by e-mail ,is it true?If true, what should I do ?...
SMD Cao Zheng
SMDCZ@...
Jul 19, 1999 2:54 am
10895
I think if an e-mail client implements HTTP apart from mail protocols(POP3/SMTP etc), it is possible. Browser is a classic example. IE & Netscape both...
Mukul Gandhi
mgandhi@...
Jul 19, 1999 6:12 am
10896
Multipart content type with graphics attached. I've done it in Outlook Express, dunno if it works with anything else. Normally the best way to send WWW pages...
Andrew Prendergast
ap@...
Jul 19, 1999 6:43 am
10897
I can send a html page, image or other type of content identified by their mime types through an email client. And also vice versa, i.e I can recieve the mime...
Mukul Gandhi
mgandhi@...
Jul 19, 1999 7:00 am
10898
Nobody has put their hand up... why not build it yourself and give us all the details? ap. ... From: Mukul Gandhi <mgandhi@...> To: <www-talk@...> ...
Andrew Prendergast
ap@...
Jul 19, 1999 7:11 am
10899
I thought somebody can add interesting bits of their experiances to this problem. But sorry if u did,nt like my explanation. I have developed an email client...
Mukul Gandhi
mgandhi@...
Jul 19, 1999 7:24 am
10900
I am new using PCAnyWhere 8.0. Please give me solution. How to using gateway for connect to internet with 2 PC or later? This connect using IPX. Note: I am...
Mr. X
bakody@...
Jul 21, 1999 6:41 am
10901
PC Any Where is software. Don't response for it. But you can give your advice for connect in LAN using proxy. This's my problem. If with gateway you do not...
Mr. X
bakody@...
Jul 24, 1999 7:24 am
10902
Oh, come on! There's a whole FAQ about access to [everything] from email. [snipped from a random help document for Lynx] More information on accessing the...
Al Gilman
asgilman@...
Jul 25, 1999 12:10 am
10903
hi, all i have a problem that i didn't know where the mistakes that i made. I send a request like this : strcommand = "GET HTTP://www.ubaya.ac.id/ HTTP/1.1" +...
Kid
ronw@...
Jul 26, 1999 1:11 am
10904
Problem seems to be in the first line. It should be like GET <documentpath> HTTP/1.1 where <documentpath> is path of the document stripped of protocol & the...
Mukul Gandhi
mgandhi@...
Jul 26, 1999 5:04 am
10905
Hi all, Which specification states (recommends) that browsers should not cache cgi-generated pages? Thanks in advance Dmitry Beransky...
Dmitry Beransky
dmitry@...
Jul 28, 1999 4:51 pm
10906
... Do you want the HTTP/1.1 standard (RFC 2616)? That makes the requirement that caching should be transparent to the user most of the time, which means that...
Mike Meyer
mwm@...
Jul 28, 1999 5:21 pm
10907
In a previous episode Dmitry Beransky said... ... no spec says that.. and no spec should. indeed browsers have no deterministic way of knowing by what process...
Patrick McManus
mcmanus@...
Jul 28, 1999 7:22 pm
10908
[First, I'd like to thank all the people who replied to my previous post. Your comments were most helpful.] I've just read Janus Boye's artical "SVG - What's...
Dmitry Beransky
dberansky@...
Jul 29, 1999 9:33 pm
10909
In message <4.2.0.56.19990729111047.00c3c100@...>, ... [...] ... Whether people care about structure depends on what their doing, of course....
Sarr Blumson
sarr@...
Jul 29, 1999 10:56 pm
10910
... No, it won't whither away. Just as you can still find a small percentage of sites that actually have correct markup and care about supporting browsers...
Mike Meyer
mwm@...
Jul 29, 1999 10:56 pm
10911
... They care, in that they recognize the difference in the way their composition tool reacts and they prefer a UI which is based on good OO classification in...
Al Gilman
asgilman@...
Jul 29, 1999 11:23 pm
10912
... Yes, but...Just like (X)HTML, SVG is optimized for fast downloads; just like (X)HTML, SVG uses CSS which means that it' capable of honoring user ...
Dmitry Beransky
dberansky@...
Jul 29, 1999 11:38 pm
10913
Hi, I am writing a small http server using Java. I have written the following code to open a server socket in the http server. TCP_PORT can be any integer no...