Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #31061

Re: Is it possible to do AJAX coding on the *same* computer?

Path csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.javascript
Subject Re: Is it possible to do AJAX coding on the *same* computer?
Date Thu, 04 Aug 2016 19:22:40 +0200
Organization PointedEars Software (PES)
Lines 57
Message-ID <1778487.oMNUckLgyt@PointedEars.de> (permalink)
References <29ee462f-7cc5-4c7a-b9a2-ef1bbcbe371f@googlegroups.com> <fe1ee599-9136-4991-a798-94ac233e713c@googlegroups.com> <ud-dnaSNvtSyOTzKnZ2dnUU7-dednZ2d@westnet.com.au> <437972ee-7b0a-4c65-ab7b-3dc8f120177d@googlegroups.com> <084c6ab6-6a3c-4978-86a7-25c45bb566d1@googlegroups.com> <5c98583c-a491-459c-a1b6-a63148ab10e2@googlegroups.com> <9b574432-59c9-4627-80c6-510cd6328118@googlegroups.com>
Reply-To Thomas 'PointedEars' Lahn <cljs@PointedEars.de>
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding 8Bit
X-Trace solani.org 1470331361 21602 eJwNytERAEEEBNGUlmVMOo6Tfwir+u9V+4WgwuAwH5/TmcHp6/Zp/8zqxagCrbjDnFFpFW4IPjYvEWo= (4 Aug 2016 17:22:41 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Thu, 4 Aug 2016 17:22:41 +0000 (UTC)
User-Agent KNode/4.14.2
X-User-ID eJwFwYEBACAEBMCViH81Dsr+I3QHo7LDCToGU094X7gu28tzBaQwt5XvQNOsRthFF8k4O5HV0adaRsxCP0pVFUc=
Cancel-Lock sha1:te1cnJhRoOr6FJLIbgsj13eJVIg=
X-NNTP-Posting-Host eJwFwYkBwCAIA8CVVEiw4xie/UfoHYybGU7QMZgJ2YbwWtXOEbqxcknk5WTCraZ03xde5/w84hIj
Xref csiph.com comp.lang.javascript:31061

Show key headers only | View raw


Michael Haufe (TNO) wrote:

> On Thursday, August 4, 2016 at 8:56:48 AM UTC-5, bit-n...@hotmail.com
> wrote:

It’s attribution _line_, not attribution novel.  Why it should only be one 
line per quotation level is evident from your posting as it contains several 
quotation levels: it is hard to read then, hard to associate the quotation 
with an author.

The one-line recommendation can be easily met by omitting superfluous 
information (see my attribution line for example).  One of the technical 
flaws of Google Groups (see below) is to include superfluous information in 
the attribution by default (even pointless one like trimmed sender 
addresses), and there is no way to change that default.  Whereas with a 
proper newsreader you can change it to something shorter and/or less 
superfluous.

>> On Thursday, August 4, 2016 at 4:43:42 AM UTC+5:30, Michael Haufe (TNO)
>> wrote:
>> > On Wednesday, August 3, 2016 at 3:17:12 PM UTC-5, I Am Here wrote:
>> > > On Wednesday, August 3, 2016 at 1:28:48 PM UTC+5:30, Andrew Poulos
>> > > wrote:
>> > > > Perhaps quote what you are referring to?
>> > > I meant - WHICH domains matching, and what do I do to do that?
>> > 
>> > localhost of course. The one you said you are connecting to and running
>> > your site on
>> Yeah - match WITH what??? What has to match with what??
> 
> you match your ajax request url 'http://localhost' with the local website
> you set up on your machine called: 'http://localhost'.
> 
> if you set your local site with a different url, then the ajax request url
> should match that different url.

Unnecessary.  If one is using a local Web server for development, the 
request URI can be a URI-reference: “/foo” instead of 
“http://localhost/foo”.  The advantage of that is that the source code need 
not be changed after upload to the public Web server, a change of protocol 
or of domain.
 
> If you're asking how to install and setup LAMP in the first place, then
> that is off-topic for this mailing list.

This is a _Usenet newsgroup_.  Only to users of Google Groups such as 
yourself it might look as if it were a Web forum or a mailing list.  Because 
of its technical flaws and the clientele that it usually attracts, you 
should not be using Google Groups for posting.  I am not even reading 
postings injected into Usenet from there since 2014 (IIRC); your postings 
are the only exception now, because of their comparably low S∕N.

-- 
PointedEars
FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix>
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Is it possible to do AJAX coding on the *same* computer? bit-naughty@hotmail.com - 2016-08-02 09:49 -0700
  Re: Is it possible to do AJAX coding on the *same* computer? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-02 22:26 -0700
  Re: Is it possible to do AJAX coding on the *same* computer? bit-naughty@hotmail.com - 2016-08-02 23:48 -0700
    Re: Is it possible to do AJAX coding on the *same* computer? Andrew Poulos <ap_prog@hotmail.com> - 2016-08-03 17:58 +1000
      Re: Is it possible to do AJAX coding on the *same* computer? I Am Here <iamhereintheworld@gmail.com> - 2016-08-03 13:16 -0700
        Re: Is it possible to do AJAX coding on the *same* computer? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-03 16:13 -0700
          Re: Is it possible to do AJAX coding on the *same* computer? bit-naughty@hotmail.com - 2016-08-04 06:56 -0700
            Re: Is it possible to do AJAX coding on the *same* computer? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-04 09:37 -0700
              Re: Is it possible to do AJAX coding on the *same* computer? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-04 19:22 +0200
                Re: Is it possible to do AJAX coding on the *same* computer? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-04 10:57 -0700
                Re: Is it possible to do AJAX coding on the *same* computer? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-04 20:20 +0200
                Re: Is it possible to do AJAX coding on the *same* computer? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-04 13:22 -0700
                Re: Is it possible to do AJAX coding on the *same* computer? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-05 07:37 +0200
                User scripts (was: Is it possible to do AJAX coding on the *same* computer?) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-06 13:38 +0200
              Re: Is it possible to do AJAX coding on the *same* computer? bit-naughty@hotmail.com - 2016-08-05 12:44 -0700
                Re: Is it possible to do AJAX coding on the *same* computer? Tim Streater <timstreater@greenbee.net> - 2016-08-06 20:08 +0100
  Re: Is it possible to do AJAX coding on the *same* computer? Tim Streater <timstreater@greenbee.net> - 2016-08-06 20:00 +0100
  Re: Is it possible to do AJAX coding on the *same* computer? bit-naughty@hotmail.com - 2016-08-08 04:18 -0700
    Re: Is it possible to do AJAX coding on the *same* computer? Tim Streater <timstreater@greenbee.net> - 2016-08-08 12:23 +0100

csiph-web