Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
lesezeichen:bibliotheken [2020/07/27 11:14] – [Javascript] jgehrkelesezeichen:bibliotheken [2021/01/22 14:01] – [Javascript] jgehrke
Line 7: Line 7:
   * [[https://sharingbuttons.io/|Sharingbuttons.io]] - Statische Social Sharing Buttons   * [[https://sharingbuttons.io/|Sharingbuttons.io]] - Statische Social Sharing Buttons
   * [[https://getuikit.com/|UI Kit]] - HTML, JS & CSS Framework, dass alles hat   * [[https://getuikit.com/|UI Kit]] - HTML, JS & CSS Framework, dass alles hat
-  * [[https://necolas.github.io/normalize.css/|normalize.css]] - normalze.css]]  - Klassischer restter / normalizer+  * [[https://necolas.github.io/normalize.css/|normalize.css]]  - Klassischer restter / normalizer
   * [[https://github.com/nicolas-cusan/destyle.css/blob/master/Readme.md|Destyle.css]] - Härtester Reseter, entfernt ALLE Styles   * [[https://github.com/nicolas-cusan/destyle.css/blob/master/Readme.md|Destyle.css]] - Härtester Reseter, entfernt ALLE Styles
  
Line 22: Line 22:
   * [[https://github.com/js-cookie/js-cookie|JS-Cookie]] - Cookie Managament   * [[https://github.com/js-cookie/js-cookie|JS-Cookie]] - Cookie Managament
   * [[http://kenwheeler.github.io/slick/|Slick.js]] - Responsive Slider & Gallerie Funktion (braucht jQuery...)   * [[http://kenwheeler.github.io/slick/|Slick.js]] - Responsive Slider & Gallerie Funktion (braucht jQuery...)
-  * [[https://github.com/rcbyr/keen-slider|Keen-Slider.js]]- Responsive Slider mit vielen Funktionen+  * [[https://github.com/rcbyr/keen-slider|Keen-Slider.js]] - Responsive Slider mit vielen Funktionen (vllt. bissl zu viel immer)
   * [[http://taffydb.com/|TaffyDB]] - JSON Datenbank ähnliche Verwaltung um Datenstrukturen zu Querien   * [[http://taffydb.com/|TaffyDB]] - JSON Datenbank ähnliche Verwaltung um Datenstrukturen zu Querien
   * [[https://kylestetz.github.io/CLNDR/|CLNDR.js]] - Kalender mit Custom Templating und Events per JSON   * [[https://kylestetz.github.io/CLNDR/|CLNDR.js]] - Kalender mit Custom Templating und Events per JSON
Line 36: Line 36:
   * [[https://interactjs.io/|interactjs.io]] - Drag&Drop (Resize, Rotate, etc) Gesten Bibliothek mit Touch support   * [[https://interactjs.io/|interactjs.io]] - Drag&Drop (Resize, Rotate, etc) Gesten Bibliothek mit Touch support
   * [[https://zingchart.github.io/zingtouch/|zingtouch.js]] - Gestensteuerung (Swipe, Rotate, etc)   * [[https://zingchart.github.io/zingtouch/|zingtouch.js]] - Gestensteuerung (Swipe, Rotate, etc)
 +  * [[https://github.com/vime-js/vime|Vime-JS]] - Video & Audio Player, auch mit Youtube und Vimeo Quelle]]
   * [[https://github.com/maxwellito/vivus|Vivus]] - SVG Path Zeichner (Animation)   * [[https://github.com/maxwellito/vivus|Vivus]] - SVG Path Zeichner (Animation)
   * [[https://vincentgarreau.com/particles.js/|Particle.js]] - Partikel / Mesh Zeichner/Animator   * [[https://vincentgarreau.com/particles.js/|Particle.js]] - Partikel / Mesh Zeichner/Animator
Line 44: Line 45:
   * [[https://github.com/yanatan16/nanoajax|nanoAJAX]] - Sehr leichte Ajax Library   * [[https://github.com/yanatan16/nanoajax|nanoAJAX]] - Sehr leichte Ajax Library
   * [[https://leafletjs.com/|leaflet.js]] - OpenStreetMap Library   * [[https://leafletjs.com/|leaflet.js]] - OpenStreetMap Library
 +  * [[https://github.com/dstillman/pathparser.js|pathparser.js]] - Frontend Router / Routing Library, sehr robust
 +  * [[https://cocopon.github.io/tweakpane/|Tweakpane]] - UI Panel mit Input Elemente um ein Parameter JSON zu erzeugen
  
 **Größere Frameworks** **Größere Frameworks**
  
 +  * [[https://github.com/alpinejs/alpine|Alpine.js]] - Framework wie Vue nur kleiner 
   * [[https://grapesjs.com/|Grape.js]] - Webpage Builder   * [[https://grapesjs.com/|Grape.js]] - Webpage Builder
   * [[https://codex.so/editor?ref=devawesome.io|CodeX Editor]] - Gutenberg ähnlicher Block-Editor   * [[https://codex.so/editor?ref=devawesome.io|CodeX Editor]] - Gutenberg ähnlicher Block-Editor
Line 53: Line 57:
  
   * **[[https://thephpleague.com/|The PHP League]]**  - League of Extraordinaray Packages   * **[[https://thephpleague.com/|The PHP League]]**  - League of Extraordinaray Packages
 +  * **[[https://github.com/ziadoz/awesome-php|Awesome PHP]]** - Liste von vielen PHP Libraries im großen Stil
   * [[https://tcpdf.org/|TCPDF]]  - PDF Generator auf reiner PHP Basis   * [[https://tcpdf.org/|TCPDF]]  - PDF Generator auf reiner PHP Basis
   * [[https://github.com/bobthecow/mustache.php|Mustache PHP]] - PHP Library für Mustache   * [[https://github.com/bobthecow/mustache.php|Mustache PHP]] - PHP Library für Mustache
   * [[https://github.com/matthiasmullie/minify|CSS & JS Minifier]] - entfernt Leerzeichen und unnötige Zeilen   * [[https://github.com/matthiasmullie/minify|CSS & JS Minifier]] - entfernt Leerzeichen und unnötige Zeilen
   * [[https://stackoverflow.com/questions/6073397/how-do-you-create-a-gz-file-using-php|Write GZIP Files]] - Snippet um gzip Dateien zu schreiben   * [[https://stackoverflow.com/questions/6073397/how-do-you-create-a-gz-file-using-php|Write GZIP Files]] - Snippet um gzip Dateien zu schreiben
 +  * [[https://carbon.nesbot.com/|Carbon]] - Time&Date Klassen, mit vielen Locales, ähnlich wie moment.js
   * [[https://github.com/PHPMailer/PHPMailer|PHPMailer]] - Sehr gute PHP-Mail-Klasse   * [[https://github.com/PHPMailer/PHPMailer|PHPMailer]] - Sehr gute PHP-Mail-Klasse
   * [[https://github.com/tmarois/Filebase|Filenase]] - Flatfile Datenbank System   * [[https://github.com/tmarois/Filebase|Filenase]] - Flatfile Datenbank System
Line 64: Line 70:
   * [[https://github.com/kriswallsmith/assetic|Assetic]] - CSS & JS combine & minifier   * [[https://github.com/kriswallsmith/assetic|Assetic]] - CSS & JS combine & minifier
   * [[https://respect-validation.readthedocs.io/en/1.1/|Respect Validation]] - Sehr vielseitige Validation Library   * [[https://respect-validation.readthedocs.io/en/1.1/|Respect Validation]] - Sehr vielseitige Validation Library
 +  * [[https://github.com/guzzle/guzzle|guzzle]] - HTTP Requestst Handler, gut für API & URL Requests
   * [[https://github.com/MrRio/shellwrap|ShellWrap]] - Linux Shell Befehle ausführen   * [[https://github.com/MrRio/shellwrap|ShellWrap]] - Linux Shell Befehle ausführen
   * [[https://phpspreadsheet.readthedocs.io/en/latest/|PHPSpreadsheet]] - Excel / XML / CSV Datei handling   * [[https://phpspreadsheet.readthedocs.io/en/latest/|PHPSpreadsheet]] - Excel / XML / CSV Datei handling

Page Tools