Posts: 823
Threads: 75
Joined: Apr 2011
Reputation:
0
So I kinda got forced against my will into this website making business, and I'd like your opinions on making good ones.
What should I use more, CSS or Javascript, if I just want a nice "personal" page? (I'm already using PHP a lot because I know it well)
Posts: 1,530
Threads: 7
Joined: Jul 2011
Reputation:
0
Well...I suggest you go for CSS if you want a nice "personal" page or Javascript if you want to go over the top!
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
03-30-2012, 09:56 PM
(This post was last modified: 03-30-2012, 09:57 PM by Whyrrak.)
From what little I know about website design: Javascript is much more useful if you want interactive stuff, but CSS is what you want to use if you're doing any aesthetics.
Posts: 823
Threads: 75
Joined: Apr 2011
Reputation:
0
But the new CSS has animations and interactive stuff; is it limited compared to what Javascript can do?
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
03-30-2012, 10:23 PM
(This post was last modified: 03-30-2012, 10:24 PM by Whyrrak.)
I have no idea about new CSS stuff (or HTML5); basically, what I know is that if you want any sort of simple decoration (text color, size, and fonts; spacing of the web page so you can have non-"following" bottom bars like the Buildism copyright way down there) you're best off with CSS. Javascript is used for more advanced things (especially when you combine it with PHP) where you want things like, for example, embedded youtube videos or audio players or dynamic game pages where you have a list of buttons and clicking one makes game A appear in a box; clicking another makes game B appear in a box; etc.
Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
CSS is for making websites pretty, Javascript is for making them do cool things.