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

License

License Category

Super-smooth CSS Transitions and Animations — Transit

Transit is a jQuery plugin for creating super-smooth animations better than jQuery’s .animate() does.transit Super smooth CSS Transitions and Animations    Transit

Transit allows animating, rotating, skewing, transforming and much many other things.

It’s also seems easy to use and degrades somewhat gracefully. Although this plugin has merit by itself, it’d be nice to see some unit tests comparing it with jQuery’s animate.

Easy Mobile Sliding Menus With jQuery — mmenu

mmenu is a plugin for creating sliding menus. It can create an app-like sliding menu with just a single line of code.

mmenu Easy Mobile Sliding Menus With jQuery    mmenummenu strives to create application-like sliding menus. You can configure it to your heart’s liking and probably implement it into the desktop (or joint) version of your website as well.

 

jQuery Plugin For Full-screen Scrolling Windows — Windows

Windows is a plugin for creating full-screen scrolling windows.

windows jQuery Plugin For Full screen Scrolling Windows    Windows

 

Basically, the plugin creates as many scrolling windows as you like, allowing to place arrays of content into scrollable goodness.

Windows automatically centers the ‘window’ that takes the most part of the screen, so it’s easy for users to enjoy the full-screen experience this plugin strives to provide.

As a side note, the name of this plugin illustrates that websites like ours here are much in need. Imagine how hard it’d be to find a plugin like this if you hadn’t seen it here – not to mention the problem of actually finding this plugin on Google.

Path Finding For Grid-based Games — PathFinding.js

PathFinding.js is a path finding library for grid-based games.

pathfinder Path Finding For Grid based Games    PathFinding.jsPathFinding.js is pretty straightforward but provides complex solutions when needed. For example, you can pick from three path finding algorithms and from five ways of using them.

As path finding isn’t exactly the easiest thing to code, PathFinding.js very much comes in handy for building such navigation for use in games.

 

A Caching System For PHP — phpFastCache

phpFastCache is a caching system for PHP. It’s made for reducing the database load on websites with a lot of traffic.

phpfastcache A Caching System For PHP    phpFastCacheFor example, if your website is visited by 10,000 people who ask for the same query, phpFastCache can generate a single query and serve all of the visitors.

It’s a simple and powerful way to increase the performance of your website.

 

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.