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

Use

Use Category

Responsive Image Slider In Less Than 1kb — ResponsiveSlides

ResponsiveSlides is a jQuery plugin for creating a responsive slider.

responsiveslides Responsive Image Slider In Less Than 1kb    ResponsiveSlides

The slider works with IE6+, and keeps the css max-width property even in browsers that don’t natively support it.

It’s fully responsive and only requires jQuery (at least v1.4). Multiple instances are supported, and the markup is dead straight unordered lists. The only requirement is that you keep the images at a fixed size.

How To Build A File Upload Progress Bar — 9lessons.info

9lessons.info have published a simple and effective tutorial about creating a file upload progress bar using jQuery.

progressbar How To Build A File Upload Progress Bar    9lessons.info

The JavaScript is concise, but the server, of course, requires a version of PHP — and in this case, not one lower than 5.4.

The programmer also uses PHP’s APC library; jQuery is used to monitor the state of the file every few seconds.

jQuery-like Java HTML5 Parser — jsoup

jsoup is a Java library for parsing HTML5 data.

html5 jQuery like Java HTML5 Parser    jsoup

It provides a convenient API for extracting and manipulating HTML5 data.

jsoup has a number of uses: parsing user comments; extract HTML data; beautify HTML output; etc.

It’s pertinent to note that jsoup can also parse invalid code, or, as the devs put it: “jsoup is designed to deal with all varieties of HTML found in the wild”.

Easy & Consistent Android UI Development — GreenDroid

GreenDroid is a library for making Android UI development easier.

greendroid Easy & Consistent Android UI Development    GreenDroid

GreenDroid’s main advantages over other similar Android libraries is its concise, powerful set of UI-management features.

The library supports Android 1.6. It might support Android 1.5, but it’s less likely to do so.

GreenDroid is an awe-inspiring solution for making consistent UI’s for Android devices.

Algorithmic Sunburst Generation With CSS, Canvas, jQuery — pow.js

pow.js is an impressive demonstration of use of the canvas element.

powjs Algorithmic Sunburst Generation With CSS, Canvas, jQuery    pow.js

pow.js paints a sunburst pattern depending on the values you provide: the origin element of the ray (#foo in this case), the starting color and the end color, etc.

Besides using the generated images for a background, pow.js is useful as a code example of operating with the canvas element.

A Set Of Useful Icons For The Web – Micro Icon Set

Micro Icon Set is a web-ready set of icons in the PSD format.

microiconset A Set Of Useful Icons For The Web   Micro Icon Set

The icons are great for ‘general’ use. You’ll find that these can be applied to almost any website, and, as they’re in vector format, you can scale them ad infinitum.

The license is generous, albeit not too generous: using these icons requires a link back to the original post or site.