IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Web Design Help

, I need help designing my website homepage if possible?

-Sky-
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 279
Joined: 30-August 08
From: United Kingdom
Member No.: 67,096
myCENT:76.91



Post #1 post Sep 8 2008, 03:55 PM
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
Go to the top of the page
+Quote Post
Deretto
no avatar
Advanced Member
*******
Group: [HOSTED]
Posts: 115
Joined: 7-September 08
From: West New York
Member No.: 67,492
myCENT:8.96



Post #2 post Sep 9 2008, 12: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!

This post has been edited by Deretto: Sep 9 2008, 12:55 AM
Go to the top of the page
+Quote Post
csp4.0
no avatar
NERVE: Interception
*********
Group: [HOSTED]
Posts: 597
Joined: 14-April 07
From: Holy Terra
Member No.: 41,610
myCENT:47.31



Post #3 post Sep 9 2008, 07: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.
Go to the top of the page
+Quote Post
-Sky-
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 279
Joined: 30-August 08
From: United Kingdom
Member No.: 67,096
myCENT:76.91



Post #4 post Sep 9 2008, 09:16 AM
QUOTE(Deretto @ Sep 9 2008, 01:55 AM) [snapback]407021[/snapback]
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) [snapback]407060[/snapback]
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?
Go to the top of the page
+Quote Post
nrunner
no avatar
Newbie
*
Group: Members
Posts: 8
Joined: 12-November 08
Member No.: 72,052



Post #5 post Nov 12 2008, 12:32 AM
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!
Go to the top of the page
+Quote Post
deadmix
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 13
Joined: 24-October 08
Member No.: 70,550



Post #6 post Nov 15 2008, 10:59 AM
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.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   16 Roly 1,154 13th August 2004 - 01:24 AM
Last post by: SilverBoarder
No New Posts   12 shadowx 396 14th September 2008 - 10:06 AM
Last post by: Stridr
No New Posts 3 skter4938 356 22nd June 2006 - 03:10 PM
Last post by: fffanatics
No New Posts   11 Mr Self Destruct 1,203 26th September 2004 - 04:37 AM
Last post by: Mr Self Destruct
No New Posts 10 Saint_Michael 1,357 13th October 2004 - 04:30 AM
Last post by: bowti3
No New Posts   7 googlue 493 15th October 2004 - 05:09 AM
Last post by: googlue
No new 226 nicky1 8,280 2nd June 2008 - 11:38 PM
Last post by: al-amakine
No New Posts   9 -Omenessence- 386 7th November 2004 - 10:07 AM
Last post by: Becca
No New Posts 6 skter4938 336 25th June 2006 - 10:36 AM
Last post by: Avalon
No New Posts   1 clouds421 357 9th November 2004 - 04:28 PM
Last post by: Becca


 



RSS Lo-Fi Version Time is now: 4th December 2008 - 06:38 PM