<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013163" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013163</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076463</link>
    <description> &lt;p&gt;If you don&#039;t want to get too advanced, you could use what I use: a JavaScript that I use to display both a ticker script and a headlines box sort of thing. To see what I&#039;m talking about, go to: &lt;a href=&quot;http://www.sports-central.org/other/extras/headlines&quot; class=&quot;bb-url&quot;&gt;http://www.sports-central.org/other/extras/headlines&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unforuntately, we have to update the headlines manually, but it updates automatically on remote sites. You can get a script off DynamicDrive.com.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Jan 2001 22:11:37 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1076463 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076440</link>
    <description> &lt;p&gt;if you have an editor that has the &#039;replace&#039; function..&lt;/p&gt;
&lt;p&gt;find &#039;&amp;gt;&#039; replace with &#039;&amp;gt;&#039;&lt;br /&gt;
find &#039;&amp;lt;&#039; replace with &#039;&amp;lt;&#039;&lt;/p&gt;
&lt;p&gt;that should be all you need&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Jan 2001 07:17:55 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1076440 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076435</link>
    <description> &lt;p&gt;probably the best is to copy it into an HTML editor... it will brake it down into the proper charachters the fastest. If you don&#039;t have one you can just post it here as a code... then copy the HTML it produces.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Jan 2001 03:26:30 +0000</pubDate>
 <dc:creator>exbabylon</dc:creator>
 <guid isPermaLink="false">comment 1076435 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for Suggestions-need more help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076434</link>
    <description> &lt;p&gt;Thanks for the suggestions, I have made up a little java script that gets the headlines from a small .js file and it works great.All I have to do is update the .js file and the headlines are automatically updated. But how do you display a java script(code) on a page for cut and paste but keep it from functioning.&lt;br /&gt;
Thanks,&lt;br /&gt;
sgray.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Jan 2001 03:21:49 +0000</pubDate>
 <dc:creator>sgray</dc:creator>
 <guid isPermaLink="false">comment 1076434 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076391</link>
    <description> &lt;p&gt;good idea!&lt;br /&gt;
I&#039;ve used stuff like that before, for (random) pictures on &lt;a href=&quot;http://forums.digitalart.org&quot; class=&quot;bb-url&quot;&gt;forums&lt;/a&gt; and stuff.  I just never thought to use it for something like this.. DUH!&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Jan 2001 08:43:11 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1076391 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>use an include script...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076389</link>
    <description> &lt;p&gt;i just helped out another guy using a script... and i think it would also work for you!!!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://webmaster-forums.com/showthread.php?threadid=13166&quot; class=&quot;bb-url&quot;&gt;http://webmaster-forums.com/showthread.php?threadid=13166&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The sites that want your news could just include this file... and it could just be a simple hyperlink, or ALL of the news! Makes your job very easy... just a cgi... and they can run it off of YOUR server!&lt;/p&gt;
&lt;p&gt;For example... they don&#039;t have to bother messing with a install of the CGI... just install it on your server. Then all of the sites that want your news just add this whereever they want your news to be:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script src=&amp;quot;http://yourdomian.com/cgi-bin/include.cgi?currentnews.html&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;The link to what I just posted may or may not help... not very fancy.. but it WOULD do the job simple as pie.. and clean... all you have to update is a certain .txt or HTML file on your server... and they would NEVER have to change their website. If you have any other questions or problems i&#039;m game to help you with another point of view...&lt;/p&gt;
&lt;p&gt;God Bless&lt;/p&gt;
&lt;p&gt;[Edited by exbabylon on Jan. 06, 2001 at 12:50 AM]&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Jan 2001 05:45:14 +0000</pubDate>
 <dc:creator>exbabylon</dc:creator>
 <guid isPermaLink="false">comment 1076389 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-helpwant-provide-my-local-headlines-other-local-sites-links-back#comment-1076384</link>
    <description> &lt;p&gt;are you any good with Databases Administration?&lt;/p&gt;
&lt;p&gt;you could set up a &#039;public&#039; user, and give that username/password out to those sites&lt;br /&gt;
the &#039;public&#039; user would &lt;strong&gt;only&lt;/strong&gt; have &lt;strong&gt;SELECT&lt;/strong&gt; priveledges restricted to the table(s) that are used for news.&lt;br /&gt;
this has many advantages:&lt;br /&gt;
they can search past news articles&lt;br /&gt;
they can query for the last X articles&lt;br /&gt;
they can display headlines, and link to articles&lt;br /&gt;
they can customize the news on their own website&lt;/p&gt;
&lt;p&gt;while I called this a &#039;public&#039; user, you would only want the webmasters of those other sites to know the username/password.&lt;br /&gt;
if too many people know, others may try getting your news, and you&#039;ll loose some bandwidth&lt;/p&gt;
&lt;p&gt;That&#039;s just how I&#039;d do it.  Because I&#039;ve written news scripts for ASP with SQL 7 and PHP with mySQL, and it works great!&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Jan 2001 05:09:46 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1076384 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
