This project contains Swedish educational material for client side web development. It is created and maintained as part of the course Introduction to Web Development at Malmö University. The website in this repository is published at http://webbintro.se/.
Most documents contain resource paths relative to the server root (starting
with /
). This means that the site is best tested from a web server. One simple
way to get one running, is issuing the command python -m SimpleHTTPServer
(for Python 2) from the site
directory.
Note that documents include a Google Analytics snippet, which you want to remove or modify for before reuse.
All content is available under a Creative Commons Attribution 2.5 Sweden license. In most cases, this should be equal to the generic version. Attribution in the form of a link to http://webbintro.se/ is much appreciated.
The project includes html5shiv
(site/js/html5shiv.js
), which is MIT licensed.