39 private links
With the evolution of sound from century to century. We started to absorb the history of Music from Live Performances to High-definition sound & streaming today to create VOX — a digital music player for the future sound of Music. A player dedicated strictly for music with a content-driven design, support of HD/Lossless files & integration with the most popular streaming services. Get it now!
Create and configure lightweight, reproducible, and portable development environments.
SVG files, especially exported from various editors, usually contains a lot of redundant and useless information such as editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting SVG rendering result. SVGO to the help. + https://github.com/svg/svgo-gui
Light Flow allows you to take control of your notification LED colors and makes them successively flash one color after another.
Create stories, games, and animations
Share with others around the world
toodleTasks is a task management application for Android, BlackBerry and HP webos that sync with toodledo (www.toodledo.com). The app is available for both phones and tablets.
SVG profiles
SVG 1.0: all modern desktop and mobile browsers support SVG 1.1, so never choose this option.
SVG 1.1: You will almost always want this.
SVG Tiny/Basic: this is a subset of SVG intended for mobile devices. Only a handful of devices support SVG Tiny and not the full spec, so go for SVG 1.1.
Note: SVG Tiny does not reduce the file size, it's just a subset of SVG that is adequate for low processing power devices. It will discard gradients, opacity, embedded fonts and filters. Erik Dahlström says: All SVG 1.1 full viewers should be able to display all of the SVG 1.1 Tiny/Basic content (according to spec), and probably all of the SVG 1.2 Tiny content that Illustrator produces too.
Fonts note: if you don't have any text in your image this setting doesn't matter.
Adobe CEF: never use this option of you intend to display it in browsers. It's Adobe's way of embedding fonts in SVG files, as far as I know this is only supported by Adobe's SVG viewer plugin.
SVG: this embeds the font as SVG, which is not supported by Firefox, but is a good option if you intend to support only mobile devices (which usually run webkit).
Create outlines: you will want to do this most of the time, unless you have a large amount of text. If you have a large amount of text you will want to embed the font with WOFF but you will have to do this by hand.
Subsetting:
None: this will negate the previous setting and will not embed any font, if you don't care that the font falls back to some other font in the user's computer choose this.
Only Glyphs used: you will want this most of the time if you choose to embed the font. It only embeds the characters used so it doesn't inflate your file size.
[rest of subsetting]: this is fairly clear, you can choose to include the entire font or subsets of it. It is only useful if your SVG is dynamic and the text might change based on user input.
Images: this only matters if you are including bitmap images
Embed: this is usually what you want, it encodes the image as a data uri so that you just upload one file instead of the svg file with it's companion bitmap images.
Link: use this only if you have several svg files that reference one bitmap file (so it's not downloaded every time it renders the svg file).
Note that linked bitmap images won't display if the SVG is displayed through the <img> tag, because img doesn't allow loading external resources. Furthermore: webkit has a bug that does not display bitmap images within svg files even if you embed them. In short: use a plain <svg> tag if you intend to embed or link bitmap images, don't use <img>.
Функциональный редактор статей
This package installs the (usually) latest PHP 5.5/5.4/5.3 on OS X 10.6 (aka Snow Leopard), OS X 10.7 (aka Lion) and OS X 10.8 (aka Mountain Lion) and OS X 10.9 (aka Mavericks) in /usr/local/php5. It installs many useful extensions (see below) and ini-settings and is what we at Liip and Local.ch use for our development. It's especially suited for Symfony 2 development. It also provides a decent php.ini with all settings configured according to "Best Practices".
Mentioned here http://www.larryullman.com/2012/02/24/mamp-without-mamp/
Your phone is resting on the table; you pick it up, and it flicks on. You didn’t press anything — it just knows. Or maybe it’s in your pocket or your purse — you pull it out, and the screen turns on. It feels magical, and it works well, thanks to a free little app called Gravity Screen. The screen knows when to turn off, too.
Николай (niks26) на форуме сообщил о программе, которую я мысленно пометил «Must Have» и побежал сразу же её тестировать. С помощью описываемого в статье приложения вы сможете установить любые словари в систему iOS 7 без джейлбрейка. Я давно грезил установить англо-русский словарь. Теперь эта мечта стала явью.
Pandoc filter to process code blocks with class "include" and replace their content with the included file.
Will open file paths found under the cursor with ALT+D
Chrome Remote Desktop allows users to remotely access another computer through Chrome browser or a Chromebook. Computers can be made available on an short-term basis for scenarios such as ad hoc remote support, or on a more long-term basis for remote access to your applications and files. All connections are fully secured.
TeamViewer - the All-In-One Software for Remote Support and Online Meetings
I’ve been using the free LogMeIn remote access service for several years now. I’ve never felt the need to pay for the commercial service, as mostly what I use it for is connecting to my home PC while I’m at work – or vice versa – and copying whatever files I need into Dropbox.
SublimeText is my current text editor of choice. While I use a few others for specific tasks1, if I’m just going to chuck words in a file I’ll probably find myself using Sublime Text. One of the nice things about ST is the extensive plugin framework: a series of python files in a pretty simple file hierarchy makes for a bunch of hackability.
Today a consulting client had an issue that we’ve all done: He scanned a stack of paper intending to make it one PDF per sheet, but instead it went into one big PDF.
Since he didn’t want to re-scan, I broke down a few options for how to split a PDF using the built-in tools of Mac OSX. You can think of this as a companion piece to How To Combine PDFs Using Mac OSX Automator.