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

adding a "news updater" to site?

Options
  • 28-02-2005 5:22am
    #1
    Closed Accounts Posts: 1,639 ✭✭✭


    (noob quesion)
    i'm building a website at the minute with dreamweaver and am wondering what the best way is to update my index.htm when i want to regularly update the "news"?

    i'm aware of phpnuke etc, which would be perfect, but i don't want to get involved in that as i'm building a fairly simple/basic site and would like to stick with the design i have.
    the main content of the site will always stay the same, so it's just the main 'news' page i will be wanting to update every week or so..

    is it best to update the site by editing the html everytime?
    or is there an alternative/easier, less time consuming method?


Comments

  • Registered Users Posts: 9,196 ✭✭✭RobertFoster


    Try newspro.


  • Registered Users Posts: 6,810 ✭✭✭DRakE


    I googled it,

    http://www.netwu.com/newspro/

    Looks pretty good actually.. I'm looking for the same thing myself for updating myself


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Coranto would probably do the trick:
    http://coranto.gweilo.org/


  • Registered Users Posts: 4,290 ✭✭✭damien


    Kind of the same question myself. A guy in work has been put in charge of his local club's website. He wants me to show him how to use frontpage to update the site. I'd prefer him not using that though. The guy has no clue about writing html code and has no intention of learning.

    Is there a free application or server side tool that will allow him to use a wysiwyg style editor to change and update his website ?

    Thanks.
    Damien.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    There are a lot of CMS out there, but most of them involve giving the user some level of training. I'm yet to see an OSS one which was completely "idiot proof"


  • Advertisement
  • Closed Accounts Posts: 1,639 ✭✭✭[nicK]


    blacknight wrote:
    Coranto would probably do the trick:
    http://coranto.gweilo.org/

    perfect!
    cheers, that's exactly what i was looking for.
    i've got it fully installed now and am now just trying to integrate it into the site a little better (colours/text etc)


  • Closed Accounts Posts: 1,639 ✭✭✭[nicK]


    totally off topic here, but couldn't be arséd creating a new thread...

    now that i have the "news" part sorted, im now looking to add a scrollbar for scrolling down through the news only. i want to avoid using "frames".

    can the scrollbars be downloaded and easily inserted? or are they built with different code for each site?
    can they be inserted into the same table as news? or does it get more complicated?


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    sounds like you want to do something like the homepage of


    http://www.dhtmlcentral.com/


  • Closed Accounts Posts: 1,639 ✭✭✭[nicK]


    Ph3n0m wrote:
    sounds like you want to do something like the homepage of


    http://www.dhtmlcentral.com/

    nah, it's nothing that sophisticated..
    just a simple scroll bar to go through my 1 page of news..

    i'll have a browse through some sites and try to find an example.. (it's pretty common)


  • Closed Accounts Posts: 1,639 ✭✭✭[nicK]


    does aanybody know what i'm talking about?
    i've been searching through a good few sites and can't find it used anywhere.. but i have seen it a few times before.
    it's used a lot on java/flash sites? but i will be using it for my .html site..
    any ideas?


  • Advertisement
  • Closed Accounts Posts: 1,639 ✭✭✭[nicK]


    ok, here is an example of the scroll bar i'm after..
    linky

    any ideas?


  • Moderators, Science, Health & Environment Moderators Posts: 8,962 Mod ✭✭✭✭mewso


    Put your news in a div and then in the style of the div set it's height to as much screen space you want of the news to be viewable at any one time then add in this to the style:-

    OVERFLOW: auto;

    I'm assuming you are talking about something like this

    Thats how I did it anyway.


Advertisement