Build yourself a simple web application that you can use to keep track of your books/music/games/whatever. It will require things like input fields to write to the db, edit content if you make a typo, categorize it (and add new categories to the database (ex, punk music, rock music, fiction books, non-fiction, etc)) Then you can build a front-end to peruse your books/music.
Hp Probook 4410s Vga Driver Download. PHP & MySQL Projects for ₹600 - ₹1500. Project Description Design and Construct a database system for a business case for at least three entities (tables). The tables should contain a reasonable number of constraint tuples (rows), not too. PHP And MySQL Project On Staff Management System. We have developed this project Staff Management System on PHP and MySQL Database and it runs over the Apache Server, WAMP Server or XAMP Server.
Sorting by category, page length, author, genre, music type, etc etc It could all be done on a local server running on your computer, so it's not publicly accessible. Using WAMP or some such installation. Edit: As everyone else seems to mention it, doing an app like this will allow you to improve it later once you learn javascript. Or extend it using things like bootstrap. Example: Adding a new book and you notice you need a new category. Click 'Add Category' and a modal pops up.
Add the new category, and the list of available categories updates, without a page refresh. No need to leave the new entry, add a new category, then start the new category again. You'd be surprised how quickly it can turn in to a pretty advanced application. I was in the same situation as you a few weeks ago.
I had some previous programming experience (html, css at which I'm hopelessly awful, some javascript, sometimes with jquery, and some python for small scripts). I decided to learn web development, starting with the LAMP stack and then I hope I'll progress to learn other web technologies (probably django and MEAN) as well as programming unrelated to web (mobile, desktop, assembly, etc) and general computer science algorithms/data structures. This is just like you I think, we both have very limited knowledge that can only be expanded upon by doing.
We both decided on developing websites, but what websites? Thankfully, (follow him, go read and upvote his stuff if you haven't yet, it's all high quality content and he comes across as a very friendly and helpful person) solved it for us: Read that answer (the other answers are good as well, but that one actually gives you a cool project that you have the skills to build). The blog project he outlines is awesome. I'm doing it right now and I'm learning programming like I never did before, having fun and actually doing things. You can always message me and we can help each other out if you choose to do this project (but don't rely too much on me, try to figure things out on your own and talk to me for feedback, opinions and motivation). Canon Powershot A620 Remote Capture Software.
This is my first web project, and prior to it I had no experience developing in PHP (apart from basic echo $_POST['stuff']; kind of things I did at, which is a very good resource to learn about securing your apps). I'm moving slowly (I don't do this full time and am not in a hurry) but steadily. I'm still in point 1, I wrote a working solution fast and dirty and now I'm doing it right (with protection against sql injections and cross site scripting, and I'm doing basic validations client side with HTML5 for now and server side validations for security and ensuring the data is correct). I'm also managing the apache server (basic configuration, creating a self signed certificate and disabling weak ciphers, blocking access to the server from everywhere but 127.0.0.1 for security, 000-default.conf, ports.conf and apache2.conf mostly), I updated the lamp bundle to use PHP 5.6 instead of the default 5.5.9 (because it facilitates encoding), I'm setting everything up to use utf-8 as the only encoding (tip: in mysql, it's utf8mb4 that you should use and not utf8. Also, no dashes there). Apart from the things he listed, I'd like to also add (this is mostly covered in the top part of his answer, above the project recommendation) that you should properly secure and configure your app.