<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043655" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043655</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Don&#039;t have a solution, but a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240863</link>
    <description> &lt;p&gt;Don&#039;t have a solution, but a couple of suggestions that might help:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.my-debugbar.com/wiki/CompanionJS/HomePage&quot;&gt;Companion JS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://getfirebug.com/lite.html&quot;&gt;Firebug Lite&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Apr 2009 16:06:25 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1240863 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>perhaps it is your DOCTYPE</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240709</link>
    <description> &lt;p&gt;perhaps it is your DOCTYPE strict XHTML? just a hunch...&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 02:23:26 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240709 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>page loads without error in</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240703</link>
    <description> &lt;blockquote&gt;&lt;p&gt;page loads without error in IE7&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Wait for the webcam image gallery to load.  There is an AJAX call that loads that section separately because sometimes the API calls to wunderground.com is slow.  This way, the rest of the page is shown to you quicker, and &lt;em&gt;usually&lt;/em&gt;, that section loads before you get that far down on the page.  It makes that call and then sets a div.innerHTML to the returned HTML from a URL like &lt;a href=&quot;http://chasingweather.com/forecast/webcams/41.3969/-87.3274&quot; title=&quot;http://chasingweather.com/forecast/webcams/41.3969/-87.3274&quot;&gt;http://chasingweather.com/forecast/webcams/41.3969/-87.3274&lt;/a&gt;.  I&#039;m pretty sure this is why the line numbers is off, but it still doesn&#039;t help me solve the problem.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 01:40:15 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1240703 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>the line number may be the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240697</link>
    <description> &lt;p&gt;the line number may be the line in an included script, or the line in the doc with the script inserted&lt;/p&gt;
&lt;p&gt;I love JS because of all the nifty things it does&lt;/p&gt;
&lt;p&gt;as with any code, write it clean and you will have fewer errors&lt;/p&gt;
&lt;p&gt;page loads without error in IE7&lt;/p&gt;
&lt;p&gt;have you had a look at the Firefox error console?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.webmaster-forums.net/files/weather_firefox_error_console.jpg&quot; width=&quot;550&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 01:14:36 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can you use the uncompressed</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240690</link>
    <description> &lt;p&gt;Can you use the uncompressed mootools JS library instead? The IE script debugger is complaining about something in there (I think).&lt;/p&gt;
&lt;p&gt;I have IE 6. To enable debugging, go Tools &amp;gt; Internet Options &amp;gt; Advanced &amp;gt; Uncheck Disable Script Debugging. The debugger will come up in Visual Studio, or the built in VB editor (if you have MS Office).&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 23:00:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1240690 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I have only ever used JS a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/impossible-javascript-error#comment-1240689</link>
    <description> &lt;p&gt;I have only ever used JS a few times, and even then it was simply a case of copy/paste as I don&#039;t know much about the language, so cannot help you with the debugging.&lt;/p&gt;
&lt;p&gt;But for IE debugging in general I often use &lt;a href=&quot;http://getfirebug.com/lite.html&quot;&gt;Firebug Lite&lt;/a&gt; which is basically Firebug that works in all browsers.&lt;/p&gt;
&lt;p&gt;It&#039;s not perfect, and in some ways not as good as Firebug, but it helps in some debugging.&lt;br /&gt;
As I don&#039;t really use JS I don&#039;t know how well the JS debugging side is, but &lt;a href=&quot;http://getfirebug.com/errors.html&quot;&gt;according to their site&lt;/a&gt; it looks informative.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 22:43:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1240689 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
