| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| lesezeichen:bibliotheken [2024/09/18 09:58] – [Javascript] jgehrke | lesezeichen:bibliotheken [2026/02/10 14:07] (current) – [Javascript] jgehrke |
|---|
| * [[https://dimsemenov.com/plugins/magnific-popup/|Magnific Popup]] - Guter Lightbox / Modal /Popup Library (jQuery) | * [[https://dimsemenov.com/plugins/magnific-popup/|Magnific Popup]] - Guter Lightbox / Modal /Popup Library (jQuery) |
| * [[https://stuk.github.io/jszip/|stuk.github.io/jszip]] - Zip Library für Javascript im Client Browser | * [[https://stuk.github.io/jszip/|stuk.github.io/jszip]] - Zip Library für Javascript im Client Browser |
| | * [[https://www.fusejs.io/|fuse.js]] - Fuzzy Search in verschachteltem JSON |
| | * [[https://canvas-datagrid.js.org/intro|canvas-datagrid.js]] - Excel/CSV Table Datagrid mit AreaSelect - Data ist bearbeitbar |
| | * [[https://bossanova.uk/jspreadsheet/demo|jspreadsheet]] - Excel/CSB Table Datagrid mit AreaSelect - Mit Toolleiste und Tabs |
| | * [[https://docs.sheetjs.com/docs/getting-started/examples/import|sheetjs]] - kann XLSX Dateien parsen und als Array zurück geben |
| | * [[https://p5js.org/|p5*js]] - Gute Canvas Drawing Library, ähnlich wie Processing |
| |
| **Größere Frameworks** | **Größere Frameworks** |
| * [[https://tcpdf.org/|TCPDF]] - PDF Generator auf reiner PHP Basis | * [[https://tcpdf.org/|TCPDF]] - PDF Generator auf reiner PHP Basis |
| * [[https://github.com/dompdf/dompdf|DomPDF]] - Alternativer PDF-Generator mit besserer HTML Unterstützung | * [[https://github.com/dompdf/dompdf|DomPDF]] - Alternativer PDF-Generator mit besserer HTML Unterstützung |
| * [[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 [Eventuell nicht PHP 8.4 kompatibel] |
| | * [[https://github.com/nette/latte|LattePHP]] - Template Enginge, PHP 8.4 kompatibel erkennt HTML Kontext |
| * [[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 |