Hi, I was wondering if there was a internationally recognised "Code of ethics" for the internet and / or methodologies for designing and creating Webpages for...
Daniel Cassar
illusion@...
Sep 3, 1999 6:19 am
10922
I am trying to capture core for my companies XML initiatives. If you have the time could you take a look and see if I have missed anything. ...
Daniel Koger
dkoger@...
Sep 3, 1999 4:22 pm
10923
Hi ! New proekt include on HTML. ( New or old ? ) All html files compressed and no seek for user Speed download to UP . Examples : files.html ... <ZIP> ...
Sergey Mihailov
mx@...
Sep 8, 1999 7:20 am
10924
Hi, Just curious... is there an official standard or at least a recommendation for the format of HTTP's User-Agent header? Thanks ... Dmitry Beransky ...
Dmitry Beransky
dberansky@...
Sep 10, 1999 1:23 am
10925
... RFC 2616 Section 14.43 defines the "User-Agent" field as a sequence of product tokens, defined in 3.8 as token/product-version, and gives an example of...
Larry Masinter
masinter@...
Sep 11, 1999 6:30 am
10926
Hello, We work with a weight loss physician (also American Board Certified in Family Medicine), who has formulated a topical gel product that has been very...
Kris
cima5@...
Sep 13, 1999 11:52 am
10927
It seems that despite the fact that most agents (at least the ones I pulled off my server logs) follow the format specified in the HTTP spec, it's still...
Dmitry Beransky
dberansky@...
Sep 13, 1999 5:07 pm
10928
... Not that I'm aware of. I wish URIs had been used to identify user agents, but that's water under the bridge, and a lot of it, by now. Oh! Hm... I think...
Dan Connolly
connolly@...
Sep 13, 1999 7:22 pm
10929
... Watch the CC/PP activity for developments in this area. However, they may be bringing forward recommendations on vendor-blind means for disclosing ...
Al Gilman
asgilman@...
Sep 13, 1999 7:22 pm
10930
... Thanks. That made an interesting reading. ... As any powerful tool, it may be misused once in the hands of a yahoo. Regards Dmitry Beransky...
Dmitry Beransky
dberansky@...
Sep 13, 1999 8:45 pm
10931
The CONNEG working group within the IETF has standardized a method for registering media features. Broadly speaking, this is a way of relating features like...
hardie@...
Sep 14, 1999 2:22 pm
10932
... Some additional observations: the HTTP spec implies that the User-Agent field is free-form, and in at least one browser (Lynx), the end users can set this...
Koen Holtman
koen@...
Sep 14, 1999 4:31 pm
10933
Based on many years of writing all sorts of convoluted weirdo internet based stuff, I have come up with the attached C solution to the problem... be warned, it...
Andrew Prendergast
ap@...
Sep 14, 1999 7:19 pm
10934
This is a new query regarding browser behaviour with cookies. I am not sure if it is off-subject. Please just let me know if so. I have a modified Apache 1.3.6...
Neil Gulati
ngulati@...
Sep 16, 1999 1:16 am
10935
Hi, I've just read Tim BL's (I think it was his) article "Cool URIs don't change" (<URL:http://www.w3.org/Provider/Style/URI.html>)and a corresponding artile...
Dmitry Beransky
dberansky@...
Sep 18, 1999 4:22 pm
10936
Hi, This question came up on one of the perl development lists. Once again, I remember reading about this somewhere in a spec, but where? I could have sworn...
Dmitry Beransky
dmitry@...
Sep 27, 1999 7:25 pm
10937
... Since HTML 2.0 user agents are required to preserve order: The fields are listed in the order they appear in the document with the name separated from the...
Dan Connolly
connolly@...
Sep 27, 1999 7:58 pm
10938
We have a client/server application in which the client uses HTTP to communicate with our custom web server. All works fine until a web proxy gets involved...
Timothy Aston
taston@...
Sep 28, 1999 6:54 pm
10939
... This question came up on one of the perl development lists. Once again, I remember reading about this somewhere in a spec, but where? I could have sworn...
Larry Masinter
masinter@...
Oct 4, 1999 6:43 pm
10940
hi, I'm trying to write a small program which sends large amount of data(String of size maybe 1-5MB) through HTML form and HTTP POST method. Can this be done ?...
Vishal Wani
vishal@...
Oct 7, 1999 5:04 pm
10941
As far as I know there is nothing in either the HTML spec, CGI spec or the ASP spec that prevents you from passing around arbitrarily large chunks of data....
Dmitry Beransky
dberansky@...
Oct 7, 1999 5:19 pm
10942
If the data is really huge, O(1-1.5 MB), it would be wise to upload it using File. Will it be possible for the user to input so much data from a single Form. ...
I Khaitan
khaitan@...
Oct 7, 1999 6:12 pm
10943
You might be better off using multipart/form-data instead of application/x-www-form-urlencoded, whether or not the data was uploaded through 'file upload'. My...
Larry Masinter
masinter@...
Oct 7, 1999 7:06 pm
10944
check out the file upload stuff. When reading the stream of data from the web browser, use a buffer to read 4K at a time from the browser then write that 4K to...
Andrew Prendergast
ap@...
Oct 7, 1999 7:37 pm
10945
Thanks Dmitry Beransky and everybody for answering my Q'. It did help me make some decisions today. I know the scenario is highly unusual. But it's b'cos I'm...
Vishal Wani
vishal@...
Oct 7, 1999 8:27 pm
10946
FREE E-COMMERCE WHEN YOU HOST WITH US!! Tired of expensive e-commerce software, set up fees and leasing contracts? Here is the deal: You host your site with us...
Donald
klmk8@...
Oct 14, 1999 7:43 pm
10947
Hi, Are there any software that performs HTTP authentication? In particular, I have an server application that resides on a web server, and I want to write a ...
Michele Lee
mclee@...
Oct 28, 1999 9:40 pm
10948
Hi Michele, ... Not sure if it's exactly what you're looking for, but have a look at TrustedWeb at http://www.sse.ie/trustedweb Gary...
Gary Stephens
gary.stephens@...
Oct 29, 1999 12:57 pm
10949
What web server do you have ? if it's IIS then you can go to IIS administration and under directory security option for your default / any website.....you will...
Vishal Wani
vishal@...
Oct 29, 1999 1:35 pm
10950
... Not a good idea. HTML is not the proper vehicle to do this. What if you want to compress flat text? ... You mean, every time you want to send compressed...