-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomp.links.html
executable file
·93 lines (78 loc) · 3.02 KB
/
comp.links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<a id="links_extern">
<h2>Links</h2>
</a>
<dl>
<dt>HTTP/1.1</dt>
<dd>
<a href="https://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a>
<br>
<a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf">Dissertation von Roy T. Fielding</a>
</dd>
<dt>URI</dt>
<dd><a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a></dd>
<dt>HTML, CSS, JavaScript</dt>
<dd>
<a href="http://de.selfhtml.org">SelfHtml</a>
<br>
<a href="https://www.w3.org/TR/html5/">HTML5-Standard (W3C)</a>
<br>
<a href="https://www.w3.org/Style/CSS/">CSS-homepage beim W3C</a>
<br>
<a href="https://de.wikipedia.org/wiki/Document_Object_Model">Document Object Model (DOM; Wikipedia)</a>
<br>
<a href="https://de.wikipedia.org/wiki/ISO_8601">Zeitangaben nach ISO 8601</a> (bspw. <code>2018-11-19</code>, <code>2018-11-19T09:45:05+01:00</code>; Wikipedia)
<br>
<a href="https://de.wikipedia.org/wiki/ISO_639">Sprachcodes nach ISO 639</a> (bspw. <code>DEU</code>, <code>ENG</code>; Wikipedia)
<dl>
<dt>CSS-Präprozessoren</dt>
<dd>
<ul>
<li><a href="http://sass-lang.com/">SASS</a></li>
<li><a href="http://lesscss.org/">less</a></li>
</ul>
</dd>
</dl>
<dt>PHP</dt>
<dd>
<a href="http://php.net/docs.php">Documentation (php.net)</a>
<br>
<a href="https://pear.php.net/">PEAR - PHP Extension and Application Repository</a>
</dd>
</dd>
</dl>
<h2>Buchempfehlungen</h2>
<ol>
<li>Robert C. Martin: Clean Code - A Handbook of Agile Software Craftmanship (2008; Prentice Hall)</li>
<li>Martin Fowler, et al: Refactoring Improving the Design of Existing Code (2002; Addison Wesley)</li>
<li>Jez Humble and David Farley: Continuous Delivery (2010; Addison-Wesley)</li>
</ol>
<h2>Eingesetzte Werkzeuge</h2>
<dl>
<dt>Layout-Bibliotheken</dt>
<dd>
<ul>
<li>
<a href="http://getbootstrap.com/">Bootstrap</a>
<br>
Einen leichten Einstieg bieten die vorgefertigten
"<a href="http://getbootstrap.com/getting-started/#examples">Themes</a>".
</li>
<li><a href="https://jquery.com/">jQuery</a></li>
<li><a href="https://jqueryui.com/">jQuery-UI</a></li>
<li><a href="http://anthonyterrien.com/kontrol/">jquery.kontrol</a></li>
</ul>
</dd>
<dt>Browser</dt>
<dd><a href="https://www.mozilla.org/de/firefox/products/">Mozilla Firefox</a></dd>
<dt>Editor</dt>
<dd><a href="https://code.visualstudio.com/">Visual Studio Code</a></dd>
<dt>Editor-Font</dt>
<dd><a href="https://github.com/adobe-fonts/source-code-pro">Source Code Pro</a>
<dt>HTML-Code-Completion</dt>
<dd><a href="http://emmet.io/">Emmet</a></dd>
<dt>Versionsverwaltung</dt>
<dd><a href="https://git-scm.com/">git</a></dd>
<dt>Container-Platform</dt>
<dd><a href="https://www.docker.com/">docker</a></dd>
<dd><a href="https://docs.docker.com/compose/">docker-compose</a></dd>
</dl>