Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I've been learning web development on my own these past months and I've been focusing on a project as I learn better when I work on actual things rather than just theory. The project is an intranet for a company and its employees.

The problem is that I'm rather lost as how to progress further. I've had trouble with setting up prepared statements for a task list I made and assigning this user-specific rather than one general task list. Another problem is that the website isn't responsive at all, this bugs me the most, since everything I read online tells me to rewrite or begin from scratch and I've put a lot of work in this without having prior experience or knowledge.

How should I tackle my progress with this project and web development?

A small showcase of what I have: showcase[^] (Streamable.com link)

What I have tried:

- Asking help on Stackoverflow, but the community is rather harsh instead of helping.
- Our guru for everything: Google.
Posted
Updated 5-Feb-21 10:23am
Comments
[no name] 5-Feb-21 11:10am    
There are few demands for "unique" web site implementations; everyone's into Wordpress, Shopify, whatever. It's mostly "templates". Study a few and maybe see how they "optimize".

https://www.template.net/web-templates/php-templates/free-php-website-templates/

Quote:
I've been learning web development on my own these past months

Here is a good web tutorial site: W3Schools Online Web Tutorials[^]

For anything beyond static website, you need to know programmation:
- Learn one or more analyze methods, E.W. Djikstra/N. Wirth Stepwize Refinement/top-Down method is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Program Development by Stepwise Refinement[^]
- Learn Algorithms and Data-Structures.
GitHub - The-Art-of-Computer-Programming-Books: "Everyday life is like programming, I guess. If you love something you can put beauty into it." ? Donald E. Knuth[^]
Skiena The Algorithm Design Manual

Quote:
I've been focusing on a project as I learn better when I work on actual things rather than just theory.

It is a good idea only if you plan to have a private teacher, otherwise, forget your project for now and follow tutorials with progressive exercises, when you are confident, go back to your project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900