This is the stagingdrafts environment running on https://bkleinen.github.io/stagingdrafts/
This site contains unpublished changes and draft documents.
- please visit the production website at https://home.htw-berlin.de/~kleinen/ instead!
 

Media Programming: Web Technology

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

Example Project for Web Technology - Week 5

     <prev

Week 5

Example Project for this week: Example Project for Week 5 on GitHub: Notebook

It’s just an app with one resource, Note, which has one attribute, content.

I used JavaScript to add Notes on the notes#index page without reloading the page, following the example “A Simple Example” in the Rails Guides on AJAX.

This is the commit where I added the changes described in the tutorial.