I want to start learning HTML, CSS, PHP and JavaScript but I don't know where to start

  • Thread starter Deleted User
  • Start date
  • Views 1,535
  • Replies 15
D

Deleted User

Guest
OP
So as the title suggests, I want to start learning HTML, CSS, PHP and JavaScript sometime soon, but I don't really know where to start or where I should go to learn HTML and stuff. All I know is that I should probably learn HTML first and then maybe move on to CSS afterwards.
 
D

Deleted User

Guest
OP
Deffo there, no objections.
And check up SoloLearn apps on android, i used one of them and it was pretty good (not sure what i was learning, they have a lot of learning apps)
Too bad I don't have an Android phone or tablet :T
 

ILOVETOPLAYNESGA

Well-Known Member
Newcomer
Joined
Dec 21, 2010
Messages
53
Trophies
1
XP
334
Country
United States
This is indeed the best place to start. Once you get comfortable with CSS and JavaScript, you should check out Bootstrap and jQuery there as well. I wouldn't touch PHP until you have down the rest, as PHP is something you use to generate the rest basically, or link into a database.
 
  • Like
Reactions: Deleted User

Sono

cripple piss
Developer
Joined
Oct 16, 2015
Messages
2,823
Trophies
2
Location
home
XP
9,328
Country
Hungary
So as the title suggests, I want to start learning HTML, CSS, PHP and JavaScript sometime soon, but I don't really know where to start or where I should go to learn HTML and stuff. All I know is that I should probably learn HTML first and then maybe move on to CSS afterwards.

Personally I learned HTML first by myself. I once found a good-looking website, and I wanted to see how it works, so I viewed it's source (I think it's CTRL + SHIFT + i in Firefox). It looked kinda logical that elements are made of <>, and you need to close the element, and the elements can have content inside them (other elements or text), and can have parameters with name="value". I learned this by derping around xD After that I learned a bit of JavaScript, then CSS.
I think you should learn it in this order. Also, as others said, W3School is a good place to look for if you don't know something. Also, if you want to learn with the "derping around" method, I suggest you to use Firefox Developer Edition for derping around/testing webpages, because it's very useful, and it has some useful tools for "debugging"/testing stuff.
 
Last edited by Sono,
  • Like
Reactions: Deleted User

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,348
Country
United Kingdom
Some dislike w3schools if you are not already familiar with things. I am not sure I would go that far. If you intend to become the all knowing web coding reference manual then I would not suggest there but if you want to get stuff done then you could do far far worse.

For Javascript I would suggest https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction and others would probably point at the mozilla developer network for other things.

"All I know is that I should probably learn HTML first and then maybe move on to CSS afterwards"
Then you know/were told wrong. HTML and CSS in the so intertwined in the modern world it is basically impossible to separate them. If you want to stick to the older versions of HTML (don't do that) then you might be able to put off CSS for a tiny bit but not for long.

On getting HTML+CSS on lock and then going to php... can't get behind that one. PHP is probably one of the quickest actual programming languages to learn and get by with and you could do a lot at the same time. Now this is also dangerous as php will still give you enough rope to hang yourself, especially if you are trying for security (do you know what a unique per user salted hash table is and why you would want one? No, that is OK as php will allow you to put something public facing without it). Oh and the only valid security that javascript can provide is that crawler bots usually do not like it -- it runs on your attacker's computer so clearly nothing it does could really be trusted.
On SQL. Just make sure you understand roughly what you are doing and make sure your queries are about as nice as they can be to the database and you will do OK. Do also remember the SQL might not be the on the same server as the php interpreter and that counts for something. Do also read up on SQL injection, it has started to go away but I still see some newer developers making the mistakes.

As always if you have a project to keep you entertained then great, if not then I suggest having some existing piece of code and seeing if you can trace down things within it -- one thing I often find is I speak to a nice new HTML+CSS+PHP dev that will almost be able to make me a site from scratch from memory of the commands but you send them into a client site that has a wordpress install that has been customised over the years (possibly badly and usually with little regard to child themes or forking a plugin) and watch the panic attack form. Or if you prefer then get an average theme for wordpress (one of the slightly older twentytwelve/twentythirteen type ones) and change the width? Your nice w3 schools education has taught you to make a nice div and assign it a width, technically that was done here as well but have fun hunting things down. However this is why we have http://getfirebug.com/
If you lack toy hosting somewhere online then I highly suggest a copy of http://www.uniformserver.com/

I can not offer much guidance on ruby on rails, ASP.net or mssql. If you want to learn one kind of code related thing that is not html, css, javascript, php or ?sql then I suggest https://httpd.apache.org/docs/2.4/howto/htaccess.html time was it might have been XML but I think JSON has damaged that position somewhat, though knowing your way around XML is not a bad plan.

Oh and it is not strictly web coding but I do also like to link things like http://www.designmantic.com/blog/wp-content/uploads/2014/05/Color-Theory-Infographic.jpg and http://www.designmantic.com/blog/wp-content/uploads/2014/04/font-infography.jpg at these points in time.

Also if you plan to do this for other people then http://theoatmeal.com/comics/design_hell
 
  • Like
Reactions: Deleted User

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    DinohScene @ DinohScene: when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying