<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003084" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003084</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013625</link>
    <description> &lt;p&gt;Peter,&lt;br /&gt;
I don&#039;t find it too hard keeping track of nested if/else statements in JS. You just have to develop a strong coding technique. I have a little ASP exp. and I have always coded in JS. I find this hard though because all ASP tutorials are written in VB.&lt;/p&gt;
&lt;p&gt;echoweb,&lt;br /&gt;
See your discussion.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Apr 2000 04:03:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013624</link>
    <description> &lt;p&gt;Greetings,&lt;/p&gt;
&lt;p&gt;I&#039;m kinda new to JS and I&#039;ve been trying to find the solution to the problem below for several hours now. My question is how can i convert the variable integer into a string?&lt;/p&gt;
&lt;p&gt;Thanks in advance  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;br /&gt;
Boris &lt;a href=&quot;http://echodev.com/&quot; class=&quot;bb-url&quot;&gt;http://echodev.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Apr 2000 02:47:00 +0000</pubDate>
 <dc:creator>echoweb</dc:creator>
 <guid isPermaLink="false">comment 1013624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013623</link>
    <description> &lt;p&gt;Lloyd,&lt;/p&gt;
&lt;p&gt;You&#039;re right, the script would work without locking the application, but the results wouldn&#039;t be reliable.&lt;/p&gt;
&lt;p&gt;I do all my ASP in VBScript, simply because I find doing IF Else End Statements easier to do (and keep track of) than if(){ else } etc.&lt;/p&gt;
&lt;p&gt;Keeping track of nested tables is one thing, but keeping track of nested tables AND nested If Else statements, now that&#039;s a party!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Peter J. Boettcher&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2000 14:16:00 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1013623 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013622</link>
    <description> &lt;p&gt;Peter,&lt;/p&gt;
&lt;p&gt;Thanks for your info. I guess you would only see bad results if you had heavy traffic. Do you code ASP in VB ot JS?&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2000 14:00:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013622 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013621</link>
    <description> &lt;p&gt;Lloyd,&lt;/p&gt;
&lt;p&gt;Because the application object is shared between all visitors it should be locked when a change is made and then unlocked when finished. This keeps the number accurate.&lt;/p&gt;
&lt;p&gt;It&#039;s sort of like 2 users trying to update the same database record, you&#039;ll get bad results.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Peter J. Boettcher&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Apr 2000 12:52:00 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1013621 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013620</link>
    <description> &lt;p&gt;This topic was covered a while back and I think it is possible to do with PHP &amp;amp; PERL as well. You might find it in the CGI &amp;amp; PERL forum.&lt;/p&gt;
&lt;p&gt;Peter B: Could you tell me what the lines  &quot;Application.Lock&quot; &amp;amp; &quot;Application.Unlock&quot; do in your code? Do you need them for the script to work?&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Apr 2000 07:28:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013620 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013619</link>
    <description> &lt;p&gt;Suzanne,&lt;/p&gt;
&lt;p&gt;Insert this into the global.asa&lt;/p&gt;
&lt;p&gt;Sub Application_OnStart&lt;br /&gt;
  Application(&quot;CountUsers&quot;) = 0&lt;br /&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Sub Session_OnStart&lt;br /&gt;
  Session.Timeout = 15&lt;br /&gt;
  Application.Lock&lt;br /&gt;
  Application(&quot;CountUsers&quot;) = Application(&quot;CountUsers&quot;) + 1&lt;br /&gt;
  Application.Unlock&lt;br /&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Sub Session_OnEnd&lt;br /&gt;
  Application.Lock&lt;br /&gt;
  Application(&quot;CountUsers&quot;) = Application(&quot;CountUsers&quot;) - 1&lt;br /&gt;
  Application.Unlock&lt;br /&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Then insert this into the ASP page where you want to see how many people are on your site.&lt;/p&gt;
&lt;p&gt;&amp;lt;%=Application(&quot;CountUsers&quot;)%&amp;gt;&lt;/p&gt;
&lt;p&gt;DISCLAIMER:&lt;/p&gt;
&lt;p&gt;Be very, very careful when working in the global.asa file, one wrong move and your site could be inaccessible.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Peter J. Boettcher&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Apr 2000 12:54:00 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1013619 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013618</link>
    <description> &lt;p&gt;Thanks vy22,&lt;/p&gt;
&lt;p&gt;I&#039;ll pop the ole cover (not a fav thing of mine to do) and check it out.  I had a friend install a CD writer a couple months ago, after that I didn&#039;t hook the sound back up.  Now that I did, I cannot hear any sound from either CD ROM drive nor any ICQ uh-ohs or HumanClick opening doors.  The only way I can hear sound is if I double-click on the wav file and it opens into Windows Media Player.&lt;/p&gt;
&lt;p&gt;I realize this isn&#039;t the place to discuss this.  Are there any boards (including but not limited to this one) that are &quot;good&quot;, have high traffic, and deal with hardware issues?  TIA!  Will let you know the outcome ...&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Yours digitally,&lt;br /&gt;
Suzanna&lt;br /&gt;
&lt;a href=&quot;http://www.digitalwebgold.com&quot; title=&quot;www.digitalwebgold.com&quot;&gt;www.digitalwebgold.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.digitalaffects.com&quot; title=&quot;www.digitalaffects.com&quot;&gt;www.digitalaffects.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.suzanna.net&quot; title=&quot;www.suzanna.net&quot;&gt;www.suzanna.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Apr 2000 10:20:00 +0000</pubDate>
 <dc:creator>SuzannaNet</dc:creator>
 <guid isPermaLink="false">comment 1013618 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013617</link>
    <description> &lt;p&gt;SuzzanaNet &lt;/p&gt;
&lt;p&gt;sounds like your CD Audio cable has not been plugged in to your soundcard. If you feel safe taking the lid off your PC check that there is a thin grey cable going from your CD Rom to your soundcard. If not then that is your problem. If Wav files work audio cd&#039;s would work too so its not a driver issue though it could be muted  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;~Vy~&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Apr 2000 10:04:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1013617 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/number-visitors-online-script#comment-1013616</link>
    <description> &lt;p&gt;Thanks folks, I&#039;ll check the aspin site, Coddy, looks like a bunch of good stuff there. And I d/l Human Click, btw.  Boy, am I in for an education.  One thing though, I cannot get my sound to work, so I can &quot;hear&quot; when someone comes into my site.  But it sure is a fantastic tool ... highly recommend it, folks.  Thanks so much, dangelo.&lt;/p&gt;
&lt;p&gt;Any suggestions?  No, my sound isn&#039;t muted.  Yes, everything is plugged in correctly.  No, I cannot hear any CD music either.  But in Windows media player, I can hear .wav files.  Whatz up with this now?  (Unfortunately, I haven&#039;t had my speakers plugged in for quite some time.  Didn&#039;t realize I had a problem.)  Sigh.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Yours digitally,&lt;br /&gt;
Suzanna&lt;br /&gt;
&lt;img src=&quot;http://www.digitalwebgold.com/dwg-minibtn.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Apr 2000 23:53:00 +0000</pubDate>
 <dc:creator>SuzannaNet</dc:creator>
 <guid isPermaLink="false">comment 1013616 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
