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

A Templating Process For Designers — Style Tiles

Style Tiles is a website that showcases a creative approach to designing process, useful for most web designers.

styletiles A Templating Process For Designers    Style Tiles

Style Tiles is, in essence, an idea-based approach to designer-client communication, but there’s also something purely functional here.

A Style Tile, in its physical form, is a set of fonts, colors, and interface elements that you present to the client for him/her to decide.

Building a good Style Tile is quite fast from the PSD provided on the website — definitely faster than building a full-blown web design. This process is also a lot more precise than a blackboard concept that consists of, possibly, rectangles of suspicious shapes.

Performance Monitoring With Node — Nodetime

Nodetime is a performance monitoring library for Node.

Nodetime is useful for performance diagnostics, as it helps pinpointing the exact cause of performance problems.

nodetime Performance Monitoring With Node    Nodetime

Nodetime parses client requests, and allows you to see how much the request uses from server resources.

The app is quite sophisticated, as it automatically runs in debug mode under virtually no load, but, in production, it only sends the slowest requests to the server.

A “faster, better, easier” JavaScript Library – CanJS

CanJS is a JavaScript framework for creating rich web applications with ease.

canjs A faster, better, easier JavaScript Library   CanJS

CanJS provides the following features:

  • Inheritable constructor functions;
  • Key-value binding;
  • Back button and bookmarking support;
  • etc.

CanJS works together with several different libraries — jQuery, mooTools, YUI, and others, — and has a different version for each parent library. The framework also ships with several plugins, such as those for validation and data adjustment.

Easy HTML5 Presentations — Presenteer.js

Presenteer.js is a JavaScript library for making awesome HTML5 presentations.

presenteer Easy HTML5 Presentations    Presenteer.js

Presenteer requires very little configuration, in fact, it can be ran with a single line of code.

However, Presenteer’s simplicity doesn’t stifle its functionality, featuring simple and impressive constructor options and callbacks.

Overall, if you’re looking for a straight to the point presentation making library, look no further.

Lightweight Code Highlighting — Rainbow

Rainbow is a JavaScript library for code highlighting.

It’s a lightweight solution (1.4kb minified), and uses modules for language-dependent code markup.

rainbow Lightweight Code Highlighting    Rainbow

Rainbow supports a number of languages:

  • HTML;
  • PHP;
  • Pythong;
  • JavaScript;
  • Ruby;
  • etc.

Another important quality of this library is the incredibly easy customization which lets you make up your own highlighting patterns, giving you a complete design freedom.

Document With Style — StyleDocco

StyleDocco is a Node library for creating documentations and style guides from your stylesheets.

styledocco Document With Style    StyleDocco

The actual documentation is written with Markdown; the documentation is stored in CSS comments, and can be viewed in the source code, as well as in a visual way, when passed through StyleDocco.

StyleDocco is an impeccable library that can potentially save heaps of bandwidth, reduce the amount of lines written, and time spent creating a longer documentation.