Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

news etc updates

Options
  • 28-10-2002 6:42pm
    #1
    Registered Users Posts: 446 ✭✭


    I know I ask loads but I'm trying to find a script or site that allows news updates that are linked from another site so I dont have to cover the news on my site?

    I know there small boxes and scroll up but Ive had no luck in finding anything on the web


Comments

  • Registered Users Posts: 7,412 ✭✭✭jmcc


    Originally posted by kegan5
    I know I ask loads but I'm trying to find a script or site that allows news updates that are linked from another site so I dont have to cover the news on my site?

    I know there small boxes and scroll up but Ive had no luck in finding anything on the web

    Newsclipper (Perl based). Moreover.com I think uses a javascript block of code to pull news dynamically. Other stuff can be found on http://freshmeat.net - it is mainly Unix based though most webservers are Unix based. The embedded javascript option is probably the easiest if you don't admin/run your own webservers.

    Regards...jmcc


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    [ I hate whoring, but it's only just been added and wasn't really announced, so... ]

    Thomas Crosbie Media has just added RSS XML feeds to our existing Javascript and Java feeds -- you can get to them from here. There's plenty of RSS parsers out there, but I'll try and add one to that site or post it here sometime next week. I also have a script I wrote an age back that allows you to add a ticker to your taskbar or desktop -- the Javascript feed limited it a bit, but it should be better with the RSS feeds. I'll post that too if I get a chance.

    adam


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    examiners news feed
    <applet code="NewsTicker.class" width="120" height="150" codebase="http://www.examiner.ie/ticker">
    <param name="background" value="http://www.examiner.ie/ticker/ticker.gif">
    <param name="bgcolor" value="0,0,0">
    <param name="cx" value="90">
    <param name="cy" value="114">
    <param name="newsfile" value="http://www.examiner.ie/ticker/news.txt">
    <param name="x" value="10">
    <param name="y" value="5"> Sorry! You need Java support in your browser to see the latest headlines. Click <a href="http://www.examiner.ie/index_reg.htm">here</a> to go to The Examiner's site.
    </applet>
    


Advertisement