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

License Free

License Free Category

A Dojo Grid Component — dgrid

dgrid is a lightweight Dojo grid component for creating full-featured data grids.

dgrid A Dojo Grid Component    dgrid

Although still in the beta, dgrid sports some impressive features:

  • Ships with different default themes;
  • Easy to customize and extend;
  • Modular structure (loads only what is needed);
  • Mobile support;
  • etc.

Dojo developers are without a doubt glad about the grid, but if you’ve never worked with Dojo before, the docs are easy to grasp, even if you aren’t well-acquainted with Dojo.

High-performance 2D/3D Polyline Simplification – Simplify.js

Simplify.js is a JavaScript library for simplifying polylines.

simplifyjs High performance 2D/3D Polyline Simplification   Simplify.js

The library drastically reduces the amount of points that are used to draw a polyline, allowing for a significant performance boost.

As the shape is what’s most important when drawing polylines, the library is all but mandatory if you have data which generates thousands of points in a graph–the performance boost is huge even on small simplification ratios.

Track Your Web Performance – Speed Tracer

Speed Tracer is a free tool for tracking and fixing performance problems in your web apps.

speedtracer Track Your Web Performance   Speed Tracer

Speed Tracer is available as a Chrome plugin, but server-side performance tracking is available via AppStats for Java.

The application comes with a logging API; Speed Tracer can also export data dumps as JSON objects (probably for creating your own interfaces).

Overall, Speed Tracer is a great tool for any application developer, as fluid performance is what might make users prefer your apps instead of other available alternatives.

    Responsive Image Manipulation – Hoverizr

    Hoverizr is a small (2.5kb minified) jQuery plugin that outputs manipulated images on top of targeted images.

    hoverizr Responsive Image Manipulation   HoverizrThe plugin is responsive, meaning that even if you resize the browser (or use mobile), the images will be resized automatically for newer browsers.

    Hoverizr features quite a few image manipulation effects, such as grayscale, invert, and blur.

    Besides the obvious “before and after” use of this plugin, it’s also awesome for games or simply design effects.

    JavaScript Console Window For Chrome – jsshell

    jsshell is a Chrome widget that allows executing JavaScript and jQuery on any page you browse.

    jsshell JavaScript Console Window For Chrome   jsshell
    The script allows doing basically anything with the page on client-side. The code window even has an autocomplete feature.

    For example, you can do some “defacing” and increase the functionality of the website; or scrape some information from the page, as the developer does in the demo.

    jsshell is a powerful plugin, because you can both toy around with websites you use daily; however, the widget is also great for prototyping or simply toying around with, e.g., the design of a page.

    Seamless Currency Conversion – money.js

    money.js is a dependency-free JS library for converting currencies with the Open Source Exchange Rates API.

    moneyjs Seamless Currency Conversion   money.js
    The library weighs around 1kb minified, and uses the currencies provided by Google (which are consistently accurate and up-to-date).

    Using money.js is rather easy, and, although still in its infancy, the plugin provides a seamless way of both analyzing the financial situation of the world, and also treating your international customers fairly if you want to adapt it to an e-commerce store.