Search the web
Sign In
New User? Sign Up
www-talk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10956 - 10985 of 11330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10956
Hi, Is there any HTTP/1.1 test suite (cases) which can be used to verify that a server actually *is* HTTP/1.1 compliant? It would be nice to be able to stick a...
Joakim G.
jocke@...
Send Email
Dec 2, 1999
1:10 pm
10957
I meant to forward this along yesterday... Sorry for the delay. Y'all come! -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ You may have seen: ...
Dan Connolly
connolly@...
Send Email
Dec 2, 1999
7:01 pm
10958
Hi, Are multiple html documents allowed in a single stream? The reason I ask is that I've come across a URL (<http://perl.apache.org/guide/all.html>) that...
Dmitry Beransky
dberansky@...
Send Email
Dec 9, 1999
10:29 pm
10959
Hi, I was wondering if there is a way to tell a robot to drop everything it knows about your site and reindex the whole thing? We have recently reworked our...
Conan Callen
ccallen@...
Send Email
Dec 16, 1999
2:02 pm
10960
... Removing pages from a site is generally a bad idea, because even if you manage to get it reindexed by various robots, there will still be many people with...
Gerald Oskoboiny
gerald@...
Send Email
Dec 16, 1999
2:24 pm
10961 Daniel Senderowicz
daniel@...
Send Email
Jan 11, 2000
8:19 pm
10962
I am having problems with the interaction between a web server and a gateway which I belive to be due to problems with the HTTP header conformance. Does anyone...
Paul Bartlett
patheticshark@...
Send Email
Jan 12, 2000
10:01 am
10963
The trace mode in Lynx is used for this sort of debugging. See <http://lynx.browser.org/> for how to get it, etc. Al ... clients ... what...
Al Gilman
asgilman@...
Send Email
Jan 12, 2000
2:10 pm
10964
... We have an HTTP 1.1 testing/demo site: http://jigsaw.w3.org/HTTP/ I'm not sure it's exactly what you're after, but please have a look. ... -- Dan Connolly ...
Dan Connolly
connolly@...
Send Email
Jan 12, 2000
2:19 pm
10965
Hi, I am a software engineer and I am facing problems in marketing my software. Can anyone help me in the process? Ali....
1029
1029@...
Send Email
Jan 19, 2000
7:39 am
10966
hello I am working on a client side solution of web searching. I would like to know how I can query another search engine (like yahoo or alta-vistla etc). I...
Hamid Abdul Basit
u961033@...
Send Email
Jan 19, 2000
11:52 am
10967
Hello , A PHP script must simultaneously set the cookie and should redirect to a new page. Therefore HTTP headers from the server must go something like this -...
Mukul Gandhi
mgandhi@...
Send Email
Jan 27, 2000
9:37 am
10968
what client are u using? it may not be a problem in your particular case, but recently i uncovered a bug/feature in ie5 which doesnt let u set domain wide...
mjd
mjd@...
Send Email
Jan 27, 2000
4:40 pm
10969
Just a thought.. aren't the cookie's scoped to a URL base? It was my understanding that cookies can only be set and read within a domain. Perhaps you should...
Jay Chalfant
jchalfan@...
Send Email
Jan 27, 2000
4:58 pm
10970
Hiya I think this might relate to how the php implementation of setCookie is working and what order things get done in after a page compile. You could: (a) Try...
Igor Clark
igor@...
Send Email
Jan 28, 2000
10:54 pm
10971
Thanks a lot ! Your suggestion solved my problem. I have tested with Netscape Communicator 4.5 and IE5. With both its working fine. But I want to understand...
Mukul Gandhi
mgandhi@...
Send Email
Jan 31, 2000
5:03 am
10972
A recent Note submitted to the W3C has a proposal aimed at legacy systems: http://www.w3.org/TR/dt4dtd First, a nitpick: the example in the Note is incomplete,...
Arjun Ray
aray@...
Send Email
Feb 4, 2000
2:59 pm
10973
Dear Sir or Madam, I'm a scholar of Greek literature. These are my questions: 1) Do it exists a Working Group devoted to the standardization of a Markup ...
Federico Boschetti
03487842643@...
Send Email
Feb 6, 2000
8:52 pm
10974
... I think the TEI Guidelines address this. "The TEI (Text Encoding Initiative) has developed an SGML encoding for a wide range of document types in the...
Dan Connolly
connolly@...
Send Email
Feb 6, 2000
11:04 pm
10975
Guys, is there anyway I can force the server to not send the HTTP header. I know you can use HEAD to get the headers, but is there a reverse of HEAD to receive...
Davin
s2207754@...
Send Email
Feb 9, 2000
6:59 pm
10976
In section 5.1 of RFC 2616 ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1 <http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1> ), the...
Dean Cron
deancron@...
Send Email
Feb 9, 2000
6:59 pm
10977
... To summarize your questions: 1. If a web server does not support HTTP/1.1, is it non-compliant with the HTTP/1.1 spec? Yes. HTTP/1.0 web servers are...
Clinton Wong
clintdw@...
Send Email
Feb 9, 2000
8:49 pm
10978
... add AUTOCOMPLETE="OFF" as an attribute of the form tag Mozilla 5 ignores this tag. It's to be hoped that this will be fixed before it's commercial...
Grahame Grieve
grahame@...
Send Email
Feb 9, 2000
8:50 pm
10979
... No there is no way. Mainly because it doesn't make sense. The headers are sent to tell you about the entity. it's not too hard to parse the headers ...
Grahame Grieve
grahame@...
Send Email
Feb 9, 2000
8:53 pm
10980
... Are you sure? Section 6 of RFC 1945 says: Response = Simple-Response | Full-Response Simple-Response = [ Entity-Body ] Full-Response = Status-Line ;...
Dmitry Beransky
dberansky@...
Send Email
Feb 9, 2000
9:03 pm
10981
A simple way is to write an nph- prefixed CGI that picks up the file based on the URL and passes it back raw. Wilbur ... Putting A Human Face On Technology ;-)...
Wilbur Streett
WStreett@...
Send Email
Feb 9, 2000
10:47 pm
10982
No. But when you receive a double CRLF the header is finished, there is no other ways that I know of. To find out what content it is, check out the ...
Christian Bøhn
chrb@...
Send Email
Feb 10, 2000
6:01 am
10983
We are having a bit of a quandary about a security related issue. We have a standard web application that allows users to enter information, which is then ...
Grahame Grieve
grahame@...
Send Email
Feb 11, 2000
1:33 am
10984
... Why not also convert '&' characyters entered by the user into '&amp;' entities, then when it is reconverted, a '<' will be a '<' and a '&lt;' will be...
Edward Thomas
mcai7et2@...
Send Email
Feb 11, 2000
8:37 am
10985
Hi Edward, Nice Idea but what if the user put's in "&amp" you can't tell the difference between that and what came out of the database. So if you convert it...
Jeff Sinclair
jeffs@...
Send Email
Feb 11, 2000
9:08 am
Messages 10956 - 10985 of 11330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help