+ 2
I finished html and css tutorials, how can i create a good website and what else do i need to design a good website
https://www.sololearn.com/discuss/751382/?ref=app https://www.sololearn.com/discuss/748297/?ref=app
6 ответов
+ 6
next : js :)
+ 4
You should learn JavaScript, JQuery, PHP and SQL to create a fully finished website.
+ 3
html and css is client side scripting language
you need to understand a server side language
.....
all web sites are designed and implemented by twise side of codes...one is running on user's device and show retrived data with it's ui and else on is on serverside where you try to save ..manipulate. .. retrive (CRUD [ CREATE...RETRIVE...UPDATE...DELETE]) data.
client side : html,css(bootstrap),javascript(or jquery),angular js(or knockout)
if you use linux server php is best choise for you and if you want to use windows server asp mvc (c# language) is suitable
server side:
linux : php for language , mysql for database
windows: asp.net mvc(c#) for language, MSSQL for database
+ 2
there are different types of website. If you want a static website you can be recommended to know html, css and JavaScript with a framework - rails.
however, if your website will need a logic, mean kind of database; of course you will need ruby and rails or PHP, JQuery, SQL. for rails you can simply use AJAX.
to clarify, ruby works well with rails framework which means if you know ruby and want to use it to built your website you will not miss rails and html as makeup language.
Thanks
+ 2
Thx!
0
Learn JavaScript then combine the three or Buy a template or just use wordpress