inherit
8198
0
Jan 23, 2011 9:23:58 GMT -8
SportsGuyz
Master of the Games
2,314
March 2003
ps2man
|
Post by SportsGuyz on Jul 9, 2005 10:06:08 GMT -8
I am currently planning to build a website, I am learning CSSright now. Right now I am planning it out on paper to get a good idea on what I am going to be doing to save some time. I am planning to make it with 2 Columns: High tec Graphics- some-what I plan to have a data base, so I can summit reviews faster, like have system to add ... *Title *Author *Date *Content *rate and put so it will alphabetize it< something like that. To make that kind of Database would need to learn PHP, Perl, java etc? and what the best way to start? layout then data base and graphics last? Thanks for your help- EXAMPLE site maybe would be like gamespot, imusion- great job with the update btw Nate etc. I signed up for some web development classes for the fall and game design classes as well. Gaming is the Topic of the site btw.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jul 9, 2005 14:04:09 GMT -8
PHP or Perl, doesn't matter (except your preference)
And to make a database, learn how to use flatfiles and mySql.
|
|
inherit
8198
0
Jan 23, 2011 9:23:58 GMT -8
SportsGuyz
Master of the Games
2,314
March 2003
ps2man
|
Post by SportsGuyz on Jul 9, 2005 19:05:30 GMT -8
PHP or Perl, doesn't matter (except your preference) And to make a database, learn how to use flatfiles and mySql. Whats eaiser? Or are they similar?
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jul 9, 2005 23:50:11 GMT -8
Like I said.
Preference.
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Jul 10, 2005 11:30:22 GMT -8
For you project MySQL would probably be much easier to use.
|
|
inherit
29687
0
Dec 11, 2006 0:27:09 GMT -8
Legendary SSJ Goku
The Legendary Strength revealed...
450
August 2004
lssjg
|
Post by Legendary SSJ Goku on Jul 10, 2005 15:12:02 GMT -8
HTML is good, because you can just use tables for the setup... some JavaSscript Iframes, will be handy if you don't want to update the navigation all the time, otherwise you can use a javascript menu... where you just make the menu in a JS file called nav.js and then in the files people see, just put <script type="text/javascript" src="nav.js"></script> but then the BEST ONE, is php include or php require in my opinion because with JS, your page will load then after that the JS menu will load, but with PHP, it copy's the stuff from nav.php over to your site when loading in a way... but it doesn't in reality really.... So basically it means that then your nav will load when it should... MySQL database is good... I prefer PHP over Pearl.... it's easier... i have tried both and i'm learning PHP, so try both... P.S. You will need a host for a site, many don't allow PHP, so go to www.ghhosting.com and say that Legendary SSJ Goku told you about ghhosting and you would like the same deal he had... and also tell him your subdomain or tell him you have a demain.... It's free. Otherwise, you can have your own service somewhere... it's just that it has lots and lots of space and bandwidth and also a MySQL database and it allows PHP.
|
|
inherit
RIP- Proboards Legend
39218
Conquester777 Conquester777
0
Oct 11, 2005 6:36:29 GMT -8
Conquester777
CirclesAreFun
4,008
March 2005
cq777
|
Post by Conquester777 on Jul 10, 2005 20:17:27 GMT -8
perl = old, dont use it php = new, better, and faster. use it.
flatfiles = saving the info to files mysql = saving it to well, a database (okay, so it kinda saves it to files too, but you dont see them)
mysql = faster, since yours will be big, use it flatfiles = a tiny bit easier to understand and use. dont use them for such a large project.
html + css = good to use javascript = not needed for anything you're asking. altho obviously you can use it to make your page better.
If you'd like any help, feel free to add this MSN: support@circleshosting.com
|
|
squalleh
inherit
-148880
0
Nov 30, 2024 2:54:22 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jul 11, 2005 3:18:17 GMT -8
perl = old, dont use it php = new, better, and faster. use it. In Computer Programming the older the language usually means the better the language. Perl has been around for a long time and is still popular, has a new version coming out, and is well supported. So just stating not to use Perl because it's old is wrong. Some would also say that PHP isn't better, but I'm not here to spark a debate. However, I will say, there isn't a speed difference between the two languages. Two properly written scripts, one in PHP and one in Perl, will run no faster than each other. Oh, and there is no true speed difference between Flat Files and MySQL. Tests have shown that each are faster under certain circumstances, but even then nothing that the user would notice. If a condition is set, MySQL's quicker, but if no condition is set then Flat Files are quicker. As I said, the speed differences though aren't enough to notice.
|
|