Results 1 to 30 of 30

Thread: Updating my website
      
   

  1. #1
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Updating my website

    Hello.

    I find I need to update my website quite a few times. Is there way of doing so without having to update each and every page?

    Also I would be grateful, if anyone could come up with an effect to way to have a and display a very long list of links. That must appear on each of my pages.

    Any help would indeed be of great help

  2. #2
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Updating my website

    Hi... You might look into Hyperlinking section of the forum... different go to drop down menus and stuff like that...I know that Naval has a neat php menu that is the same on all pages ... once updated .. all the pages are updated... If I can find the link I'll post it for you... Might consider a "site map" link or a "links" to take your visitor to a page that has all the links you wish to feature.. Hope that helps... Doug

  3. #3
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Thanks doug,

    I have to update my pages and add an extra page almost daily. But each and eary page must be update, i.e the new page and it's link.

    If you can find this link It may wel help

    Many thanks

  4. #4
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Updating my website

    Hi ic3... You can design your pages so that they share common info and when you update that particular header or footer all pages will show the same info. One way may be to have all pages include/share an I frame.. and in this I-frame the info you regularly change is listed..But I don't know how your site is constructed ..so it's difficult to recommended anything..Doug

  5. #5
    larazovich's Avatar
    larazovich is offline General
    Join Date
    Jul 2006
    Location
    near San Francisco, California
    Posts
    5,818

    Default Re: Updating my website

    Quote Originally Posted by ic3 View Post
    Thanks doug,

    I have to update my pages and add an extra page almost daily. But each and eary page must be update, i.e the new page and it's link.

    If you can find this link It may wel help

    Many thanks
    There is an another excellent way to do this, using php menus instead of iframes, much better from an seo standpoint..
    here is the link to the thread where you can download great instructions.
    http://www.vodahost.com/vodatalk/blu...ight=php+menus

    You will have to do some page updating at first but after that all will be soooo much easier..
    enjoy
    Liz
    www.sebastopolparty.com
    www.raynordescendents.com

    Ring the bells that still can ring

  6. #6
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Updating my website

    Thanks lara... that's the link I was looking for... now I have it...Doug

  7. #7
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Doug if you get a chance take a look at my site. I think iframes would would be the answer, but I have never been able to get it to work.

    www.ic3tv.com

  8. #8
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Updating my website

    HI... Very impressive site... I can see you are already using I-frames.. Which part of the site do wish to make updating easier and consistent for every page?... Doug

  9. #9
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Hi

    I wish to use iframe to carry a menu. Isteand of the go menu I am using. Every I try to use it. The iframe sends the rest of the site all funny. Color gets mixed up and the like. Any Ideas.

  10. #10
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi Doug, the iframe’s is an easy route if you’re not worried about the search engines finding you.
    Liz’s suggestion on Navals .php method is the best way to go, & once you get used to this method it will save you a lot of time with common page item changes. It will also help with page loading times.
    Iframe’s are a good way to show ads & images, but not really good for a long term plan.
    My site uses the php method, & the top/left side & bottom on most pages is just 1 page. Saves a lot of time when adding an extra page.

    Good luck.

  11. #11
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Thank you for your suggestions and consideration. I will look at the .php rout and report back how I got on.

  12. #12
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Updating my website

    Hi ..I suggested Naval's php menu... in my first entry to this thread... but .. I just could not find the link to it...Doug

  13. #13
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Quote Originally Posted by dougnez View Post
    Hi ..I suggested Naval's php menu... in my first entry to this thread... but .. I just could not find the link to it...Doug
    Ah! Sorry Doug. I haven’t been looking at this thread properly. (I'z Getting old) lol.

  14. #14
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Hi Doug

    I am nearly there, I have come up with a question. I understand everything about the .php menu. Right up to the point of publishing the page. What name and extension do I give the page with the .php insertion.

    Example. If I place the inserted menu into my index page. Do I change my index page from html to php. And do I change my index page’s name to reflect the php.

  15. #15
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi, let’s say you have made a page up for just your top menu! You could name this page top_munu & give it a .php extension via the page properties box. This page can now be saved & published. (Assuming you have placed the menu on it)

    Now! If you want to produce a new index page for your site with the new menu? Make a new page up & leave a space at the top of your page for the top menu html box with the code below inserted in html properties.

    <?php
    include ("top_menu.php");
    top_menu();
    ?>

    Now change the properties of this page to .php & save this page as index then publish.
    You should be able to test this page by calling up your main url
    So all pages made will have a php extension.

    NOTE: If you are not sure on any of this. Save your pages in a new folder on your computer. As you may over write your old pages & delete info that you may need.




    Good luck.

  16. #16
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Thanks for this information, but will I now not have an index page???

  17. #17
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi, yes! You must have an index page.
    Not sure if it any help? But the 1st image is my index page & the gray area around the top/left side & bottoms is my html box with the code for my menus & a few other bits I wanted to add as common items that I will have on every page. These are the items on my menu page. (Image 2)
    So when a visitor asks for my index/home page, a split second later my home page will ask the menu page to join together on the same screen. If you put these on top of each other, they would match exactly into this link http://www.collectors-info.com my index/home page.

    1st image




    Image 2


  18. #18
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Ok, I am going to try. Yes the image helps. I will let you know how I get on.

    I have dicovered I have a new problem. My website. www.ic3tv.com is now Firefox friendly. Works OK with IE, but not firefox. Hoe on earth to I solve this problem. May problem is the window player

  19. #19
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Ok, it works like a charm. I now only have two problems.

    1. I can't see the php version og my index page.
    2. Can I create a php insert with scroll bars.

  20. #20
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Quote Originally Posted by ic3 View Post
    Ok, it works like a charm. I now only have two problems.

    1. I can't see the php version og my index page.
    2. Can I create a php insert with scroll bars.
    • You may have to delete the html version as the server might be giving this one priority as your index page.
    • Not sure if it makes any difference? But have you pulled out the html box large enough. (Not sure why you need the scrollbars)

  21. #21
    larazovich's Avatar
    larazovich is offline General
    Join Date
    Jul 2006
    Location
    near San Francisco, California
    Posts
    5,818

    Default Re: Updating my website

    yep, you DO have to delete your html version or you won't be able to see your php page at all..
    Liz
    www.sebastopolparty.com
    www.raynordescendents.com

    Ring the bells that still can ring

  22. #22
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    I need scroll bars becuase the information I wish to carry is a long list. iframes don't work, and it was suggeted this php was a better way to go. I have it working now. But the information i wish to carry, ends up currupted.

    www.ic3online.co.uk/enoch.html

    is the layout I am trying to end up with. The link I given here is using iframes. you will note it scrolls now a long menu. But when I try to use it messes up the rest ofmy site. so hence I am using the drop menu, untill I get a little help to create what we see on this page.


    any I deas on firefox????

  23. #23
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi, you would have to do this the same way as it was before, (with iframes) by ether placing it on the main page or in page the area the php calls for.
    This method was really for saving time on common items & menus on all pages.

  24. #24
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Hi Chris

    I have tried to use the php, with my go menu, but it does not work. it works fine with all other menus.

    I seek a way to update my menu, once iframe would have been the answer save it does not seem to work in the Bluevoda enviroment.



  25. #25
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi, I have just been looking through your site & noticed that you don’t have any other pages to link to. IE: everything is a popup. The php is for use if you have a site with multiple pages. Basically, your site only has one page, so the php is not needed. Or is this for another site you are developing.

  26. #26
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Hi

    If you look in the drop 'go' menu you will see, where my problem lie. The popup is designed to keep my visitor where they are. but when the wish to watch another video they will select a program. This will take them to another page. Each time I ad another video (i.e. another page) I have to update each and every page to reflect the new information.

    I hope that makes more sense.

  27. #27
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Ah! that wasnt there before. I must of been a time when you was working on the php bit.

  28. #28
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    The go menu as been there all the time, I am trying to loose them, with your help

  29. #29
    ic3
    ic3 is offline Sergeant
    Join Date
    Jun 2007
    Posts
    38

    Default Re: Updating my website

    Hi, is there anyway I can remove some of this questions. With shock and horror, I have just noticed one of my questions appears on the msn search engine.

  30. #30
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Updating my website

    Hi, No! Anything that is placed on the web can be seen by the whole world.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49