Development question about mass update acrost multiple webpages

Discussion in 'Software' started by jerb111, 3 Jan 2007.

  1. jerb111

    jerb111 What's a Dremel?

    Joined:
    25 Oct 2004
    Posts:
    122
    Likes Received:
    0
    I'v ebeen tinkering for a while now and have come up with a webstie I like, its expanded quite a bit and continues to expand.

    however, in its infancy lots of things were simple, such as adding a link to my nav bar, now that I have 12-15 pages opening each up to add a link is a PITA!

    is there anyway to do a mass code update acrost multiple pages? is there any other way to incorporate a nav bar such that It wouldnt be on everypage? can I incorporate it into an external file and simply poin to it?
     
  2. Lazlow

    Lazlow I have a dremel.

    Joined:
    8 Aug 2003
    Posts:
    1,464
    Likes Received:
    0
    If you've got a copy of Dreamweaver, you could create a template, then re-create each of the 12-15 pages from the template. Each time you update the template, every page created from it updates too.

    Or, you could opt for HTML includes, allowing you to include the nav bar on all pages, but simply change the one file. Unless anyone can think of a better way?
     
  3. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    If that doesn't work, are there any service side scripting languages available (PHP, ASP, etc)?
     
    Last edited: 3 Jan 2007
  4. crazydeep74

    crazydeep74 What's a Dremel?

    Joined:
    25 Jul 2005
    Posts:
    762
    Likes Received:
    0
    Its quite simple to do it with PHP, I dont know ASP though.
     
  5. RickDawson

    RickDawson Minimodder

    Joined:
    29 Mar 2006
    Posts:
    629
    Likes Received:
    4
  6. jerb111

    jerb111 What's a Dremel?

    Joined:
    25 Oct 2004
    Posts:
    122
    Likes Received:
    0
    Thanks guys!
     

Share This Page