<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023700" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023700</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145492</link>
    <description> &lt;p&gt;OK, sorry, I assumed you were using weather.com&lt;/p&gt;
&lt;p&gt;If you mouseover (or click) the link, you see:&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;www.weatherforyou.com/cgi-bin/hw3/hw3.cgi?forecast=zandh&amp;amp;place=Charlotte&amp;amp;state=nc&amp;amp;zipcode=&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Just run a php script and have &quot;place&quot; a variable as well as &quot;state&quot;.  Zipcode is already blank, so leave it so.&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Feb 2004 03:52:41 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1145492 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145491</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Eskater05 wrote:&lt;/strong&gt; I have used it before, check the .pdf file that comes with your installation files.  There is a long list of codes for the cities, and a link to where you can search a dB for a city&#039;s code (it&#039;s an xml page).  You could maybe have the user put in a city, and then query this xml-interfaced dB, and return the results, inputting into a URL.  See what I mean, Vern?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m sorry, but what I&#039;m currently using is a copy and paste from a weather info provider.  I didn&#039;t download or install anything.  But if you know of a specific application that will do weather in this &quot;remember my prefs&quot; manner please let me know.  &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;&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Feb 2004 03:17:52 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1145491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145483</link>
    <description> &lt;p&gt;I have used it before, check the .pdf file that comes with your installation files.  There is a long list of codes for the cities, and a link to where you can search a dB for a city&#039;s code (it&#039;s an xml page).  You could maybe have the user put in a city, and then query this xml-interfaced dB, and return the results, inputting into a URL.  See what I mean, Vern?&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Feb 2004 23:50:37 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1145483 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145467</link>
    <description> &lt;p&gt;Moving it, sir! &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;&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Feb 2004 19:38:08 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145467 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145466</link>
    <description> &lt;p&gt;Well it turns out that weather.com uses an unrecognizable string in its code.  The one I am using now uses city name instead of zip.  But I found one that will work perfectly for me.  I checked for a TOS and don&#039;t see any restrictions at all, although I will of course keep the link back to their website as this is why they are providing this free service.&lt;/p&gt;
&lt;p&gt;Here&#039;s a code example:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;http://www.addresses.com/forecast/28273.html&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://www.weatherroom.com/weather?forecast=hourly&amp;amp;hwvtc=000000&amp;amp;hwvbg=FFFFFF&amp;amp;pands=28273&amp;amp;config=png&amp;amp;alt=hwicc&amp;quot; alt=&amp;quot;Weather for 28273 Powered by addresses.com&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;Powered by &amp;lt;a href=&amp;quot;http://www.addresses.com/weather.php&amp;quot;&amp;gt;Addresses.com Weather &amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039; &lt;/p&gt;
&lt;p&gt;Here&#039;s the image from the code above, and an altered one to a different zipcode, showing this concept of zip code altering should work fine.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.weatherroom.com/weather?forecast=hourly&amp;amp;hwvtc=000000&amp;amp;hwvbg=FFFFFF&amp;amp;pands=28273&amp;amp;config=png&amp;amp;alt=hwicc&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.weatherroom.com/weather?forecast=hourly&amp;amp;hwvtc=000000&amp;amp;hwvbg=FFFFFF&amp;amp;pands=11731&amp;amp;config=png&amp;amp;alt=hwicc&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Now I need a little help.  Other than help with how to make a cookie that will store the zip code preference and then use it again next time.... can somebody help move this thread to the appropriate forum category, &quot;Scripting&quot;?  Thanks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Feb 2004 19:28:13 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1145466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/weather-sticker#comment-1145460</link>
    <description> &lt;p&gt;sounds like it&#039;s possible, but I wonder if it&#039;s against the TOS of the weather buttons? If not, post in Scripting and I&#039;m sure we can work it out. &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;&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Feb 2004 17:49:28 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145460 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
