Now I have never claimed when I was doing htm/css/php I was good. What might take you several hours to crank out took me several days to do. I do want to state up front for informational purpose only that I do have issues with memory and processing information due to a serious illness back in 1998.
What I am looking to do here is flesh out a project plan that I can follow to create a webpage that will allow people I link it too to choose parts from Newegg to build a computer. The final page would start off with a drop down for each part needed for a build. The can select items from each drop down. Then hit a submit button and it will generate a nice page displaying an image of the item then the item name (linked to the Newegg page) and then some how scrape the page for the product to return the current price.
I want to do this in baby steps. Create some static pages with html/css to display this information. Basically relearning html/css. Once I get that down then migrate that to php to pull the information from a database and create the final output page.
Again treat me as starting fresh with very little knowledge of this. What resources do I need to look at for this? What tools do I need for this? I see alot of people use NotePad ++ to do this. I have no issues with that but is there something free that would be better for just starting out. If I were to look for books which would you suggest? I don't buy physical books any more. I do electronic.
I plan on installing xampp to do all local dev work then upload to my site. I'm not asking for hand holding here. Just a gentle nudge in the correct direction to learn this. Also some place to ask coding questions as the project progresses.