This is our weekly design news column where we share our favorite design related articles, resources and cool freebies from the past week. Enjoy :)
Conditioner.js
Conditioner.js is Javascript library for loading and unloading behavior based on environment conditions.
Owl Carousel
Owl Carousel is a touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.
StackEdit
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
Tabslet – Yet Another jQuery Plugin For Tabs
CuttySSark
CuttySSark is lightweight polyfill adding support for JS event triggering and matching in stylesheets using standard CSS2 selectors.
Annyang
annyang is a tiny JS library that lets your visitors control your site with voice commands. It supports multiple languages and has no dependencies.
CLNDR.js
Unlike most calendar plugins, CLNDR.js doesn't generate markup. Instead you provide an Underscore.js HTML template and in return CLNDR gives you the data to use within it.
ContentShare
ContentShare is a jQuery plugin which lets you share the exact content on a page which you actually want to share. It enables you to share selected text on your social network rather the default text specified in the <meta> tags.
Formbuilder.js
Formbuilder is a graphical interface for building webforms. Think Wufoo or Google Forms, but a lightweight component that can be integrated into your application.
Hyro
Hyro is a live HTML5 text-editor for the desktop (Windows, Mac & Linux). You can code HTML5 websites in real-time on your desktop.
Client-Side Full-Text Search in CSS (Tutorial)
Using data- attributes for indexation, and a dynamic stylesheet with a CSS3 selector for search, it is easy to build a client-side full-text search in CSS rather than JS. Here is an example.