Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-27-2012, 02:43 PM   PM User | #1
geekerman
New Coder

 
Join Date: Nov 2012
Location: Manchester
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
geekerman is an unknown quantity at this point
Exclamation Website?

Hi, Im new to coding im after learnig so that i can build websites for myself and my friends ...Im after some help in coding IE: php,html etc to build basic websites that involve images and text. Thanks
geekerman is offline   Reply With Quote
Old 11-27-2012, 03:58 PM   PM User | #2
KULP
Regular Coder

 
Join Date: Mar 2012
Posts: 166
Thanks: 5
Thanked 11 Times in 11 Posts
KULP is an unknown quantity at this point
If you're asking where you can get started I'd suggest starting with HTML & CSS until you feel competent at both. Then I'd move on to learn JavaScript, PHP, and MySQL to add functionality to your website.
KULP is offline   Reply With Quote
Old 11-27-2012, 08:41 PM   PM User | #3
TylerB
New Coder

 
Join Date: Aug 2012
Location: Kalamazoo, MI
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
TylerB is an unknown quantity at this point
I remember when I first started building websites I had trouble understanding what languages were used for what and how to use them. So I'll try to clarify that up for you:

HTML - the base language of the web. No matter what language you use on the internet, HTML will be a part of your website. HTML is what puts all the different languages together into one page.

CSS - The design language. CSS will allow you to position elements, change element colors, font styles and many other things can be done with CSS. I highly suggest mastering CSS as you can do MANY MANY things with it. Even Animation now with CSS3.

JavaScript - Adds user functionality to pages. JavaScript can be used to display popup boxes (modal windows), make cool text effects, make on mouse click events and hover events. JavaScript is necessary to add user interaction to your website, which now-a-days is a necessity.

PHP - The server-side scripting language. PHP is personally my favorite language just because you can do SO MUCH with it. PHP is what will handle anything like contact forms, form submissions, logins, registrations, database management and everything like that. This is the language you will use if you need to store info in a database.

I hope this helps!
TylerB is offline   Reply With Quote
Old 11-27-2012, 11:44 PM   PM User | #4
comport9
New Coder

 
Join Date: Oct 2012
Posts: 25
Thanks: 2
Thanked 0 Times in 0 Posts
comport9 is an unknown quantity at this point
Learning HTML & CSS will get you a static website. To add any real functionality will require PHP and/or Javascript. You'll also need to access a database (Mysql). The first two aren't programming languages, so are pretty easy to pick up and learn. Just read the online guide and fiddle with them and things will start to come together.

Mysql is also very easy to learn, and really, there's not a lot that you actually have to learn to get it to do what you want. Experience mostly just helps in getting the info faster and more efficiently.

However, PHP and Javascript are real programming languages. Meaning relatively complex syntax and logical operators. If you've never programmed before, these will be major hurtles to overcome.

Of the two, I'd begin with PHP. It's a little easier to understand. However, it's a server-side language, so you'll require a host to run the programs. You can set up a local-host on your computer, but it's not super simple. (If you have a little cash, just buy a cheap shared-hosting site and work on there. That's what I did).

All that said, my recommendation is to learn Python. From all the research I did it's by far the easiest to learn and use. You can even use it for server-side programming instead of PHP. (Although I didn't try it, it looks far more complicated to get it running than PHP. -Python 3 that is-)

Even if you don't end up using Python, the lessons you learn from it will allow you to quickly pick up any programming language you choose to learn. Programming is a major challenge, Python makes it as easy as possible.
comport9 is offline   Reply With Quote
Old 11-28-2012, 02:00 AM   PM User | #5
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
I'd recommend going right to the syntax of the language you want to learn, and studying that until you understand it. I remember struggling through tutorials, feeling like I wasn't really getting it because I wouldn't understand all the examples or terminology. After that I have always got my head around the concept of the language first, be it a simple markup language or programming, after which I can expand my knowledge of that language very quickly with relative ease.

Oh, and did I mention everything you ever need to know about web development is a quick Google search away? I've heard that up to 9 out of 10 web developers are self-taught, all you need is the motivation and time.
Custard7A is offline   Reply With Quote
Old 11-29-2012, 01:56 PM   PM User | #6
geekerman
New Coder

 
Join Date: Nov 2012
Location: Manchester
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
geekerman is an unknown quantity at this point
Thumbs up

thanks peeps, all im after is to learn html with css that would be enuff for what i need a kids website and a buisness one for houses n flats.... so just images n text etc but he wants some interactive stuff as well plus its just 5 or 6 pages on each website etc......so if i use CSS,HTML,JavaScript it shud work?
geekerman is offline   Reply With Quote
Old 11-29-2012, 03:25 PM   PM User | #7
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
Yes, you can create fine websites with just HTML and CSS. When you come to creating interactive features Javascript should be of great help. Generally speaking you won't need to go much higher ( Server-side languages like PHP, databases, etc ) unless you start getting rather serious ( or, perhaps I should say complicated ) with your projects.

Happy coding!
Custard7A is offline   Reply With Quote
Old 12-01-2012, 11:52 AM   PM User | #8
geekerman
New Coder

 
Join Date: Nov 2012
Location: Manchester
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
geekerman is an unknown quantity at this point
ok thanks....so how wud i begin? say first page etc
this cant be it myfirstwebpage.html

PHP Code:
<html>
<
head>
<
title>Your title goes here</title>
<
link href="/style.css" rel="stylesheet" type="text/css" />
</
head>

<
body bgcolor="white" text="red">

<
h1>My first Web page</h1>

This is my first web page!

</
body>
</
html

Last edited by geekerman; 12-01-2012 at 11:58 AM..
geekerman is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:53 PM.


Advertisement
Log in to turn off these ads.