Nov 21, 2009

Web Design Help - I need help designing my website homepage if possible?

free web hosting
Open Discussion > MODERATED AREA > The Internet > Web Design

Web Design Help - I need help designing my website homepage if possible?

-Sky-
Hey Trap17 Users! smile.gif

I'd like to get some help from experienced Trap members, to help me get my homepage of Central-Gaming design page up. smile.gif

If possible, I'd like to have the following used:
  • HTML
  • PHP
  • Maybe some jscript
Also, what I'm trying to do is create a homepage (A good homepage) for Central-Gaming. (My site). biggrin.gif
Some themes of banners/images etc, anything game related, and that would do nicely on the homepage. I'd also like a left navigation bar (nav bar) with the "Trap17 Network links", then a nav menu "Central-Gaming" "Forums" "Homepage" "Arcade" "Store" etc etc. smile.gif

If ANYONE on here can help me, I'd be really really happy and would be appreciated.

Thanks

 

 

 


Comment/Reply (w/o sign-up)

Deretto
Well, if you're going to be having a lot of pages on your site you might want some php so that you don't have to retype your left menu on every page you go to. Course this will work for any html that you plan to repeat on almost every page.

menu.txt:
CODE
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="menu">
-actual menu-
</div>


Your actual .php page would then look something like...

page.php:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>A page</title>
<?php include('top.txt'); ?>
<p>This is some content on the page.</p>
</body>
</html>


I hope that helps!

 

 

 


Comment/Reply (w/o sign-up)

csp4.0
If you are having a forums. Consider integrating your website into whatever forum software you are choosing (i.e. in Other words, have your homepage as a portal for whatever forum software you are going to use (which I highly recomment phpBB3.x.x))

