This web book is an introduction to the development of web applications. It consists of two walkthroughs — Classic Walkthrough and Slim Walkthrough which will guide you through making the web application step by step and Articles explaining the details of all the used technologies.
Because there are many completely different approaches to build a web application.
Both Walkthroughs share some parts (e.g. HTML, HTML forms, SQL), the difference is mainly in the way the PHP code on backend is organized. Note that for APV Course outline, the Slim Walkthrough is the current one.
My goals are:
My goals are not:
Who is this for? This book was originally written for students of Application Software Programmes course at Mendel University. However it is suitable for anyone with interest in web application development.
Why web applications? Because they are popular and they allow Rapid Application Development (RAD). Starting with web applications is probably the easiest entry into the world of software development. However, I wouldn’t dare to say that developing good web applications is easy. But they are easy to start with, as you can see the results quickly and many things are solved already. Web applications also require the use of many different technologies, therefore they force you to be more open minded.
Why I have written this book? Because most of the articles and tutorials on the web are focused on a single technology. Most tutorials contain only the tutorial without explaining what’s happening. And most of the articles (which explain what’s happening) lack the tutorial to show how to work with it. As such it is really difficult for beginners to get the big picture of things and understand the principles. As I concentrate on the big picture, I will leave out many of the technical details (which change very often) – I expect you to google them for yourself. Many of the technical details are presented along the way, but they are not really important. Also this book concentrates on showing you how things should be done properly, so that you produce professional and reliable applications.
Who am I? Main authors of this book are Ondrej Popelka and Jiri Lysek. We were teachers of APV course at Mendel University in Brno in the past years. This course is currently maintained by Jan Kolomaznik.
If you find errors or weak spots in the book, please open an issue on Github repository. If you feel confident that you can correct the issue as well, please send a pull request. If you feel for a larger contribution, or you want to discuss something about the book, contact us using an email.