GameTavern

GameTavern (http://www.gametavern.net/forums/index.php)
-   Video Gaming (http://www.gametavern.net/forums/forumdisplay.php?f=1)
-   -   Programming Thread (http://www.gametavern.net/forums/showthread.php?t=11286)

MuGen 03-21-2005 01:44 AM

Re: Programming Thread
 
I have HTML/DHTML/Java/CSS/PHP/CGI/ASP/ColdFusion/SQL/ActionScript(Flash) under my belt... eh. I'm a bit late on this thread.

Vampyr 03-21-2005 05:34 PM

Re: Programming Thread
 
Can someone give me a definition of what exactly a "database" is?

Like is it located on my server space or on my computer, and what is it used for? I just don't understand *what* it is exactly.

ulala06 03-21-2005 08:42 PM

Re: Programming Thread
 
hey guys, i've been out of the web-design loop for about 2 years now, and i was wondering what the best free website provider is right now(just for practicing, etc.)

Vampyr 03-21-2005 08:56 PM

Re: Programming Thread
 
http://www.angelfire.com
http://www.tripod.com
http://www.geocities.com
http://www.freewebs.com

ulala06 03-22-2005 09:40 AM

Re: Programming Thread
 

ok... geocities is the best of those, no doubt.

wow, nothing's changed in two years... that's very sad.

ZebraRampage 03-22-2005 06:46 PM

Re: Programming Thread
 
My school is just starting to get C++, but I won't be able to take it. I only know Visual Basic really.

Vampyr 03-22-2005 06:47 PM

Re: Programming Thread
 
Quote:

Originally Posted by ulala06
ok... geocities is the best of those, no doubt.

wow, nothing's changed in two years... that's very sad.

They are all pretty nice. I wouldn't say any is better than the other.

Update!: http://home.comcast.net/~zalu_ragar/home.html

My website is really coming along! I'll probably change this layout after I learn how to program, because I made this really fast, but I like it for what it really is. I'm going to work on the html and make the links, and I have a PHP script that Kyuzo gave me that will let me put a journal/news section in the center.

I am taking Gekko and Kyuzo's advice and making the nav bars the same on every single page so that they are extremely easy to change.

Those three purple boxe's you see will contain featured content, like articles or new artwork.

gekko 04-02-2005 02:22 AM

Re: Programming Thread
 
Quote:

Originally Posted by Vampyr
Can someone give me a definition of what exactly a "database" is?

Like is it located on my server space or on my computer, and what is it used for? I just don't understand *what* it is exactly.

A collection of data arranged for ease and speed of search and retrieval.

A database is a metheod of storing information, that can be accessed externally. Generally, everything is stored in tables, but if you get more advanced you'll find you can store images and all that crap in them to, for better or worse.

Anyway, take this forum as an example. The database will store the information in multiple columns, ie.

Thread ID = 1234
Post ID = 164917
User ID = 15
Post title = Programming Thread
Post icon = 5
post contents = Blah blah blah

Anyway, the information can all be searched and easily recalled.

So when this is posted, it puts the reply under thread 1234, it knows user 15 posted it, so it'll grab his information for the side bar, then it puts the title that you entered into the proper spot, as well as any icon you chose, and the contents of the post.

If you wanted to do this another way, you would have write a script that physically created and deleted text files to store the same information, which is a lot slower and (IMO) more complicated.

Yada, yada, yada...


All times are GMT -4. The time now is 12:33 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
GameTavern