<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Default Time Z&#111;ne Offset</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Default Time Z&#111;ne Offset]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:27:18 +0000</pubDate>
  <lastBuildDate>Thu, 11 Dec 2003 23:53:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7991</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : Yes! Thank you!!! ]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40870.html#40870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12160">cooper</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 11:53pm<br /><br />Yes! Thank you!!!]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 23:53:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40870.html#40870</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset :   cooper wrote: This part? ...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40818.html#40818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 3:22pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by cooper" alt="Originally posted by cooper" style="vertical-align: text-bottom;" /> <strong>cooper wrote:</strong><br /><br /><P>This part?</P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="50%" valign="top" class="text" background="&lt;% = strTableBgImage %&gt;"&gt;&lt;select name="serverOffSet"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="+" &lt;% If strTimeOffSet = "+" Then Response.Write("selected") %&gt;&gt;+&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="-" &lt;% If strTimeOffSet = "-" Then Response.Write("selected") %&gt;&gt;-&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name="serverOffSetHours"&gt;&lt;%</FONT></P><P><FONT size=1>&nbsp;'Create list of time off-set<BR>&nbsp;For lngLoopCounter = 0 to 24<BR>&nbsp;&nbsp;Response.Write(VbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=""" &amp; lngLoopCounter &amp; """")<BR>&nbsp;&nbsp;If intTimeOffSet = lngLoopCounter Then Response.Write("selected") <BR>&nbsp;&nbsp;Response.Write("&gt;" &amp; lngLoopCounter &amp; "&lt;/option&gt;")<BR>&nbsp;Next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>%&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt; &lt;% = strTxtHours %&gt;&lt;/td&gt;</FONT></P><P><FONT size=2>I don't see what to change. Could you help me (I was able to figure it out in older versions... just not this one).</FONT></P><P></td></tr></table> </P><P>Thats the code for displaying it, but there are variables use to monitor the values</P><P>To get the timeoffset to <strong>default </strong>to different values than + and 0 just edit common.asp and set the values to something like:</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>intTimeOffSet = 8<BR>strTimeOffSet = "-"</P></BLOCKQUOTE><P>Then when someone goes to register it will be prefilled with those values.&nbsp; Is that what you were meaning?</P><span style="font-size:10px"><br /><br />Edited by thekiwi</span>]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 15:22:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40818.html#40818</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : Here&amp;#039;s my problem: &amp;lt;option...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40792.html#40792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12160">cooper</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 11:06am<br /><br /><P>Here's my problem:</P><P><FONT size=1>&lt;option value="+" &lt;% If strTimeOffSet = "+" Then Response.Write("selected") %&gt;&gt;+&lt;/option&gt;<BR>&lt;option value="-" &lt;% If strTimeOffSet = "-" Then Response.Write("selected") %&gt;&gt;-&lt;/option&gt;</FONT></P><P><FONT size=2>I'm assuming that in this case, for example, the code is saying to check the user's strTimeOffSet &amp; make it the selected item on the list when viewed (this may be the wrong assumption, which would throw the rest of my post off). If it is a new user, however, where is it getting this information? That's the information I would want to change to make this do what I want it to do.</FONT></P>]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 11:06:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40792.html#40792</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : It would require a re-write of...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40725.html#40725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 2:51am<br /><br />It would require a re-write of most of the forum code to get half hours to work.]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 02:51:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40725.html#40725</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset :   cooper wrote: This part? ...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40713.html#40713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13710">india</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 1:35am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by cooper" alt="Originally posted by cooper" style="vertical-align: text-bottom;" /> <strong>cooper wrote:</strong><br /><br /><P>This part?</P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="50%" valign="top" class="text" background="&lt;% = strTableBgImage %&gt;"&gt;&lt;select name="serverOffSet"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="+" &lt;% If strTimeOffSet = "+" Then Response.Write("selected") %&gt;&gt;+&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="-" &lt;% If strTimeOffSet = "-" Then Response.Write("selected") %&gt;&gt;-&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name="serverOffSetHours"&gt;&lt;%</FONT></P><P><FONT size=1>&nbsp;'Create list of time off-set<BR>&nbsp;For lngLoopCounter = 0 to 24<BR>&nbsp;&nbsp;Response.Write(VbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=""" &amp; lngLoopCounter &amp; """")<BR>&nbsp;&nbsp;If intTimeOffSet = lngLoopCounter Then Response.Write("selected") <BR>&nbsp;&nbsp;Response.Write("&gt;" &amp; lngLoopCounter &amp; "&lt;/option&gt;")<BR>&nbsp;Next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>%&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt; &lt;% = strTxtHours %&gt;&lt;/td&gt;</FONT></P><P><FONT size=2>I don't see what to change. Could you help me (I was able to figure it out in older versions... just not this one).</FONT></P><P></td></tr></table> </P><P>I dont think its this part. plz paste a bit up and down</P>]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 01:35:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40713.html#40713</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : Hello Borg, Im on GMT +5.30....]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40711.html#40711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13710">india</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 11&nbsp;December&nbsp;2003 at 1:27am<br /><br /><P>Hello Borg,</P><P>Im on GMT +5.30. But the time zone settings done not have .30's. How can i add that ?</P>]]>
   </description>
   <pubDate>Thu, 11 Dec 2003 01:27:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40711.html#40711</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : This part?  &amp;lt;td width=&amp;#034;50%&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40628.html#40628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12160">cooper</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 10&nbsp;December&nbsp;2003 at 10:44am<br /><br /><P>This part?</P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="50%" valign="top" class="text" background="&lt;% = strTableBgImage %&gt;"&gt;&lt;select name="serverOffSet"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="+" &lt;% If strTimeOffSet = "+" Then Response.Write("selected") %&gt;&gt;+&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="-" &lt;% If strTimeOffSet = "-" Then Response.Write("selected") %&gt;&gt;-&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name="serverOffSetHours"&gt;&lt;%</FONT></P><P><FONT size=1>&nbsp;'Create list of time off-set<BR>&nbsp;For lngLoopCounter = 0 to 24<BR>&nbsp;&nbsp;Response.Write(VbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=""" &amp; lngLoopCounter &amp; """")<BR>&nbsp;&nbsp;If intTimeOffSet = lngLoopCounter Then Response.Write("selected") <BR>&nbsp;&nbsp;Response.Write("&gt;" &amp; lngLoopCounter &amp; "&lt;/option&gt;")<BR>&nbsp;Next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>%&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt; &lt;% = strTxtHours %&gt;&lt;/td&gt;</FONT></P><P><FONT size=2>I don't see what to change. Could you help me (I was able to figure it out in older versions... just not this one).</FONT></P><span style="font-size:10px"><br /><br />Edited by cooper</span>]]>
   </description>
   <pubDate>Wed, 10 Dec 2003 10:44:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40628.html#40628</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : For your first question you could...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40627.html#40627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 10&nbsp;December&nbsp;2003 at 10:39am<br /><br />For your first question you could edit the register.asp page so that -6 is the selected value on the html form.<br><br>For the other questions the reason for them is that you are using IE,for some reason in IE microsoft have implemented RTE features that whenyou hit enter it places &lt;p&gt; around your text block.<br><br>To stop this either use SHIFT -&gt; ENTER in IE, or change to a betterbrowser like Mozilla Firebird where Mozilla have implemented RTEfeatures in a different way so that you don't get these spaces.<br>]]>
   </description>
   <pubDate>Wed, 10 Dec 2003 10:39:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40627.html#40627</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : I have another question (sorry)....]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40622.html#40622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12160">cooper</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 10&nbsp;December&nbsp;2003 at 10:23am<br /><br /><P>I have another question (sorry). Why is it that in some posts, such as the one I just made above, the text starts three lines down? Why can't they all start on the first line?</P>]]>
   </description>
   <pubDate>Wed, 10 Dec 2003 10:23:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40622.html#40622</guid>
  </item> 
  <item>
   <title><![CDATA[Default Time Z&#111;ne Offset : On the registration page, how...]]></title>
   <link>https://forums.webwiz.net/default-time-zone-offset_topic7991_post40621.html#40621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12160">cooper</a><br /><strong>Subject:</strong> 7991<br /><strong>Posted:</strong> 10&nbsp;December&nbsp;2003 at 10:22am<br /><br /><P>On the registration page, how can I make it to where the hours offset&nbsp;is already on -6 (as opposed to +0)? The reason I am asking is that most people using my forum will be from the same time zone, &amp; it would be easier on them if they didn't have to set it to -6 on their own.</P><P>Thanks!</P><P>Oh, and I just thought of a another question... How can I make it to where hitting the Enter key when typing a post will not be double-spaced (I prefer single).</P>]]>
   </description>
   <pubDate>Wed, 10 Dec 2003 10:22:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/default-time-zone-offset_topic7991_post40621.html#40621</guid>
  </item> 
 </channel>
</rss>