<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.nl/group/comp.lang.javascript</id>
  <title type="text">comp.lang.javascript Google Group</title>
  <subtitle type="text">
  Netscape Communications Corp.&#39;s JavaScript language.
  </subtitle>
  <link href="/group/comp.lang.javascript/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.javascript feed"/>
  <updated>2009-11-22T05:46:07Z</updated>
  <generator uri="http://groups.google.nl" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Mark McDougall</name>
  <email>ma...@vl.com.au</email>
  </author>
  <updated>2009-11-22T05:46:07Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/d1d9275a6b306664?show_docid=d1d9275a6b306664</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/d1d9275a6b306664?show_docid=d1d9275a6b306664"/>
  <title type="text">Re: style change - screen only (not print)</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://redwing.hutman.net/~mreed/warriorshtm/xenophobe.htm&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; Reminds me of someone... can&#39;t quite place who??? &lt;br&gt; LOL!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark McDougall</name>
  <email>ma...@vl.com.au</email>
  </author>
  <updated>2009-11-22T05:23:45Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/e77a59ef46e83372?show_docid=e77a59ef46e83372</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/e77a59ef46e83372?show_docid=e77a59ef46e83372"/>
  <title type="text">Re: style change - screen only (not print)</title>
  <summary type="html" xml:space="preserve">
  I was not &amp;quot;grovelling&amp;quot; (note spelling) as you are so fond of putting it &lt;br&gt; (no doubt because it strokes your ego to think some of us may be throwing &lt;br&gt; ourselves at your feet begging for enlightenment). I was merely alerting &lt;br&gt; readers/respondents that my question may either be trivial to answer or my &lt;br&gt; underlying premise may have been way off base.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark McDougall</name>
  <email>ma...@vl.com.au</email>
  </author>
  <updated>2009-11-22T04:56:30Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/8fbf0d0ade6227f2?show_docid=8fbf0d0ade6227f2</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/0f29afc54165504f/8fbf0d0ade6227f2?show_docid=8fbf0d0ade6227f2"/>
  <title type="text">Re: style change - screen only (not print)</title>
  <summary type="html" xml:space="preserve">
  Sorry. I had added a 2nd stylesheet with media=&amp;quot;print&amp;quot;, but was changing &lt;br&gt; the original stylesheet and not seeing the changes in the printed version. &lt;br&gt; After removing the &amp;quot;print&amp;quot; stylesheet and changing the media on the &lt;br&gt; original back to &amp;quot;all&amp;quot; it worked. &lt;br&gt; Regards,
  </summary>
  </entry>
  <entry>
  <author>
  <name>debaser</name>
  <email>marty.musa...@gmail.com</email>
  </author>
  <updated>2009-11-22T04:38:04Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/8d3be3102f34d822/9f3d92148a56c87d?show_docid=9f3d92148a56c87d</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/8d3be3102f34d822/9f3d92148a56c87d?show_docid=9f3d92148a56c87d"/>
  <title type="text">Re: Musatov&#39;s &#39;Mode/Code&#39; Primary method call</title>
  <summary type="html" xml:space="preserve">
  // SUBSET-SUM. = np&amp;gt; &lt;br&gt; // This is a polynomial-time algorithm if and only if P= NP. &lt;br&gt; // &lt;br&gt; // &amp;quot;Polynomial-time&amp;quot; means it returns &amp;quot;YES&amp;quot; in polynomial time when &lt;br&gt; // the answer should be &amp;quot;YES&amp;quot;, and runs forever when it&#39;s &amp;quot;NO&amp;quot;. &lt;br&gt; // &lt;br&gt; // Input: S = a finite set of integers &lt;br&gt; // Output: &amp;quot;YES&amp;quot; if any subset of S adds up to = 0.
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Mark</name>
  <email>dmark.cins...@gmail.com</email>
  </author>
  <updated>2009-11-22T02:21:15Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/f2d343c08d0e6af4?show_docid=f2d343c08d0e6af4</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/f2d343c08d0e6af4?show_docid=f2d343c08d0e6af4"/>
  <title type="text">Re: get opacity value</title>
  <summary type="html" xml:space="preserve">
  I assume you mean the errors induced by looking too closely at the &lt;br&gt; object referenced by an ActiveX property (typeof xyz == &#39;unknown&#39;). &lt;br&gt; I haven&#39;t considered it (and prefer not to), but I&#39;ll take a wild stab &lt;br&gt; in the dark and say that the deprecated alpha filter syntax produces a &lt;br&gt; &amp;quot;normal&amp;quot; host object, which is reported by the browser as an &amp;quot;object&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Garrett Smith</name>
  <email>dhtmlkitc...@gmail.com</email>
  </author>
  <updated>2009-11-22T01:44:01Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/6c1b48e5612c7af8?show_docid=6c1b48e5612c7af8</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/6c1b48e5612c7af8?show_docid=6c1b48e5612c7af8"/>
  <title type="text">Re: get opacity value</title>
  <summary type="html" xml:space="preserve">
  [snips] &lt;br&gt; [snip explanation] &lt;br&gt; That seems to explain it. &lt;br&gt; I was getting errors at some point. &lt;br&gt; The last example I made did not exhibit the error. Out of curiosity, I &lt;br&gt; want to know the exact circumstances that can reproduce this error. &lt;br&gt; I see now that it&#39;s a &amp;quot;behind the scenes&amp;quot; type of thing. The code behind
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Mark</name>
  <email>dmark.cins...@gmail.com</email>
  </author>
  <updated>2009-11-22T00:44:38Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/e7c54ac92e0cc5ac?show_docid=e7c54ac92e0cc5ac</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/e7c54ac92e0cc5ac?show_docid=e7c54ac92e0cc5ac"/>
  <title type="text">Re: get opacity value</title>
  <summary type="html" xml:space="preserve">
  If you get &amp;quot;object&amp;quot;, it shouldn&#39;t blow up. But regardless, see that &lt;br&gt; function I posted for the basic logic that should work every time &lt;br&gt; without fear of explosions. &lt;br&gt; That&#39;s when they are &amp;quot;unknown&amp;quot; types. Remember IE changes host object &lt;br&gt; types sometimes (e.g. element nodes orphaned by innerHTML). From &lt;br&gt; &amp;quot;object&amp;quot; to &amp;quot;unknown&amp;quot; seems to indicate a shift in the implementation
  </summary>
  </entry>
  <entry>
  <author>
  <name>Garrett Smith</name>
  <email>dhtmlkitc...@gmail.com</email>
  </author>
  <updated>2009-11-22T00:26:04Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/037e449f87e93230?show_docid=037e449f87e93230</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/037e449f87e93230?show_docid=037e449f87e93230"/>
  <title type="text">Re: get opacity value</title>
  <summary type="html" xml:space="preserve">
  [snips] &lt;br&gt; I am not sure. I am getting &amp;quot;object&amp;quot; in IETester. Is this IETester &lt;br&gt; related result? &lt;br&gt; I have noticed an occasional &amp;quot;unknown error&amp;quot; with either of: &lt;br&gt; 1) el.filters.alpha &lt;br&gt; 2) el.filters[&amp;quot;progid:DXImageTran sform.Microsoft.Alpha&amp;quot;]; &lt;br&gt; The error does not always occur. I have never understood why it occurs
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Mark</name>
  <email>dmark.cins...@gmail.com</email>
  </author>
  <updated>2009-11-22T00:20:09Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/224338220854b5c3/94ef10f434a63141?show_docid=94ef10f434a63141</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/224338220854b5c3/94ef10f434a63141?show_docid=94ef10f434a63141"/>
  <title type="text">Re: My Library update</title>
  <summary type="html" xml:space="preserve">
  On Nov 21, 1:50 pm, &amp;quot;Michael Haufe (\&amp;quot;TNO\&amp;quot;)&amp;quot; &lt;br&gt; IIRC, 6.0 is very problematic. I don&#39;t think they got it quite &lt;br&gt; &amp;quot;right&amp;quot; until 6.2, which is fairly workable. Also IIRC, one of the &lt;br&gt; keys was avoiding designs that fetch computed styles (something I do &lt;br&gt; anyway).
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Mark</name>
  <email>dmark.cins...@gmail.com</email>
  </author>
  <updated>2009-11-22T00:16:01Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/0685776d4f6debe7?show_docid=0685776d4f6debe7</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/0685776d4f6debe7?show_docid=0685776d4f6debe7"/>
  <title type="text">Re: get opacity value [a bit more]</title>
  <summary type="html" xml:space="preserve">
  Interesting, but I almost never have cause to set opacity in style &lt;br&gt; sheets. &lt;br&gt; That first semi-colon appears to be a typo. MS has waffled on the &lt;br&gt; case over the years (in their examples anyway), but it has always been &lt;br&gt; case insensitive, so I use lowercase. &lt;br&gt; BTW, there does appear to be a &amp;quot;need&amp;quot; for a third isHost* function.
  </summary>
  </entry>
  <entry>
  <author>
  <name>FAQ server</name>
  <email>javascr...@dotinternet.be</email>
  </author>
  <updated>2009-11-22T00:00:02Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/a8d55672dd4b9f3c/4e334d8ad363d8b1?show_docid=4e334d8ad363d8b1</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/a8d55672dd4b9f3c/4e334d8ad363d8b1?show_docid=4e334d8ad363d8b1"/>
  <title type="text">FAQ Topic - How do I make a suggestion? (2009-11-22)</title>
  <summary type="html" xml:space="preserve">
  ------------------------------ ------------------------------ ----------- &lt;br&gt; FAQ Topic - How do I make a suggestion? &lt;br&gt; ------------------------------ ------------------------------ ----------- &lt;br&gt; To make a suggestion to the FAQ, use either the FAQENTRY method &lt;br&gt; above, or email Garrett Smith dhtmlkitc...@gmail.com (current FAQ editor)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Garrett Smith</name>
  <email>dhtmlkitc...@gmail.com</email>
  </author>
  <updated>2009-11-21T23:55:46Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/d5488a606d7c006f?show_docid=d5488a606d7c006f</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/53fe8c970316fe37/d5488a606d7c006f?show_docid=d5488a606d7c006f"/>
  <title type="text">Re: get opacity value [a bit more]</title>
  <summary type="html" xml:space="preserve">
  That second one doesn&#39;t work for me in IE8 on IETester. &lt;br&gt; To follow the recommended syntax from microsoft, for -ms-filter, quotes &lt;br&gt; are needed around the value. Values may be comma-separated. The &lt;br&gt; following works in IE8 (IETester): &lt;br&gt; -ms-filter: &amp;quot;alpha(opacity=52)&amp;quot; &lt;br&gt; With quotes. &lt;br&gt; Example: &lt;br&gt; -ms-filter: &amp;quot;progid:DXImageTransform.Micro soft.Alpha(opacity=52)&amp;quot;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr J R Stockton</name>
  <email>reply0...@merlyn.demon.co.uk</email>
  </author>
  <updated>2009-11-21T23:20:18Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/96a161d0b84cdf26/68241d35efcb0250?show_docid=68241d35efcb0250</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/96a161d0b84cdf26/68241d35efcb0250?show_docid=68241d35efcb0250"/>
  <title type="text">Re: Using Javascript to look at a frame&#39;s contents from another (sibling) frame</title>
  <summary type="html" xml:space="preserve">
  In comp.lang.javascript message &amp;lt;ed6eac53-0d59-47ea-8442-504e0 ef4e481@x5 &lt;br&gt; g2000prf.googlegroups.com&amp;gt;, Sat, 21 Nov 2009 03:29:42, Aaron C &lt;br&gt; &amp;lt;farfromuni...@gmail.com&amp;gt; posted: &lt;br&gt; A copy of &amp;lt;URL:&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.merlyn.demon.co.uk/linxchek.htm&quot;&gt;[link]&lt;/a&gt;&amp;gt; does that, &lt;br&gt; accessing the whole displayed text and the links and anchors arrays. To
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr J R Stockton</name>
  <email>reply0...@merlyn.demon.co.uk</email>
  </author>
  <updated>2009-11-21T23:05:43Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/3042cf5b85a2cae6/8d80e508628a84da?show_docid=8d80e508628a84da</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/3042cf5b85a2cae6/8d80e508628a84da?show_docid=8d80e508628a84da"/>
  <title type="text">Re: Javascript function for pretty date formatting using PHP format strings</title>
  <summary type="html" xml:space="preserve">
  In comp.lang.javascript message &amp;lt;1509814.nvVIWyA...@PointedEar s.de&amp;gt;, &lt;br&gt; Sat, 21 Nov 2009 06:14:22, Thomas &#39;PointedEars&#39; Lahn &lt;br&gt; &amp;lt;PointedE...@web.de&amp;gt; posted: &lt;br&gt; A rather silly remark. I gave 3.0.15 as a statement of fact; it was &lt;br&gt; what I tested with. &lt;br&gt; It is marginally faster in Chrome 3.0.195.33, Safari 4.0.3, Opera 10.01,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr J R Stockton</name>
  <email>reply0...@merlyn.demon.co.uk</email>
  </author>
  <updated>2009-11-21T23:43:43Z</updated>
  <id>http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/03f4cd4883d0752f/1254e13a2a05e3ea?show_docid=1254e13a2a05e3ea</id>
  <link href="http://groups.google.nl/group/comp.lang.javascript/browse_thread/thread/03f4cd4883d0752f/1254e13a2a05e3ea?show_docid=1254e13a2a05e3ea"/>
  <title type="text">Re: Ordered list inside ordered list</title>
  <summary type="html" xml:space="preserve">
  In comp.lang.javascript message &amp;lt;79444cdd-5297-4aa5-bd8f-3a574 c389cac@m1 &lt;br&gt; 6g2000yqc.googlegroups.com&amp;gt;, Sun, 8 Nov 2009 16:22:16, DL &lt;br&gt; &amp;lt;tatata9...@gmail.com&amp;gt; posted: &lt;br&gt; To do that with CSS you should ask in a CSS newsgroup, maybe in &lt;br&gt; comp.infosystems.&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.authoring.*&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; It should be easy enough using JavaScript :
  </summary>
  </entry>
</feed>
