38 private links
Мета тег X-UA-Compatible управляет режимом отображением страниц в браузерах IE8+.
Get the total character/word count of a document
This is an issue that came up on IRC and I wasn't sure if there was a solution or not. Basically, we needed a way to bind multiple commands to be run in a given order to a single keyboard shortcut. Ordinarily I'd say to just use macros, but as it turns out, you can't use a macro to show the find panel or anything like that, so this is the solution I came up with: a command that runs multiple commands in whichever context the command needs to be run in.
This plugin allows you to use unfiltered HTML in your category descriptions by disabling selected WordPress filters.
The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descriptions using WordPress' built in WYSIWYG editor.
for use with last.fm, spotify, etc.
Clone posts and pages.
A dynamic layout plugin for jQuery - the flip-side of CSS floats
How to add a button to the editor adding a shortcode via dialog window interfac
This is the trick I used with my 1and1 hosted WordPress hosted website. I found this method mentioned with no detail after spending forty minutes looking for a way to delete a misspelled Custom Field.
Flashing the eMMC and rootfs on your N900 will completely reset the device to factory settings, reverting everything to factory settings, including /home with all (app-)preferences, bookmarks, contacts, communications, but again, excluding the external memory on micro-SD card and the lockcode. (you MUST flash rootfs as well, when flashing eMMC (because of /opt deletion)
The script adds vertical rules (left border) to selected paragraphs. Of the several methods suggested in a thread on Adobe's InDesign forum -- paragraph rule, dropcap on pipe symbol, placing paragraphs in a table cell, graphic rule in an anchored frame -- the latter seemed the most flexible and manageable.
In this post, I’d like to take you through the Sublime build system and share build scripts for working with many of the languages and tools we use today.
So I’ve been a long time user of FileZilla and awhile back I looked into how to share my site list across multiple machines and one method many people were doing was storing their application settings on Dropbox by modifying their fzdefaults.xml to point to a location under your Dropbox folder.
jquery.autoellipsis is a jQuery plugin for automatically applying ellipsis on selected elements. This plugin optimally uses the available space, unlike methods like character counting.
This article discusses current RGBA browser support and ways to use RGBA backgrounds in non-supporting browsers. Bonus gift: A PHP script of mine that creates fallback 1-pixel images on the fly that allow you to easily utilize RGBA backgrounds in any browser that can support png transparency. In addition, the images created are forced to be cached by the client and they are saved on the server’s hard drive for higher performance.
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.