<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.javascript Google Group</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript</link>
  <description>Netscape Communications Corp.&amp;#39;s JavaScript language.</description>
  <language>en</language>
  <item>
  <title>Re: Combining Array values</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/eff4a38bdabc7a60?show_docid=eff4a38bdabc7a60</link>
  <description>
  What will be result if array contains properties which values: &lt;br&gt; var arr = [NaN, Infinity, -Infinity]; &lt;br&gt; NaN and Infinity ares primitive values of Number Type. &lt;br&gt; And, where is wrong in explicit loop algorithm?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/eff4a38bdabc7a60?show_docid=eff4a38bdabc7a60</guid>
  <author>
  fort...@gmail.com
  (abozhilov)
  </author>
  <pubDate>Mon, 12 Dec 2009 08:13:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does string contain A, and if so, does a section of string contain B</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/c422fff4edf989d3/7db7ed26b7682767?show_docid=7db7ed26b7682767</link>
  <description>
  TIMTOWTDI. &lt;br&gt; Don&#39;t be a douche. I&#39;d never seen the switch followed by .test, and &lt;br&gt; really have never used a switch in Javascript, so I didn&#39;t catch that &lt;br&gt; this is what that was. Sue me. &lt;br&gt; I looked into that before posting, but I&#39;m not sure that (a) I&#39;m doing &lt;br&gt; it right, and (b) it&#39;s going to do what I&#39;m needing.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/c422fff4edf989d3/7db7ed26b7682767?show_docid=7db7ed26b7682767</guid>
  <author>
  jwcarl...@gmail.com
  (Jason Carlton)
  </author>
  <pubDate>Mon, 12 Dec 2009 08:10:31 UT
