<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002488" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002488</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011051</link>
    <description> &lt;p&gt;JP ~ thank you SOOOOOOOO much. I&#039;m delighted!&lt;/p&gt;
&lt;p&gt;See for yourself:&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:tiny@2kcut.com&quot;&gt;tiny@2kcut.com&lt;/a&gt;  &lt;a href=&quot;http://www.2kcut.com&quot; class=&quot;bb-url&quot;&gt;2kcut.com&lt;/a&gt;&lt;br /&gt;
Millennium Cutlery: pocket knives &amp;amp; other cutlery- up to 25% below retail&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Oct 1999 00:43:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1011051 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011050</link>
    <description> &lt;p&gt;Tiny, I have emailed you the code as requested.&lt;br /&gt;
Lloyd, good point, I forgot about that &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
Thanks for putting me straight.&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Oct 1999 22:40:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011050 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011052</link>
    <description> &lt;p&gt;This is the code supplied for those curious:&lt;br /&gt;
&amp;lt;!--#config timefmt=&amp;quot;%A, %B %d %Y&amp;quot;--&amp;gt;&lt;br /&gt;
&amp;lt;!--#echo var=&amp;quot;DATE_LOCAL&amp;quot;--&amp;gt;&lt;br /&gt;
Glad it was of use &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; the %A etc bit can be modified greatly to suit your needs ask if you need help...&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Oct 1999 21:57:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011052 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011049</link>
    <description> &lt;p&gt;&amp;lt;JP Stones&amp;gt; not all servers will support SSI! especially free ones.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Oct 1999 02:36:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011049 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011046</link>
    <description> &lt;p&gt;INSERT WITHIN &amp;lt;HEAD&amp;gt;&amp;lt;/HEAD&amp;gt;&lt;/p&gt;
&lt;p&gt;now = new Date();&lt;br /&gt;
var currentDay = now.getDay();&lt;br /&gt;
var currentDate = now.getDate() + &#039;&#039;;&lt;br /&gt;
var dateAddon;&lt;br /&gt;
var currentMonth = now.getMonth();&lt;br /&gt;
var currentYear = now.getYear();&lt;br /&gt;
var dayList = new Array(&#039;Sunday&#039;,&#039;Monday&#039;,&#039;Tuesday&#039;,&#039;Wednesday&#039;,&#039;Thursday&#039;, &#039;Friday&#039;,&#039;Saturday&#039;);&lt;br /&gt;
var monthList = new Array(&#039;January&#039;,&#039;February&#039;,&#039;March&#039;,&#039;April&#039;,&#039;May&#039;,&#039;June&#039;,&#039;July&#039;, &#039;August&#039;,&#039;September&#039;,&#039;October&#039;,&#039;November&#039;,&#039;December&#039;);&lt;/p&gt;
&lt;p&gt; if (currentDate.charAt(currentDate.length-1) == &#039;1&#039;) { dateAddon = &#039;st&#039;; }&lt;br /&gt;
 else if (currentDate.charAt(currentDate.length-1) == &#039;2&#039;) { dateAddon = &#039;nd&#039;; }&lt;br /&gt;
 else if (currentDate.charAt(currentDate.length-1) == &#039;3&#039;) { dateAddon = &#039;rd&#039;; }&lt;br /&gt;
 else { dateAddon = &#039;th&#039;; }&lt;br /&gt;
 if (currentYear == 99) { currentYear = &#039;19&#039; + currentYear; }&lt;br /&gt;
 else { currentYear = &#039;20&#039; + currentYear; }&lt;/p&gt;
&lt;p&gt; var dateString = dayList[currentDay] + &#039; &#039; + currentDate + dateAddon + &#039; &#039; + monthList[currentMonth] + &#039; &#039; + currentYear;&lt;/p&gt;
&lt;p&gt;INSERT WITHIN &amp;lt;BODY&amp;gt;&amp;lt;/BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&amp;lt;!-- hide script from old browsers&lt;/p&gt;
&lt;p&gt;document.write(dateString)&lt;/p&gt;
&lt;p&gt;// end hiding from old browsers --&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Oct 1999 21:07:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011046 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011048</link>
    <description> &lt;p&gt;Pray, tell, Mr. Stones : )  !!!&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:tiny@2kcut.com&quot;&gt;tiny@2kcut.com&lt;/a&gt;  &lt;a href=&quot;http://www.2kcut.com&quot; class=&quot;bb-url&quot;&gt;2kcut.com&lt;/a&gt;&lt;br /&gt;
Millennium Cutlery: pocket knives &amp;amp; other cutlery-25% below retail&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Oct 1999 19:53:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1011048 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011047</link>
    <description> &lt;p&gt;Jeez, Lloyd the SSI for this is only several characters long! Why go for this otpion instead?&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Oct 1999 04:53:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011047 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011044</link>
    <description> &lt;p&gt;It can be done several ways. The easiest is probably SSI...JP had posted the SSI code for configuring it before but I can&#039;t seem to find it at the moment...&lt;/p&gt;
&lt;p&gt;It can also be written to the page with a JavaScript, your best bet would be to look for a date script at&lt;br /&gt;
&lt;a href=&quot;http://javascript.internet.com&quot; class=&quot;bb-url&quot;&gt;http://javascript.internet.com&lt;/a&gt;&lt;br /&gt;
or&lt;br /&gt;
&lt;a href=&quot;http://www.javascripts.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascripts.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Page Resource: &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
JavaScript City: &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Sep 1999 21:15:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/would-auto-date-my-front-page-may-be-boring-trivial#comment-1011045</link>
    <description> &lt;p&gt;Do you want the exact code?&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Sep 1999 19:26:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011045 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
