Monthly Shaarli

All links of one month in a single page.

August, 2013

Media-Media.ru

Интернет-журнал о том, что происходит в медиа (18+)

Hexadecimal Swatches in InDesign | in-tools.com

On Thursday, David Blatner sent me an email asking how difficult it would be to create a script which would create swatches in InDesign from hex values.

Scripts sorted by categories for InDesign

Links to interesting scripts, sorted by categories. I just started filling in this page so there is a small number of scripts so far. Some scripts may appear in several categories.

Indiscripts :: 140+ InDesign and Creative Tasks

You Didn't Know You Could Automate that many tasks

dompdf - The PHP 5 HTML to PDF Converter

dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes.

mapshaper - simplify and convert map shapes data online

Mapshaper is a program for simplifying cartographic lines while preserving the topological relationships between adjacent polygons and intersecting polyline paths. It can read and write Shapefile, GeoJSON and TopoJSON files. The current version can be found at mapshaper.org.

SassMe | A Tool for Visualizing SASS Color Functions

Visualize SASS color functions in real-time without compiling.

Design Strategy — Creating Wireframes And Prototypes With InDesign | Smashing Magazine

Hundreds of tools may be available for interaction designers, but there is still no industry standard for interaction design the way Photoshop and Illustrator are to graphic design. Popular programs are out there, but many of them have considerable drawbacks, which has led me to explore alternative apps.

Lenagold - Шрифты - Рукописные

Большая часть шрифтов адекватно отображает и кириллические знаки, и латиницу. Но если на картинке-превью вы увидите только одну строку, написанную по-русски, то этот шрифт не будет работать при «английской раскладке». И наоборот.

TabGroups Menu :: Add-ons for Firefox

Adds a menu to the menubar and the panorama button showing all tabs grouped by tabgroups (panorama/tabcandy groups).

WordPress Plugin: User Submitted Posts : Perishable Press

User Submitted Posts enables your visitors to submit posts and images from anywhere on your site via template tag or shortcode. User-submitted posts optionally include tags, categories, post titles, and more. You can set submitted posts as draft, publish immediately, or after some number of approved posts. Also enables users to upload multiple images when submitting a post. Everything super-easy to customize via Admin Settings page.

Shopfans - доставка товаров из интернет-магазинов США и ebay, ебей, ebey. Без абонентской платы!

Заказывайте в американских интернет-магазинах с доставкой на склад Shopfans. Мы получим и перешлем покупки прямо к вам домой! См. также http://habrahabr.ru/company/boxowerview/blog/188142/

Mou - Markdown editor for web developers, on Mac OS X

When current available Markdown editors are almost all for general writers, Mou is different: It's for web developers. Syntax highlighting, live preview, sync scroll, fullscreen mode, auto save, powerful actions, auto pair, custom themes and CSS, HTML and PDF export, enhanced CJK support. I know, it's exactly the app you want.

OOP In JavaScript: What You NEED to Know | JavaScript is Sexy

The main principle with Object Oriented Programming (OOP) is the use of Classes (Functions in JavaScript) to create objects, and that objects are implemented in a manner that allows them to adopt Inheritance, Polymorphism, and Encapsulation. We are only concerned with Inheritance and Encapsulation, since only these are applicable for OOP in JavaScript. Essentially, objects can encapsulate functionalities and inherit methods and properties.