Integrating your site with your forum would mean you can share sessions (i.e. You can have logins, and you can register etc without having to enter the forum's register/login etc)

Or consider using a CMS software (i.e. I personally recommend Joomla! For this though I still prefer no CMS...)

With the Navigation bar, use a CSS navigation bar creator to first get the code and then if you want, modify it to fit your website...

What are you aiming for your homepage? Full integration with your forum software (Which you should go with a portal), partially integrated (Which you should make your own, i.e. For phpBB3.x.x all you need to do is put a few lines of code and you can use its templating system, language system, etc), or if you want it separate but with logins (Which I recommend you use a CMS, though CMS such as Joomla! can be integrated with phpBB3.x.x), or if you just want the PHP to be as simple as possible and only use the INCLUDE, REQUIRE (which I recommend over INCLUDE) tags...

Try to aim high up and don't start small as the best way to learn is to "learn-as-you-go" and not learn a bit, use it, learn more use it...

Also, to get more users use less graphics and focus on the content at the start. And only use graphics when necessary so you can keep the dialup users returning. Also make sure that all your code gets validated before its gets uploaded. Try not to directly edit things from cPanel's filemanager.

Get Apache (or something) and do some localhost (127.0.0.1) testing before you upload with multiple browsers (including IE6) just to make sure it displays properly so that nobody would get missing info.

Comment/Reply (w/o sign-up)

-Sky-
QUOTE(Deretto @ Sep 9 2008, 01:55 AM) *
Well, if you're going to be having a lot of pages on your site you might want some php so that you don't have to retype your left menu on every page you go to. Course this will work for any html that you plan to repeat on almost every page.

menu.txt:
CODE
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="menu">
-actual menu-
</div>


Your actual .php page would then look something like...

page.php:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>A page</title>
<?php include('top.txt'); ?>
<p>This is some content on the page.</p>
</body>
</html>


I hope that helps!

Thanks Deretto, but could you possibly create me a PHP page and the menu? I'd rubbish with PHP, and HTML really. I just know a small amount of HTML. smile.gif

QUOTE(csp4.0 @ Sep 9 2008, 08:19 AM) *
If you are having a forums. Consider integrating your website into whatever forum software you are choosing (i.e. in Other words, have your homepage as a portal for whatever forum software you are going to use (which I highly recomment phpBB3.x.x))

Integrating your site with your forum would mean you can share sessions (i.e. You can have logins, and you can register etc without having to enter the forum's register/login etc)

Or consider using a CMS software (i.e. I personally recommend Joomla! For this though I still prefer no CMS...)

With the Navigation bar, use a CSS navigation bar creator to first get the code and then if you want, modify it to fit your website...

What are you aiming for your homepage? Full integration with your forum software (Which you should go with a portal), partially integrated (Which you should make your own, i.e. For phpBB3.x.x all you need to do is put a few lines of code and you can use its templating system, language system, etc), or if you want it separate but with logins (Which I recommend you use a CMS, though CMS such as Joomla! can be integrated with phpBB3.x.x), or if you just want the PHP to be as simple as possible and only use the INCLUDE, REQUIRE (which I recommend over INCLUDE) tags...

Try to aim high up and don't start small as the best way to learn is to "learn-as-you-go" and not learn a bit, use it, learn more use it...

Also, to get more users use less graphics and focus on the content at the start. And only use graphics when necessary so you can keep the dialup users returning. Also make sure that all your code gets validated before its gets uploaded. Try not to directly edit things from cPanel's filemanager.

Get Apache (or something) and do some localhost (127.0.0.1) testing before you upload with multiple browsers (including IE6) just to make sure it displays properly so that nobody would get missing info.

I don't really like CMS, phpbb or any of them. I tried installing Joomla, but it said it needs mysql. I put mysql and it didn't connect, so it won't allow it on localhost. Any suggestions?

Comment/Reply (w/o sign-up)

nrunner
Sky I hope this website is a big help to ya.. I've been learning alot from this site.. from htlp. dhtml, to Macromedia Flash, to even little bits of PHP. Here's the website:
http://www.w3schools.com
Hope helps you alot! I wish you luck Sky!

Comment/Reply (w/o sign-up)

deadmix
hello

i think a Joomla installed with a Games Templates which you can find here :

http://templates4all.blogspot.com/search/l...s?max-results=6

is enough to make a Good Gaming Website with all what you listed and you want to make to this Website, plus you economize time.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : web, design, designing, website, homepage,

  1. Designing An Online Community Center Site
    (4)
  2. Help Me Flash My Website.
    web designing (7)
    Hey...guys ...I have a website ...which is sort of a personal website.. But now I want to change it
    to a blog site for my college... I want the site to be cool...and awesome Its an engineering
    college....so I want the site to look...techie...sci-fi...you know what I mean... I know that I can
    make it look that way if I use..flash ... I want the site to look just a little bit like the
    www.2advanced.com...u will what I mean if u visit that site.. I have no experience in flash so
    what I want is -how to include flash in my website -what softwares do i need -where can i g....
  3. How To Add The Flash In Our Website ?
    Animated image in website make the site atractive, but take more time (4)
    Animation in this world: We see in most of the website that company icon, logos, memorandom,
    Advertisement, smily,even todat Button etc. in the website are animated in a sequencial manner so
    any body who see this get impressed, even so many time i also get impressed and want to give thanks
    that one who creates this logic a fantastic idea, adobe website we read some articles, i want a
    proper process or command from starting to end till image(how many types of image) animated in my
    website. what software, hardware, required to do complete this task. any idea, tutorial, not....
  4. Website Structure
    PHP, MySQL, HTML, etc. (3)
    Hey guys, I am a very, VERY, curious person on finding out how things work on the computer if I find
    them interesting and I can't stop thinking about the thing until I find the answer. The sooner
    I find the answer, the less time I get a headache.

    So I was wondering how websites work. I mean how
    everything would be put together. Like how a game would be put together lin....
  5. Web Page Designing
    (5)
    as a beginner how we can start to learn web page designing....
  6. Has Anyone Designed A Website For A Wow Guild?
    (4)
    I belong to a WOW guild and we're considering a website for our members. Has anyone any
    experience designing and running such a site? For a start, we're only interested in a basic
    website for our members so we can show member character stats, announce raids and have a forum so we
    can all leave messages for each other and discuss strategy and levelling tips. I know there are
    templates available and I'm wondering if it would be just as easy to use one of the premade
    templates rather than create a site from scratch. Any comments would be greatly appreciated ....
  7. Basic Of Website Creation
    Get basic knowledge on website creation here (9)
    By basic, i mean reaaaal "BASIC". I know that its probably redundant info for so many of us, but I
    still would like you to add your bit into this post , so that newbies benefit from it.....
  8. Website Layout?
    Help me please (3)
    Im sorta really new to html and php, and i want to make or edit a layout for my website that i might
    get from this forum thing, and i need sombody to point me to some tutorials or make me a layout.
    also if you want to you can make me a myspace one too xD. Please and thanks.....
  9. Creating A Good Website, How?!
    (19)
    Creating a good website, How?! I looked at many forums, searching on now to create a good website,
    by good I meant good website interface. For example, Trap17 have this amazing flash header, and nice
    design… I searched and searched, I found that many people started with a photoshop picture, then
    they make it come true by requesting a website coder (A.K.A. Programmer) to code the whole website
    for it. If, I said if, I were good a art, I can design a good nice picture off photoshop, and I
    know how to code, does that means I can make a good website? Please post any comm....
  10. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (3)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  11. Php Auto Website Title
    (8)
    This simple PHP function is pretty handy if you want your websites pages in the title without having
    to name individual ones. It will look like: QUOTE MyWebsite | Index QUOTE Quote:
    MyWebsite | Gallery QUOTE Quote: MyWebsite | Forums etc.. paste the code into your
    "functions" file, or any webpage which is included in every page you have (Reminder: To include a
    webpage, use 'include("webpage.php");') You can of course put the function in each page, but
    that's just annoying .. /tongue.gif" style="vertical-align:middle" emoid=":P" borde....
  12. Softwares For Web Designing Workflow
    (1)
    Hi guys, As a Starter to web designing, I've been learning designing from web designing people
    who were in the web designing industry. Its because I have a belief in a quote " Those who
    can't do. Teach" My tutors were teaching me Photoshop, flash, dreamweaver. But, Browsing more
    and more in internet leads me to see fireworks is involved a big deal in web designing. Even my
    trainer has no knowledge about fireworks. Most of the web designing institutions and certified
    courses in here don't offer fireworks training. While browsing through internet I found it....
  13. How To Build A Good Website
    (2)
    First, have a good color is important. You don't want people say "Ow!!! My eyes!!! where's
    the X button????" So try not to use colors like light green, yellow. Second, have some content.
    Will you like a site just with a title? Updated it AT LEAST once a month. Third, try not to put
    "too much" image on the homepage. Otherwise, if they come from a search engion, they will probley
    want to find something that they want. If that takes too long, they'll leave. Fourth, having a
    portal is good if you have a forum. If you are using something like ip board, active t....
  14. Help Creating A Profile Website
    how do i make a profile website (20)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  15. How To Make A Website
    (If you're trying to drive people away from your site) (30)
    Alright so there are many topics out there of how to make a website that everyone will love and want
    to go to, but I can't seem to find any about how to make a website that people will hate and try
    to run away from, so here are some pointers for those who are trying to make the worst website:
    Step one: COLORS Be sure to use a vivid and bright background color, and a non-noticeable text
    color. Nothing wakes people wake up more than a florescent yellow background with white text. Make
    people work to try to read your website. After all, you have some great content....
  16. Webdesign Frequently Askd Questions
    is it posible to design a sercheingin in your website. (12)
    what i wanna no is is it posible to incorporate a custom search engin into your own website. for a
    while now i have bin wondering is it posible to do this as i would like to try something like this
    out. but i have heard of there being a way to do this in pearl but i no nothing of pearl does
    annyone have anny tips or info on this? (i use frontpage and dreamweaver)....
  17. Xml For Dynamic Website Content
    (3)
    Anyone got a site where they're using XML to generate dynamic content? I'm thinking of
    using XML for several elements of the website for my workplace, partially because I can easily
    generate XML through a simple VBA interface far easier than XHTML (since I'm only considering
    the content), so that I can set up easy ways of changing that content for the completely computer
    illiterate people I work with. Also, I'm doing an XML course later, so I want ot get some
    practice in /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif....
  18. Help! Php Or Just Html?
    i want to start buliding my website. which is better, php or basic htm (16)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??....
  19. Php Scripts And Website Templates
    php scripts and website templates (7)
    I need some help. I´m trying to start my own website but I´m out of ideas about the design... The
    site should look something like this (click to view) Like I said I´m out of ideas so if any of you
    knows of a good and free web template that looks like my site please post the link to it. I´m also
    looking for some free php scripts (classified ads, fotolog, youtube, banner exchange, link exchange,
    adbux) so if you know where I can find any of those scripts please let me know. Thanks in advance.
    "I Need Some Help" isn't a good topic title. Changed to a more descript....
  20. A Small Html Problem
    How to display foreign characters correctly when designing a site. (5)
    I was wondering how I could solve a small problem. I was told that some people see accented and
    umlauted letters (such as " é " and " ë ") as question marks (" ? ") on my website. I come across
    the same thing sometimes when looking at websites which use non-English characters. Funnily enough,
    the other day, I looked at a site and the apostrophy ( ' ) was also shown as a question mark.
    That is a very common character usually, I would think. I thought it had something to do with the
    character encoding settings, and let me also mention I use Mozilla Firefox as my brows....
  21. Image Not Taking The Right Size In Web Page
    An image is correct when designed, but not when put in a website (1)
    When trying to make a web page with a GIF image on it which runs a coloured bar along the top and a
    coloured curve along the side, I come across the weird thing that, when I put the image on a web
    site, it does not take in the whole top and does not run from top to bottom completely. The image is
    made in Adobe Photoshop at a resolution of 1024X768 pixela and looks correct , ie. the horizontal
    bit runs completely from left to righ and the vertical bit completely from topright to bottom right,
    yet when put in to the web page, it shows with big margins left and right and to....
  22. Need A Logo For Website Can't Get Into Ideas
    (11)
    Hi friends i'm running site on computinghost server called http://onecore.net i think again i
    need some help,for good touch to the site so pleasse help me can you think of any good logo idea,i
    want simple,creative,techno-anime style yet smoot for eyes. can you think of any good idea,mymind
    is just wandering here and there /unsure.gif" style="vertical-align:middle" emoid=":unsure:"
    border="0" alt="unsure.gif" /> hope u understand that .... Please send in any dieas for logo almost
    anything.....
  23. How To Create Smallest Website
    (22)
    I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
    they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" />....
  24. What Are The Steps To Making A Website?
    (19)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ....
  25. Help Needed For Alumni Website.
    (8)
    I'm planning to start an Alumni website for my college mates, I searched for any Alumni CMS but
    couldn't find one. So If anyone of you know any Alumni or Community CMS, please share it with
    me. I need a community CMS where each member Can have his own page, and somewhat related to orkut.
    If there is any add-on MODs for Joomla or Mambo please do share them too.....
  26. Free Phpnuke Themes
    Cool-looking themes for your website (5)
    Hi, i'm new and I would like to start to post in these forums by sharing you all a link to a
    website that contains FREE PHP-Nuke PRO themes. Many of those templates include its own V2 ShoutBox,
    a Flash Navigation Bar, Flash Headers, Forums matching skin and many other cool features. You can
    even play your music in your website with some of them!! Check them out! them are perfect for host
    a gaming website or personal homepages http://phpthemes.net/ ....
  27. Excellent Free Website Templates
    (29)
    Site also includes 60 free logo templates, 63 free banner templates, 84 free newsletter templates,
    website arrows, abstract images, and much more. Fantastic resource...
    http://www.templatesbox.com/templates.htm ....
  28. Website Design Discussion/help
    (4)
    Can we make this a thread where you can ask questions about websites design/help regarding related
    stuff? Are the experts willing to come in & answer questions every now & then? Some questions I
    have: I have been told frames are bad design? What's your take on this? Also on this page:
    http://eien-no-ai.nu/15/index.html -- is there a program that can get the automate the picture
    buttons to look like that or is it something you have to do manually? Just that I've seen this
    kind of formatting quite often so wondering if it's a generic look you can get fr....
  29. My Website
    (23)
    Hey guys, check out my website at SnD Gaming I made the flash thing all by myself.....
  30. Website Help
    (5)
    Hi Can someone help me with transferring data from my forum to another forum. I would like to know
    how to transfer members and all that. Can someone help me with that do you just backup the mysql and
    just load it in the new one or wat?....

    1. Looking for web, design, designing, website, homepage,
Similar
Designing An Online Community Center Site
Help Me Flash My Website. - web designing
How To Add The Flash In Our Website ? - Animated image in website make the site atractive, but take more time
Website Structure - PHP, MySQL, HTML, etc.
Web Page Designing
Has Anyone Designed A Website For A Wow Guild?
Basic Of Website Creation - Get basic knowledge on website creation here
Website Layout? - Help me please
Creating A Good Website, How?!
Flash Media Into Html/css Website - does anyone know how to import a flash into a webpage with transparenc
Php Auto Website Title
Softwares For Web Designing Workflow
How To Build A Good Website
Help Creating A Profile Website - how do i make a profile website
How To Make A Website - (If you're trying to drive people away from your site)
Webdesign Frequently Askd Questions - is it posible to design a sercheingin in your website.
Xml For Dynamic Website Content
Help! Php Or Just Html? - i want to start buliding my website. which is better, php or basic htm
Php Scripts And Website Templates - php scripts and website templates
A Small Html Problem - How to display foreign characters correctly when designing a site.
Image Not Taking The Right Size In Web Page - An image is correct when designed, but not when put in a website
Need A Logo For Website Can't Get Into Ideas
How To Create Smallest Website
What Are The Steps To Making A Website?
Help Needed For Alumni Website.
Free Phpnuke Themes - Cool-looking themes for your website
Excellent Free Website Templates
Website Design Discussion/help
My Website
Website Help

Searching Video's for web, design, designing, website, homepage,
See Also,
advertisement


Web Design Help - I need help designing my website homepage if possible?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com