![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Besides the mentioned bug, for example, your signature is broken; it has to be delimited with "-- " (followed by CRLF), and it is delimited with "--" (followed by CRLF). |
#12
| |||
| |||
|
|
[...] Thomas 'PointedEars' Lahn [...] posted: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Besides the mentioned bug, for example, your signature is broken; it has to be delimited with "-- " (followed by CRLF), and it is delimited with "--" (followed by CRLF). Since you evidently do not yourself understand how a signature should be constructed, as you have repeatedly been told, you are once again demonstrating your truly obnoxious personality. |
#13
| |||
| |||
|
|
On Dec 16, 4:06 pm, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de wrote: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Or using a descent NNTP server for posting: in my memory this is the first time ever in Google Groups the title is displayed but no body. Also my free two free NNTP servers I am using as a reserve one missed the post completely, other reported the same header w/o body. Someone is playing hard with message headers I guess (?) Anyway I have gotten the post over developersdex mirror:http://www.developersdex.com/asp/mes...2978&r=6080012 |
#14
| |||
| |||
|
|
Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. |
|
Can Thomas' claim be substantiated? |
#15
| |||
| |||
|
|
Peter Michaux wrote: Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. Without you naming then things you are referring to, I may as well say I didn't believe you either. That's a great style of discussion, isn't it? |
|
Can Thomas' claim be substantiated? Create the object, check the properties it provides and cross-check with the version information for that property in the MSDN Library. |
#16
| |||
| |||
|
|
Dr J R Stockton wrote: [...] Thomas 'PointedEars' Lahn [...] posted: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Besides the mentioned bug, for example, your signature is broken; it has to be delimited with "-- " (followed by CRLF), and it is delimited with "--" (followed by CRLF). Since you evidently do not yourself understand how a signature should be constructed, as you have repeatedly been told, you are once again demonstrating your truly obnoxious personality. I have explained what is technically required for a signature as it is understood for Usenet messages and by properly working newsreader software, which is not met here. |
#17
| |||
| |||
|
|
On Dec 16, 7:47 am, VK <schools_r... (AT) yahoo (DOT) com> wrote: On Dec 16, 4:06 pm, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de wrote: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Or using a descent NNTP server for posting: in my memory this is the first time ever in Google Groups the title is displayed but no body. Also my free two free NNTP servers I am using as a reserve one missed the post completely, other reported the same header w/o body. Someone is playing hard with message headers I guess (?) Anyway I have gotten the post over developersdex mirror:http://www.developersdex.com/asp/mes...2978&r=6080012 Thanks. Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. |
|
Can Thomas' claim be substantiated? |
#18
| |||
| |||
|
|
On Dec 16, 4:53 pm, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de wrote: Peter Michaux wrote: Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. Without you naming then things you are referring to, I may as well say I didn't believe you either. That's a great style of discussion, isn't it? It isn't optimal. Can Thomas' claim be substantiated? Create the object, check the properties it provides and cross-check with the version information for that property in the MSDN Library. Is there Microsoft documentation to substantiate your claim? I have not seen any and I have been reading about this on the Microsoft site. The only thing I've seen is in the XML blog post link I posted in the first post of this thread. It says that if MSXML3.dll (or whatever it is called) is installed then Microsoft.XMLHTTP will use it. I have not seen that if MSXML6.dll (or whatever it is called) is installed that Microsoft.XMLHTTP should be used. |
#19
| |||
| |||
|
|
Peter Michaux said the following on 12/16/2007 7:49 PM: On Dec 16, 7:47 am, VK <schools_r... (AT) yahoo (DOT) com> wrote: On Dec 16, 4:06 pm, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de wrote: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Or using a descent NNTP server for posting: in my memory this is the first time ever in Google Groups the title is displayed but no body. Also my free two free NNTP servers I am using as a reserve one missed the post completely, other reported the same header w/o body. Someone is playing hard with message headers I guess (?) Anyway I have gotten the post over developersdex mirror:http://www.developersdex.com/asp/mes...2978&r=6080012 Thanks. Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. Can you give URL's to what you have been reading lately? |
|
Can Thomas' claim be substantiated? Yes. From your own URL in fact: quote cite="http://www.faqts.com/knowledge_base/view.phtml/aid/35742 The version independent program id for an XML HTTP request object is Microsoft.XMLHTTP thus var httpRequest = new ActiveXObject('Microsoft.XMLHTTP'); creates an XML HTTP request object in IE 5 or later. Which actual MSXML version such a program id is bound to depends on the MSXML version(s) installed and even on the mode (side-by-side or replace mode) a version is installed in. /quote Until I see something that proves Martin wrong, I believe what he writes - unconditionally. |
#20
| |||
| |||
|
|
On Dec 16, 6:04 pm, Randy Webb <HikksNotAtH... (AT) aol (DOT) com> wrote: Peter Michaux said the following on 12/16/2007 7:49 PM: On Dec 16, 7:47 am, VK <schools_r... (AT) yahoo (DOT) com> wrote: On Dec 16, 4:06 pm, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de wrote: Not using Google's faulty Web interface, unless one temporarily has to, might be the solution to this problem. Or using a descent NNTP server for posting: in my memory this is the first time ever in Google Groups the title is displayed but no body. Also my free two free NNTP servers I am using as a reserve one missed the post completely, other reported the same header w/o body. Someone is playing hard with message headers I guess (?) Anyway I have gotten the post over developersdex mirror:http://www.developersdex.com/asp/mes...2978&r=6080012 Thanks. Thomas wrote that "'Microsoft.XMLHTTP' selects the latest available XMLHTTP version installed on the client system." and I believe that is not true based on things I've been reading lately. Can you give URL's to what you have been reading lately? The only links I still have are the ones I posted Can Thomas' claim be substantiated? Yes. From your own URL in fact: quote cite="http://www.faqts.com/knowledge_base/view.phtml/aid/35742 The version independent program id for an XML HTTP request object is Microsoft.XMLHTTP thus var httpRequest = new ActiveXObject('Microsoft.XMLHTTP'); creates an XML HTTP request object in IE 5 or later. Which actual MSXML version such a program id is bound to depends on the MSXML version(s) installed and even on the mode (side-by-side or replace mode) a version is installed in. /quote Until I see something that proves Martin wrong, I believe what he writes - unconditionally. quote site="http://blogs.msdn.com/xmlteam/archive/2006/10/23/using- the-right-version-of-msxml-in-internet-explorer.aspx" # Version Independent ProgIDs - There's a lot of confusion around the "version-independent" ProgID for MSXML. The version-independent ProgID is always bound to MSXML 3 (a lot of people think it picks up the latest MSXML that is on the box). This means the version independent ProgID and the "3.0" ProgIDs will return the same object. For example both statements in the following code will return an MSXML 3 DOMDocument: var xmlDOM = new ActiveXObject('Msxml2.DOMDocument.3.0') and var xmlDOM = new ActiveXObject('Msxml2.DOMDocument') /quote Confusing, eh? |
![]() |
| Thread Tools | |
| Display Modes | |
| |