Stoffsammlung zur Web-Programmierung¶
Hubert.Hoegl@tha.de, 11/2015
Siehe auch HTML5
Python¶
WSGI Tutorial http://wsgi.tutorial.codepoint.net
Jeffrey Elkner, Beginning Python Programming for Aspiring Web Developers, 2015
HTML¶
CGI¶
JavaScript¶
RESTful Services¶
Alex Rodriguez, RESTful Web services: The basics, Feb 2015
Leonard Richardson, Sam Ruby, RESTful Web Services. Web services for the real world, O’Reilly 2007.
http://proquest.tech.safaribooksonline.de/book/web-development/web-services/9780596529260
RAML - RESTful API Modeling Language
Stefan Tilkov, REST und HTTP, 2nd Edition, dpunkt Verlag, 2011.
http://proquest.tech.safaribooksonline.de/book/-/9781457171017
Mark Masse, REST API Design Rulebook, O’Reilly 2011.
http://proquest.tech.safaribooksonline.de/book/web-development/9781449317904
Commandline Web Clients¶
cURL
httpie (Python)
Ajax¶
An introduction to Ajax, http://www.ibm.com/developerworks/library/wa-aj-ajaxhistory/index.html
Mastering Ajax http://www.ibm.com/developerworks/web/library/wa-ajaxintro1/index.html
Reverse Ajax http://www.ibm.com/developerworks/library/wa-reverseajax1
A Short Tutorial on XMLHttpRequest() - (How to Build Event Driven Web Pages), in Bob Smith: Linux Appliance Design
http://www.linuxappliancedesign.com/articles/simpleAJAX/simpleAJAX.html
Web Frameworks¶
Getting started with Svelte (To-Do list app)
Getting started with React
Angular, Vue, Ember, …