This is a JavaScript port of jasonlong/geo_pattern and is derived from the background generator originally used for GitHub Guides.
Plyr : Simple HTML5 Media Player
A simple, accessible and customizable HTML5, YouTube and Vimeo media player.
- Accessible – full support for VTT captions and screen readers
- Lightweight – under 10KB minified and gzipped
- Customisable – make the player look how you want with the markup you want
- Semantic – uses the right elements.
<input type="range">
for volume and<progress>
for progress and well,<button>
s for buttons. There’s no<span>
or<a href="#">
button hacks - Responsive – as you’d expect these days
- HTML Video & Audio – support for both formats
- Embedded Video – support for YouTube and Vimeo video playback
- API – toggle playback, volume, seeking, and more
jQuery FlowChart Plugin
jQuery flowchart.js is an open source jquery ui plugin that allows you to draw and edit a flow chart.
- Draw boxes (called operators) and connections between them.
- Methods are provided so that the end-user can edit the flow chart by adding / moving / removing operators, creating / removing connections between them.
- The developper can save / load the flowchart.
- Operators and links can be customized using CSS and the plugin parameters.
- Some methods allow you to add advanced functionalities, such as a panzoom view or adding operators using drag and drop.
Formdoid : Advance PHP Database Form Builder
Formdoid is advance PHP database form builder that generates the form directly from the database tables by writing 2-3 lines of codes only. It automatically creates form fields on the basis of the field type and field name as defined in the database table. You don’t need to write data submission code (insert/update/export) also, script handles that part also. By default, script also put validations as per the field type and manages the data submission using ajax.