Is there somewhere... a bank.. or a list with project ideas for beginner/intermediate in php+HTML+CSS?
You know.. sometimes you want to do coding...but you don't have idea of what to do.
If you need to learn and practice the basics, the following links might help a bit:
I would heavily suggest going through some of the Code Wars samples and seeing if you can do them. Even though they're meant for Java or C, most of them (probably all) can be done in PHP and it's good practice.
Otherwise I would suggest thinking of some fun projects that you personally would like to do so that you'll be fully invested in whatever you make.
The most common project.. a blog - user registration, login, styled blog posts, comments, et cetera is what I'd recommend.
I think an important component in a programmer's success is imagination.
Think about a problem in your life that software might solve. It need not be too ambitious; it has to be a problem that you can finish.
Working on something that you'll find helpful will be good motivation.
I would be delighted if you could write a script that takes n sets of coordinates, and draws the resulting polygon over a Google map.
Assumptions
- coordinates are like fenceposts, in that the order listed in the input array is the order they are found in the fence line
- the last coordinate links with the first coordinate to close the polygon
- coordinates are in standard lat/long format
You'd make one man very happy. ;-)