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

Navigation

Navigation Category

Mark Article Progress With A Single Click – youRhere

youRhere is a jQuery plugin that allows users to mark their article progress with a single click.

YouRhere Mark Article Progress With A Single Click   youRhere

youRhere is lightweight (6kb when not minified) and features an easy markup and even easier implementation.

The plugin uses HTML5′s local storage API to great effect–a fallback for older seems to be lacking, though– and altogether grants an efficient way of letting your users know that they can safely mark your longer articles and read them fully a bit later.

Convert Navigation to Dropdowns for Smaller Screens – TinyNav.js

TinyNav.js is a minuscule (351 bytes) plugin for converting <ol> and <ul>-based navigations to select elements for smaller screens.

tinynav Convert Navigation to Dropdowns for Smaller Screens   TinyNav.js

TinyNav.js detects the size of the screen, and, if the screen is too small to hold the default navigation (it has to consist of unordered/ordered lists), the plugin downgrades it to a select element.

The plugin is small but useful, especially as everyone is seeking to adapt to mobile devices.

Infinite Scrolling In Just a Few Lines – Infinite Ajax Scroll

Infinite Ajax Scroll is an infinite scrolling plugin (e.g., the one at Tumblr/Twitter) made with jQuery.

ajaxscroll Infinite Scrolling In Just a Few Lines   Infinite Ajax ScrollInfinite scrolling allows both increasing average page view time, and increases usability a pinch.

This particular plugin proves useful both for blogs — comment and article scroll — as well as image galleries and portfolios.

Smooth Scrolling in jQuery

The folks at devirtuoso.com have published an awesome tutorial on smooth scrolling in jQuery.

PHP Smooth Scrolling in jQuery

As smooth scrolling is becoming increasingly popular (because it’s so convenient), the demand for such scrolling is soaring among clients.

The tutorial shows you how a “smooth scrolling” navigation is achieved with jQuery and HTML.

The end result is available as a download for those willing skip the tutorial.

    Awesome Context Menus With jQuery – contextMenu

    contextMenu is a sexy jQuery plugin for creating and managing context menus.

    contextmenu Awesome Context Menus With jQuery   contextMenuThe plugin seamlessly works through even hundreds of menu items, and thus is made especially for large applications — but small apps will make use of it nonetheless.

    As the picture tells us, icons can be used for menus, but are optional. You can place input elements inside the menu (even text/textarea), and add fancy on/off commands for your application.

    Pure CSS Collapisble Tree Menu – CSS Ninja

    The CSS Ninja has published an awesome tutorial for creating a pure-CSS collapsible tree menu.

    tree Pure CSS Collapisble Tree Menu   CSS Ninja

    Prior to this, earlier menus like this relied on JavaScript.

    If there are already JavaScript versions of this, why create one with CSS? First and foremost, a CSS-only solution solves browser compatibility issues (in most cases).

    Try including Selectivizr to make it run even on IE6+!