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

CC

CC Category

Universal Icons For Apps And More – PICOL

PICOL (PIctoral COmmunication Language) is an universal icon set for electronic communication.

PICOl Universal Icons For Apps And More   PICOL

The icons were made as a coursework by Melih Bilgil and attempt to provide a standardized way of communicating with application users.

Although some icons are confusing and the license requires attribution, these are the only criticisms about the PICOL icons.

There are about 520 icons altogether in the icon library, and you can generate thousands more with the icon generator.

 

A Script For Grabbing A Picture’s Dominant Colors – Color Thief

Color Thief is a JavaScript library that can grab dominant colors from a picture.

colorthief A Script For Grabbing A Pictures Dominant Colors   Color Thief

Color Thief is easy to use and employs the canvas element for generating a color palette from a picture.

The script actually works (see demos in the homepage), and can grab the main colors even from the smallest image.

 

Server-side CSS Preprocessor – PCSS

PCSS is a server-side CSS preprocessor that enhances the functionality of CSS and makes it easier to write slim and effective code.

pcss Server side CSS Preprocessor   PCSS

PCSS runs on PHP (server-side), and enhances the functionality of CSS by adding variables, pre-defined constants, and browser detection to CSS.

PCSS also offers short forms of numerous CSS properties, and minifies the written code in the end.

Overall, this library is potentially useful for most CSS designers, and the browser detection is really an ass-guard as it allows you to skip a lot of browser-specific code.

A Gesture Icon System – Cue

Cue is a fascinating gesture icon set that aims to provide intuitive clues to touch application users.

swipe A Gesture Icon System   Cue
Although the icons can look confusing at first, the idea behind them is very elegant.

As touch technology becomes more and more common in our lives, this icon set is among the first to try and set a standard that’s both universal (pictographic) and easily comprehensible.

About the icons themselves:

  • Cue comes in multiple formats (PNG, SVG, Omnigraffle, and InDesign);
  • Icons are released under the CC license;
  • Icons take little space;
  • Cue is still in development, and the icons are subject to changing for the better.

LESS CSS Compiler – SimpLESS

SimpLESS is a web-based LESS.js compiler that effectively negates the need for including the JavaScript library.

simpless LESS CSS Compiler   SimpLESS
SimpLESS is useful, because you don’t have to include the LESS library in your projects as the result is pure CSS3 code.

It can also help as a tool for “extracting” code from LESS-based websites (there are a few). Besides, the less external libraries, the better.

A CMS in a Single File – OneFileCMS

OneFileCMS is a Content Management System that’s actually a single file. (Inception!)

onefilecms A CMS in a Single File   OneFileCMSThe CMS has all the basic features an FTP client has, and users can update the pages via a built-in source editor. The admin interface allows interacting with files through something else than FTP.

Of course, OneFileCMS is very basic, but a 24kb CMS in one PHP file doesn’t promise much, does it?

You have to code your website’s pages, and this CMS, although an innovative solution, isn’t for the beginner or even for the intermediate user.