Website building for beginners

Bobby135

Orange Belt
Joined
Aug 9, 2006
Messages
62
Reaction score
8
Location
Winchester, MA
Hi All,

I am looking to build a website. I have never done it before and I would like to learn how. I am computer literate, as in Iknow how to work them and get around but as for programming I am lacking. I would like some help as to where I can get it hosted along with what tools can I use to do this.

Thanks for your help,
Bobby
 

Andrew Green

Grandmaster
MTS Alumni
Joined
Aug 1, 2004
Messages
8,627
Reaction score
452
Location
Winnipeg MB
how deep do you want to get into it?

You really don't need a lot for tools to get started, and if you want to go at this in any depth then you need to start learning html.

A good place to start is http://w3schools.com

Get a decen understanding of HTML, then start looking at CSS, then if you want to go farther Javascript (client side scripting), and php, asp or some other server side language. And then, SQL, as most sites nowadays use a database of some sort. The movement right now is towards websites as applications, not just static pages. But you got to start at the bottom (HTML/CSS) to get there :)

A text editor is all you need, preferably one with syntax highlighting such as this: http://notepad-plus.sourceforge.net/uk/site.htm
 

ArmorOfGod

Senior Master
Joined
May 31, 2006
Messages
2,031
Reaction score
39
Location
North Augusta, SC
An easier way to do this is just use something like tripod.com or googlepages.com to get our feet wet.

My website is done from googlepages and I think looks pretty good. With Tripod and Googlepages, you just pick a template and plug in your info.
Now, if you want to get all fancy, read that last post.

How advanced of a site do you want to have, by the way?

AoG
 

Monadnock

2nd Black Belt
Joined
Jan 2, 2006
Messages
717
Reaction score
15
Location
Land-of-the-self-proclaimed-10th-Dan's
What AoG said.

A lot of online hosting companies have tools to help you edit your pages and upload images. Yahoo! and GoDaddy are a couple.

If you know how to use a word processing program, there are WYSIWYG editors like Dreamweaver that are pretty powerful. All you need is your hosting company's FTP info to upload it.
 

Bob Hubbard

Retired
MT Mentor
Founding Member
Lifetime Supporting Member
MTS Alumni
Joined
Aug 4, 2001
Messages
47,245
Reaction score
772
Location
Land of the Free
If you're looking for cheap or 'get my feet wet' type stuff, go with a free host that has site builder tools. You simply plug in your text, upload some images and have a website.

Netscape used to include a basic site editor as well, but I don't know if they still offer that. I cut my teeth on it, way back when.

Another option would be to go with a host that offers a content management system. There is a bit of a learning curve, but you'll be able to add all sorts of advanced content (mailing lists, forums, image galleries, etc) with a few clicks and not need to learn site design. Most are customizable through a control panel where you pop in the info you want, and it does the rest.

Another option is to get a copy of a reliable editor. I recommend Dreamweaver as it's the most powerful, but also has the highest learning curve. Microsoft Frontpage is another option. Lacking some of the pro-tools, it is more user friendly, an has many automated extras that make life simpler for novice designers. It does require that your host support those features.

I offer a hosting special for the martial arts industry, which includes those content managers, and Frontpage support (if needed). http://www.martialtalk.com/webservices.shtml
 

crushing

Grandmaster
Joined
Dec 31, 2005
Messages
5,082
Reaction score
136
Yahoo's Sitebuilder tool is pretty simple and straightforward. I put this website together using it with little effort (I hope the 'little effort' part doesn't show too much! :) ) http://www.vfw3256.org
 

OnlyAnEgg

Senior Master
MTS Alumni
Joined
Dec 4, 2004
Messages
4,402
Reaction score
31
Location
Newport News
I've always used wordpad; but, as mentioned, Dreamweaver is a good buy. 1st Page, by Evrsoft, is every bit as powerful and less than 1/4th the price.

There are literally thousands of sites that will teach you html, from tags on up.

Good luck :)
 

Brian R. VanCise

