39 private links
I think it’s great if a CSS developer wants to learn the ins and outs of specificity, because it is an important aspect of how CSS works. But I’m going to put forth an argument here that CSS specificity is quite overrated and, in fact, learning about CSS specificity has the potential to degrade the quality of your code.
Рвота у кошек бывает острой и хронической. Диагностический и терапевтический подходы при двух формах рвоты различаются. При острой рвоте у кошки чаше всего требуется простое симптоматическое поддерживающее лечение, тогда как при хронической рвоте — проведение специфических методов диагностики до начала назначения соответствующей терапии. Некоторые здоровые кошки отличаются склонностью к рвоте, у которых она носит физиологический характер.
QLMarkdown is a simple QuickLook generator for Markdown files. It renders a preview of the selected Markdown file using Discount -- a C implementation of John Gruber's Markdown.pl script.
Or, less presumptuously: How to name and apply classes and id’s for flexibility, future-proofing, and maintainability.
This is a feature comparison of text editors on iOS. The information was compiled by the web community on an open Google spreadsheet. I cannot vouch for its current accuracy, but will be verifying everything as I’m able. It’s meant to help you find the most useful way to write, code or take notes for your personal needs. Every editor is geared toward a slightly different purpose, with their own strengths and focus.
Earlier this year, I promised myself that I would get more work done using the iPad. The plan was an ambitious one: after three years of writing, researching, and online communication done exclusively using my MacBook (and, perhaps to an extent, my iPhone) switching to the iPad as my main work machine did indeed seem like a daunting task at first. Yet the more I thought about it, the more I realized the long-term benefits of giving the iPad a fair chance as a full-time writing tool would outnumber the perks of using a device I am accustomed to. With a mature ecosystem of apps that sees great new software coming out every week and a Retina display on the horizon, starting to use the iPad as my main computer was an investment.
When you’re migrating WordPress (or any other platform using serialized PHP strings in the database) between domains, you must use a safe search and replace method that preserves the integrity of the serialized string lengths. A simple of a dump file for http://localhost to, for example, http://thenewdomain.com is problematic because the length of the string changes but the indexes for the serialized strings does not. Consequently settings are lost and widgets disappear. Not good.
DetectSyntax is a plugin for Sublime Text 2 that allows you to detect the syntax of files that might not otherwise be detected properly. For example, files with the .rb extension are usually Ruby files, but when they are found in a Rails project, they could be RSpec spec files, Cucumber step files, Ruby on Rails files (controllers, models, etc), or just plain Ruby files. This is actually the problem I was trying to solve when I started working on this plugin.
URL Fixer fixes common typos in URLs entered in the address bar. It will fix errors like "google.con" or "youtube,com". You have the option of being asked to confirm corrections before they are applied.
It's a new Chrome Experiment called 100,000 Stars that visualizes the stellar neighborhood. Using your mouse or trackpad, you can zoom in and out to explore our galaxy. Zooming in reveals the names of the most prominent stars close to our sun – click each name to learn more about it and see a digital rendition.
One thing that remains constant across these devices are their users. Technologies come and go every year, but people stay the same. Existing form factors: pads, tabs and boards still make sense, and will continue to do so for the forseeable future. As a result, ergonomic considerations like touch target sizing, readable text and image size remain constant. Fingers will be fingers and eyes will be eyes! Our bodies are firmly rooted in the physical world, and the interfaces we create should reflect that.
A visual way to understand CSS specificity. Change the selectors or paste in your own.
This plugin underlines URLs in Sublime Text 2, and lets you open them with a keystroke (Cmd+Option+Enter by default).
JsFormat is a javascipt formatting plugin for Sublime Text 2. It uses the commandline/python-module javascript formatter from http://jsbeautifier.org/ to format the selected text, or the entire file if there is no selection. The plugin does not check to make sure the buffer has a ".js" file type, it just javascript formats the selection/file. Thus, use with caution if you are in an html file.
I am not a programmer and I'm testing Sublime text as a general editor, oriented to tagged text for Desktop publishing. I have been attempting to get auto-pair working for typographical quotes (“”‘’«») without sucess, due to my lack of knowledge. Any suggestion? I attempted to modify the windows sublime keymap but... Thank you very much in advance.