Monthly Shaarli
August, 2013
Интернет-журнал о том, что происходит в медиа (18+)
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.
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.
You Didn't Know You Could Automate that many tasks
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 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.
Visualize SASS color functions in real-time without compiling.
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.
Большая часть шрифтов адекватно отображает и кириллические знаки, и латиницу. Но если на картинке-превью вы увидите только одну строку, написанную по-русски, то этот шрифт не будет работать при «английской раскладке». И наоборот.
Adds a menu to the menubar and the panorama button showing all tabs grouped by tabgroups (panorama/tabcandy groups).
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. Мы получим и перешлем покупки прямо к вам домой! См. также http://habrahabr.ru/company/boxowerview/blog/188142/
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.
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.