Hauptseite: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tm (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tm (Diskussion | Beiträge) |
||
| Zeile 7: | Zeile 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |||
| Name | |||
|| Homepage | |||
|| Documentation | |||
|| Download | |||
|| Licence: MIT | |||
|| Remarks | |||
|- | |- | ||
| CodeIgniter 3.1.6 | | CodeIgniter 3.1.6 | ||
| Zeile 12: | Zeile 19: | ||
|| [https://www.codeigniter.com/user_guide/ Documentation] | || [https://www.codeigniter.com/user_guide/ Documentation] | ||
|| [https://codeigniter.com/download Download] | || [https://codeigniter.com/download Download] | ||
|| [https://www.codeigniter.com/user_guide/license.html | || [https://www.codeigniter.com/user_guide/license.html MIT] | ||
|| - | |||
|- | |- | ||
| JShrink 1.2.0 | | JShrink 1.2.0 | ||
| Zeile 18: | Zeile 26: | ||
|| [https://github.com/tedious/JShrink Documentation] | || [https://github.com/tedious/JShrink Documentation] | ||
|| [https://github.com/tedious/JShrink/releases Download] | || [https://github.com/tedious/JShrink/releases Download] | ||
|| [https://github.com/tedious/JShrink/blob/master/LICENSE | || [https://github.com/tedious/JShrink/blob/master/LICENSE BSD 3-clause] | ||
|| - | |||
|- | |- | ||
| Adaptive Images 1.5.2 | | Adaptive Images 1.5.2 | ||
| Zeile 24: | Zeile 33: | ||
|| [http://adaptive-images.com/details.htm Documentation] | || [http://adaptive-images.com/details.htm Documentation] | ||
|| [http://adaptive-images.com/download.htm Download] | || [http://adaptive-images.com/download.htm Download] | ||
|| [https://creativecommons.org/licenses/by/3.0/ | || [https://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported License] | ||
|| Library used to write an own class that fits into the CodeIgniter schema. | |||
|- | |- | ||
| scssphp 0.7.1 | | scssphp 0.7.1 | ||
| Zeile 30: | Zeile 40: | ||
|| [http://leafo.github.io/scssphp/docs/ Documentation] | || [http://leafo.github.io/scssphp/docs/ Documentation] | ||
|| [https://github.com/leafo/scssphp/releases Download] | || [https://github.com/leafo/scssphp/releases Download] | ||
|| [https://raw.githubusercontent.com/leafo/scssphp/master/LICENSE.md | || [https://raw.githubusercontent.com/leafo/scssphp/master/LICENSE.md MIT] | ||
|| - | |||
|- | |- | ||
| Bootstrap 4.0.0-beta.2 | | Bootstrap 4.0.0-beta.2 | ||
| Zeile 36: | Zeile 47: | ||
|| [http://getbootstrap.com/docs/4.0/getting-started/introduction/ Documentation] | || [http://getbootstrap.com/docs/4.0/getting-started/introduction/ Documentation] | ||
|| [http://getbootstrap.com/docs/4.0/getting-started/download/ Download] | || [http://getbootstrap.com/docs/4.0/getting-started/download/ Download] | ||
|| [https://github.com/twbs/bootstrap/blob/master/LICENSE | || [https://github.com/twbs/bootstrap/blob/master/LICENSE MIT] | ||
|| - | |||
|- | |- | ||
| jQuery 3.2.1 | | jQuery 3.2.1 | ||
| Zeile 42: | Zeile 54: | ||
|| [http://api.jquery.com/ Documentation] | || [http://api.jquery.com/ Documentation] | ||
|| [https://jquery.com/download/ Download] | || [https://jquery.com/download/ Download] | ||
|| [https://jquery.org/license/ | || [https://jquery.org/license/ MIT] | ||
|| - | |||
|- | |- | ||
| Kendo UI Core 3.2.1 | | Kendo UI Core 3.2.1 | ||
| Zeile 48: | Zeile 61: | ||
|| [https://docs.telerik.com/kendo-ui/introduction Documentation] | || [https://docs.telerik.com/kendo-ui/introduction Documentation] | ||
|| [https://www.telerik.com/download/kendo-ui-core Download] | || [https://www.telerik.com/download/kendo-ui-core Download] | ||
|| [https://github.com/telerik/kendo-ui-core/blob/master/LICENSE.md | || [https://github.com/telerik/kendo-ui-core/blob/master/LICENSE.md Apache License, version 2.0] | ||
|| - | |||
|} | |} | ||
Version vom 5. November 2017, 19:30 Uhr
If I have seen further it is by standing on the shoulders of giants. ![]()
Isaac Newton following Bernard of Chartres
http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants
CodeCoupler is a compilation of web development libraries, put them together in a small footprint framework. The goal was to enclose the most used code and libraries in a easy-to-use framework, hoping never have to write the basics of a web application again. In contrast to other big frameworks this one is based on numerous small libraries specialized in solving a specific topic. This is the best approach in my view and this is the attempt bundling all these specialists out there under one roof.
Used Libraries
| Name | Homepage | Documentation | Download | Licence: MIT | Remarks |
| CodeIgniter 3.1.6 | Homepage | Documentation | Download | MIT | - |
| JShrink 1.2.0 | Homepage | Documentation | Download | BSD 3-clause | - |
| Adaptive Images 1.5.2 | Homepage | Documentation | Download | Creative Commons Attribution 3.0 Unported License | Library used to write an own class that fits into the CodeIgniter schema. |
| scssphp 0.7.1 | Homepage | Documentation | Download | MIT | - |
| Bootstrap 4.0.0-beta.2 | Homepage | Documentation | Download | MIT | - |
| jQuery 3.2.1 | Homepage | Documentation | Download | MIT | - |
| Kendo UI Core 3.2.1 | Homepage | Documentation | Download | Apache License, version 2.0 | - |
Thanks to the following Stack Overflow Authors:
| Used in | Link to Code | Author |
|---|---|---|
| Mods: Automatic Base Detection | Used Code | Jon Lin |
Using the Framework
- Using the Framework: Basics
- Using the Framework: Get Started
- Using the Framework: JavaScript Controlls Not Ready
Tips and Tricks
- Tips and Tricks: CodeIgniter
- Tips and Tricks: Bootstrap
- Tips and Tricks: carouFredSel
- Tips and Tricks: Elementary CSS Hacks
- Tips and Tricks: Legacy Browser Support
Details
Modifications & Enhancements of the CodeIgniter Framework
CodeCoupler Libraries
CodeCoupler Controllers
Advanced
- Extending the Framework Not Ready