| Author |
Topic: i wanna make a dedicated server |
| 94sniper |
 |
General Member Since: Jun 15, 2007 Posts: 907 Last: Jun 22, 2009 [view latest posts] |
|
|
|
|
| Pedro699 |
General Member Since: Jun 19, 2006 Posts: 781 Last: Dec 18, 2010 [view latest posts] |
|
|
|
Category: CoD4 Offsite Links Posted: Friday, Aug. 17, 2007 10:22 pm |
 |
Learning web design?
One stop trip: W3Schools
Covers all major web languages, with full tutorials and examples.
Taught myself html in around 2 weeks, and php in a couple of months using w3schools.
As for programs, I use DreamWeaver. I would suggest always using the code view in any program you choose, as this will help you understand much better how web pages actually work as well as creating better quality sites.
Incidentally, basic html pages can be viewed on your pc using any browser. If you start looking into server-side scripting, you will need to install a webserver (I recommend Apache) on your pc.
Good Luck!
|
 |
|
|
| 94sniper |
 |
General Member Since: Jun 15, 2007 Posts: 907 Last: Jun 22, 2009 [view latest posts] |
|
|
|
|
| foyleman |
 |
Preferred PLUS Member Since: Nov 7, 2001 Posts: 95762 Last: Apr 13, 2021 [view latest posts] |
|
|
 |
 |
 |
|
|
| 94sniper |
 |
General Member Since: Jun 15, 2007 Posts: 907 Last: Jun 22, 2009 [view latest posts] |
|
|
|
Category: CoD4 Offsite Links Posted: Friday, Aug. 17, 2007 11:19 pm |
 |
ok i followed the link given by pedro and it's actually woking out pretty well for me! i've always been kind of a gear head so i almost completely understand this. ive made a header, text, image on my page, and i've even made a background image! that link is a gold mine. thanks a million Pedro!
however i want to know how to change my text color(if i can)
i also want to know how to make a forum. is it just a program by chance? or do i have to go through and make a bunch of headers links and everything else?
and yes, foyleman. I want to make this website official and recognized. i already know a couple of sites that i might try to partner up with({S-K}, Codutility, Codfiles, filefront, a whole bunch of sites)
edited on Aug. 17, 2007 07:27 pm by 94sniper |
|
|
|
| xxxsniper |
 |
General Member Since: Mar 19, 2006 Posts: 110 Last: Sep 5, 2008 [view latest posts] |
|
|
|
|
| 94sniper |
 |
General Member Since: Jun 15, 2007 Posts: 907 Last: Jun 22, 2009 [view latest posts] |
|
|
|
Category: CoD4 Offsite Links Posted: Saturday, Aug. 18, 2007 02:34 am |
 |
ok, i understand some of the tags and such now like bold, text size, and inserting pictures. what i don't get is how to contain certain parts of it to one area. for example, on your left at the top you will see the main menu, then the tutorials, then the online members,etc. i want to know how to make all of these and the little boxes around them, too. and foyleman, i finally realized why you always type so perfectly, even one quotation mark can screw up a whole page. and don't worry guys, i got my own method for testing and making sure it's all ok. ![[thumbs_up]](images/BBCode/smilies/thumbs_up.gif)
Also(ya i know its getting old)i want to know how to make a registration system like the one here with ranks and everything, cept im gonna make avatars available to everyone, not that i'd try to better you foyleman
edited on Aug. 17, 2007 10:40 pm by 94sniper |
|
|
|
| Pedro699 |
General Member Since: Jun 19, 2006 Posts: 781 Last: Dec 18, 2010 [view latest posts] |
|
|
|
Category: CoD4 Offsite Links Posted: Saturday, Aug. 18, 2007 11:32 am |
 |
For layout, modern sites use css. However I would suggest learning to use tables, as these are much simpler. Lots of info about tables on w3schools.
As for forums and login systems these are much more complicated and require server scripting and databases (more advanced). I would suggest downloading phpbb, which is a free forum.
To use both databases and server scripting you will have to install your own webserver for testing, or buy/find for free a web hosting package.
To set up my webserver, I used these instructions:
Here
Just work you way through it.
Once you feel you have 'mastered' html start having a look at the php tutorials.
If you've done any COD scripting you should find php quite easy, as QuakeC is very similar. (I actually learnt php first, then got into cod2 scripting) |
 |
|
|
| foyleman |
 |
Preferred PLUS Member Since: Nov 7, 2001 Posts: 95762 Last: Apr 13, 2021 [view latest posts] |
|
|
 |
 |
 |
|
Category: CoD4 Offsite Links Posted: Saturday, Aug. 18, 2007 11:34 am |
 |
(hehe. as I wrote this someone posted something similar.)
Although there are many ways to place columns and such on a page, the easiest way for someone who is new at this is to do it with tables. example:
Code: <table width="775" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2">Top Imagetd>
tr>
<tr>
<td width="175" valign="top">Left Columntd>
<td width="600" valign="top">Main Contenttd>
tr>
table> Some explanations of the code:
colspan="2" : this means that this column should span across two columns thereby making what would normally be two columns only one.
valign="top" : align everything to the top of this column because the default is to center it (middle is the correct term rather than center).
If you want to build a community website, then I recommend looking at PostNuke or PHPNuke. These are website programs that will start you off with almost a pre-made website. You just pop in the main image at the top and fill in all the news and such. Plus it's all free (open source). |
Have you heard the MODSonair Podcast?:
MODSonair is a weekly podcast bringing you the news from a modders perspective.
Tune in every Sunday at 12pm EST to listen LIVE. |
 |
|
|
| 94sniper |
 |
General Member Since: Jun 15, 2007 Posts: 907 Last: Jun 22, 2009 [view latest posts] |
|
|
|
|
|
|
mp_TempleCall of Duty: Mods: Multiplayer (624.12Kb)
|