38 private links
This JS-based form will remove all comments in a given HTML markup.
How hard could it be to draw a horizontal line on the screen? It seems wrangling a few pixels together to stand in a file would be something computers should be pretty good at anno domini twenty-fourteen.
One would think so, but simple things are rarely simple under the surface… at least if they are worth anything. Typography, likewise, is a game of nuance. This is a story on how a quick evening project to fix the appearance of underlined Medium links turned into a month-long endeavour.
This example works on WP 3.5.1. Much simpler and simply works. This is an updated version of Otto's tutorial.
Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site
Restore any dropbox folder to a previous state
Провайдер блокирует ресурсы по IP, а не по URL? Любимый сайт внезапно внесли в реестр? Зачем жить, если нет индукции? http://antizapret.prostovpn.org/proxy.pac
Роскомнадзор вчера массировано позакрывал до чего дотянуться смог, но я так понимаю, это всё тестовый режим. Акадо закрыло доступ к Ютюбу, Ростелеком - к ЖЖ, Эху Москвы, Граням.ру и Каспаров.ру. Напомню, потому что всякий раз, когда юзер сталкивается с тем, что любимый бложик про вышивание закрыт, у него срабатывает синдром жертвы - "Меня/его закрыли за экстремизм! Но там же только вышивание!", провайдеры не умеют блокировать один блог или одну страницу на сервисе, а только всё разом.
Говорят, что в Опере есть режим с включенным прокси.
Говорят, у браузера Яндекса есть режим турбо.
Говорят для Хрома есть приложение, которое тоже помогает обойти рогатки.
VPN? Анонимайзеры?
В моей ленте советуют SecurityKiss, у них есть бесплатный план на 300 Мб в день, для тестирования этого хватит, а там можно и купить.
Я сама скачала "пиратский браузер" от Бухты, он через Тор что-то там подключает, но никакого результата не увидела - показывает всё те же ростелекомовские заглушки. Кто-нибудь пробовал им пользоваться? В чем у них проблема? Мне показалось, что там просто народу маловато для построения нормальной цепочки.
Итак, какие у нас есть способы обхода? Выкладывайте ваши лайфхаки.
Pure CSS, not a script to be found
In Roman’s experiment, he is using absolutely positioned pseudoelements to cover the shadows (which are basically radial gradients as background images), taking advantage of the fact that when you scroll a scrollable container, its background does not scroll with it, but absolutely positioned elements within do. Therefore, when you scroll, the shadows are no longer obscured and can show through. Furthermore, these pseudoelements are linear gradients from white to transparent, so that these shadows are uncovered smoothly.
When I saw Roman’s demo, I started wondering whether this is possible with no extra containers at all (pseudoelements included). It seemed like a perfect use case for background-attachment: local. Actually, it was the first real use case for it I had ever came up with or seen.
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.
If you regularly need to copy a file path as text, an easier option would be to create a service in Automator that will do this for you. First launch Automator and create a new service workflow. Then make sure the inputs for it are "Files or Folders" in the Finder (done with the menus at the top of the workflow). Then drag the "Copy to Clipboard" action to the workflow area and save the service with a name like "Copy Path as Text."
You can make Firefox 3 create an automatic HTML backup (bookmarks.html) when you exit Firefox if you set the pref browser.bookmarks.autoExportHTML to true on the about:config page.
That backup is created by default in the profile folder as bookmarks.html, but you can set the file name and path via the pref browser.bookmarks.file on the about:config page.
Note: an HTML backup doesn't preserve tags and annotations, so you lose those if you need to import the HTML backup.
Use the Advanced Custom Fields plugin to take full control of your edit screens & custom field data.
Николай (niks26) на форуме сообщил о программе, которую я мысленно пометил «Must Have» и побежал сразу же её тестировать. С помощью описываемого в статье приложения вы сможете установить любые словари в систему iOS 7 без джейлбрейка. Я давно грезил установить англо-русский словарь. Теперь эта мечта стала явью.
Pandoc filter to process code blocks with class "include" and replace their content with the included file.
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.
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.