Jump to content

Website Creation (General question)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
37 replies to this topic

#1
KeilanS

KeilanS

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 211 posts
Hey everyone!

I would like to make a website in the near future, most likely for game reviews, and if I'm lucky, I'll use it to generate a little bit of ad revenue (although if that isn't the case, the experience will help anyways).

So I was wondering what I need to learn if I want to get a webpage up and running. My plan would be to host it on a cheap domain (like one of those $8 a month ones). Or maybe even a free site at first (like a google site).

Should my goal be to learn raw HTML coding? Or would a program like front page be the way to go? Or something else entirely.

Thanks,
Keilan

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Avoid front page like the plague. I would recommend starting with HTML/XHTML/CSS. You will probably find that you also need to learn JavaScript and a server-side language such as PHP. As it grows, having a database (and learning SQL) will almost certainly become necessary.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
Totally Agree with WingedPanther.

XHTML/CSS, JavaScript, PHP and SQL is the ones to prefferaly learn. W3Schools Online Web Tutorials is one of the best online learning places which covers all of these languages (and more) and is a great reference site.

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
If you are a beginner, you could start with Google Pages to begin with (a free webpage service). But not only the languages, you need to know about website design itself.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
KeilanS

KeilanS

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 211 posts
Okay, sounds like I have a lot of learn. I've toyed with HTML briefly, but only the basics like creating links and background colours. Nothing good enough to make a real site.

Thanks for the advice.

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests

WingedPanther said:

Avoid front page like the plague. I would recommend starting with HTML/XHTML/CSS. You will probably find that you also need to learn JavaScript and a server-side language such as PHP. As it grows, having a database (and learning SQL) will almost certainly become necessary.

I second this statement. You could start with a CMS like Joomla or a Blog Rolling system like WordPress.

#7
Fozzy

Fozzy

    Newbie

  • Members
  • PipPip
  • 19 posts
I vote on Jordan's suggestion of learning Joomla =)

#8
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Joolma is very helpful! But still learn XHTML/CSS/Javascript, a server-side language such as PHP and SQL for databases.

Basically what Winged said.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#9
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts

Jordan said:

I second this statement. You could start with a CMS like Joomla or a Blog Rolling system like WordPress.
I would consider WordPress to be a form of CMS, wouldn't you?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#10
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
I agree with Xav. It could be used as one.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#11
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
The very nature of a CMS is an easy way to add content, via a back-end. This is exactly what WP does.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#12
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
So WP can be classified as a CMS.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!