Answer the question
In order to leave comments, you need to log in
Rapid website development how?
Hello.
I am at the beginning of the path of learning web development. I read the O'relly book, go through htmlacademy lessons, read various resources on the subject.
But, unfortunately, since I wasn’t fond of all this before, I don’t even know how to quickly, without particularly understanding development, make a site on the same WordPress, slightly correct the design and launch it.
Naturally, my goal is not to cook up such sites, as they say, hu.k hu.k and in production, but I would like to understand now the algorithm of such development and be able to do at least something in order to see at least some kind of result, and go farther. And accordingly, to understand the algorithm of such a rapid development and how it differs from the development of a normal project.
I would like to get USEFUL links to resources with a detailed description of how to create, so to speak, "sites from scratch without any special knowledge", I would be grateful.
Answer the question
In order to leave comments, you need to log in
Here is a small manual "site in an hour". Just for those without much knowledge
geektimes.ru/post/248048
Without special knowledge? It's like cooking something difficult with nothing but dumplings in the freezer.
some controversial question (it is useful to re-read a couple of times before sending). whether you want to make websites quickly without special knowledge:
I would like to get links to create, so to speak, "sites from scratch without special knowledge",either
the goal is not to cook such sites, as they say, hu.k hu.k and in productionTo make websites quickly professionally is to know the CMS or framework perfectly (that is, ready-made components and add your own). unprofessional to do quickly is to know CMS medium (to have a collection of ready-made solutions)
It's simple:
1. The request from the client arrives at the URI router.
2. URI-router based on the URI-string transfers control to the desired application.
3. In the application, the INPUT data is validated.
4. The application processes the data, if necessary, uses: database, API, etc.
5. After processing, the OUTPUT data is prepared for templating.
6. According to the application page template, the OUTPUT is distributed to the right places.
7. The final page is formed according to the representation (web page, json, etc.) and sent to the client.
Maybe I will say banal things, but first you need to decide what kind of sites you are going to make, and for this you need to know your client. You can make a website for 5tr and put it in a stream, you can do it for 20-30tr, or you can 200tr - 1mr. Everything is done differently. And development approaches are different everywhere.
Let's say that sites for 5 mp are easier to do like this: we buy a theme for WP for $ 10, pull it on a CMS, hang it on our hosting and give it back to the admin panel. And so 100 times.
ucoz.ru?
The fastest way to develop is to order or use a ready-made service.
Self-learning takes months, or even years.
Enough to get started:
https://wordpress.org/support/
htmlbook.ru
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question