Results 1 to 10 of 10

Thread: total layperson needs help!

  1. #1
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default total layperson needs help!

    hi,
    ineed help with one problem: i am making a website but i am totally unexperienced at it, but so far it is going very nicely, with the help of DD of course...i started the webpage as a single page but by now it is getting bigger and bigger, so now i have just one problem:

    is it possible to have some sort of program that lets me change something once and than update it to all my pages in one time? so i dont have to go to each page seperately and change it?

    If anyone could help that would be greately appreciated!

    thanks!

  2. #2
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    For changing menus......
    Stuff like that. B/c the stuff on your pages shouldnt all be the same.

  3. #3
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no it isnt but i am looking for something that wqould contain some sort of template of my pages, so i can change this template for the basic layout..than teh dynamic content on each page i will always have to change by hand i guess, that is not the problem, im just looking for a program that lets me create a template so i can change the basic layout of all my pages with just one edit in the template? does something like this exist?
    thanks

  4. #4
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    anybody please help?!

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    What you're looking for is some form of server-side scripting. There are several different forms of this; PHP, ASP, SSI, ColdFusion, JSP, CGI, FrontPage Extensions...
    However, you need one installed on your server.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks, i am afraid thats just a bit too much for a lay person like me, i am already happy that i can understand the html laguage and actually create a page myself.........I thought that there would be a program that lets you create a masterpage and than lets you automatically update all pages under this master page..I thought once i read somewhere something about a program or script or something that lets you use a filter page that you than can apply to any other page...but im not sure what a filter page is?! anyway, thank you very much for your suggestions! guess it is back to doing everything manual than....

  7. #7
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well if you are trying to use this for say your menus you can use css. Quite a handy thing I found out one oyu learn how to use it. With css you tell it where to load in the page and it loads it seperatly. when you change anything from the menu it automatically loads that page in the other. Any changes you made are also displayed.
    <html>
    <head>
    <title>Name of page</title>
    <frameset rows="160,*">
    <!-- name of menu -->
    <frame src="frame.htm" frameborder="0" scrolling="no" noresize>
    <frame src="page.htm" name="main" noresize>

    <a href="page for menu" target="main" frameborder="0">Page Three</a>
    </frameset>
    </html>

    This is what I used for this page. As you can see you can click on the menu and it loads in the window below it. It dosen't reload it when you click within the window. Maybe you can use this, JF

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Er?

    Those are frames. Not CSS. This is appropriate sometimes, but may not fit in with your design. Another idea, of course, is to have a page holding your layout, with an iframe that will contain the content.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    may i suggest an external CSS file? thatway the colors, fonts, would be consistent and stuff...

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    boxxertrumps: S/he wants to include HTML.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •