diff options
Diffstat (limited to 'doc/3rd-party-libraries.md')
-rw-r--r-- | doc/3rd-party-libraries.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/3rd-party-libraries.md b/doc/3rd-party-libraries.md new file mode 100644 index 00000000..3101c90a --- /dev/null +++ b/doc/3rd-party-libraries.md | |||
@@ -0,0 +1,13 @@ | |||
1 | #3rd party libraries | ||
2 | ## CSS | ||
3 | - Yahoo UI [CSS Reset](http://yuilibrary.com/yui/docs/cssreset/)[](.html) | ||
4 | - resets default CSS properties for all HTML elements (overriding browsers' default values) | ||
5 | - ensures custom CSS stylessheets will provide the same results on all browsers | ||
6 | |||
7 | ## Javascript | ||
8 | - [Awesomeplete](https://leaverou.github.io/awesomplete/) ([GitHub](https://github.com/LeaVerou/awesomplete)) - autocompletion in input forms[](.html) | ||
9 | - [bLazy](http://dinbror.dk/blazy/) ([GitHub](https://github.com/dinbror/blazy)) - lazy loading for thumbnails[](.html) | ||
10 | - [qr.js](http://neocotic.com/qr.js/) ([GitHub](https://github.com/neocotic/qr.js)) - QR code generation[](.html) | ||
11 | |||
12 | ## PHP | ||
13 | - [RainTPL](https://github.com/rainphp/raintpl) - HTML templating for PHP[](.html) | ||