MT Moderator
Staff member
Joined
Sep 9, 2004
Messages
27,758
Reaction score
1,520
Location
Las Vegas, Nevada
I like Dreamweaver quite a bit but for the non super duper computer guy's like me the learning curve is pretty steep. Fortuantely my best friend has talked me through my mistakes and I have a handle on it now.
 

tahuti

Orange Belt
Joined
Apr 13, 2007
Messages
86
Reaction score
1
It really depends what do you want to make. If it is like few pages linked that you can use any type of html editor like NVU (which is open source vs Dreamweaver $$$, of course doesn't have all features). Now, if you need forums, galleries, blogs, I would suggest to look into some of CMS (content managment systems) such as Joomla and Drupal. To set them up you need to buy domain name and get hosting with PHP and MySQL database. http://www.opensourcecms.com/ have demos for various cms so you can play around if you like them or not.
 
OP
Bobby135

Bobby135

Orange Belt
Joined
Aug 9, 2006
Messages
62
Reaction score
8
Location
Winchester, MA
Thanks everyone for the help so far. Let me see if i can explain this a little better. There will be a few things i will have to do, and I have no idea how hard any of this will be. I need to be able to accept donations, one of them is going to be a nonprofit organization. I would like to be able to post video messages along with the ability to blog and probably have some sort of message board, as well as a photo gallery somewhere along the line. I dont really know how advanced I have to get in order to do this, but I am hoping that I can figure it all out. I would also like to have my own email address ([email protected]), so that is why I want to stay away from googlepages because I am looking just to have my website name. I hope this makes sense to all of you

Thanks again,
Bobby :erg:
 

Andrew Green

Grandmaster
MTS Alumni
Joined
Aug 1, 2004
Messages
8,627
Reaction score
452
Location
Winnipeg MB
ok, so in terms of what you need to host

You need a name, register it to yourself. Some hosting companies will offer to do it for free if you sign up with them, I'd reccommend not doing that and registering it too you, rather then your hosting company. Makes things easier if you need to change hosts. Domains are cheap, $10 / year (depending on your top level - .com, .net, etc)

Then you need to find a host, there are many covering a full range of prices and service. Bob (Martialtalks big cheese) provides web hosting.

For donations, I would imagine a 3rd party processor would be your best bet. They are more secure and have all there insurance and what not in place, as well as generally being more trusted, fees are generally quite small as well. If it became something big enough to warrant doing your processing yourself (and that is pretty big) look at that then, until then something like paypal will take money for you and support all major credit cards.

For blogs, message boards and galleries you once again have a good selection to choose from. Some are free, and wuite good, others are have a price tag attached. The tricky part can be that if you have more then one piece of software, you might want them integrated. Which will mean probably learning a bit of php, as well as html and css.
 

Bob Hubbard

Retired
MT Mentor
Founding Member
Lifetime Supporting Member
MTS Alumni
Joined
Aug 4, 2001
Messages
47,245
Reaction score
772
Location
Land of the Free
Donations: Check into Paypal.

Blog / Video - If you can get your videos into a web friendly format (I recommend either QuickTime or MPEG), I believe most blog software will let you do this.

Message board / photogallery / own email address :

Hosting offered through MartialTalk offers these as push-button installs:
Blogs
b2evolution
Nucleus
pMachine Free
WordPress

Content Management
Drupal
Geeklog
Joomla
Mambo Open Source
PHP-Nuke
phpWCMS
phpWebSite
Post-Nuke
Siteframe
TYPO3
Xoops

Discussion Boards
phpBB2
SMF

E-Commerce
CubeCart
OS Commerce
Zen Cart

Guestbooks
ViPER Guestbook

Image Galleries
4Images Gallery
Coppermine Photo Gallery
Gallery

Also we are quite vBulletin and MyBB forum friendly.
 

Bob Hubbard

Retired
MT Mentor
Founding Member
Lifetime Supporting Member
MTS Alumni
Joined
Aug 4, 2001
Messages
47,245
Reaction score
772
Location
Land of the Free

Latest Discussions

Top