Home » Development » API » Seite 4
„Element queries are a new way of thinking about responsive web design where the responsive conditions apply to elements on the page instead of the width or height of the browser. Unlike CSS @media queries, @element Queries are aware of more than just the width and height of the browser, you can write responsive conditions for a number of different situations like how many characters of text or child elements an element contains. Another concept that element queries brings to CSS is the idea of ‘scoping’ your styles to one element in the same way that JavaScript functions define a new scope for the variables they contain.“
min-width
max-width
min-height
max-height
min-characters
max-characters
min-lines
max-lines
min-children
max-children
min-scroll-y
max-scroll-y
min-scroll-x
max-scroll-x
orientation
min-aspect-ratio
max-aspect-ratio
$this
$parent
$root
$prev
$next
Element Queries
UriInterface
URI
A library to generate PDFs in client-side JavaScript.
GitHub
TaffyDB / GitHub
„The Datamuse API is a word-finding query engine for developers. You can use it in your apps to find words that match a given set of constraints and that are likely in a given context. You can specify a wide variety of constraints on meaning, spelling, sound, and vocabulary in your queries, in any combination.“
words with a meaning similar to ringing in the ears /words?ml=ringing+in+the+ears
Datamuse API
Rocket.Chat is am impressive Open Source Web Chat Platform, with a huge amount of features:
Rocket.Chat
„Plates is a native PHP template system that’s fast, easy to use and easy to extend. It’s inspired by the excellent Twig template engine and strives to bring modern template language functionality to native PHP templates.
Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Smarty.“
Voyager is a Laravel Admin Package that includes BREAD(CRUD) operations, a media manager, menu builder, and much more.
A simple Object Oriented wrapper for GitHub API, written with PHP5.
Uses GitHub API v3. The object API is very similar to the RESTful API.
Github
Flatdoc is a small JavaScript file that fetches Markdown files and renders them as full pages. Essentially, it’s the easiest way to make open source documentation from Readme files.