-
[Web] What should i start with?
Hey! Which language should i start with? (Web based languages only like PHP , HTML MYSQL and those). I have always wanted to be pro in making websites, from designing awesome website to coding them.
I'm not interested in making programs with C++ or anything, i'm interested in the Web based languages such as PHP and HTML as said earlier.
So what should i start with from the ground? I don't know a single thing in any of these languages, so tell me , what should i start with? And if u could link me some websites with tutorials?
And could u also make a list?
Like :
1. Start with HTML
2. Learn CSS
and so on :D Please help ...
Thank you
/Ginhev:laugh:
EDIT: I always wanted to make own CMS so please help me with what languages i should learn and in which order :DDDD
EDIT2: [Some of the languages i want included in the list if ur making1, Photoshop and Flash, so i know when to learn them also. I know photoshop isn't a language, but when should i be mastering it? Like before HTML or whatever] I appreciete ur work :D
-
Re: [Web] What should i start with?
Well for me, I started with HTML and then worked with forms which required PHP and then placing them in dbs required MySQL and then I just continued from there. =]
-
Re: [Web] What should i start with?
start with html and css, then work your way to php, then sql
-
Re: [Web] What should i start with?
Start with html, thats for sure.
Go to CSS.
Learn some php and mysql.
Learn javascript.
Find something to do and when you are doing, improve your skills at all.
-
Re: [Web] What should i start with?
Start with HTML and CSS. It's very important that you learn both of these side-by-side because that's the easiest way to quickly learn Web Design. If you take the path of learning DIVs, (highly recommended), then you must know CSS.
It's quite difficult to understand these two at first, and impossible to know every little aspect about them, but it's the basics you're looking to download & save into your mind.
Don't use dreamweaver or tools like it while you learn HTML. Download Notepad++ and follow the tutorials at http://www.w3schools.com. Color coded HTML is something you should never take for granted. Use it, don't rely on it.
I think the first site I went to was http://www.htmlgoodies.com ;)
The first tutorial: http://www.htmlgoodies.com/primers/h...le.php/3478151
-
Re: [Web] What should i start with?
And to really make a good CMS that functions perfectly you'll need to learn atleast for a year, in total (or even more!).
-
Re: [Web] What should i start with?
Quote:
Originally Posted by
EliteGM
And to really make a good CMS that functions perfectly you'll need to learn atleast for a year, in total (or even more!).
I have to disagree on that i only spent about 1 month on it before i started doing fully functional projects
-
Re: [Web] What should i start with?
Mh. Depends how many time you spent on it.
-
Re: [Web] What should i start with?
I really appreciete your posts!
-
Re: [Web] What should i start with?
Ima follow w3schools guides, and begin with CSS and HTML!
But, ain't Photoshop better then working with CSS?
As far as i know many peps doesn't use CSS, they use Photoshop pics?
-
Re: [Web] What should i start with?
You're seeing it wrong. Even with images ("Photoshop") you use CSS. CSS is the structure, the rest is how it looks.
-
Re: [Web] What should i start with?
there isn't really a choise when doing this.
it's always HTML > PHP > Mysql.
You'll need html-knowledge when starting with PHP. and mysql isn't a language in web-pages itself, it gets used by php. (mysql_select_db, mysql_num_rows, etc...).
-
Re: [Web] What should i start with?
You should really start with CSS, HTML is too basic.
-
Re: [Web] What should i start with?
Quote:
Originally Posted by
Halo
You should really start with CSS, HTML is too basic.
Lol... and how do you expect him to use CSS without HTML? Also, you can only use the basics of HTML without CSS.. In fact, you need to know both in order to make any kind of "web-site"
Quote:
Originally Posted by
CobraCom
there isn't really a choise when doing this.
it's always HTML > PHP > Mysql.
You'll need html-knowledge when starting with PHP. and mysql isn't a language in web-pages itself, it gets used by php. (mysql_select_db, mysql_num_rows, etc...).
^^ Yep. ^^ By html he means: HTML+CSS
-
Re: [Web] What should i start with?
brain -> google -> HTML -> CSS -> Photoshop (For Design isn't a Language but w/e:P It will help you with a good website:D) -> PHP -> SQL Tags. And maybe later Javascript:P
-
Re: [Web] What should i start with?
pshh do not listen to these idiots do it like this
php
html
mysql
css
javascript
That is what i did and it is the best :D
-
Re: [Web] What should i start with?
Quote:
Originally Posted by
HotelUnderSeige
pshh do not listen to these idiots do it like this
php
html
mysql
css
javascript
That is what i did and it is the best :D
Wow, start with PHP? And almost end with CSS?
Don't think so.
-
Re: [Web] What should i start with?
Quote:
Originally Posted by
ginhev123
Wow, start with PHP? And almost end with CSS?
Don't think so.
what ever you say lol
-
Re: [Web] What should i start with?
i've been learning this way, it seems to have done well.
HTML + Basic CSS (I hate CSS)
Php & Mysql
Javascript.
-
Re: [Web] What should i start with?
I see alot of people here putting PHP and others before HTML. Proof enough that they haven't learned any of the languages themselves.
You need to master HTML before you can do anthing else.
PHP: Required HTML for output.
CSS: Required HTML for frame-output.
Also note: MySQL is not even a weblanguage, it's included in PHP.
-
Re: [Web] What should i start with?
tbh; I wouldn't even bother learning SQL.
SQL just kind of comes to you because it's so simple.
Take a glance and some SQL structures, and you'll see what I mean.
-
Re: [Web] What should i start with?
Quote:
Originally Posted by
HotelUnderSeige
pshh do not listen to these idiots do it like this
php
html
mysql
css
javascript
That is what i did and it is the best :D
i only agree with javascript as last thing
I would start of with
html
css
php
mysql
javascript
-
Re: [Web] What should i start with?
CSS is easy, you just need to know the basic structure and the key elements.
.frame{
key: value;
etc..
}
-
Re: [Web] What should i start with?
Networking sites teach you HTML easily without even realizing it. Most people wouldn't really recommend it because they learned it from the books,the interest sparked for me from myspace. From that I learned pretty much all the basics in HTML. Then I decided to take a couple basic courses on it,etc.
-
Re: [Web] What should i start with?
ahhh like a post said
start with Html then css and get some photoshoping in also -)
and don use any software's like dreamweaver till u kno how to do things without it