What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » website design

website design
Author: Message:
freakuency
New Member
*


Posts: 3
Joined: Jun 2009
O.P. website design
Hi, I'm new here
I donno if this is the right place to ask web site developing questions :)
I'm trying to create a website and the other day I saw the new utorrent site [link]www.utorrent.com[/link] I really liked the idea of the logo and navigation bar integration for all the pages but I have no idea how to do it. What I mean is that the logo and navig bar stays the same and the pages load below that header. Does anyone know how to make this possible? Thanks
06-27-2009 12:36 AM
Profile E-Mail PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: website design
You include the header in all the other pages and voila.


No seriously, there's no big deal. Just make a logo + navigation and add it to every page. Voila.
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
06-27-2009 12:38 AM
Profile PM Web Find Quote Report
freakuency
New Member
*


Posts: 3
Joined: Jun 2009
O.P. RE: website design
thanks for the reply
I guess the header would be a better option
do u know where i can find code examples of such headers?
06-27-2009 12:42 AM
Profile E-Mail PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: website design
Have a Google query!
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
06-27-2009 12:55 AM
Profile PM Web Find Quote Report
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
RE: website design
What Thor means is that you simply make a page, and then copy the start of the page so that it is the same on all pages, you can do it however you like...

To make it easier/faster, you can put the code of the start of the page in a separate file and include that file in all your documents - that way, you only need to edit one file and the change will be visible on all pages. Here is a pretty good article describing some ways of including files.
[Image: signature.php]
06-27-2009 12:56 AM
Profile E-Mail PM Web Find Quote Report
freakuency
New Member
*


Posts: 3
Joined: Jun 2009
O.P. RE: website design
thanks a lot i will try that but will this work if some of my pages are in PHP? or do I need to create different headers? Im really new to coding n stuff :)
06-27-2009 01:05 AM
Profile E-Mail PM Find Quote Report
Salem
Senior Member
****

Avatar

Posts: 769
Reputation: 16
37 / Male / Flag
Joined: May 2004
RE: RE: website design
quote:
Originally posted by freakuency
thanks a lot i will try that but will this work if some of my pages are in PHP? or do I need to create different headers? Im really new to coding n stuff :)

Yes, that can be done in PHP pages. I use it on my sites.

code:
<?php
    include ("path/to/file.php);
?>

Hope this helps. Let me know if you need more help.

~Salem(@)
[Image: salem874.smart.jpg][Image: card.png]
Was i Helpful?[/url]
07-01-2009 11:37 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On