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

Technology

Technology Category

Never Resize A Thumbnail Again – jQuery.NailThumb

NailThumb is a plugin for resizing thumbnails with just a single line of code.

nailthumb Never Resize A Thumbnail Again   jQuery.NailThumb

Additionally, NailThumb can also add a title to the thumbnail; another notable feature is image cropping. Events, proportions, and even animations are available, too.

Although this isn’t a bandwidth-effective way of doing things — the full-size image is used to generate the thumbnail, — NailThumb still seems to be a great fit for portfolios etc.

A 3D Tag Cloud With JavaScript

Ian George has published an awesome 3D tag cloud, also available as a jQuery plugin.

3dtagcloud A 3D Tag Cloud With JavaScript

What’s great about the plugin is that you can get creative with it.

One thing that you could create with the tag sphere plugin is a “blogroll”, or maybe even a navigation bar.

The markup is dead simple, and the source isn’t too hard to grasp, especially since it’s well-commented. It also works on touch devices.

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.