These are the code examples that accompany the lecture notes for HYP1VO Hypermedia 1 Part 1 Web Programming. Topics revolve around basic web development techniques such as HTML, CSS, and JavaScript.
- Lecturer: Wolfgang Hochleitner
Files in the main
branch will change continuously throughout the summer semester. Once all lectures are completed, a tag will be created for the respective semester, and this state will be available for download as a release.
- Optional: Get a development webserver stack (e.g., the fhooe-web-dock Docker containers or the fhooe-webdev Vagrant image).
- Get a proper IDE (e.g., PhpStorm).
- Clone the repository or download it as a ZIP file into your server's document root, the Docker or Vagrant shared folder.
- Open the files in your web browser. The examples for each lecture are in the respective folder (e.g.,
vl01
for lecture 1).
- Use your IDE to examine the contents of the files and see how they work.
- Pull the repository regularly to get the latest changes.