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

An Elegant & Efficient Android UI Framework — Fries

Fries is a UI building framework for Android.

fries An Elegant & Efficient Android UI Framework    FriesFries uses HTML, CSS and JavaScript and is rich in components for making an application with ease. The framework can be integrated with PhoneGap, so it’s a plus is you already use PhoneGap for your mobile projects.

The framework is well-documented and seems like a welcome addition to the iOS-dominated framework market.

 

A Lightweight Plugin to Lazy Load Images — Unveil.js

Unveil.js is a jQuery plugin for easily loading images with lazy load.

unveiljs A Lightweight Plugin to Lazy Load Images    Unveil.jsUnveil.js loads images only once they are in the user’s viewport, thus reducing load times and quite possibly server load.

It’s basically a stripped-down version of this lazy load plugin, with extra support for high-resolution images.

 

Compile Scripts With Live Browser Refresh — Prepros

Prepros is a Windows application for auto-compiling languages such as SASS, LESS, CoffeeScript and others.

prepros Compile Scripts With Live Browser Refresh    PreprosPrepros compiles the source and injects it into the browser so you can see the result without having to refresh the page, which was quite a hassle previously.

It is customizable so you can be sure that the output looks the way you want it.

 

Label Everything! — Label.css

Label.css is a CSS file for creating labels everywhere on an object.

elementcss Label Everything!    Label.cssLabel.css supports all the possible positions and has two hover effects for float and fade.

It’s a useful plugin for positioning your labels, and, if nothing more, it’s easy to use and quite small.

 

Easy Chat Rooms With PHP — phpFreeChat

phpFreeChat is a chat room script for creating chat rooms everywhere.phpfreechat Easy Chat Rooms With PHP    phpFreeChat

phpFreeChat doesn’t require a database and doesn’t have to be run on a new browser: it works everywhere with a PHP version larger than 5.3. and if the browser supports jQuery.

phpFreeChat is heavily customizable so you can tweak it to work on your mobile designs as well.

A JavaScript Physics Engine — Verlet.js

Verlet.js (pronounced ‘ver-ley’) is a Verlet integration physics engine written in JavaScript.verletjs A JavaScript Physics Engine    Verlet.js

Verlet.js can handle simulations, composites, particles and constrains. From these you can make just about anything, the sky is the limit. Its parts intertwine very well: for example, you can link particles together so they interact.