Making a Website: Services and Features?
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Making a Website: Services and Features?
Hello everyone!
I have an interesting question here that I hope you guys can answer me as many of you have your own websites.
I know how to make websites in their viewable format, but how does the hosting process work? I have just gotten myself a copy of Dreamweaver CS3 and am working on making pages for my game "company"(quotes as it is not registered and has no games to show off yet). Anyhow, so I know how to use all the features in Dreamweaver to make a site except for forms as I took a web design class my junior year of high school(about 2 years ago). Whenever I am able to finish one of my game projects, I would like to launch a company web page that would included forums and user accounts to receive things like email notifications and such. So, I know how to make the physical site, but how do you add features like user accounts and forums? Is there anything built into Dreamweaver? or is it a site hosting service? Do I need to have my web host configure this or can I code it myself? Basically I would like to know all about what goes on behind the scenes with websites and what my options are for going about hosting a site.
I have an interesting question here that I hope you guys can answer me as many of you have your own websites.
I know how to make websites in their viewable format, but how does the hosting process work? I have just gotten myself a copy of Dreamweaver CS3 and am working on making pages for my game "company"(quotes as it is not registered and has no games to show off yet). Anyhow, so I know how to use all the features in Dreamweaver to make a site except for forms as I took a web design class my junior year of high school(about 2 years ago). Whenever I am able to finish one of my game projects, I would like to launch a company web page that would included forums and user accounts to receive things like email notifications and such. So, I know how to make the physical site, but how do you add features like user accounts and forums? Is there anything built into Dreamweaver? or is it a site hosting service? Do I need to have my web host configure this or can I code it myself? Basically I would like to know all about what goes on behind the scenes with websites and what my options are for going about hosting a site.
Last edited by MakerOfGames on Thu Apr 03, 2008 6:09 am, edited 1 time in total.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: Making a Website: Serives and Features?
you can use a content management system, or a cms. joomla seems great but i never actually could install it properly. the only one that i could use is php fusion which is very good http://php-fusion.co.uk/news.php and e107 http://e107.org
Herp derp.
- Agentarrow
- Posts: 1346
- Joined: Thu Jun 28, 2007 4:34 pm
- Location: Kyiv, Ukraine
- Contact:
Re: Making a Website: Serives and Features?
Alright, well, first you'd need a domain (duh) You can get .co.uk and .co.nr for free, Godaddy does .info, .net, or .org for $5 USD and scottcrew does .com for $8 USD
Then there's Hosting. Scottcrew sets up the server, creates everything you'll need, and has great customer support $65 USD (annually) for your personal server. (Try telling them Brandon and Ethan referred you, It may get you a discount) Then you get FileZilla, login to the server (Scottcrew will set you up a username and password and e-mail it to you) then you just double click on all your files. Within five minutes your site is up.
so shop around but I recommend Scottcrew web services
I've also heard good things about Host Gator, but I also heard terrible things about customer support.
Then there's Hosting. Scottcrew sets up the server, creates everything you'll need, and has great customer support $65 USD (annually) for your personal server. (Try telling them Brandon and Ethan referred you, It may get you a discount) Then you get FileZilla, login to the server (Scottcrew will set you up a username and password and e-mail it to you) then you just double click on all your files. Within five minutes your site is up.
so shop around but I recommend Scottcrew web services
I've also heard good things about Host Gator, but I also heard terrible things about customer support.
AgentArrow Home
The greater good is but a point of view...
The greater good is but a point of view...
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Making a Website: Services and Features?
That helps a little with the process, however I am really curious as to how the data from user entered forms is taken and converted into data for the webmaster and stored on the site/server. Is this what web hosts do for you? you just need to create the pages? How would I make a user account section and have auto-generated email notifications for signing up?
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
- ardentcrest
- Posts: 735
- Joined: Wed Jan 25, 2006 10:55 pm
- Location: Ireland
Re: Making a Website: Services and Features?
Ok. first join http://rfcommunity.0lx.net/ and make an account.
There you can goto "Fantastico type installer" and create a CMS or forum.
I would go for E107. as I think its one of the best.
you can then mess around with it to see how it works.
ps all data is held in a mysql database.
you can also add Sub domains, Addon domains and Parked domains with your account.
If you need any help with this just PM me. Im doing a site for AA using E107 and creating a new theme for him.
There you can goto "Fantastico type installer" and create a CMS or forum.
I would go for E107. as I think its one of the best.
you can then mess around with it to see how it works.
ps all data is held in a mysql database.
you can also add Sub domains, Addon domains and Parked domains with your account.
If you need any help with this just PM me. Im doing a site for AA using E107 and creating a new theme for him.
He's a Bot Jim, But not as we know It.
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Making a Website: Services and Features?
I don't think you understand my question. How exactly do the forms I make on my website get stored to my web server and how do the account systems work? I don't need webspace yet, I just am very interested in knowing how all the "behind the scenes" stuff works. Like how you add encryption to pages and keep data secure on your server. How is the data stored on the server and how do website administrators/webmasters access it? How does all of it work? I want to know more than just "create an account". Do you understand what I'm getting at?
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: Making a Website: Services and Features?
they usually use a MySQL database and use php to create tables and set up accounts.
and just to say opensourcecms.com leyts you demo the cms
and just to say opensourcecms.com leyts you demo the cms
Herp derp.
- ardentcrest
- Posts: 735
- Joined: Wed Jan 25, 2006 10:55 pm
- Location: Ireland
Re: Making a Website: Services and Features?
http://www.php-mysql-tutorial.com/cms-php-mysql.php
http://www.intranetjournal.com/php-cms/
http://www.opensourcecms.com/index.php? ... Itemid=156
http://www.dmxzone.com/go/?3953
http://www.sitewonders.co.uk/cms_conten ... ement.html
just some links on how to create an cms, this will give you all the info ou saked for
http://www.intranetjournal.com/php-cms/
http://www.opensourcecms.com/index.php? ... Itemid=156
http://www.dmxzone.com/go/?3953
http://www.sitewonders.co.uk/cms_conten ... ement.html
just some links on how to create an cms, this will give you all the info ou saked for
He's a Bot Jim, But not as we know It.
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Making a Website: Services and Features?
Thank you! That was just what I was looking for. I didn''t hear of CMS before now, and thought SQL was only another database program like Microsoft Access as well. I have much to learn about web hosting! Thanks for the links!
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
Re: Making a Website: Services and Features?
MoG, if you don't want to make a CMS, you can always download Joomla. That is a free CMS. This website uses Joomla.
Many Bothans died to bring you this signature....
- vrageprogrammer
- Posts: 566
- Joined: Wed Oct 31, 2007 2:59 pm
- Location: On top of a tree
- Contact:
Re: Making a Website: Services and Features?
It was not Possible to determine the dimensions of the image....