The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

MIT

MIT Category

A Self-hosted RSS Reader For Antisocial People — Stringer

Stringer is an RSS reader for self-hosting, meant to replace the BIG_FREE_READER when it shuts down.

stringer A Self hosted RSS Reader For Antisocial People    StringerStringer doesn’t have any dependencies and works like a charm. It also sports keyboard shortcuts and a super easy to use interface.

It can be deployed on any server that supports Ruby. Stringer is released under the MIT licence.

Pure CSS Modals — CSS Modal

CSS Modal is a library for building CSS-powered modal dialogues.

modalsbuilt Pure CSS Modals    CSS Modal

 

CSS Modal uses bits of JavaScript for making the modal dialogues more accessible. CSS Modal is optimized for mobile phones and can be used as a SASS plugin as well.

It’s small and fast and makes for a welcome addition to a light and minimalist design.

 

Two-dimensional, Renderer-agnostic Drawing API — Two.js

Two.js is a drawing API that can render using canvas, WebGL and SVG.

two.js Two dimensional, Renderer agnostic Drawing API    Two.jsTwo.js uses Underscore.js and Backbone.js for event handling. While not supporting text and images, Two.js instead focuses on the vector+shape side and altogether makes for a great tool for creating animations with shapes.

It has many methods for handling vectors, polygons and their groups.

 

Build jQuery With Custom Modules — jQuery Builder

jQuery has gotten richer in features throughout the years — but it’s also gotten bigger and can contain many features a developer won’t want to use.

jQuery Builder helps making a custom build of jQuery, allowing developers to choose which modules to include or not.

jquery builder Build jQuery With Custom Modules    jQuery Builder

 

The builder is also available for the Node.js command line tool. This is a very nice way of reducing the load time for your websites.

Twitter Bootstrap Theme Generator — Bootstrap Magic

Bootstrap Magic is a theme generator for Bootstrap. It has a live preview which updates in real-time.

bootmagic Twitter Bootstrap Theme Generator    Bootstrap MagicBootstrap Magic supports LESS and all of its functions. The output is a minified (or not) CSS file which you can use for your very own hand-built Bootstrap design.

 

Lighten Your CSS — CSSCSS

CSSCSS is a ‘redundancy analyzer’ which finds duplicate declarations in your code.

csscss Lighten Your CSS    CSSCSSCSSCSS lets you know if there are any rulesets which have duplicate declarations. It makes your code much faster and lighter.

CSSCSS is available as a Ruby gem. It’s easy to use and doesn’t delete the duplicates so you don’t lose control over your code.