</pubDate>
  </item>
  <item>
  <title>To detect if browser accept 3th.part cookies</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/27c8ccf6cd62e0d6/c8671ddc8274b8c4?show_docid=c8671ddc8274b8c4</link>
  <description>
  Hi at all &lt;br&gt; I need to detect if cookies are enabled into user browser &lt;br&gt; To do that I use this function: &lt;br&gt; function cooks() &lt;br&gt; { &lt;br&gt; var cookieEnabled=(navigator.cooki eEnabled)? true : false &lt;br&gt; //if not IE4+ nor NS6+ &lt;br&gt; if (typeof navigator.cookieEnabled==&amp;quot;unde fined&amp;quot; &amp;amp;&amp;amp; !cookieEnabled){ &lt;br&gt; document.cookie=&amp;quot;testcookie&amp;quot; &lt;br&gt; cookieEnabled=(document.cookie .indexOf(&amp;quot;testcookie&amp;quot;)!=-1)? true : false
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/27c8ccf6cd62e0d6/c8671ddc8274b8c4?show_docid=c8671ddc8274b8c4</guid>
  <author>
  st...@nonspam.com
  (Steel)
  </author>
  <pubDate>Mon, 12 Dec 2009 07:57:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: ES5 approved</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b1d05bf55b11fa18/428b9c063adc4847?show_docid=428b9c063adc4847</link>
  <description>
  Should change &amp;quot;current&amp;quot; to &amp;quot;the most widely supported&amp;quot;. &lt;br&gt; Also, the entry mentions JScript versions 5.0 and 5.5 and JavaScriptTM &lt;br&gt; versions 1.3 and 1.5. &lt;br&gt; Instead, it should not mention multiple versions of the same &lt;br&gt; implementation; just the base version. &lt;br&gt; Of course. &lt;br&gt; Pity poor JScript 5.8 (in IE8) still doesn&#39;t support the *third* edition
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b1d05bf55b11fa18/428b9c063adc4847?show_docid=428b9c063adc4847</guid>
  <author>
  dhtmlkitc...@gmail.com
  (Garrett Smith)
  </author>
  <pubDate>Mon, 12 Dec 2009 08:00:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Reading files inside zip files from Javascript</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4600de68bd6c8e4f/ad76b2ce3f0d37c2?show_docid=ad76b2ce3f0d37c2</link>
  <description>
  If you are using Ajax then you are calling a server side process. Do it on &lt;br&gt; the server. Zip is fully supported by server side things such as PHP.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4600de68bd6c8e4f/ad76b2ce3f0d37c2?show_docid=ad76b2ce3f0d37c2</guid>
  <author>
  r...@z.invalid
  (rf)
  </author>
  <pubDate>Mon, 12 Dec 2009 06:29:19 UT
</pubDate>
  </item>
  <item>
  <title>Reading files inside zip files from Javascript</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4600de68bd6c8e4f/a9244239d6c60973?show_docid=a9244239d6c60973</link>
  <description>
  I have some xml files which are zipped. I want to read them using &lt;br&gt; Ajax (Javascript). may anybody suggest some way to do so?? &lt;br&gt; I otherway, Do http protocol support reading or getting files inside a &lt;br&gt; zip file? &lt;br&gt; Something like &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost/MySlideshow.odp&quot;&gt;[link]&lt;/a&gt;{/Images/Thumbnail.png} &lt;br&gt; ?? &lt;br&gt; I want to get such files using Ajax. Do we have any possible solution
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4600de68bd6c8e4f/a9244239d6c60973?show_docid=a9244239d6c60973</guid>
  <author>
  narendra.sisod...@gmail.com
  (Narendra Sisodiya)
  </author>
  <pubDate>Mon, 12 Dec 2009 06:11:03 UT
</pubDate>
  </item>
  <item>
  <title>get one line at a time</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/1be407f9a972a03d/3419a77653ba86a3?show_docid=3419a77653ba86a3</link>
  <description>
  If I have this text &lt;br&gt; This is line 1 blah &lt;br&gt; Line 02 blah blah &lt;br&gt; New line number 3 blah &lt;br&gt; ... &lt;br&gt; How can I get each line in turn? That is, all the text on a line but not &lt;br&gt; including the trailing return. &lt;br&gt; Andrew Poulos
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/1be407f9a972a03d/3419a77653ba86a3?show_docid=3419a77653ba86a3</guid>
  <author>
  ap_p...@hotmail.com
  (Andrew Poulos)
  </author>
  <pubDate>Mon, 12 Dec 2009 05:45:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Updated FAQ</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/723b3b0deac670d3/def535f4c0a1176a?show_docid=def535f4c0a1176a</link>
  <description>
  Try using document.title. &lt;br&gt; That will work in more browsers. I don&#39;t know the specifics of the &lt;br&gt; scenario here, but it probably has something to do with your lixcheck thing. &lt;br&gt; I see you posed the argument that intelligent user will have a choice of &lt;br&gt; browser. &lt;br&gt; And so the implication that if the user does not have a choice, he must
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/723b3b0deac670d3/def535f4c0a1176a?show_docid=def535f4c0a1176a</guid>
  <author>
  dhtmlkitc...@gmail.com
  (Garrett Smith)
  </author>
  <pubDate>Mon, 12 Dec 2009 04:33:58 UT
</pubDate>
  </item>
  <item>
  <title>Best Opportunity in online business world ------&gt; (NEOBUX) (JUST VIEW THE 4 ADVERTISEMENTS)</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/5aba52598b5b8bf6/fa3cbdaaca96c1a2?show_docid=fa3cbdaaca96c1a2</link>
  <description>
  Hi guys ::::::::::::::::::::: &lt;br&gt; Great Opportunity in online business, LEGAL BUSINESS . So Dont &lt;br&gt; ignore this opportunity.. Be success person in online business &lt;br&gt; world. &lt;br&gt; &lt;p&gt;****************************** ****************************** ****************************** ************** &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.neobux.com/?r=clikme&quot;&gt;[link]&lt;/a&gt; (JUST VIEW THE 4 ADVERTISEMENTS AT
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/5aba52598b5b8bf6/fa3cbdaaca96c1a2?show_docid=fa3cbdaaca96c1a2</guid>
  <author>
  karthickraja...@gmail.com
  (Trust Me)
  </author>
  <pubDate>Mon, 12 Dec 2009 03:52:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining Array values</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/978e5c6e59bb9502?show_docid=978e5c6e59bb9502</link>
  <description>
  On Dec 7, 11:51 am, &amp;quot;Michael Haufe (\&amp;quot;TNO\&amp;quot;)&amp;quot; &lt;br&gt; Think about that a little more. Why would the condition return true?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/978e5c6e59bb9502?show_docid=978e5c6e59bb9502</guid>
  <author>
  rg...@iinet.net.au
  (RobG)
  </author>
  <pubDate>Mon, 12 Dec 2009 02:34:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does string contain A, and if so, does a section of string contain B</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/c422fff4edf989d3/51484b807b4adb2c?show_docid=51484b807b4adb2c</link>
  <description>
  I presume this can be done better in Perl, too. &lt;br&gt; That is not equivalent to what you are doing in Perl above, though. &lt;br&gt; Incidentally, you should not assume people know other languages than those &lt;br&gt; discussed in the target newsgroup, although it is often the case. When in &lt;br&gt; doubt, explain what the code in the other language does.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/c422fff4edf989d3/51484b807b4adb2c?show_docid=51484b807b4adb2c</guid>
  <author>
  pointede...@web.de
  (Thomas &#39;PointedEars&#39; Lahn)
  </author>
  <pubDate>Mon, 12 Dec 2009 01:55:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining Array values</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/11fc496ab0142b0c?show_docid=11fc496ab0142b0c</link>
  <description>
  Thanks, I had actually come up with the following not too long ago: &lt;br&gt; var arr = [1, 2, 3, &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot;, 4, 5, 6]; &lt;br&gt; var result = arr.reduce(function(a,b){ &lt;br&gt; if(!a) &lt;br&gt; return [b]; &lt;br&gt; if(typeof b === &amp;quot;number&amp;quot;){ &lt;br&gt; if(typeof a[a.length - 1] === &amp;quot;number&amp;quot;) &lt;br&gt; a[a.length - 1] += b; &lt;br&gt; else
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/11fc496ab0142b0c?show_docid=11fc496ab0142b0c</guid>
  <author>
  t...@thenewobjective.com
  (Michael Haufe (TNO))
  </author>
  <pubDate>Mon, 12 Dec 2009 01:51:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Combining Array values</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/43cc078f030138c0?show_docid=43cc078f030138c0</link>
  <description>
  On Dec 7, 10:07 am, &amp;quot;Michael Haufe (\&amp;quot;TNO\&amp;quot;)&amp;quot; &lt;br&gt; I guess you mean the first part of the question is correct. Here&#39;s a &lt;br&gt; full example, I&#39;ve added alerts to show what&#39;s happening. It can be &lt;br&gt; written in less code, but that is not a good reason of itself to do &lt;br&gt; that. &lt;br&gt; The function should probably be defined separately to make maintenance
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/4b1dbe5dd80cf2af/43cc078f030138c0?show_docid=43cc078f030138c0</guid>
  <author>
  rg...@iinet.net.au
  (RobG)
  </author>
  <pubDate>Mon, 12 Dec 2009 01:46:49 UT
</pubDate>
  </item>
  <item>
  <title>How to Keep UGG Boots Better and Longer</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b9a5023d7dbf5c31/796b1f42c80f07e2?show_docid=796b1f42c80f07e2</link>
  <description>
  Ask any mermaid you happen to see, What&#39;s the best tuna? Chicken of &lt;br&gt; the Sea. &lt;br&gt; The mending Recipes classified according to the maintenance conditions &lt;br&gt; about Ugg boots are as follows. Recession Chic – How to Be Most &lt;br&gt; Fitting on a Budget Subsequently some common problems about the boots &lt;br&gt; will be sorted out and solved orderly according to the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b9a5023d7dbf5c31/796b1f42c80f07e2?show_docid=796b1f42c80f07e2</guid>
  <author>
  add...@gmail.com
  (addugg)
  </author>
  <pubDate>Mon, 12 Dec 2009 01:23:39 UT
</pubDate>
  </item>
  <item>
  <title>How to Keep UGG Boots Better and Longer</title>
  <link>http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b9a5023d7dbf5c31/d5b534eca042d796?show_docid=d5b534eca042d796</link>
  <description>
  Ask any mermaid you happen to see, What&#39;s the best tuna? Chicken of &lt;br&gt; the Sea. &lt;br&gt; The mending Recipes classified according to the maintenance conditions &lt;br&gt; about Ugg boots are as follows. Recession Chic – How to Be Most &lt;br&gt; Fitting on a Budget Subsequently some common problems about the boots &lt;br&gt; will be sorted out and solved orderly according to the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.javascript/browse_frm/thread/b9a5023d7dbf5c31/d5b534eca042d796?show_docid=d5b534eca042d796</guid>
  <author>
  add...@gmail.com
  (addugg)
  </author>
  <pubDate>Mon, 12 Dec 2009 01:19:07 UT
</pubDate>
  </item>
  </channel>
</rss>
