GodThor
Regular Member
- May 22, 2018
- 297
- 15
Questions:
1. Since we can build a website with html/css/javascript only, why is the wordpress code useful? why do we prefer to install first and design on it? what does it allow us to do better? Answer with very specific things that it does if you can please.
2. Does maintaining/updating/securing/speeding up a website has anything to do with backend code or any code? what do I need to know to do all of this?
3. If javascript can run on the server side too and affect the database why do we even need php? is there any limitation in javascript that php covers?
4. Is backend's whole purpose to manipulate data within the database? I mean that backend skill was created in order to make web apps or more dynamic graphics? would javascript be useless without a database? when we talk about server side we basically mean the database because the database is there right? I mean nothing else matters except this
5. Is javascript so good because it can create dynamic frontend elements by affecting both the database and the frontend? can't the other backend languages do this?
6. Do I need to know php in order to create a dynamic site from scratch with wordpress? is php usefull only to create commercial themes or plugins?
1. Since we can build a website with html/css/javascript only, why is the wordpress code useful? why do we prefer to install first and design on it? what does it allow us to do better? Answer with very specific things that it does if you can please.
2. Does maintaining/updating/securing/speeding up a website has anything to do with backend code or any code? what do I need to know to do all of this?
3. If javascript can run on the server side too and affect the database why do we even need php? is there any limitation in javascript that php covers?
4. Is backend's whole purpose to manipulate data within the database? I mean that backend skill was created in order to make web apps or more dynamic graphics? would javascript be useless without a database? when we talk about server side we basically mean the database because the database is there right? I mean nothing else matters except this
5. Is javascript so good because it can create dynamic frontend elements by affecting both the database and the frontend? can't the other backend languages do this?
6. Do I need to know php in order to create a dynamic site from scratch with wordpress? is php usefull only to create commercial themes or plugins?