38 private links
technique for equidistant elements
Generate a base64 encoded Data URI straight from the Finder.
An Automator workflow which adds an item to the ‘Services’ contextual menu. It generates the Data URI for a file and copies it to the pasteboard.
We’ve all seen margin: 0 auto; for horizontal centering, but margin: auto; has refused to work for vertical centering… until now!
Equalizer for InDesign CS4 is an all-in-one tool which allows you to pick up, swap, transfer and propagate size and/or location coordinates between objects. The script fits into the InDesign UI by expanding the contextual menu you get when right-clicking an object. Just install Equalizer.js in the Startup Scripts subfolder and you have the Equalizer features within arm's reach.
Some of us just need to swap objects around, and this script makes it really easy.
In an ideal world, every camera, screen, and printer would display color in the same way. Unfortunately, thats not how it works in practice.
If you want to write simple documents using a plain text editor but still want to add basic text formatting, you can use Markdown: John Gruber's formatting system, with which you use short and easy-to-remember codes to mark up your text. Lots of websites and blogs are already using Markdown, so you can enter plain text and still have it formatted the way you want.
With my Javascript markdownID), you can select existing text or import a Markdown file, and it will be converted into properly styled text for InDesign.
The script supports lots of the standard functions from the original Markdown, and so you can use the Markdown reference for the basic set of commands. Unfortunately, there are also some functions that InDesign cannot easily emulate.
WinClip is a clipboard manipulation class which allow you to do a bit more than the common ahk clipboard can, including Markdown to HTML manipulations
The Markdown Service Tools are a collection of OS X Services designed to make writing Markdown text that much easier. Services work in any Cocoa-based application (which is most of the apps on your Mac). The Services are prefixed with “md” to keep them grouped in your Services menu. You can assign your own keyboard shortcuts (see the last section of this document) to make accessing them more convenient.
Click on the microphone icon and begin speaking for as long as you like.
EyeDoc — это программа, которая поможет предотвратить усталость ваших глаз при работе за компьютером.
Paste or drag and drop rich content from a webpage or a text editor in the first box (no HTML tags should be visible), then press "Convert" to convert to Markdown.
Works best in Chrome
Found here http://stackoverflow.com/questions/11194209/convert-image-from-clipboard-to-base64-encoded-data-with-javascript
Google Drive provides online storage for all your data. Google allows you to share your files via email by providing a special link, but to properly embed your file on a website or in an IMG tag, you need a direct and permanent link to your file. That's where gdURL.com comes to the rescue!
It's much easier to focus on studying because it easily drowns out sudden noises and other noises you hear in college dorms.
The perceived speed of your website relies heavily on the browser being able to paint to your user's screen. For this they must construct a "render tree" which consists of the DOM and the often forgotten CSSOM.
The critical path which the browser takes to gather this information is the only thing standing between your server and the user's screen. Using new research and real world examples, Patrick Hamann will cover a range of techniques – from the controversial to bleeding edge – the Guardian is using to make their CSS load as fast as possible, and ultimately keeping it off the critical path.
This tool lets you combine icon webfonts for your own project. With fontello you can:
shrink glyph collections, minimizing font size;
merge symbols from several fonts into a single file;
access large sets of professional-grade open source icons.
Now it's trivial to make a custom icon webfont, exactly for your needs. First, select the icons you like. Then update glyph codes (optional), and download your webfont bundle. We generate everything you need, ready for publishing on your website!
Slow loading resources (images, scripts, etc) can break your code. Test it simulating unexpected network conditions applied to specific resource.