1. Basic part:
HTML+CSS+DIV
Learning method: read manuals or books, and then write codes. At this stage, it is not recommended that you watch the video tutorial, because it is the most basic thing and not difficult to master. Watching videos is really a waste of time. If the learning period is about 10 day, this 10 day means that you have mastered HTML+CSS+DIV, and then it is time to enter actual combat.
Find some web pages on the Internet and make them yourself. It doesn't need too many pages, at least 5-8 pages. The compatibility should be handled well, and it doesn't need to be high, at least taking care of IE8. After all this is done, it will be gone for at least 15 days.
All right, take two days off. Review and summarize what you have learned, and at the same time look at the relevant materials of javascript to have a perceptual understanding of javascript.
Well, not surprisingly, the first month passed like this.
2.jQuery part:
We agreed. What about javascript? You are not mistaken, it is jQuery!
If the economy is well off, buy a book. If not, read the manual and still write the code. Integrate jQuery into the web pages you made before. Try to write some simple special effects and do something interactive. If you can't write it, you can download some simple source code online, practice it several times on the premise of understanding, and try to change something.
So you left, just for half a month?
Indeed, it is not reliable to learn jQuery without learning javascript, but remember one purpose: to find a job. The reason why we let everyone learn jQuery directly is to get things out as soon as possible, with the focus on PHP.
3.PHP part:
Finally ushered in our protagonist. But for children's shoes with zero programming experience, this stage is enough for you to drink a pot. You will encounter many problems, and there are only three things you can do: 1. Insist, 2 write code, 3 insist on writing code. At the risk of advertising, I recommend you to watch the video of Teacher Han Shunping. If you are reading, there are no good books to recommend to you. The book I read at that time was
The fourth edition of php and mysql web development, the overall feeling is ok, depending on your own situation.
Have you mastered the basic part of PHP? This should be a month or two later. At this point, what do you think is missing, data? It's time to learn MySql database.
4.MySql part:
If you have watched Han Shunping's video before, MySql database should have been installed on your computer. If not, install one yourself. Create database-create table-add, delete, change and query-index-union query-primary key and foreign key. . . At this stage, it is not recommended that you use phpmyadmin, and honestly enter commands in the black window. This is your basic skill!
After learning all the basics, congratulations, you have the basic requirements for finding a job.
Go back and review what you have learned before.
After the review, start the project work. Give yourself 1~2 months to develop the project independently, and you will find it a good deal to spend time on the project when looking for a job!
Try to start with simple small projects, such as enterprise display website, BBS, small modules in OA system, attendance system, etc., and try to make every line of code come from your hands. Learn to understand object-oriented, MVC, modify and improve your own code, and learn to reuse it. You will feel the growth and transformation day by day and enjoy the process.
6. It is ok to sign up for a class.